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
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
2008-06-05Whole word operations added:Ian Thompson
2008-06-04Fixed unreported bug: Backspace at top of text pushed newline onto undo stackIan Thompson
2008-06-04Overwrite mode added, toggled with INSERTKEYIan Thompson
2008-05-04Changed frame numbering to only alter hashes if they are in the filename (not...Campbell Barton
2008-05-02 fix for #7314Jean-Luc Peurière
2008-04-26BLI_split_dirfile was being used in cases it should not have been,Campbell Barton
2008-04-25fix/workaround for blender crashing when running python runs text.clear() in...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-13Fix compiling error.Martin Poirier
2008-03-13Fix for bug #8548: txt_copy_sel in txt_cut_sel only copied string in a local ...Ricki Myers
2008-03-01fix for [#8408] Indentation error in text editor when typing a colon anywhereCampbell Barton
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2008-01-01removed blenderdef.h, BIF_*, BDR_* and BSE_* header files (except for BIF_gl....Campbell Barton
2007-03-12python apiCampbell Barton
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2006-11-26Bugfix #1676Ton Roosendaal
2006-04-04Fix some warning for unsigned vs signed comparisons.Ken Hughes
2006-01-24Giant commit!Ton Roosendaal
2006-01-06Bug #3658 reported by Daniel Holtz (thanks):Willian Padovani Germano
2005-12-12bugfix: #3420 Indent/Unindent in text editor not undoableStephen Swaney
2005-11-06Small fix to allow relative filenames for textfiles.Andrea Weikert
2005-05-19text editor patch by antihc3.Stephen Swaney
2005-05-19fixed it sending null to MEM_freeNJoilnen Leite