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-26code cleanup: comments and some minor edits to interface code.Campbell Barton
2012-08-21code cleanup: use rect size macros for the interfaceCampbell Barton
2012-08-19style cleanupCampbell Barton
2012-08-18use rctf struct for UI buttons and blocks, easier to read and means we can us...Campbell Barton
2012-08-01fix: column flow layout wrongly calculated height of second and subsequent co...Andrea Weikert
2012-06-22[#31885] uiItemMenuEnumO / layout.operator_menu_enum() fails silently with ba...Dan Eicher
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-11Fix for UI layout alignment of fixed-size items (including those with width <...Lukas Toenne
2012-05-08style cleanup: gpencil & metaballCampbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-23corrections from an article about using PVS-Studio static checker with blende...Campbell Barton
2012-04-13Fixed (or partly fixed) various missing UI translations, mainly with some spe...Bastien Montagne
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 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-18spelling cleanupCampbell Barton
2012-03-16i18n stuff: adds translation_context to RNA structs (used for there ui name),...Bastien Montagne
2012-03-04Many i18n fixings, based on [#30428] [2.62] Translation Issues.Bastien Montagne
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-17Fix #25649: Image editor paint icon missing until enter weight paintSergey Sharybin
2012-01-22minor edit for operator error macro so it can return different values.Campbell Barton
2012-01-22Bugfix for r.43592Joshua Leung
2012-01-22reduce operator lookups in the UI (could do 4 hash lookups per button).Campbell Barton
2012-01-22style chang, made mainly because I wanted to be able to add breakpoints to ME...Campbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-11running operators now uses last used settings, added reset button to set defa...Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-11-15Fix for #29165 bugfix: adding nodes from shift+A menu in node editor did noth...Brecht Van Lommel
2011-11-15add support for python __doc__ comments in menu classes showing in the toolti...Campbell Barton
2011-11-15show tooltips for menus, currently works for operators and enum properties wh...Campbell Barton
2011-11-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-11-15Fix #29165: Arrow keys not working correct in Compositing Node EditorSergey Sharybin
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-11-10presets now work from non-redo popups,Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndS...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-05minor editsCampbell Barton
2011-10-03minor edit for UI code, pointless short/int mix.Campbell Barton
2011-09-26use BLI_snprintf rather than sprintf for interface functionsCampbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne