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-10-07Comments for text editor functions. More to come tomorrow.Ian Thompson
2008-10-05Bugfix #17750Ton Roosendaal
2008-10-04Bugfix #17750Ton Roosendaal
2008-09-30* free bullet-softbody was using free softbody function.Campbell Barton
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-09-27text editor changesCampbell Barton
2008-09-27[#17692] Text Editor Line Number Background theme optionCampbell Barton
2008-09-27Lots of mingw/gcc compiler warning fixesJoshua Leung
2008-09-22[#17662] Blender runs the older version a python script when reloading it fro...Martin Poirier
2008-09-04Cleaned up some small warnings.Kent Mein
2008-09-03Fix some more gcc warnings.Ken Hughes
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-18Made modification alert slightly less intrusive and added Ignore option.Ian Thompson
2008-08-18Moving the find panel caused some funky projection effect, introduced when I ...Ian Thompson
2008-08-17Fix for text area scrollbar drawing incorrectlyIan 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-14Got rid of the horrible blocking UI problems with Find and Replace by using a...Ian Thompson
2008-08-14Added a Marker sub-menu to the Edit menu in the text space header.Ian Thompson
2008-08-13PageUp/Down now moves the mouse cursor instead of just the view. Also added s...Ian Thompson
2008-08-13Added a button to allow plug-ins to be enabled/disabled for each text space. ...Ian Thompson
2008-08-12Rolled back on rev. 16039. Had problems with display, messages being blank an...Ian Thompson
2008-08-11Suggestion list scrolling and selection made independent for easier use. Sele...Ian Thompson
2008-08-10Fixed inconsistencies between the text plugins and them not suggesting when c...Ian Thompson
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-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-01Mouse cursor positioning and selections now work with word-wrapped text. It's...Ian Thompson
2008-07-31Accidentally removed too many BIF_ThemeColors resulting in funny colours for ...Ian Thompson
2008-07-31Word wrap fix: There were cases where the brackets, cursor and selections (wh...Ian Thompson
2008-07-30Oops, forgot about horizontal/vertical scrolling. Cursor, selections and brac...Ian Thompson
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-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-27Oops, forgot to reset counters for each line when calculating wrap.Ian Thompson
2008-07-26Word-wrap initial commit. Added button to header and updated draw code for te...Ian Thompson
2008-07-26Text plug-ins should only be invoked when syntax highlight is enabled (since ...Ian Thompson
2008-07-25Documentation panel improved to scroll and have better word-wrapping.Ian Thompson
2008-07-24Refactor: Renamed text tool methods (suggestions and docs) for clarity and co...Ian Thompson