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-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-05-11only use OSKEY as a replacement for CTRL on Apple (was already the case in ma...Campbell Barton
2013-03-26fix for missing redraw in own commit r55554 (Ctrl+F text editor find).Campbell Barton
2013-03-24Usablity:Ton Roosendaal
2013-03-22Bug fix #34405Ton Roosendaal
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-01-16patch [#33888] Syntax Highlighting ChangesCampbell Barton
2013-01-15Bug fix #33873Ton Roosendaal
2012-12-31add back initial autocomplete support.Campbell Barton
2012-12-29patch [#33609] Syntax highlighting for OSL in Text EditorCampbell Barton
2012-12-19code cleanup: remove unneeded include's and rename some static functions in t...Campbell Barton
2012-12-19generalize formatting code so different formatters can be registered and each...Campbell Barton
2012-11-23Text Editor: remove text marker functionality. Patch [#33251]Justin Dailey
2012-10-26style cleanupCampbell Barton
2012-05-25style cleanupCampbell Barton
2012-05-04make text move up/down into a single operator with a direction propertyCampbell Barton
2012-05-04Patch [#30654] Wiki Quick Hack: Text editor move lines up/downJoshua Leung
2012-04-29patch [#30821] Wiki Quick Hack: Text editor duplicate lineCampbell Barton
2012-03-31style cleanup: text editorCampbell 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
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-16middle mouse jump scrolling for text window.Campbell Barton
2012-01-16use TRUE/FALSE for boolean keymaps, no functional changesCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20debug build option WITH_PYTHON_UI_INFO, so you can right click and edit the p...Campbell Barton
2011-09-02Partial fix for #28441: Tab width in texteditor ignored if used tabs as spacesSergey Sharybin
2011-08-27Fix [#28341] writing }(alt+n) in text editor creates a new fileSergey Sharybin
2011-03-29fix [#26623] script/console windows: BACKSPACE does not work when SHIFT is heldCampbell 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-18Fix #26140: Text to 3D object (one object & one object per line) has the same...Sergey Sharybin
2011-02-18Text space fixes:Sergey Sharybin
2011-02-18Another small text space usability: option to show right margin (aka print ma...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-17Spall text space usability:Sergey Sharybin
2011-02-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07Fix/add OSX style text editing shortcuts to default keymapMatt Ebb
2010-12-26Bugfix [#25383] Drag&Drop .py file into text editor don't load it.Joshua Leung
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-13Text spaceSergey Sharybin
2010-09-26Added missed data listener ND_CURSOR to text space.Sergey Sharybin
2010-09-25Fix #23983: Text editor does not update immediately when unlinking a textSergey Sharybin
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-04bugfix [#23174] Text Editor: View Top of File and View Bottom of File not wor...Campbell Barton