Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-02-07 | WordPartLeft and WordPartRight made safe for non-ASCII. | nyamatongwe | 1 | -27/+56 | |
2003-02-04 | Patch from Mauritius Thinnes to set the type separator for autocompletion | nyamatongwe | 1 | -0/+7 | |
images. | |||||
2003-02-02 | Hoisted drawing of EOL into method so can avoid overwriting last | nyamatongwe | 2 | -28/+48 | |
character in two phase mode. | |||||
2003-02-02 | Two phase drawing. | nyamatongwe | 2 | -34/+132 | |
2003-01-31 | Patch from David Ascher for horizontal scrolling. | nyamatongwe | 1 | -0/+9 | |
Change the scroll range when moving caret outside normal scroll range. Modify scroll bar when calling SetXOffset API to ensure synchronised. | |||||
2003-01-27 | Made more robust. | nyamatongwe | 1 | -25/+36 | |
2003-01-27 | Patch from Steve Schoettler for case sensitive tags. | nyamatongwe | 1 | -10/+13 | |
2003-01-18 | Removed special casing of '^' and '$' that tried to prevent hangs. This is | nyamatongwe | 1 | -12/+0 | |
now the containers responsibility. | |||||
2003-01-14 | Patch from David Ascher to to support both context diffs and the output | nyamatongwe | 1 | -3/+7 | |
of Python's difflib. | |||||
2003-01-13 | Simplified and corrected code. | nyamatongwe | 2 | -58/+23 | |
IsDBCS no longer present as now must deal with 3 byte DBCS so use LenChar and DBCSCharLength. | |||||
2003-01-13 | Set up DBCS mode when needed in main drawing code. | nyamatongwe | 1 | -0/+1 | |
2003-01-12 | Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes. | nyamatongwe | 1 | -21/+41 | |
2003-01-12 | Additions from Yukihiro Nakai to enable DBCS mode on GTK+. | nyamatongwe | 4 | -28/+41 | |
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+. | |||||
2003-01-10 | Added XPM header which has been separated from LineMarker.h. | nyamatongwe | 1 | -1/+2 | |
2003-01-10 | Changed listbox member to a pointer to allow use of platform-specific | nyamatongwe | 1 | -20/+28 | |
subclass. | |||||
2003-01-10 | Changed listbox field to pointer to allow use of platform-specific | nyamatongwe | 1 | -3/+4 | |
subclass. Added new listbox initialisation parameters. | |||||
2003-01-10 | Moved XPM code out to XPM file. | nyamatongwe | 2 | -165/+6 | |
2003-01-10 | Replaced standard library isspace with explicit code as isspace doesn't | nyamatongwe | 1 | -4/+8 | |
like non-ASCII. | |||||
2003-01-10 | Changed the autocompletion listbox member to be a pointer. | nyamatongwe | 1 | -13/+18 | |
Added some extra listbox initialisation parameters needed because of pixmaps. Using new CaretFromEdge member of listbox to align with content text. Implemented SCI_CLEARREGISTEREDIMAGES. | |||||
2003-01-10 | Added include of new XPM.h. | nyamatongwe | 1 | -1/+2 | |
2003-01-10 | Initial version. | nyamatongwe | 2 | -0/+364 | |
2003-01-03 | Enable text form XPM for autocompletion lists. | nyamatongwe | 2 | -4/+13 | |
Enable line form XPM for markers. | |||||
2003-01-01 | Changed wrapped printing to be more similar to wrapped display. | nyamatongwe | 2 | -9/+9 | |
2003-01-01 | Fixed up line wrapped printing and added property to turn wrapping on or | nyamatongwe | 2 | -3/+15 | |
off for printing. | |||||
2002-12-31 | Better handling of page breaks when printing with line wrapping. | nyamatongwe | 1 | -47/+52 | |
2002-12-21 | Updated Avenue lexer from Alexey. | nyamatongwe | 1 | -140/+176 | |
2002-12-20 | Allow zero width caret. | nyamatongwe | 1 | -2/+2 | |
2002-12-20 | Added moveThumb argument to ScrollTo to allow smoother manipulation of | nyamatongwe | 2 | -3/+5 | |
thumb on GTK+ | |||||
2002-12-16 | Removed dead code. | nyamatongwe | 1 | -3/+1 | |
2002-12-06 | Upped number of keyword lists to 9. | nyamatongwe | 1 | -1/+1 | |
2002-12-05 | Patch from Vrana to fix some lexing problems. | nyamatongwe | 1 | -1/+13 | |
2002-12-01 | Removed deprecateion ifdef around SCN_MODIFYATTEMPTRO. | nyamatongwe | 1 | -2/+0 | |
2002-11-28 | Patch from Bernd Kreuss to optionally turn off folding of preprocessing | nyamatongwe | 1 | -29/+59 | |
tags. | |||||
2002-11-23 | Fix to PHP folding from Bernd. | nyamatongwe | 1 | -3/+3 | |
2002-11-22 | Folding patch from Bruce Dodson that does not fold header comments with | nyamatongwe | 1 | -20/+26 | |
the previous block. | |||||
2002-11-22 | More of the icons in autocompletion patch. | nyamatongwe | 1 | -4/+21 | |
2002-11-21 | Patch from Biswa to add icons to autocompletion lists. | nyamatongwe | 3 | -12/+21 | |
2002-11-21 | Update from Shen to fix the wrong folding with TYPE defining and wrong | nyamatongwe | 1 | -17/+33 | |
color highlighting with continucated lines in some cases. | |||||
2002-11-21 | Added copy constructor and operator= to avoid blind copy of XPM pointer | nyamatongwe | 1 | -0/+15 | |
leading to problems when double freed. | |||||
2002-11-20 | Changed default layout caching to just the caret line. | nyamatongwe | 1 | -1/+1 | |
2002-11-19 | Protect against null pointer dereference when out of memory. | nyamatongwe | 1 | -1/+3 | |
2002-11-17 | Fixed warnings. | nyamatongwe | 2 | -14/+14 | |
2002-11-17 | Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla. | nyamatongwe | 6 | -16/+284 | |
This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved. | |||||
2002-11-15 | Fix to lines in make files that start with "=". | nyamatongwe | 1 | -6/+8 | |
2002-11-08 | Patch to add fold level boxing from Wilhelm Pflueger. | nyamatongwe | 2 | -29/+309 | |
2002-11-08 | Copy list type into notification listType for SCN_USERLISTSELECTION. | nyamatongwe | 1 | -1/+2 | |
2002-10-26 | Update from Shen to handle continuation. | nyamatongwe | 1 | -29/+49 | |
A couple of warnings fixed. | |||||
2002-10-26 | Patch from Philippe to handle tabs and spaces in preprocessor lines | nyamatongwe | 1 | -1/+1 | |
correctly. | |||||
2002-10-26 | Patch from Philippe to handle block comments, and the deep nesting of | nyamatongwe | 1 | -17/+48 | |
strings and block comments. | |||||
2002-10-26 | Using unsigned ints because of change to StyleContext. | nyamatongwe | 1 | -4/+4 | |