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-10-21misc cleanupCampbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-03revert r40738, flipepd enums give quick access to first items, even if it doe...Campbell Barton
2011-10-02fix [#28786] Large enum lists display columns in inverted order (right to left)Campbell Barton
2011-09-28correct own fix for #28751 Campbell Barton
2011-09-27minor changes to interface code (no functional changes)Campbell Barton
2011-09-27fix [#28751] Item in Enum propertie is grayed outCampbell Barton
2011-09-26replace strnlen with BLI_strnlen, make some args const - no functional changes.Campbell Barton
2011-09-26use BLI_snprintf rather than sprintf for interface functionsCampbell Barton
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-19i18n: do not translate obect mode enum and transform orientation enum if UI t...Sergey Sharybin
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-17fix for error calling RNA_property_float_get_index on non array float rotatio...Campbell Barton
2011-08-15comment unused lines.Campbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-08-06rna/ui: avoid duplicate property gHash lookups by passing the property when i...Campbell Barton
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-26include menu ID's in tooltips when python tips are enabled, there was no way ...Campbell Barton
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-06-24right panel doneXiao Xiangquan
2011-06-24merge from trunk #37722Xiao Xiangquan
2011-06-17fix [#26621] Memory leaks when creating popup window.Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-06-02UI: fix two issues with expanded enum property buttons:Brecht Van Lommel
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-04new BLF functionsCampbell Barton
2011-05-03fix [#27218] Tooltip text renders incorrectly.Campbell Barton
2011-05-01- Description of texture angle sources and stroke methodsSergey Sharybin
2011-04-28Added tooltip note that parent curve 'Follow' needs to be enabled for track a...Campbell Barton
2011-04-23quiet some clang warnings & fix for bugs in exceptional cases.Campbell Barton
2011-04-05tooltips were part way of the bottom of the screen (timeline play button for eg)Campbell Barton
2011-04-05Commit r33378 adds a red alert to search buttons which have items which are n...Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-17Bugfix #26483Ton Roosendaal
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell 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-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-01-24no functional changes.Campbell Barton
2011-01-19Bugfix #25652Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-28Bugfix, irc report.Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton