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-03-02Event System: remove tweak events in favor of click-dragCampbell 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
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-18UI: expose additional cursors to the Python APICampbell Barton
2021-09-17WM: expose the "any" state of KeyMapItem modifiersCampbell Barton
2021-09-17Cleanup: remove KM_MOD_SECOND & KM_SHIFT2, KM_CTRL2.. etcCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-03-09Cleanup: Document `ensure()`-like behaviour of `KeyMaps.new()`Sybren A. Stüvel
2021-02-27Fix error converting simulated events press/release to clicksCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-04Cleanup: pass keymap items as const where possibleCampbell Barton
2021-01-13Cleanup: rename enum for event value itemsCampbell Barton
2020-10-22Keymap: disable 'repeat' by default for keymap itemsCampbell Barton
2020-10-22WM: ensure is_repeat isn't set for mouse-move eventsCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-14Fix T80694: Crash reloading scripts from the Python consoleCampbell Barton
2020-05-13Fix zero tablet pressure for simulated eventsCampbell Barton
2020-03-27Cleanup: rename WM_modalkeymap API names, matching WM_keymapCampbell Barton
2020-03-26Keymap: disallow modal key-maps in add-ons keyconfigCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-03-06GHOST/Keymap: support for detecting repeat eventsCampbell Barton
2020-02-17Cleanup: Remove period from RNA description.OmarSquircleArt
2020-02-17Fix T68749: BPY: Deprecate height of popupJeroen Bakker
2020-02-17Python: Expose WM is_interface_locked to python.OmarSquircleArt
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2019-11-18Python API: assume that a crashed Python operator returned FINISHED.Alexander Gavrilov
2019-10-27WM: add utility to lookup a keymap item from an eventCampbell Barton
2019-10-01UI: Changes to Paint CursorsHarley Acheson
2019-09-30UI: Use paint crosshair cursor in all paint & sculpt modesWilliam Reynish
2019-09-26Grease Pencil: use standard eraser and paint brush cursorsHarley Acheson
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-09Fix T69633: weird behavior of operator_menu_enum tooltips.Alexander Gavrilov
2019-09-06Python API: implement an Operator callback for dynamic description.Alexander Gavrilov
2019-07-30UI: add use_button option to popoversCampbell Barton
2019-06-16Revert new grease pencil cursor for paint modesBrecht Van Lommel
2019-06-07GPencil: Create new CURSOR for paint modesAntonio Vazquez
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-02Cleanup: use WM_keymap_item_* prefixCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-08WM: init simulated event from win->eventstateCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-04Undo System: add function to print undo stepsCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-02WM: Event simulation support for PythonCampbell Barton