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
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-16PyConsole: double-click to select wordCampbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2012-12-14code cleanup: minor edits to the console.Campbell Barton
2012-06-04patch [#31644] Py Console: Indent and unindent independent of cursor (aligned...Campbell Barton
2012-05-09patch [#31359] Py Console: Empty current lineCampbell Barton
2012-04-03partial fix [#30777] python console utf-8 problemCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23remove unused functions,Campbell Barton
2010-12-01minor console changes.Campbell Barton
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-11-11make console wrapped text drawing into its own function in preparation to mov...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-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-01-03- WM_OT_context_cycle_int wasnt working (also wasnt used anywhere)Campbell Barton
2009-12-27WIP console text selection, modal selection operator and selection drawing.Campbell Barton
2009-12-24support for registering operators using the same internal rna api as panels, ...Campbell Barton
2009-07-30Operator Copy/PasteCampbell Barton
2009-07-28console copy text was upside down.Campbell Barton
2009-07-26- console scrollback userprefCampbell 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-16Console Space TypeCampbell Barton