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
2013-09-12correct brackground rectangle drawing in info view. need to compensate for re...Campbell Barton
2013-09-11take the decender into account when drawing console text.Campbell Barton
2013-03-13style cleanupCampbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-02-18fix [#34279] Python console: Selected region is not highlighted when using wh...Campbell Barton
2013-02-17remove stipple from console selection drawing.Campbell Barton
2013-01-09reduce the alpha of console selection (text was too hard to read)Campbell Barton
2012-12-14correct scrollbars not working properly with DPI in the console/info view.Campbell Barton
2012-12-14code cleanup: minor edits to the console.Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-14Fix for misplaced cursor in wrapped console prompt, also fixes newline for si...Sv. Lockal
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...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-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-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
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-26fix building blenderplayer and a divide by zero bug with the console view.Campbell Barton
2010-11-26change monospace font to be an extern, not good final design but better then ...Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-11-11SVN maintenance.Guillermo S. Romero
2010-11-11make console wrapped text drawing into its own function in preparation to mov...Campbell Barton