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
path: root/source
AgeCommit message (Expand)Author
2008-08-10Shift keys cancelled the suggestions list (missed from earlier event refactor)Ian Thompson
2008-08-10Fixed saving to relative paths and made external modification messages more u...Ian Thompson
2008-08-09Python errors originating in the active text are now displayed at the top of ...Ian Thompson
2008-08-09Line highlighting did not work for syntax errors.Ian Thompson
2008-08-09Merge from trunk: 15912:16031Ian Thompson
2008-08-09Whole word ops. now treat symbols differently to whitespace allowing better c...Ian Thompson
2008-08-09Improvements to the suggestion and doc listing events (when to update and whe...Ian Thompson
2008-08-08Clipboard operations added to text editor RMB menu.Ian Thompson
2008-08-08Typing digits over the line numbers jumps to that line (from mindrones' wishl...Ian Thompson
2008-08-07Word-wrap support for up and down arrows between lines, and home/end keys for...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-05Find and Replace now support "Mark All" which marks all occurrences of a stri...Ian Thompson
2008-08-05Text Markers: multiple, coloured selections within a Text object with group r...Ian Thompson
2008-08-02Merged 15771:15912 from trunkIan Thompson
2008-08-02soc-2008-mxcurioni: made considerable changes to support cross-language polym...Maxime Curioni
2008-08-01Mouse cursor positioning and selections now work with word-wrapped text. It's...Ian Thompson
2008-08-01soc-2008-mxcurioni: clean-up #2Maxime Curioni
2008-08-01soc-2008-mxcurioni: clean-up #1Maxime Curioni
2008-08-01soc-2008-mxcurioni: moved Curve to FrsCurve, fixed bugs with some style modul...Maxime Curioni
2008-07-31Accidentally removed too many BIF_ThemeColors resulting in funny colours for ...Ian Thompson
2008-07-31soc-2008-mxcurioni: moved namespace collision resolution to the freestyle_ini...Maxime Curioni
2008-07-31Word wrap fix: There were cases where the brackets, cursor and selections (wh...Ian Thompson
2008-07-31soc-2008-mxcurioni: added a Freestyle panel to select a style at run-time, by...Maxime Curioni
2008-07-31soc-2008-mxcurioni: the native Python system now supports cross-language poly...Maxime Curioni
2008-07-30Oops, forgot about horizontal/vertical scrolling. Cursor, selections and brac...Ian Thompson
2008-07-30soc-2008-mxcurioni: Tested SWIG-less environment more and understood why the ...Maxime Curioni
2008-07-30Bracket matching now works with word-wrap. Mouse selection and scrolling to do.Ian Thompson
2008-07-29Selections now draw correctly when word-wrapped.Ian Thompson
2008-07-29soc-2008-mxcurioni: corrected problems in API with UnaryFunction1DVoid subcla...Maxime Curioni
2008-07-29soc-2008-mxcurioni: SWIG replacement is effective and the native Freestyle AP...Maxime Curioni
2008-07-29soc-2008-mxcurioni: SWIG replacement is effective and the native Freestyle AP...Maxime Curioni
2008-07-29soc-2008-mxcurioni: finished porting the Freestyle API. All of the original c...Maxime Curioni
2008-07-29 soc-2008-mxcurioni: add all predicate subclasses( BinaryPredicate1D, UnaryPr...Maxime Curioni
2008-07-28Word wrap fix: formatting and cursor positioning was not working correctly fo...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-27soc-2008-mxcurioni: implemented and integrated all 21 original stroke shaders.Maxime Curioni
2008-07-27soc-2008-mxcurioni: ported ALL 1D unary functions, representing 32 new classes.Maxime Curioni
2008-07-27soc-2008-mxcurioni: ported ALL 0D unary functions, representing 34 new classe...Maxime Curioni
2008-07-27soc-2008-mxcurioni: implemented and tested unary predicates. The good news is...Maxime Curioni
2008-07-27Undo Fix: Down arrow on last line sent cursor to end (right) but undo sent it...Ian Thompson
2008-07-27Oops, forgot to reset counters for each line when calculating wrap.Ian Thompson
2008-07-27soc-2008-mxcurioni: added (but did not test) ViewMap and Noise classes. Updat...Maxime Curioni
2008-07-27soc-2008-mxcurioni: implemented (but did not test) ChainPredicateIterator and...Maxime Curioni
2008-07-26soc-2008-mxcurioni: completed implementing ViewEdgeIterator and ChainingItera...Maxime Curioni
2008-07-26Word-wrap initial commit. Added button to header and updated draw code for te...Ian Thompson
2008-07-26Merge from trunkIan Thompson
2008-07-26soc-2008-mxcurioni: implemented (but did not test) the following classes: Mat...Maxime Curioni
2008-07-26Text plug-ins should only be invoked when syntax highlight is enabled (since ...Ian Thompson