Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-03-03 | Patch from Jakub Vrana to handle some out of bounds characters and | nyamatongwe | 1 | -2/+2 | |
repetitive pseudo-classes. | |||||
2003-03-01 | Fixed assertion in LaTeX lexing. | nyamatongwe | 1 | -1/+1 | |
2003-03-01 | Fixed DBCS handling. | nyamatongwe | 1 | -1/+1 | |
2003-03-01 | Cancel modes when focus lost. | nyamatongwe | 1 | -1/+2 | |
2003-02-26 | Ensure text used in user list selection notification is initialised to "" | nyamatongwe | 1 | -0/+1 | |
in case user presses enter when no item selected. | |||||
2003-02-23 | Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigning | nyamatongwe | 1 | -1/+1 | |
a key to double click can result in two mouse clicks arriving with the same time. | |||||
2003-02-23 | Patch from Bruce Dodson for a variant on home and end keys for wrapped | nyamatongwe | 1 | -0/+64 | |
mode that go to the start/end of the current display line. A second hit goes to the start/end of the document line. | |||||
2003-02-19 | Made operator= safer if misused. | nyamatongwe | 1 | -0/+1 | |
2003-02-17 | Upgraded keyword list descriptions from Brian Quinlan. | nyamatongwe | 11 | -51/+106 | |
2003-02-17 | Upgraded keyword list descriptions from Brian Quinlan. | nyamatongwe | 2 | -3/+16 | |
2003-02-17 | Upgraded keyword list descriptions from Brian Quinlan. | nyamatongwe | 1 | -1/+7 | |
2003-02-17 | Upgraded keyword list descriptions from Brian Quinlan. | nyamatongwe | 1 | -14/+6 | |
2003-02-17 | Upgraded keyword list descriptions from Brian Quinlan. | nyamatongwe | 2 | -2/+16 | |
2003-02-17 | Modes (autocompletion, calltip) are cancelled when changing buffers. | nyamatongwe | 1 | -0/+1 | |
2003-02-17 | Avoid infinite expansion of recursive definitions. | nyamatongwe | 1 | -2/+6 | |
2003-02-15 | INdentation fix. | nyamatongwe | 1 | -2/+2 | |
2003-02-15 | Updating version numbers and copyright. | nyamatongwe | 4 | -4/+4 | |
2003-02-14 | Cleaned up the fold margin code a bit. | nyamatongwe | 1 | -9/+14 | |
2003-02-14 | Fixed bug where autoscrolling off the end wrapped back to the beginning. | nyamatongwe | 1 | -0/+3 | |
2003-02-14 | May have fixed a problem with wrapping where an added character is | nyamatongwe | 2 | -35/+36 | |
initially in style 0 and so is narrower than its real styled width. So moved the wrapping until after the styling. Pixmap setup moved out of Paint into a separate method. Shortening of fold margin colour code. | |||||
2003-02-10 | Control of colours of fold margin. | nyamatongwe | 3 | -169/+214 | |
2003-02-09 | Join and Split lines methods. | nyamatongwe | 2 | -20/+87 | |
Method to copy selection end points to target. | |||||
2003-02-09 | Protected style fixed in several ways. | nyamatongwe | 5 | -58/+108 | |
Method to determine cheaply if protection turned on at all. Caret movement doesn't skip over text outside protected range. Methods for deciding if a range or the selection contains protected text. Several deletion commands perform no action if they would delete protected text. Two phase drawing no longer draws invisible text. | |||||
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 | |