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-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-10Fix [#26827] Blender Crashes when it opens corrupt jpegAndrea Weikert
2011-04-08for thumbnail generation only scale the byte buffer. (was scaling float & byte).Campbell Barton
2011-04-08fix for own assert with image scaling, wasnt working with float images.Campbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-03-27imbuf, mathutils & readfile: floats were being implicitly promoted to doubles...Campbell Barton
2011-03-19remove some redundant vars, assignments & checks.Campbell Barton
2011-03-17bugfix [#26502] segmentationfault on pressing button to browse existing image...Campbell Barton
2011-03-17BLI_assert's for when scaledownx / scaledowny don't use the buffer correctly ...Campbell Barton
2011-03-17changed short's to int's image scale and flip functions (images can be bigger...Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/imbuf tagged.Nathan Letwory
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-23remove unused functions,Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-20misc warnings/fixesCampbell Barton
2011-02-14Bug fix #26021Ton Roosendaal
2011-02-13warning cleanup.Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-10Bugfix #26001Ton Roosendaal
2011-01-30remove nan-makefilesCampbell Barton
2011-01-27[#25815] Patch gcc 4.6Campbell Barton
2011-01-22comment dead code and fix 2 missing NULL checks (pointer used after NULL chec...Campbell Barton
2011-01-17Bugfix #25657Ton Roosendaal
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-15remove unused vars & avoid some clang warnings.Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-08fix for crash when converting sequencer profiles with non-float buffers.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-31CMake: use blender_include_dirs("${OPENGL_INCLUDE_DIR}") rather then blender_...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-14Bugfix #22040Ton Roosendaal
2010-12-10bugfix [#25154] .MXF files should be included as a known video file type in t...Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-05Bugfix #25041Ton Roosendaal
2010-12-05use constant strings for outliner menus rather then sprint'ing them together.Campbell Barton
2010-12-04Maintenance, Campbell Barton
2010-12-03Irx report:Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03Fix for compilation error caused by strict prototype checkingSergey Sharybin
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-01bugfix [#23406] DPX Images load darker then saved, UI broken.Campbell Barton