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
2017-03-29Fix memory leak re-registering operatorsCampbell Barton
2016-10-16Fix T49746: crash loading user preferences with missing operators.Brecht Van Lommel
2016-10-03Fix memory leak caused by unknown opeartor of keymap itemJulian Eisel
2016-07-07Quiet gcc warning-as-error about non-const pointer passed to const parameter.Bastien Montagne
2016-07-07Fix T48802 Unwrap buttons, can't add hotkey in 3DView's UV Unwrap menu.Bastien Montagne
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-12-03Cleanup: change `WM_key_event_operator_id` to `WM_key_event_operator` and mak...Bastien Montagne
2015-12-02Fix T46905: UV/Image Editor - Can't add shortcut to Mirror / X Axis menu itemBastien Montagne
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-05Fix T46691: Graph Editor, Channel, Toggle Channel Editability. Cannot reassig...Bastien Montagne
2015-10-24Fix T46538: Mark and Clear Seam in UV Editor, assigning Hotkeys.Bastien Montagne
2015-09-27Fix T46268: All Hotkey "C" are unexpectedly translated in menus.Bastien Montagne
2015-09-12Cleanup: Quiet some picky warning from Coverity.Bastien Montagne
2015-09-11Fix T45579: Custom Hotkeys Dissapear.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-01Node Editor: A bunch of new utility functionsJulian Eisel
2015-08-01Allow accessing modal keymap strings directly from keymapJulian Eisel
2015-07-12Shortcut-to-string converter: add 'dbl-' in front of key when expecting a dou...Bastien Montagne
2015-07-03Walk mode: Add modal shortcuts in UI (header help message).Bastien Montagne
2015-07-03Cleanup: 'return' parameters to the end of functions, and use 'r_' prefix for...Bastien Montagne
2015-07-03UI: add ability to access/generate 'shortcuts strings' of modal keymaps.Bastien Montagne
2015-05-19Building without Python works againCampbell Barton
2015-05-15Fix some issues found by Coverity ScanJulian Eisel
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-03Sticky Keys backendJulian Eisel
2015-02-02cleanup: style/spellingCampbell Barton
2015-01-29Fix T41757: Inconsistent hotkey label with setting.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-10-08Fix T42137: Keymap editing is brokenBastien Montagne
2014-10-07Fix T42088: Creating new keybinds can cause duplicates when saving key config...Bastien Montagne
2014-09-14Cleanup & typo in assignmentCampbell Barton
2014-09-13Fix T41811: unreachable code in wm_keymap.cBastien Montagne
2014-08-20Replace strstr with STRPREFIXCampbell Barton
2014-08-19Fix T41477: Some UI op buttons have no more option to edit shortcuts.Bastien Montagne
2014-08-11Minor cleanupAntony Riakiotakis
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Fix T38447: Deactivated hotkeys are still showing in menuJoshua Leung
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-23Fix T38042: Keymap crash after reloading operatorsCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-15Cleanup: some boolean int to real bool.Bastien Montagne
2013-11-18Fix T37301: Command line render gives seg fault 11 on OS XSergey Sharybin
2013-10-23style cleanupCampbell Barton