Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-03-17 | POV-Ray support. | nyamatongwe | 1 | -1/+1 | |
2003-03-17 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2003-03-17 | Added POV-Ray lexer by Steven te Brinke. | nyamatongwe | 9 | -5/+262 | |
2003-03-13 | Avoiding drawing strings consisting entirely of space characters | nyamatongwe | 1 | -2/+21 | |
in transparent mode. Remembering pixel widths of all single character strings as many single character runs occur in source code. These add up to a 22% speed improvement. | |||||
2003-03-13 | Handling Unicode keys by transforming to UTF-8. | nyamatongwe | 1 | -11/+36 | |
2003-03-12 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2003-03-12 | Patch from Pedro Guerreiro for decoding error messages from Lahey and | nyamatongwe | 3 | -2/+21 | |
Intel Fortran compilaers. | |||||
2003-03-10 | Allow modification of text and highlight colours for calltips. | nyamatongwe | 3 | -0/+18 | |
2003-03-10 | Allow modification of text and highlight colours for calltips. | nyamatongwe | 1 | -3/+15 | |
2003-03-09 | Added Pango text display support to GTK+ platform. | nyamatongwe | 8 | -239/+467 | |
Added WindowID parameter to all Surface initialisation methods as Pango requires a window to determine the context used for text functions. AutoSurface changed because of above to take an Editor* argument so it can then discover the code page and window. | |||||
2003-03-08 | Fix to autocompletion lists where clicking on the list caused focus to | nyamatongwe | 1 | -1/+4 | |
shift to the list which then led to it being cancelled. | |||||
2003-03-06 | Avoiding infinite loop in regex search backwards for ^ | nyamatongwe | 1 | -1/+2 | |
2003-03-04 | Patch from Jakub to add quoted strings to CSS lexer. | nyamatongwe | 3 | -9/+21 | |
2003-03-04 | Patch from Jakub to optionally implement more POSIX compatible regular | nyamatongwe | 7 | -38/+84 | |
expressions. \(..\) changes to (..) Fixes problem where find previous would not find earlier matches on same line. | |||||
2003-03-04 | Improved detection of complex error lines to have less false hits and so | nyamatongwe | 1 | -33/+50 | |
the code is simpler. | |||||
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 | Protecting against accessing unmapped windows in initial size | nyamatongwe | 1 | -2/+3 | |
determination. | |||||
2003-03-01 | Fixed assertion in LaTeX lexing. | nyamatongwe | 1 | -1/+1 | |
2003-03-01 | Explained control character style. | nyamatongwe | 1 | -1/+3 | |
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-26 | Patch from Stephan Deibel to prevent Scintilla disrupting the primary | nyamatongwe | 1 | -2/+3 | |
selection at creation time. | |||||
2003-02-26 | Fixed the parameters to the user list selection notification. | nyamatongwe | 1 | -3/+3 | |
2003-02-24 | Reinstated Greg after accidental deletion. | nyamatongwe | 1 | -0/+1 | |
2003-02-23 | Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigning | nyamatongwe | 4 | -1/+10 | |
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 | 3 | -0/+83 | |
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 | Made Expose a method. Trying but failing to paint the corner between the ↵rel-1-51 | nyamatongwe | 1 | -24/+31 | |
scrollbars in all situations. | |||||
2003-02-15 | INdentation fix. | nyamatongwe | 1 | -2/+2 | |
2003-02-15 | Two phase drawing with demontration of italic "V" followed by "_". | nyamatongwe | 1 | -6/+8 | |
2003-02-15 | Improved order. | nyamatongwe | 1 | -7/+7 | |
2003-02-15 | Updated version blurb. | nyamatongwe | 1 | -1/+3 | |
2003-02-15 | Marked LinesJoin as experimental. | nyamatongwe | 1 | -0/+1 | |
2003-02-15 | Added new methods for 1.51: Two phase drawing, autocompletion images, | nyamatongwe | 1 | -2/+46 | |
line splitting, and SC_CP_DBCS. | |||||
2003-02-15 | Nwe items for 1.51. | nyamatongwe | 1 | -0/+84 | |
2003-02-15 | Commented use of -fvtable-thunks. | nyamatongwe | 1 | -0/+2 | |
2003-02-15 | Updated to version 1.51. | nyamatongwe | 3 | -7/+20 | |
2003-02-15 | Updating version numbers and copyright. | nyamatongwe | 10 | -13/+13 | |
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 | Turn double buffering off for Scintilla to avoid flashing. | 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. |