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
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
2013-10-15Fix [#37077] User prefs > Input and Outliner Keymaps mismatch in representation.Bastien Montagne
2013-10-13code cleanup: utility function for getting a bool as a string.Campbell Barton
2013-09-27replace ints with bools for keymap functions.Campbell Barton
2013-09-27rna: implementing function to remove keymap from keyconfigDalai Felinto
2013-09-20Fix #36226, Select Linked works not in touch with Prefs.Lukas Toenne
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-03Fix #35933: setting shortcut keys in object mode menu didn't work correct.Brecht Van Lommel
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-05-11Fix #35262: assiging shortcuts from e.g. delete or selection mode menus did notBrecht Van Lommel
2013-04-13code cleanup: use `const char` for args and replace wm_keyconfig_list_find() ...Campbell Barton
2013-04-05code cleanup: quiet some warnings and styleCampbell Barton
2013-04-05Fix #34862: some operators like mesh separate or object clear parent were notBrecht Van Lommel
2013-04-04code cleanup: use bools in interface handlers, dont show translation menu whe...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-02-14fix (for one case of...) [#33949] T_ALT_TRANSFORM conflicts with "emulate 3 b...Campbell Barton
2013-02-14add missing NULL checks - could cause crashes in rare cases.Campbell Barton
2012-12-04fix for WM_keymap_remove_item() writing to freed memory.Campbell Barton
2012-11-20Fix #33227: custom keymap syncing didn't work well always when adding/removingBrecht Van Lommel
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton