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-04-13WM: improve logging for handling operatorsCampbell Barton
2022-03-29Fix T96701: RMB select fails to show gizmo on mouse button releaseCampbell Barton
2022-03-25XR: Fix crash on executing some action operatorsPeter Kim
2022-03-23Event System: improve handling of unknown keysCampbell Barton
2022-03-23Event System: ignore keys such as print-screen & num-lockCampbell Barton
2022-03-23Fix T96712: Debug Assert with PrintScrn & ScrollLock keysCampbell Barton
2022-03-21Cleanup: cursor motion events now have value set to KM_NOTHINGCampbell Barton
2022-03-11Event System: limit early evaluation of drag actions to mouse buttonsCampbell Barton
2022-03-11Event System: only set press values in win->eventstateCampbell Barton
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-10Event System: key-press while dragging now activates drag firstCampbell Barton
2022-03-10Fix T96279: 'Emulate 3 button mouse' fails to emulate MMBCampbell Barton
2022-03-10Cleanup: de-duplicate event customdata freeing logicCampbell Barton
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-03-09Cleanup: rename wmEvent.prev_click_* to prev_press_*Campbell Barton
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-08Event System: click/click-drag support for NDOF buttonsCampbell Barton
2022-03-08Event System: add ISKEYBOARD_OR_BUTTON macroCampbell Barton
2022-03-08Event System: refactor click detection into functionCampbell Barton
2022-03-04Cleanup: remove outdated references to tweakCampbell Barton
2022-03-03Cleanup: comments in wm_event_system.cCampbell Barton
2022-03-03Event System: use more thoroughly tested logic for click-drag eventsCampbell Barton
2022-03-03Cleanup: remove references to key-map modifier values denoting orderCampbell Barton
2022-03-02Fix T96123: Crash when click-dragging across the visibility iconsCampbell Barton
2022-03-02Fix releasing modifier keys suppressing drag eventsCampbell Barton
2022-03-02Cleanup: misleading code from aa71414dfca7f301e101cce3e72551e7529290Campbell Barton
2022-03-02Docs: document the use_axis_view argumeht to view_roll_angleCampbell Barton
2022-03-02Event System: remove tweak events in favor of click-dragCampbell Barton
2022-03-02Fix click-drag events for dragging markersCampbell Barton
2022-03-02Fix ignored click-drag events when operators pass-through & finishedCampbell Barton
2022-03-02Merge branch 'blender-v3.1-release'Germano Cavalcante
2022-03-02Fix T95608: Mac issues with drag drop on multi-monitorGermano Cavalcante
2022-03-01Fix incorrect drag-event threshold when releasing modifiers earlyCampbell Barton
2022-03-01Cleanup: move Event.is_repeat & is_direction_inverted to flagsCampbell Barton
2022-02-28Event System: drag events now use modifier state on drag startCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-03Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-03Fix T66913: undo after frame-change doesn't refresh properlyCampbell Barton
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-28Drag & drop: Support using context of hovered button when droppingJulian Eisel
2022-01-27UX: Prevent click-through panels and used header areaJulian Eisel
2022-01-27Event System: Add debug sanity check "always pass" eventsJulian Eisel
2022-01-26Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-01-25Performance: Remap multiple items in UIJeroen Bakker
2022-01-10Cleanup: typos in comments, remove libnumaapi referenceCampbell Barton
2021-12-25Cleanup: Use array for BKE cursor functionsAaron Carlisle
2021-12-14Fix T93649: Blender freezes when saving with active VR sessionJulian Eisel
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell Barton