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
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-02-11FileBrowser: Editable Bookmarks.Bastien Montagne
2014-11-11UI Refactor T41640Campbell Barton
2014-07-11WM: add WM_operator_properties_create_ptrCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-04Fix T38945, empty "System Bookmarks" and "Recent" panel were drawn in the Fil...Thomas Dinges
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2013-11-21Squashed commit of the following:Bastien Montagne
2013-10-08make bookmake name consistent was: FILE_OT_bookmark_add/FILE_OT_delete_bookmarkCampbell Barton
2013-08-15== filebrowser ==Andrea Weikert
2013-04-05code cleanup: include orderCampbell Barton
2013-03-27I18n fixes for C panels & menus (we have to specify the default bpyrna contex...Bastien Montagne
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-21== filebrowser ==Andrea Weikert
2012-09-18== filebrowser ==Andrea Weikert
2012-09-18== filebrowser ==Andrea Weikert
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-06-18style cleanupCampbell Barton
2012-05-20Various small fixes:Bastien Montagne
2012-04-29style cleanup: whitespace / commasCampbell 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-04Many i18n fixings, based on [#30428] [2.62] Translation Issues.Bastien Montagne
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-06-15merge from trunk r37405Xiao Xiangquan
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-15Centralized operator UI drawing into a new function uiLayoutOperatorButs(),Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-06== filebrowser ==Andrea Weikert
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-06-14naming changesCampbell Barton
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-11-29Draw function for operators (just like panels), used for the redo popup, file...Campbell Barton
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton