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-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
2021-03-11Fix missing UI updates, caused by own earlier commitJulian Eisel
2021-03-11UI: Avoid unnecessary redraws of unrelated editors on space changesJulian Eisel
2021-03-11Cleanup: Typos in comments (window-manager files)Julian Eisel
2021-03-08Fix T86384: Click detection fails in some cases with modifiersCampbell Barton
2021-03-06Cleanup: rename wm_get_cursor_positionCampbell Barton
2021-03-05Cleanup: remove redundant NULL window checks handling eventsCampbell Barton
2021-03-05Cleanup: move check_drag & check_click out of wmEventCampbell Barton
2021-03-05Cleanup: disambiguate 'queue' struct membersCampbell Barton
2021-03-05Cleanup: rename event to event_typeCampbell Barton
2021-03-05Cleanup: rename variables in wm_event_add_ghosteventCampbell Barton
2021-03-02Fix click-drag regression in fix for T86116Campbell Barton
2021-03-02WM: log errors when wmWindow.eventstate values are invalidCampbell Barton
2021-03-02WM: window.event_simulate now sets previous values properlyCampbell Barton
2021-03-02WM: use wmEvent.is_repeat instead of previous event checksCampbell Barton
2021-03-01Fix T86116: Failure to detect click events with modifier heldCampbell Barton
2021-03-01WM: set previous values for events in the event queueCampbell Barton
2021-03-01WM: prevent model keymap handling overwriting previous event valuesCampbell Barton
2021-03-01Cleanup: move logic to copy the previous event state to a functionCampbell Barton
2021-03-01Cleanup: minor change to click detection checksCampbell Barton
2021-03-01WM: don't set event prevval/prevtype on cursor motionCampbell Barton
2021-02-27Fix error converting simulated events press/release to clicksCampbell Barton
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-16Assets: Remove appended asset when dropping operation failsJulian Eisel
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-01-29Merge branch 'blender-v2.92-release'Brecht Van Lommel