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-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-06-16directory only filesel for operators which don't have a filepath or filename ...Campbell Barton
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
2010-08-12bugfix [#23270] Long directory name segmentation fault in File browerCampbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-05-09== filebrowser ==Andrea Weikert
2010-05-08bugfix [#22276] filemanager autocompleate based on current pathCampbell Barton
2010-04-22BugFix:Diego Borghetti
2010-04-19== file browser ==Andrea Weikert
2010-04-19Fix [#22056] Minor UI problem in File BrowserMatt Ebb
2010-03-30Fix a few warning in editors/ module.Brecht Van Lommel
2010-03-29Fix [#21083] Collada exporter defaults to ".blend" extension...Matt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-18Fix [#20908] Box Select On File/Append Selects Too Many FilesMatt Ebb