Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-02-15 | Marked LinesJoin as experimental. | nyamatongwe | 1 | -0/+1 | |
2003-02-15 | Updating version numbers and copyright. | nyamatongwe | 2 | -2/+2 | |
2003-02-10 | Control of colours of fold margin. | nyamatongwe | 2 | -0/+6 | |
2003-02-09 | Join and Split lines methods. | nyamatongwe | 2 | -0/+13 | |
Method to copy selection end points to target. | |||||
2003-02-04 | Patch from Mauritius Thinnes to set the type separator for autocompletion | nyamatongwe | 2 | -0/+9 | |
images. | |||||
2003-02-02 | Two phase drawing. | nyamatongwe | 3 | -0/+10 | |
2003-01-15 | Added const to methods that are. | nyamatongwe | 1 | -2/+2 | |
2003-01-12 | Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes. | nyamatongwe | 1 | -0/+2 | |
2003-01-12 | Additions from Yukihiro Nakai to enable DBCS mode on GTK+. | nyamatongwe | 3 | -0/+5 | |
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+. | |||||
2003-01-12 | Changed xpm data to be a string rather than an int. | nyamatongwe | 1 | -1/+1 | |
2003-01-10 | Added method to copy desired colour to allocated colour in ColourPair for | nyamatongwe | 1 | -31/+22 | |
situations where doing palette management is too complex. Changed ListBox class to an interface to allow use of a platform-specific subclass to hide implementation details. | |||||
2003-01-10 | Added method to clear all registered images. | nyamatongwe | 2 | -0/+4 | |
2003-01-03 | Enable text form XPM for autocompletion lists. | nyamatongwe | 1 | -1/+1 | |
Enable line form XPM for markers. | |||||
2003-01-01 | Changed wrapped printing to be more similar to wrapped display. | nyamatongwe | 2 | -5/+5 | |
2003-01-01 | Fixed up line wrapped printing and added property to turn wrapping on or | nyamatongwe | 2 | -0/+8 | |
off for printing. | |||||
2002-12-21 | Updated Avenue lexer from Alexey. | nyamatongwe | 2 | -4/+12 | |
2002-11-21 | Patch from Biswa to add icons to autocompletion lists. | nyamatongwe | 3 | -1/+7 | |
2002-11-17 | Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla. | nyamatongwe | 3 | -0/+34 | |
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-08 | Patch to add fold level boxing from Wilhelm Pflueger. | nyamatongwe | 2 | -1/+23 | |
2002-10-26 | Fixed bug when appending one SString to another with +=. | nyamatongwe | 1 | -1/+1 | |
2002-10-26 | Patch from Jakub Vrána to recognise PHP errors. | nyamatongwe | 2 | -0/+2 | |
2002-10-11 | Patch from Shane that adds a font cache on GTK+. | nyamatongwe | 1 | -1/+2 | |
2002-10-10 | Fixed SC_CURSORWAIT to be 4 to correspond with enumeration in Platform.h. | nyamatongwe | 2 | -2/+2 | |
2002-10-08 | New lexer for Fortran. | nyamatongwe | 2 | -0/+37 | |
2002-10-08 | Added AppendText method. | nyamatongwe | 2 | -0/+6 | |
Credit to Sergey. | |||||
2002-10-05 | Updated Ada lexer. | nyamatongwe | 2 | -22/+18 | |
2002-10-05 | More comprehensive Ada support. | nyamatongwe | 2 | -16/+26 | |
2002-10-03 | Better documentation. | nyamatongwe | 1 | -1/+1 | |
2002-10-03 | Cleaned up pixmap marker code. | nyamatongwe | 3 | -14/+41 | |
2002-10-02 | PixMap marker support. | nyamatongwe | 2 | -0/+4 | |
2002-09-27 | Added case insensitive keywords version of C++ lexer, cppnocase. | nyamatongwe | 2 | -0/+2 | |
2002-09-19 | Added mthod to turn off vertical scroll bar. | nyamatongwe | 2 | -0/+8 | |
2002-09-13 | Added ChooseCaretX. | nyamatongwe | 2 | -0/+4 | |
2002-09-10 | Including LexAsm. | nyamatongwe | 2 | -2/+28 | |
2002-08-07 | New markers called DOTDOTDOT and ARROWS for emulating Python prompts. | nyamatongwe | 2 | -0/+4 | |
2002-08-05 | Visible whitespace specifiable colours feature from Martin Alderson. | nyamatongwe | 2 | -0/+8 | |
2002-08-02 | Added keyboard commands to go to start and end of display lines. | nyamatongwe | 2 | -0/+18 | |
2002-07-29 | Made compatible with both GTK+ 1.x and 2.x. | nyamatongwe | 1 | -0/+6 | |
SCINTILLA_NOTIFY defines the name of the notify signal used generated by Scintilla as this has changed for GTK+ 2.x due to a clash with the "notify" signal defined by GTK+. | |||||
2002-07-28 | Changed Contains to do semi-includive bounds correctly. | nyamatongwe | 1 | -2/+2 | |
2002-07-21 | Added Scriptol lexer. | nyamatongwe | 1 | -0/+21 | |
2002-07-21 | Added Scriptol lexer. | nyamatongwe | 1 | -0/+23 | |
2002-07-11 | Patch from Philippe to improve caret policy. | nyamatongwe | 2 | -112/+138 | |
2002-07-07 | Using ContainerClass everywhere as the parent class of Scintilla rather | nyamatongwe | 1 | -1/+1 | |
than Fixed. | |||||
2002-07-05 | Documented the incorrect values of SCEN_SETFOCUS and SCEN_KILLFOCUS. | nyamatongwe | 1 | -1/+3 | |
2002-06-19 | TextHeight feature contributed by Josh Wingstrom. | nyamatongwe | 2 | -2/+4 | |
2002-06-11 | Two enumerations incorrectly specified with "val". | nyamatongwe | 1 | -2/+2 | |
2002-06-09 | Compatibility with 64 bit systems. | nyamatongwe | 2 | -1/+6 | |
2002-06-09 | Using lenpos_t to avoid typing problem. | nyamatongwe | 1 | -1/+1 | |
2002-05-27 | Removed nonFuncChar as no longer used. | nyamatongwe | 1 | -4/+0 | |
2002-05-20 | Added a Match method to Accessor to make it easy to check for strings in a ↵ | nyamatongwe | 2 | -0/+2 | |
document. Moved IsASpaceOrTab into StyleContext header. |