| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-01-02 | Separated the cell buffer into substance and style buffers. | nyamatongwe | 1 | -12/+6 | |
| 2007-01-01 | Major change to CellBuffer class with addition of Partitioning class and ↵ | nyamatongwe | 1 | -41/+28 | |
| 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-10-17 | Armel Asselin contributed a feature that adds the flag SC_STARTACTION to | nyamatongwe | 1 | -3/+3 | |
| modification notifications where the modification is the first step of an undo transaction. This is used to synchronize with the container's undo stack. | |||||
| 2005-12-11 | Patch from Armel Asselin in RFE 1377661 to store positions in undo stack | nyamatongwe | 1 | -1/+0 | |
| in terms of document (cell) position rather than byte position. Will help allow expansion to more than 2 bytes per cell. | |||||
| 2004-06-23 | Delete all markers for a particular marker number now deletes | nyamatongwe | 1 | -2/+2 | |
| multiple markers on one line. | |||||
| 2004-04-12 | Comments from Philippe. | nyamatongwe | 1 | -7/+9 | |
| 2004-01-20 | Method to preallocate document space. | nyamatongwe | 1 | -1/+2 | |
| 2002-08-03 | Changed LineVector to use an exponential allocation strategy which | nyamatongwe | 1 | -1/+1 | |
| minimises the memory allocated for short files but avoids excessive copying for huge files. 23 Meg file load changes from 17 seconds to 3. | |||||
| 2001-04-25 | Changed buffer growth strategy to be proportional to current size by doubling | nyamatongwe | 1 | -15/+16 | |
| gowth size whenever the buffer size is more than 4 times the buffer size. Reduced load of 10 Meg file from 12 to 4 seconds and 30 Meg file from 1000 to 21 seconds. Reformatting. | |||||
| 2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -26/+44 | |
| 2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
| 2000-07-18 | Added functions to clear all styling and contraction. | nyamatongwe | 1 | -0/+2 | |
| 2000-07-10 | Dropped template as only ever instantiated for int and this allows | nyamatongwe | 1 | -1/+1 | |
| Scintilla to be template free. | |||||
| 2000-06-22 | Removed deprecated APIs. | nyamatongwe | 1 | -4/+2 | |
| Added gets to match sets for UndoCollection, BufferedDraw, CodePage, UsePalette, ReadOnly, CaretFore, and ModEventMask. Undo collection status is a bool again - enumeration deprecated. Timing code commented out. | |||||
| 2000-04-23 | Fixing problems with fold information degrading when lines inserted and | nyamatongwe | 1 | -4/+8 | |
| removed. New notifications before inserting and deleting text. | |||||
| 2000-04-07 | Changing code to ensure no warnings are produced by compilers. | nyamatongwe | 1 | -1/+1 | |
| 2000-04-03 | Fixed problems with undo history not coalescing undo nodes correctly. | nyamatongwe | 1 | -1/+2 | |
| 2000-03-22 | Split UndoHistory out of CellBuffer. | nyamatongwe | 1 | -11/+38 | |
| Fixed coalescing of nodes in the undo history. Added LineCut, LineDelete, LineTranspose, UpperCase and LowerCase keyboard commands and added keys for them. Added UUID lexical class to CPP lexer. | |||||
| 2000-03-08 | Initial revision | nyamatongwe | 1 | -0/+197 | |
