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
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
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-14== filebrowser ==Andrea Weikert
2010-11-14== filebrowser ==Andrea Weikert
2010-11-14== filebrowser ==Andrea Weikert
2010-11-11fix for building, also use const char in more places.Campbell Barton
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-07fix ford last commit - also remove file from CMakeLists.txtAndrea Weikert
2010-11-07removed unused code for image loading, was copied from 2.49 and never used.Andrea Weikert
2010-11-06== filebrowser ==Andrea Weikert
2010-11-06== filebrowser ==Andrea Weikert
2010-11-06== filebrowser ==Andrea Weikert
2010-11-05tedious string copying changesCampbell Barton
2010-10-27Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash funct...Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-09-25fix for own error with recent patch edits, globbing wasnt being cleared so im...Campbell Barton
2010-09-24patch [#23968] filter_filetypes property to allow operators to filter by file...Campbell Barton
2010-09-22bugfix [#23784] Renaming files broken in the file selectorCampbell Barton
2010-09-21fixed filename overwrite red highlight not updating when +/- pressed.Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-18Apply patch [#23846] Fix for [#23698] in File Browser system. Properly remove...Nathan Letwory
2010-09-17bugfix [#23783] /../ prefix stops going up a dirCampbell Barton
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-09-15update for MingW/CMakeCampbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-03SVN maintenance.Guillermo S. Romero
2010-08-30various utf8 compatibility fixesCampbell Barton
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
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-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-12bugfix [#23270] Long directory name segmentation fault in File browerCampbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-08-10Bugfix for:[23234] Blender File Browser - Back Button does work with first di...Dalai Felinto
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-03minor cleanup, minimal functional change.Campbell Barton