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-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-04-05== filebrowser ==Andrea Weikert
2011-04-03quiet warnings.Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-23fix [#26591] File browser: select multiple files for Library append/link brokenAndrea Weikert
2011-03-21fix for use of un-initialized pointers in file_sfile_to_operator(...) & remov...Campbell Barton
2011-03-20== file browser == Code cleanupAndrea Weikert
2011-03-20== filebrowser == Code cleanupAndrea Weikert
2011-03-20== filebrowser == Code cleanupAndrea Weikert
2011-03-20== file browser ==Andrea Weikert
2011-03-20== file browser ==Andrea Weikert
2011-03-15quiet warning for GCCCampbell Barton
2011-03-14== filebrowser ==Andrea Weikert
2011-03-12pass report list along to BLO_blendhandle_from_file(), avoid unlikely crash i...Campbell Barton
2011-03-12- BKE_idcode_iter_step() - function to step over all ID codes.Campbell Barton
2011-03-11Bugfix #26444Ton Roosendaal
2011-03-09From the OFTL: Pad-period refreshes File browser.Ton 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-26use const char for return values of getenv().Campbell Barton
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-02-13warning cleanup.Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the C...Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-30And here's a decent fix for correctly recognizing the theTon Roosendaal
2011-01-17== file browser ==Andrea Weikert
2011-01-13small feature for file manager, pasting a full file path into the directory f...Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
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-23rename blenderlib to blender_add_libCampbell Barton
2010-12-20Bugfix, own collection:Ton Roosendaal
2010-12-17Drag & drop feature:Ton Roosendaal
2010-12-15Bugfix #25231Ton Roosendaal
2010-12-15Centralized operator UI drawing into a new function uiLayoutOperatorButs(),Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-04Fixed memory leak in thumbnail_joblist_free: last image in loadimages weren'tSergey Sharybin
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton