Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-27 | Changed lineStates to a SplitVector so that it supports insert and delete | nyamatongwe | 1 | -1/+0 | |
so inserting and deleting lines does not cause a really large number of changed values under most circumstances leading to fewer notifications. SVector is no longer used. | |||||
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+4 | |
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
2007-04-07 | More decoration code, with modifications reported from document to views | nyamatongwe | 1 | -0/+4 | |
although this isn't optimal. Some checking for null changes. Messages documented. Methods for changing indicators in Accessor so can be used by lexers. | |||||
2007-04-05 | Implemented decorations which are extended indicators. | nyamatongwe | 1 | -0/+2 | |
2007-02-28 | Changed ColourTo to assert if asked to style backwards. | nyamatongwe | 1 | -1/+2 | |
In release builds this is ignored instead. | |||||
2007-01-01 | Major change to CellBuffer class with addition of Partitioning class and ↵ | nyamatongwe | 1 | -0/+2 | |
SplitVector template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added. | |||||
2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 1 | -0/+1 | |
classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table. | |||||
2005-03-01 | Patch from Jan Martin Pettersen to ensure lexers only see the bits in each | nyamatongwe | 1 | -1/+4 | |
style byte they are interested in and not of any other indicators added by the container. | |||||
2003-07-21 | Fixed bug where assertions may not have been appearing when they should. | nyamatongwe | 1 | -2/+2 | |
2002-05-20 | Added a Match method to Accessor to make it easy to check for strings in a ↵ | nyamatongwe | 1 | -0/+9 | |
document. Moved IsASpaceOrTab into StyleContext header. | |||||
2002-02-11 | Changes to tighten up styling beyond the bounds of the document. | nyamatongwe | 1 | -0/+3 | |
May not be permanent. | |||||
2001-10-28 | Fixed Platform changes for GTK+ and hid most of the implementation of | nyamatongwe | 1 | -8/+0 | |
Surface. | |||||
2001-10-28 | Removed platform-specific headers from Platform.h and thus stopped | nyamatongwe | 1 | -1/+1 | |
visibility of these headers to most code. | |||||
2001-05-31 | Using explicit set of whitespace characters to avoid calling isspace | nyamatongwe | 1 | -1/+2 | |
with value that may be out of allowed range. | |||||
2001-02-27 | Patch from Philippe to regularise comments. | nyamatongwe | 1 | -13/+13 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -1/+3 | |
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
2000-07-22 | Changed key codes to not overlap printing keys. | nyamatongwe | 1 | -6/+7 | |
Mved the #ifs around DBCS support to avoid warnings on GTK+. | |||||
2000-07-07 | Included string.h | nyamatongwe | 1 | -0/+1 | |
2000-04-07 | Changing code to ensure no warnings are produced by compilers. | nyamatongwe | 1 | -1/+1 | |
2000-04-07 | Accessor has a virtual destructor. | nyamatongwe | 1 | -0/+3 | |
2000-04-06 | Initial Unicode support code. | nyamatongwe | 1 | -1/+6 | |
2000-04-05 | Moved performance critical functionality back up into Accessor from | nyamatongwe | 1 | -1/+1 | |
sub classes. | |||||
2000-04-04 | Initial version. | nyamatongwe | 1 | -0/+166 | |