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-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
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-17Fix for moving caret to the line beginning/ending when word-wrapping is enabledSergey Sharybin
2010-12-17Fix #25263: Text cursor click point is random.Sergey Sharybin
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03IRC bug reportTon Roosendaal
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell 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-23warning fixes.Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-13Text spaceSergey Sharybin
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-05bugfix [#24148] unable to get keyboard mappings to work in the text windowCampbell Barton
2010-09-25Fix #23983: Text editor does not update immediately when unlinking a textSergey Sharybin
2010-08-13Fix for [#23286] Text Editor: Cursor not changing shape when insert key is pr...Dalai Felinto
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-06Fix #23196: running python scripts didn't do an undo push. Now it doesBrecht Van Lommel
2010-08-05patch [#23185] Mark All in Text Editor always reports "Text not found" when w...Campbell Barton