Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-10 | Additions. | nyamatongwe | 1 | -0/+9 | |
2004-01-10 | Update. | nyamatongwe | 1 | -1/+1 | |
2004-01-10 | Changes for 1.58. | nyamatongwe | 1 | -0/+71 | |
2004-01-10 | Updating for release 1.58. | nyamatongwe | 5 | -14/+27 | |
2004-01-09 | Fixed return type of FormatRange. | nyamatongwe | 1 | -1/+1 | |
2004-01-08 | Typo. | nyamatongwe | 1 | -1/+1 | |
2004-01-04 | Fixes to avoid laying out lines after end of document when | nyamatongwe | 1 | -11/+8 | |
performing wrapping. | |||||
2004-01-02 | Credit. | nyamatongwe | 1 | -0/+1 | |
2004-01-02 | Patch from Mick Trent to fix a problem with word selection mode | nyamatongwe | 1 | -1/+11 | |
when the container has implemented an extended definition of words. | |||||
2003-12-23 | Removed -b flag from whereis to avoid trouble on OS X. | nyamatongwe | 1 | -1/+1 | |
2003-12-23 | Encapsulation by Guy Hachlili of SetScrollInfo and GetScrollInfo to | nyamatongwe | 1 | -10/+22 | |
make it easier to replace the implementation of scroll bars such as where a scroll bar is handled by a container such as when producing multiple panes with a shared scroll bar. | |||||
2003-12-23 | Fixed unused parameter warnings. | nyamatongwe | 1 | -8/+9 | |
2003-12-22 | Philippe improved comments.s | nyamatongwe | 1 | -15/+15 | |
2003-12-22 | Support for Intel ifort and absoft Fortran compiler error messages. | nyamatongwe | 4 | -0/+11 | |
2003-12-21 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2003-12-21 | Added CSSED. | nyamatongwe | 1 | -3/+7 | |
2003-12-20 | Added DIDE. | nyamatongwe | 1 | -0/+4 | |
2003-12-15 | Changes to allow international input on GTK+ 2. | nyamatongwe | 1 | -2/+62 | |
2003-12-14 | Normally build for debugging. | nyamatongwe | 1 | -2/+2 | |
2003-12-14 | Patch from John Ehresman to fix hotspot crash. | nyamatongwe | 1 | -1/+1 | |
2003-12-14 | Added SCI_AUTOCGETCURRENT. | nyamatongwe | 3 | -2/+14 | |
2003-12-14 | Patch from Stephan Deibel to find current selection in | nyamatongwe | 2 | -0/+4 | |
autocompletion. | |||||
2003-12-13 | Automatically generated section does not have extra | nyamatongwe | 1 | -1/+3 | |
whitespace at line ends. | |||||
2003-12-13 | Automatically generated section does not have extra | nyamatongwe | 1 | -1/+1 | |
whitespace at line ends. | |||||
2003-12-07 | Added LexErlang.cxx | ssteele | 1 | -0/+4 | |
2003-12-05 | Credit. | nyamatongwe | 1 | -0/+1 | |
2003-12-05 | Updates for Octave support in Matlab lexer. | nyamatongwe | 1 | -12/+64 | |
2003-12-05 | Updates for Octave support in Matlab lexer. | nyamatongwe | 3 | -0/+8 | |
2003-12-05 | Mac OS X improvement. | nyamatongwe | 1 | -4/+2 | |
2003-12-05 | Some casts fixed to use int rather than short for document positions. | nyamatongwe | 1 | -2/+2 | |
2003-12-03 | Explicitly set the selection type when switching documents as rectangular | nyamatongwe | 1 | -0/+1 | |
selection slows it down markedly. | |||||
2003-12-01 | Credit. | nyamatongwe | 1 | -0/+1 | |
2003-11-30 | Handle backslashed characters in replacement for regex. | nyamatongwe | 1 | -11/+55 | |
2003-11-30 | Lexers now added to library. | nyamatongwe | 2 | -13/+65 | |
2003-11-29 | Patch from Philippe for unterminated string and 4 keyword sets. | nyamatongwe | 3 | -25/+56 | |
2003-11-29 | Patch from Kaspar Schiess to handle $' as not starting a string. | nyamatongwe | 1 | -0/+5 | |
2003-11-27 | Reenabled background wrap. | nyamatongwe | 1 | -1/+1 | |
2003-11-27 | Ensure style data refreshed before wrapping lines. | nyamatongwe | 1 | -1/+2 | |
2003-11-27 | Documented additions for 1.57. | nyamatongwe | 1 | -1/+34 | |
2003-11-27 | Typo. | nyamatongwe | 1 | -2/+2 | |
2003-11-27 | Updated reason. | nyamatongwe | 1 | -1/+2 | |
2003-11-27 | Updated history. | nyamatongwe | 1 | -0/+67 | |
2003-11-26 | Updating version. | nyamatongwe | 1 | -27/+8 | |
2003-11-26 | Updating version number. | nyamatongwe | 2 | -4/+12 | |
2003-11-26 | Updating version number. | nyamatongwe | 2 | -5/+5 | |
2003-11-22 | Fix from Shen for folding bug. | nyamatongwe | 1 | -6/+8 | |
2003-11-18 | Typo fixed. | nyamatongwe | 1 | -1/+1 | |
2003-11-08 | Using posted message to continue wrapping while allowing other messages | nyamatongwe | 1 | -2/+27 | |
to be processed. | |||||
2003-11-06 | SelectionText has been holding a terminating NUL but some client code | nyamatongwe | 3 | -9/+6 | |
was adding an extra NUL. Documented this and avoid adding extra NUL. | |||||
2003-11-06 | More checking for background wrap enabled. | nyamatongwe | 2 | -2/+2 | |
Shorter time between timer ticks. |