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
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-05-29Cleanup: correct private function namingCampbell Barton
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-15Fix T64604: Changing keymap doesn't tag preferences as dirtyCampbell Barton
2019-05-13I18n Disambiguation: "Shift".Bastien Montagne
2019-05-02Cleanup: use WM_keymap_item_* prefixCampbell Barton
2019-05-02Cleanup: use doxy sections in wm_keymap.cCampbell Barton
2019-05-02BLF: pass code-point to BLF_has_glyphCampbell Barton
2019-05-01UI: use Mac key symbols in menus on macOS, instead of text like "Cmd"Harley Acheson
2019-04-20Cleanup: comment line length (windowmanager)Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-13Keymap: warn when running poll on empty keymapsCampbell Barton
2019-04-13Cleanup: style, use braces for the window managerCampbell Barton
2019-02-20WM: support dynamic keymap handlersCampbell Barton
2019-02-20Cleanup: use iterator macros for event handlersCampbell Barton
2019-02-19WM: move keymap handler to it's own typeCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-09WM: add keymap.find_from_operator(...)Campbell Barton
2019-01-03Fix T59049: some modal transform keys no working in custom keymaps.Brecht Van Lommel
2018-12-12Keymap: event type filter w/ finding keymap itemsCampbell Barton
2018-12-12Fix action-zones showing up as shortcutsCampbell Barton
2018-12-12Keymap: refactor keymap item find logicCampbell Barton
2018-11-27Keymap: share annotation tool keymaps between spacesCampbell Barton
2018-11-23Keymap: add Keymap.keymap_items.new_from_itemCampbell Barton
2018-11-15Keymaps: minor code refactor after adding tools to default preset.Brecht Van Lommel
2018-11-13Fix tool keymaps not working properly after recent changes.Brecht Van Lommel
2018-11-13Keymaps: refactor loading of default keymap, fix bugs.Brecht Van Lommel
2018-11-13Fix crash when Python creates modal keymaps without items.Brecht Van Lommel
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-02Merge branch 'master' into blender2.8Campbell Barton
2018-09-02Cleanup: move keymap helpers into own fileCampbell Barton
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-07-25WM: keymap utility to set enum from a key rangeCampbell Barton
2018-07-13UI: remove space/region from popover argsCampbell Barton
2018-07-12Keymap: add utility function for panel popupsCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-29Refactor static override code to pass Main around.Bastien Montagne
2018-06-20Objects: support for hiding all objects in a collection.Brecht Van Lommel
2018-06-14Merge branch 'master' into blender2.8Bastien Montagne
2018-06-14Cleanup: Remove last G.main's from WM code.Bastien Montagne
2018-06-07Merge branch 'master' into blender2.8Campbell Barton
2018-06-07Cleanup: trailing space for windowmanagerCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton