Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-10Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-10Fix T79636: Inserting special characters with Ctrl+Alt broken on WindowsJulian Eisel
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-08GPU: Move ghost default framebuffer getter to context creationClément Foucault
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in intern/ghostJacques Lucke
2020-08-05Merge branch 'blender-v2.90-release'Jeroen Bakker
2020-08-05Fix T78412: Ctrl+Spacebar does not maximize Python console on WindowsJulian Eisel
2020-08-01Cleanup: spelling (initialized)Campbell Barton
2020-08-01Cleanup: spellingCampbell Barton
2020-07-22Wayland: draw opaque background when OpenGL alpha is enabledChristian Rauch
2020-07-16Cleanup: missing CMake headers from source listsCampbell Barton
2020-07-15Cleanup: spellingCampbell Barton
2020-07-11Cleanup: spellingCampbell Barton
2020-07-03Cleanup: spellingCampbell Barton
2020-06-24VR: Properly support outputting sRGB swapchain buffersJulian Eisel
2020-06-12VR: Fix too dark rendering on SteamVRJulian Eisel
2020-06-12VR: SteamVR is now a supported OpenXR runtime! (Windows only)Julian Eisel
2020-06-10Fix T74101: File Browser in macOS fullscreen crashes or makes windows unusableJulian Eisel
2020-06-05Cleanup: Strict compiler warningSergey Sharybin
2020-05-30GHOST/wayland: use 'is_dialog' flag to prevent drawing into same windowChristian Rauch
2020-05-29Cleanup: spelling, correct reference to 'Mesh.mcol'Campbell Barton
2020-05-27Cleanup: remove unnecessary copy constructorCampbell Barton
2020-05-22Wayland: support key repeatChristian Rauch
2020-05-22GHOST: fix GHOST_System::getMilliSeconds()Christian Rauch
2020-05-22Fix missing header building with waylandCampbell Barton
2020-05-14GHOST/wayland: style fixChristian Rauch
2020-05-14GHOST/wayland: fix cursor buffer deallocationChristian Rauch
2020-05-14GHOST/wayland: remove unused 'registry'Christian Rauch
2020-05-13GHOST: fix cursor buffer handling when toggling visibilityChristian Rauch
2020-05-12Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-12Fix T76507: Reading clipboard blocks keyboard input on X11Campbell Barton
2020-05-07VR: Fix OpenXR state freeze on Oculus after taking off HMDNicolas Fauvet
2020-05-07VR: Fix OpenXR state freeze on Oculus after taking off HMDNicolas Fauvet
2020-05-07macOS: Remove workaround for old quit dialogJulian Eisel
2020-05-06Fix num-pad access on waylandCampbell Barton
2020-05-06Fix T76429: GHOST/Wayland event's don't correspond to physical keysChristian Rauch
2020-05-06Cleanup: warningsCampbell Barton
2020-05-03GHOST: cleanup platform checks, fix Wayland + X11Campbell Barton
2020-05-02Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-01Fx build error with MSBuild on WindowsNikhil Shringarpurey
2020-05-01CMake: add WITH_GHOST_X11 optionCampbell Barton
2020-05-01Cleanup: duplicate include, define from Wayland patchCampbell Barton
2020-05-01Cleanup: rename WITH_X11 to WITH_GHOST_X11Campbell Barton
2020-05-01GHOST: set the window state on wayland startupChristian Rauch
2020-04-30Cleanup: replace unordered_map with switch statementCampbell Barton
2020-04-30GHOST: fix WITH_GHOST_DEBUG optionCampbell Barton
2020-04-30Cleanup: printf warningCampbell Barton
2020-04-30CMake: use system include for generated headersCampbell Barton
2020-04-30GHOST: initial Wayland supportChristian Rauch