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-11-04Cleanup: Remove operator context override for drop-box operatorsJulian Eisel
2021-10-28Cleanup: warning in 2a2d873124111b5fcbc2c3c59f73fd1f946c3548Campbell Barton
2021-10-28Fix fallback tools for the sequence editorCampbell Barton
2021-10-27WM: de-duplicate cursor motion checks for selection pickingCampbell Barton
2021-10-26UI: Improved feedback when dropping is not possible on drag 'n dropJulian Eisel
2021-10-21Cleanup: Use array utility for cursor eventsAaron Carlisle
2021-10-21Cleanup: Use array as a parameter for event x/y functionsCampbell Barton
2021-10-21Cleanup: use underscore separators for event struct membersCampbell Barton
2021-10-20Fix T92368: LMB mouse events (Selecting, doubleclicks etc) are brokenJulian Eisel
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2021-10-18WM: support setting the operators idle cursorCampbell Barton
2021-10-18Fix frame overlay not refreshing the sequencer previewCampbell Barton
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-16Fix T92252: User after free when opening file after Blender startsCampbell Barton
2021-10-15Fix crash handling tool-keymap eventsCampbell Barton
2021-10-15Fix is_repeat being set for in between mouse-move eventsCampbell Barton
2021-10-07Fix screenshot editor showing status text in the editorCampbell Barton
2021-10-06Gizmo: remove wmGizmoGroup.use_fallback_keymapCampbell Barton
2021-10-06Keymap: ignore the fallback keymap when "Active Tool" is setCampbell Barton
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-05XR: Add runtime window area for XR eventsPeter Kim
2021-10-04Keymap: print more verbose output for --debug-handlersCampbell Barton
2021-09-30Fix possible use-after-free in drag-drop handling logicJulian Eisel
2021-09-21Keymap: preference for fallback-tool with RMB selectCampbell Barton
2021-09-17Cleanup: remove KM_MOD_SECOND & KM_SHIFT2, KM_CTRL2.. etcCampbell Barton
2021-09-17UI: wait for input for operators that depend on cursor locationCampbell Barton
2021-09-09Fix typo checking empty gizmo keymapCampbell Barton
2021-08-26Fix error in last commmitGermano Cavalcante
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-15Assets: Initial Asset List as part of the Asset System designJulian Eisel
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Fix T89196: Depsgraph use-after-free after scene switching undoSergey Sharybin
2021-06-22Cleanup: Use more clear visibility tag function nameSergey Sharybin
2021-06-16UI - LOCAL View3D overlay statsHarley Acheson
2021-04-28WM: quiet event warning when unknown keys are pressedCampbell Barton
2021-04-20Cleanup: add CTX_wm_operator_poll_msg_clearCampbell Barton
2021-04-19Fix drag event leaving the gizmo not under the cursor highlightedCampbell Barton
2021-04-19Cleanup: re-order gizmo handling checksCampbell Barton
2021-04-16Fix missing owner_id values from 919558854d624f5db40acfa9f5674ac8c94873b6Campbell Barton
2021-04-16WM: prevent drag events being continually testedCampbell Barton
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-15Fix regression with modal operator file load checkCampbell Barton
2021-03-15Cleanup: update comments, remove ifdef'd codeCampbell Barton