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-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
2012-11-01fix [#30910] Problems: Add Shortcut(s) for "Ctrl Tab" menuCampbell Barton
2012-10-27Putting back mysterious lines that check KM_CLICK keymap conflictsTon Roosendaal
2012-10-26Bugfix #28734Ton Roosendaal
2012-09-21Fix for [#32595] N shortcut (view-properties) is not shown in preview mode in...Bastien Montagne
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
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