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-07-21WM: replace ISMOUSE with ISMOUSE_BUTTONCampbell Barton
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-07-04Cleanup: remove unused WM_event_is_last_mousemoveCampbell Barton
2022-05-27Fix T97918: Crash when changing "Frame All" shortcut from context menuJulian Eisel
2022-03-21Correct error in 3dc44f8c89acc082334034982ffc8bc802f23475Campbell Barton
2022-03-21Event System: improve event printingCampbell 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-02Cleanup: rename direction enum as it's part of the key-map itemCampbell Barton
2022-03-02Event System: remove tweak events in favor of click-dragCampbell Barton
2022-03-02Event System: support "Release Confirms" for click-drag eventsCampbell Barton
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-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell Barton
2021-10-27WM: de-duplicate cursor motion checks for selection pickingCampbell Barton
2021-10-21Cleanup: Use array utility for cursor eventsAaron Carlisle
2021-10-21Cleanup: use underscore separators for event struct membersCampbell Barton
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-12XR Controller Support Step 3: XR EventsPeter Kim
2021-09-23WM: gestures now activate immediately on mouse pressCampbell Barton
2021-07-27Cleanup: add note from T85517 fixCampbell Barton
2021-07-26Fix T85517: Cannot type Space while holding Shift key in text-field like spaces.Himanshi Kalra
2021-07-23Cleanup: double spaces in stringsCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-03WM: only use the tablet drag threshold for mouse button eventsCampbell Barton
2021-04-13Fix snap gizmo flickering while draggingCampbell Barton
2021-03-02Fix click-drag regression in fix for T86116Campbell Barton
2021-03-01WM: don't set event prevval/prevtype on cursor motionCampbell Barton
2021-01-13Cleanup: rename enum for event value itemsCampbell Barton
2021-01-13Fix WM_event_print error printing tweak events valueCampbell Barton
2020-11-09macOS: follow system preference for natural trackpad scroll directionYevgeny Makarov
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-05-14WM: include previous value, type in event printingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-07WM: include repeat value in WM_event_printCampbell Barton
2020-01-21Cleanup: simplify wmEvent tablet data storage and namingBrecht Van Lommel
2020-01-13Cleanup: remove hack that set operator id in the wmEventCampbell Barton
2020-01-10Cleanup: move public event queries into their own fileCampbell Barton