2011-05-10 |
Campbell Barton | minor cleanup: make functions static, use NULL for... |
tree | commitdiff |
2011-05-09 |
Sergey Sharybin | Fix for memory leak caused by re-making mipmaps |
tree | commitdiff |
2011-05-09 |
Brecht Van Lommel | Code cleanup: warning fixes. |
tree | commitdiff |
2011-05-08 |
Nathan Letwory | Apply second half of [#21590] .dds textures: fix for... |
tree | commitdiff |
2011-05-07 |
Nathan Letwory | Apply part of [#21590] .dds textures: fix for DXT1n... |
tree | commitdiff |
2011-05-02 |
Campbell Barton | workaround [#27203] Crashes with some high-res image... |
tree | commitdiff |
2011-04-24 |
Campbell Barton | harmless changes to quiet clang static check warnings. |
tree | commitdiff |
2011-04-21 |
Campbell Barton | pass even mouse coords value as const so its not edited... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | converted more mixed tab/space indentations to tabs... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | whitespace only, no functional change mixed tabs/spaces... |
tree | commitdiff |
2011-04-18 |
Campbell Barton | cmake |
tree | commitdiff |
2011-04-10 |
Andrea Weikert | Fix [#26827] Blender Crashes when it opens corrupt... |
tree | commitdiff |
2011-04-08 |
Campbell Barton | for thumbnail generation only scale the byte buffer... |
tree | commitdiff |
2011-04-08 |
Campbell Barton | fix for own assert with image scaling, wasnt working... |
tree | commitdiff |
2011-04-06 |
Campbell Barton | fix [#26803] Libs paths are case sensitive in windows |
tree | commitdiff |
2011-03-27 |
Campbell Barton | imbuf, mathutils & readfile: floats were being implicit... |
tree | commitdiff |
2011-03-19 |
Campbell Barton | remove some redundant vars, assignments & checks. |
tree | commitdiff |
2011-03-17 |
Campbell Barton | bugfix [#26502] segmentationfault on pressing button... |
tree | commitdiff |
2011-03-17 |
Campbell Barton | BLI_assert's for when scaledownx / scaledowny don't... |
tree | commitdiff |
2011-03-17 |
Campbell Barton | changed short's to int's image scale and flip functions... |
tree | commitdiff |
2011-03-05 |
Campbell Barton | use NULL rather then 0 for pointer assignments & compar... |
tree | commitdiff |
2011-03-03 |
Campbell Barton | replace 0 with NULL when used as a pointer |
tree | commitdiff |
2011-02-27 |
Nathan Letwory | doxygen: blender/imbuf tagged. |
tree | commitdiff |
2011-02-26 |
Campbell Barton | use const char for return values of getenv(). |
tree | commitdiff |
2011-02-23 |
Nathan Letwory | doxygen: prevent GPL license block from being parsed... |
tree | commitdiff |
2011-02-23 |
Campbell Barton | remove unused functions, |
tree | commitdiff |
2011-02-21 |
Nathan Letwory | I swear, it was just an innocence change in guardedalloc! |
tree | commitdiff |
2011-02-20 |
Campbell Barton | misc warnings/fixes |
tree | commitdiff |
2011-02-17 |
Nathan Letwory | Starting work on doxygen cleanup. Many things still... |
tree | commitdiff |
2011-02-14 |
Ton Roosendaal | Bug fix #26021 |
tree | commitdiff |
2011-02-13 |
Campbell Barton | warning cleanup. |
tree | commitdiff |
2011-02-13 |
Campbell Barton | many functions in blender are not marked static but... |
tree | commitdiff |
2011-02-12 |
Campbell Barton | fix for more warnings. |
tree | commitdiff |
2011-02-12 |
Campbell Barton | - resource leak in pointcache, opendir without closedir() |
tree | commitdiff |
2011-02-10 |
Ton Roosendaal | Bugfix #26001 |
tree | commitdiff |
2011-01-30 |
Campbell Barton | remove nan-makefiles |
tree | commitdiff |
2011-01-27 |
Campbell Barton | [#25815] Patch gcc 4.6 |
tree | commitdiff |
2011-01-25 |
Campbell Barton | use cmake defined names for jpeg, png, zlib and python... |
tree | commitdiff |
2011-01-22 |
Campbell Barton | comment dead code and fix 2 missing NULL checks (pointe... |
tree | commitdiff |
2011-01-17 |
Ton Roosendaal | Bugfix #25657 |
tree | commitdiff |
2011-01-15 |
Campbell Barton | remove/comment unused defines. |
tree | commitdiff |
2011-01-14 |
Campbell Barton | remove unused vars & avoid some clang warnings. |
tree | commitdiff |
2011-01-13 |
Campbell Barton | remove/comment unused vars |
tree | commitdiff |
2011-01-12 |
Campbell Barton | remove redundant assignments & unused vars. |
tree | commitdiff |
2011-01-08 |
Campbell Barton | fix for crash when converting sequencer profiles with... |
tree | commitdiff |
2011-01-07 |
Campbell Barton | remove references to BKE_utildefines where its not... |
tree | commitdiff |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
tree | commitdiff |
2010-12-31 |
Campbell Barton | CMake: use blender_include_dirs("${OPENGL_INCLUDE_DIR... |
tree | commitdiff |
2010-12-22 |
Campbell Barton | rename blenderlib to blender_add_lib |
tree | commitdiff |
2010-12-14 |
Ton Roosendaal | Bugfix #22040 |
tree | commitdiff |
2010-12-10 |
Campbell Barton | bugfix [#25154] .MXF files should be included as a... |
tree | commitdiff |
2010-12-08 |
Campbell Barton | use lowercase for cmake builtin names and macros, remov... |
tree | commitdiff |
2010-12-05 |
Ton Roosendaal | Bugfix #25041 |
tree | commitdiff |
2010-12-05 |
Campbell Barton | use constant strings for outliner menus rather then... |
tree | commitdiff |
2010-12-04 |
Campbell Barton | Maintenance, |
tree | commitdiff |
2010-12-03 |
Ton Roosendaal | Irx report: |
tree | commitdiff |
2010-12-03 |
Campbell Barton | Enabled GCC -Wwrite-strings warning for CMake and repla... |
tree | commitdiff |
2010-12-03 |
Sergey Sharybin | Fix for compilation error caused by strict prototype... |
tree | commitdiff |
2010-12-03 |
Campbell Barton | - added GCC warning -Wstrict-prototypes |
tree | commitdiff |
2010-12-01 |
Campbell Barton | bugfix [#23406] DPX Images load darker then saved,... |
tree | commitdiff |
2010-11-30 |
Campbell Barton | Add option for CMake to build libredcode, also use... |
tree | commitdiff |
2010-11-29 |
Campbell Barton | include headers in cmake source, added a script to... |
tree | commitdiff |
2010-11-27 |
Ton Roosendaal | Bugfix #21385 |
tree | commitdiff |
2010-11-25 |
Campbell Barton | found some errors while looking into bug #24909, in... |
tree | commitdiff |
2010-11-23 |
Campbell Barton | use zero initializers instead of memset(), also change... |
tree | commitdiff |
2010-11-21 |
Campbell Barton | - include pthreads for win32 globally (as with opengl). |
tree | commitdiff |
2010-11-20 |
Campbell Barton | WITH_OPENJPEG wasn't defined for CMake or SCons, which... |
tree | commitdiff |
2010-11-19 |
Campbell Barton | use 'const char *' for imbuf and file ops. |
tree | commitdiff |
2010-11-18 |
Campbell Barton | rename libs internal libs for CMake + SCons (used in... |
tree | commitdiff |
2010-11-17 |
Campbell Barton | use 'const char *' by default with RNA functions except... |
tree | commitdiff |
2010-11-17 |
Campbell Barton | writing single images from a render (own commit r33104... |
tree | commitdiff |
2010-11-16 |
Campbell Barton | option to write images to a files on single frame rende... |
tree | commitdiff |
2010-11-02 |
Campbell Barton | fix for compiling with the c90 standard, support for... |
tree | commitdiff |
2010-11-01 |
Peter Schlaile | == FFMPEG == |
tree | commitdiff |
2010-10-31 |
Brecht Van Lommel | Fix #23283: crash exiting blender player, IMB_exit... |
tree | commitdiff |
2010-10-23 |
Campbell Barton | use explicit file paths for CMake rather then globing... |
tree | commitdiff |
2010-10-19 |
Campbell Barton | rename anim.c -> anim_movie.c since we have an anim... |
tree | commitdiff |
2010-10-19 |
Campbell Barton | Using unsigned int from own commit r32425 broke tiling... |
tree | commitdiff |
2010-10-17 |
Nathan Letwory | Fix [#24294] IMB_allocImBuf changes in r32517 missed... |
tree | commitdiff |
2010-10-17 |
Campbell Barton | - fixed remaining unused warnings. |
tree | commitdiff |
2010-10-16 |
Campbell Barton | most unused arg warnings corrected. |
tree | commitdiff |
2010-10-07 |
Campbell Barton | misc fixes found with clang's static checker. |
tree | commitdiff |
2010-09-30 |
Nathan Letwory | Set IB_multilayer flag, so can use multilayer exr as... |
tree | commitdiff |
2010-09-28 |
Campbell Barton | images bigger then 32k no longer crash blender, use... |
tree | commitdiff |
2010-09-18 |
Campbell Barton | warning fixes and minor cmake changes. |
tree | commitdiff |
2010-09-15 |
Campbell Barton | fix for error in last commit. |
tree | commitdiff |
2010-09-15 |
Campbell Barton | bugfix [#23405] PNG Images bigger then 2gig wont load... |
tree | commitdiff |
2010-09-07 |
Campbell Barton | - added back zlib include (needed for win32). |
tree | commitdiff |
2010-09-02 |
Campbell Barton | - inconsistent rna names - use 'vertex_group_' as prefi... |
tree | commitdiff |
2010-09-01 |
Thomas Dinges | Spell fix, reported by troy_s in IRC. |
tree | commitdiff |
2010-08-29 |
Nathan Letwory | Finally change SConscript tabs to spaces. |
tree | commitdiff |
2010-08-23 |
Ton Roosendaal | DPX files are linear now, the gamma value in the file... |
tree | commitdiff |
2010-08-21 |
Campbell Barton | bugfix [#23419] FILE OPEN: OpenEXR default extension... |
tree | commitdiff |
2010-08-18 |
Campbell Barton | fix errors with recent commits. |
tree | commitdiff |
2010-08-16 |
Joerg Mueller | svn merge -r 31314:31370 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-16 |
Campbell Barton | jp2.c has a non-utf8 char which stopped python from... |
tree | commitdiff |
2010-08-16 |
Campbell Barton | - remove unused includes IMB_*, BIF_* & MEM_* |
tree | commitdiff |
2010-08-13 |
Joerg Mueller | svn merge -r 31211:31313 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-12 |
Brecht Van Lommel | Fix #23188: libpng error: Image width or height is... |
tree | commitdiff |
2010-08-11 |
Campbell Barton | - possibly bugfix /w uninitialized vars [#23270] Long... |
tree | commitdiff |
next |