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-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-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-20fix [#25283] Edge length display difficult to readCampbell 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-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-14use UNUSED() macro for the console space + minor changes to args.Campbell 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-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-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-04-22BugFix:Diego Borghetti
2010-03-23more lint includesCampbell Barton
2010-02-27bugfix [#20694] Copy Paste to buffer missing in Console editorCampbell Barton
2010-02-15Console:Thomas Dinges
2010-02-12correct fsf addressCampbell Barton
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-15*Fix for last commit. Removed unused code. Thomas Dinges
2010-01-15Console:Thomas Dinges
2009-12-27WIP console text selection, modal selection operator and selection drawing.Campbell Barton
2009-07-28console copy text was upside down.Campbell Barton
2009-07-19operator macro playback (run operator reports in the console)Campbell Barton
2009-07-18fixes for errors on startup and compiler errors and draw speedup.Campbell Barton
2009-07-17- Scrollbars for the console (use View2D functions)Campbell Barton
2009-07-16- use outliner colors (with subtle stripes) for report so you can see divisio...Campbell Barton
2009-07-16SVN maintenance.Guillermo S. Romero
2009-07-16Console Space TypeCampbell Barton