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-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
2021-01-24Asset Browser: Avoid appending asset data-block when drop operator will failJulian Eisel
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2020-12-27Fix crash when saving render from temporarily maximized render windowJulian Eisel
2020-12-23Fix T84013: Crash closing maximized File Browser opened from PreferencesJulian Eisel
2020-12-22WM: minor optimization for when there is a large number of notifiersBrecht Van Lommel
2020-12-19Cleanup: Use true and false for booleansHans Goudey
2020-12-16Fix T83851: Python: operator macros cause a crashPhilipp Oeser
2020-12-15Fix crash selecting custom asset preview from maximized File BrowserJulian Eisel
2020-12-04Fix incorrect variable name after last commitHans Goudey
2020-12-04Cleanup: Use LISTBASE_FOREACH macro in windowmanager internHans Goudey
2020-12-04Revert "Fix T83177: Industry Compatible keymap: MMB-dragging to transform eng...Germano Cavalcante
2020-11-30Fix T83177: Industry Compatible keymap: MMB-dragging to transform engages axi...Germano Cavalcante
2020-11-30Cleanup: Use "region" for ARegion variable namesHans Goudey
2020-11-16Fix T76699: Support macOS inbetween mouse/tablet.Nicholas Rishel
2020-11-09macOS: follow system preference for natural trackpad scroll directionYevgeny Makarov