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
2021-08-26Cleanup: spelling in commentsCampbell Barton
2021-08-25XR: Enable controller profile extensionsPeter Kim
2021-08-25XR: Improve "Invalid stage ref space" warningPeter Kim
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-20Fix memory leak while processing mouse eventGermano Cavalcante
2021-08-16Cleanup: spellingCampbell Barton
2021-08-16XR: Color Depth AdjustmentsPeter Kim
2021-08-12Fix T88386: Continuous Grab occasionally jumping on Arm64 MacOSGermano Cavalcante
2021-08-10Win32 IME: Replace Usage of Language IDsHarley Acheson
2021-08-07Cleanup: unnecessary double pointers in XR modulePeter Kim
2021-08-05Cleanup: comment blocks & spellingCampbell Barton
2021-08-05XR Controller Support Step 2: Action MapsPeter Kim
2021-08-05XR: Action Binding ImprovementsPeter Kim
2021-08-05Win32 IME: Rename SetInputLanguage()Harley Acheson
2021-08-04Win32 IME: Remove ime_status_Harley Acheson
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-08-02Cleanup: spellingCampbell Barton
2021-08-01IME Win32: Fix Duplicated Initial CharacterTakahiro Shizuki
2021-07-30Fix EGL version being printed on every startupBrecht Van Lommel
2021-07-30Cleanup: workaround for unstable formatting in clang-formatCampbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-30Cleanup: spelling in commentsCampbell Barton
2021-07-26Revert "GHOST/wayland: use Wayland only when 'BLENDER_WAYLAND' is set"Sybren A. Stüvel
2021-07-26Cleanup: clang-formatCampbell Barton
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-24GHOST/wayland: use Wayland only when 'BLENDER_WAYLAND' is setChristian Rauch
2021-07-24GHOST/wayland: explicitly delete 'GHOST_SystemWayland' when fallback to X11Christian Rauch
2021-07-23XR: Fix for Viewport Denoising ArtifactsPeter Kim
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-23XR: Reference Space ImprovementsPeter Kim
2021-07-21Cleanup: correct the comment in ghostYuki Hashimoto
2021-07-21Cleanup: spellingCampbell Barton
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-15GHOST/wayland: create mmap-ed file manually if memfd_create is unavailableChristian Rauch
2021-07-12GHOST/wayland: remove unused 'input-event-codes.h' headerChristian Rauch
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-08CMake: add missing headers, sort file listsCampbell Barton
2021-07-07Cleanup: Code-style correction in Ghost (Clang-format)Julian Eisel
2021-07-07Cleanup: comment on source of button event codesChristian Rauch
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-06cmake: use harvested 'wayland-protocols' if system version is insufficientChristian Rauch
2021-07-06GHOST/wayland: define BTN event codes manuallyChristian Rauch
2021-07-06Cleanup: quiet discarded-qualifiers warningCampbell Barton
2021-07-06Fix macOS builds after removing Ghost integral types.Nicholas Rishel
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-07-05macOS: support Chinese and Korean input for text buttonsYuki Hashimoto
2021-07-05macOS: support Japanese input for text buttonsYuki Hashimoto
2021-07-05Cleanup: replace NSTextInput with NSTextInputClientYuki Hashimoto