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
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-21Quick fix to broken text editor/console from r45051.Bastien Montagne
2012-03-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-18spelling cleanupCampbell Barton
2012-03-10picky changes to mouse cursor text selection behavior, previously as soon as ...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-24quiet some warnings & (possible/unlikely error)Campbell Barton
2012-01-22reduce operator lookups in the UI (could do 4 hash lookups per button).Campbell Barton
2012-01-16patch [#29859] UTF-8 support for text editor.Sv. Lockal
2012-01-16middle mouse jump scrolling for text window.Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2011-12-19Fix #29655: keyboard shortcuts missing from text editor text menu, and removedBrecht Van Lommel
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-10-28prefix common internal operator function names so its possible to assign them...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20Fix #28937: Text Editor Selection (Scroll Bar)Sergey Sharybin
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-08-27Fix [#28341] writing }(alt+n) in text editor creates a new fileSergey Sharybin
2011-07-27more minor warning cleanups and improve error reporting if text fails to save.Campbell Barton
2011-05-23fix own mistake [#27451] Flip to Top / Flip to Bottom menuitems on right clic...Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-07Fix #27319: Text editor "Find" does not locate words.Sergey Sharybin
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-19Bugfix #26977 + Patch by Harley AchesonTon Roosendaal
2011-03-22found text editor X/Y selections coords were booleans and corrections to oper...Campbell Barton
2011-03-04quiet warnings and fix building without python.Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-26fix for 'live edit', running python scripts as you typeCampbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22feature back from 2.4x where a python error moves the cursor to the error lin...Campbell Barton
2011-02-18Text space fixes:Sergey Sharybin
2011-02-17One more small text space usability: select work by double-click on itSergey Sharybin
2011-02-17Split cursor_set into two operators:Sergey Sharybin
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-08Text Editor Bugfixes:Joshua Leung
2011-02-04Fix #25923: Active area of text editor line numbers too bigSergey Sharybin
2011-01-27Fix #25818: Text Editor holizontal grab invertedSergey Sharybin
2011-01-24Todo item: text editor does not honour continuous grab(seeSergey Sharybin
2011-01-24Todo item: text editor scroll bar does not respond to clicksSergey Sharybin
2011-01-13Fix #25609: Text Editor: Ctrl+Z error with Word WrapSergey Sharybin
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06remove assignments which are unused.Campbell Barton
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton