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-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-15misc editsCampbell Barton
2011-10-03fix [#27578] Fileselector UI area does not scale with UI (partially hides but...Campbell Barton
2011-09-25Fix some MSVC 2010 warnings (including one apparent bug in intern/elbeem/inte...Andrew Wiggin
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
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-11replace magic numbers for flags for uiSetRoundBox();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-16directory only filesel for operators which don't have a filepath or filename ...Campbell Barton
2011-06-15merge from trunk r37405Xiao Xiangquan
2011-06-05file selector now scales with DPI betterCampbell Barton
2011-06-05scale the file selector UI with the DPI, the region size can still be wrong t...Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-20== filebrowser == Code cleanupAndrea Weikert
2011-03-20== filebrowser == Code cleanupAndrea Weikert
2011-03-20== file browser ==Andrea Weikert
2011-03-14== filebrowser ==Andrea Weikert
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-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-17clear some unused warningsCampbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-30And here's a decent fix for correctly recognizing the theTon Roosendaal
2011-01-17== file browser ==Andrea Weikert
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-15Bugfix #25231Ton Roosendaal
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-14== filebrowser ==Andrea Weikert
2010-11-14== filebrowser ==Andrea Weikert
2010-11-08compiler warning fixesCampbell Barton
2010-11-07Remove code duplication. Andrea Weikert
2010-11-07Enabled kerning for the default UI font for the places that are using UI_Draw...Andrea Weikert
2010-11-06== filebrowser ==Andrea Weikert
2010-11-06== filebrowser ==Andrea Weikert
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
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-08-30various utf8 compatibility fixesCampbell Barton
2010-08-28python/utf8 compatibility fixes. (as discussed on the mailing list)Campbell Barton
2010-08-26Patch [#23437] Fix for buffer overflow in filebrowserNathan Letwory