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
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-08-31Cleanup: break before the default case in switch statementsCampbell Barton
2022-08-29Fix (studio-reported) crash when linking/appending data in some cases.Bastien Montagne
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-27Fix assertion when notifiers weren't removed from the notifier queue setCampbell Barton
2022-08-26Cleanup: use booleansCampbell Barton
2022-08-18WM: optimize adding notifier duplication checkCampbell Barton
2022-08-18Cleanup: de-duplicate notifier add functionCampbell Barton
2022-08-17Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-17Fix freed memory access checking events with debug buildsCampbell Barton
2022-08-11Fix T66088: Modifier keys ignored when the window doesn't have focusCampbell Barton
2022-07-29Cleanup: Replace reinterpret_cast<> with static_cast<> in UI codeJulian Eisel
2022-07-27Cleanup: Move wm_dragdrop.c to C++Hans Goudey
2022-07-21Cleanup: add ISMOUSE_MOTION macroCampbell Barton
2022-07-21WM: replace ISMOUSE with ISMOUSE_BUTTONCampbell Barton
2022-07-15Fix an increasing bottleneck when key press operator is too slowSergey Sharybin
2022-07-14Cleanup: update & correct comments for event handlingCampbell Barton
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-07-04Fix use-after-free error when handling events that close windowsCampbell Barton
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-23Fix T99027: Touch typing in text fields results in dropped key pressesCampbell Barton
2022-06-16Cleanup: differentiate region/screen relative coordinatesCampbell Barton
2022-06-16GHOST/Wayland: workaround inability to access window positionCampbell Barton
2022-06-10Cleanup: Clang tidyHans Goudey
2022-06-09Cleanup: use const variables & argumentsCampbell Barton
2022-06-06Cleanup: quiet compiler warningCampbell Barton
2022-06-05Cleanup: Move wm_event_system.c to C++Hans Goudey