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
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-08image re-project now uses offscreen render function and has input for render ...Campbell Barton
2010-03-07flipping "tab as space" option (so it's on by default - argh ;)Dalai Felinto
2010-03-07Tab as Space as a User Preference option. to affect new and loaded text files.Dalai Felinto
2010-02-12correct fsf addressCampbell Barton
2010-02-09Bugfix #21041: pressing tab, adds spaces depending on the end of the lineJoshua Leung
2010-01-26bugfix [#20674] SegFault from console 'c = data.texts["text1"].copy()'Campbell Barton
2010-01-18- opengl render anim exec function so python can render opengl animations wit...Campbell Barton
2010-01-17Text Editor: indent and unindent now supports tabs/spaces according to (text-...Dalai Felinto
2010-01-16possible fix for [#20674] SegFault from console 'c = data.texts["text1"].copy()'Campbell Barton
2010-01-15Text Editor: Add an option "Tabs as Spaces".Dalai Felinto
2009-11-20Improvements to tab -> spaces conversions and use in the Text Editor:Willian Padovani Germano
2009-11-18insert spaces instead of tabs, makes editing templates less painfull, tho we ...Campbell Barton
2009-09-22PyConsole improvementsCampbell Barton
2009-09-17Warning fixes for blenkernel and editors.Brecht Van Lommel
2009-09-16Operator cheat sheet (from the help menu)Campbell Barton
2009-09-052.5Brecht Van Lommel
2009-04-272.50: fix crashes in the text editor due to undo buffer.Brecht Van Lommel
2009-03-012.5: Text Editor back.Brecht Van Lommel
2009-01-042.5Ton Roosendaal
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-10-29fix for more disable python defines,Campbell Barton
2008-10-28added scons option BF_WITH_PYTHON (defined as DISABLE_PYTHON)Campbell Barton
2008-09-27Cleaned up unused variables and functions.Ian Thompson
2008-09-27text editor changesCampbell Barton
2008-09-05Compiling/Warning Fixes (for scons/mingw + "split sources hack") Part 1:Joshua Leung
2008-08-31Minor tidying and commentingsoc-2008-quornIan Thompson
2008-08-24Added better grouping for text markers with a separate group field (instead o...Ian Thompson
2008-08-17Fix for fix. Forgot to check if markers exist before trying to clear. OopsIan Thompson
2008-08-17Fixed problems with markers where Edit All did not behave the same for every ...Ian Thompson
2008-08-16Esc removes markers in stages. Temporary markers are removed first (if any) t...Ian Thompson
2008-08-13Small bug fix: Scripts were not being recompiled after an error, if the (auto...Ian Thompson
2008-08-09Whole word ops. now treat symbols differently to whitespace allowing better c...Ian Thompson
2008-08-06Various UI drawing and event tweaks to make markers feel more natural and avo...Ian Thompson
2008-08-06Added a Python interface to the marker system with a few additional functions...Ian Thompson
2008-08-05Text Markers: multiple, coloured selections within a Text object with group r...Ian Thompson
2008-07-28Draw cursor at the leading edge of selection (as in other apps.) and hide cur...Ian Thompson
2008-07-28Complete rewrite of syntax highlighting and formatting. Some improvements:Ian Thompson
2008-07-27Undo Fix: Down arrow on last line sent cursor to end (right) but undo sent it...Ian Thompson
2008-07-23Improvements to text find (and replace):Ian Thompson
2008-07-23Bugfix: Deleting backward selected text was getting stuck on redo.Ian Thompson
2008-07-19Merged 15170:15635 from trunk (no conflicts or even merges)Ian Thompson
2008-06-28Fixed own platform bug with stat/fstat.Ian Thompson
2008-06-26Modifying a file externally or deleting a file linked with a Blender Text obj...Ian Thompson
2008-06-17Added functions to the BPy Text object for positioning the cursor and inserti...Ian Thompson
2008-06-10Improvements to whole-word ops (thanks mindrones for suggestions).Ian Thompson
2008-06-06Added file info to header. Also reopen was marking text dirty (different from...Ian Thompson