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
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
2010-01-26Fix [#20798] - Add/change/remove shortcut options dissapearing from buttons @...Matt Ebb
2009-12-24Key map related things:Matt Ebb
2009-12-21Missing id assignment for kmi creation function (2 out of 3 isn't good enough).Martin Poirier
2009-12-18Keymap conflict detection operator.Martin Poirier
2009-12-17keymap editorMartin Poirier
2009-12-08RNA functions to find keymaps in a keyconfig (from the usual idname + space o...Martin Poirier
2009-12-02Reset operator properties for keymap items when operator idname is changed.Martin Poirier
2009-11-17new function WM_keymap_add_menu(), similar to WM_keymap_add_item() except it ...Campbell Barton
2009-11-16Fixing keymap export:Martin Poirier
2009-11-15=== Better support for user defined modal keymaps ===Martin Poirier
2009-10-25Toolbar Fixes:Joshua Leung
2009-10-19Fix #19640: user defined keymaps did not use poll function.Brecht Van Lommel
2009-10-12macro's can set options for the operators they executeCampbell Barton
2009-10-08Key ConfigurationBrecht Van Lommel
2009-09-18Keymaps now have a poll() function, rather than adding/removingBrecht Van Lommel
2009-09-10UI:Brecht Van Lommel
2009-07-282.5Ton Roosendaal
2009-07-262.5Ton Roosendaal
2009-07-212.5Ton Roosendaal
2009-06-29BGE PyAPI support for subclassing any BGE game type from python, scripters de...Campbell Barton
2009-06-21RNA read-only wrapped wmEvent so python operators invoke functionsCampbell Barton