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-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23remove unused functions,Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13corrected error from commit r34810.Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-08Crash fix, IRC report.Ton Roosendaal
2011-01-08remove unused code & variables.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-23rename blenderlib to blender_add_libCampbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-01minor console changes.Campbell Barton
2010-11-29bugfix [#24969] Python Console bug: inserting a large text leads to strange c...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-27console text underscore would draw outside the view for larger font sizes.Campbell Barton
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-11-11make console wrapped text drawing into its own function in preparation to mov...Campbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-14use UNUSED() macro for the console space + minor changes to args.Campbell Barton
2010-10-13re-enable fix from r32330 but without the alt key check because this can be u...Campbell Barton
2010-10-11Revert r32330 and reopening #24184. The change breaks input where modifier ke...Nathan Letwory
2010-10-08fix for console selection when pasting.Campbell Barton
2010-10-05bugfix [#24148] unable to get keyboard mappings to work in the text windowCampbell Barton
2010-10-04fix for copy in the console (wasnt taking the prompt into account)Campbell Barton
2010-10-03python console prompt + edit line is how selectable.Campbell Barton
2010-09-28bugfix pointed out by Kris Salaah (own mistake)Campbell Barton
2010-09-27minor console fixesCampbell Barton
2010-09-27bugfix, console text selection /w wrapped lines now works.Campbell Barton
2010-09-27fix for interactive console selection drawing with wrapped lines.Campbell Barton
2010-09-27console now stores selection internally with 0 index starting at the end of t...Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell 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-08remove unused includes from editors/space_*Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-06finish cleanup to cmake editors, also removed some stuff from scons thats not...Campbell Barton
2010-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-05-08Fixing the makefiles compilingJoilnen Leite
2010-05-08Scons compile fix for SVN 28661.Thomas Dinges
2010-05-08- console drop handler for datablocks & filepaths.Campbell Barton
2010-04-22BugFix:Diego Borghetti