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-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-21code cleanup: use rect size macros for the interfaceCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-19style cleanupCampbell Barton
2012-08-18code cleanup: use BLI rect functions for interface button and block code.Campbell Barton
2012-08-18use rctf struct for UI buttons and blocks, easier to read and means we can us...Campbell Barton
2012-08-17fix for crash showing tooltip for NODE_OT_add_search()Campbell Barton
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-05-23code cleanup: double promotion warningsCampbell Barton
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-04-13Fixed (or partly fixed) various missing UI translations, mainly with some spe...Bastien Montagne
2012-04-04use 'const float' when passing readonly colors, and include array size.Campbell Barton
2012-04-03Popup menu layout inherits context store from button.Lukas Toenne
2012-03-30style cleanup: interfaceCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell 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-23patch [#30620] Wiki Quick Hack: Make Tooltip Text Colour ThemeableCampbell Barton
2012-03-20patch [#30595] Wiki Quick Hacks: Make Tooltip Background Colour ThemeableCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-14Fix #30155: crash with popup menu open while new .blend file is loaded,Brecht Van Lommel
2012-01-31Fix #28011: Dropdown lists to add Brick elements in Game Logic view miss lett...Sergey Sharybin
2012-01-22style chang, made mainly because I wanted to be able to add breakpoints to ME...Campbell Barton
2012-01-21Better api use for paths.Campbell Barton
2012-01-17Fix #29762: columns in long enum property menu's were in the wrong order.Brecht Van Lommel
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2011-12-19remove unneeded NULL check in ui_searchbox_create() which confuses static che...Campbell Barton
2011-12-12fix [#29537] file/save crashes when target path isnt foundCampbell Barton
2011-11-24Fix #29306: Alt+N, Enter In Image View Does closes the dialog without executing.Sergey Sharybin
2011-11-21Fix #29347: enum tooltip crash that showed up with recent changes.Brecht Van Lommel
2011-11-19UI: fix issue with previous commit, could show wrong tooltip.Brecht Van Lommel
2011-11-19Fix [#29018] Problem with multi-column dorpdown lists, when scrolling is enab...Bastien Montagne
2011-11-19UI: small tweak to tooltips for enum menus, it wasn't very clear whichBrecht Van Lommel
2011-11-15show tooltips for menus, currently works for operators and enum properties wh...Campbell Barton
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-11-08UI/Nodes: templates to edit nodes from the properties editor using a tree view,Brecht Van Lommel
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-10-21misc cleanupCampbell Barton