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
2012-04-17Fix #30977: error loading modal keymaps from keyconfiguration presets.Brecht Van Lommel
2012-04-16Fix #30958: Right click menu and add shortcut for importers/exporters doesn't...Sergey Sharybin
2012-03-27style cleanup: wm, mosyly adding space around opsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-02-19style cleanyp: split > 120 width lines.Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-12Fix #29864: crash running blender in background mode with non-default keyBrecht Van Lommel
2011-11-21Fix #29333: issue with modal keymap saving.Brecht Van Lommel
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22- use defines for wmKeyMapItem & wmEvent alt/shift/ctrl/oskeyCampbell Barton
2011-09-08Fix #28310: import of key configuration with modal keymap not working.Brecht Van Lommel
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-15Fix #28202: deactivating keymap items not saving properly.Brecht Van Lommel
2011-08-11Fix #28180: crash running wm.keyconfigs.user.keymaps.new("My Keymap").Brecht Van Lommel
2011-08-07Fix #28169: keymap bug when using a preset configuration, e.g. object mode ke...Brecht Van Lommel
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-02-25Bugfix #26174Ton Roosendaal
2011-02-25doxygen: blender/windowmanager tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-15Bugfix, own collectionTon Roosendaal
2010-12-06[#25047] Deletion of any custom key map item remove always first oneMartin Poirier
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-11-10bugfix [#24635] "Add Shortcut"Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-09-06revert keymap name commit, matt says everything should be '2D View', '3D View...Campbell Barton
2010-09-06rename '3D View' keymap, since its know as 'View 3D' for other areas of the k...Campbell Barton
2010-08-30- keymap import/export works again (broke with own api changes)Campbell Barton
2010-06-28[#22682] some missing keymapsMatt Ebb
2010-03-24remove unused rna includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-15Fix #21116: wrong shortcut key in view navigation menu.Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-02-08Operator Execution Contexts Bugfix:Joshua Leung
2010-02-01Remove NO_CONTEXT flag from enum when copying operator properties to the oper...Martin Poirier
2010-01-31Fix snap to grid not taking the current grid resolution intoBrecht Van Lommel
2010-01-29Speed up keymap editor a bit (less context changes)Martin Poirier
2010-01-28Keyconfig import and removeMartin Poirier
2010-01-28PROP_ENUM_NO_CONTEXT flag for rna properties, forcing enum item functions to ...Martin Poirier
2010-01-26set the keymap to NULL if its not found so as not to use it un-initializes.Campbell Barton