Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-07-17 | Changed caret to start in off and inactive state. | nyamatongwe | 1 | -16/+13 | |
Removed extraneous tests in EnsureUndoRoom. | |||||
2001-06-01 | Some assertions from Mark. | nyamatongwe | 1 | -0/+2 | |
2001-04-25 | Changed allocation growth factor to double when it gets less than a sixth of | nyamatongwe | 1 | -1/+1 | |
the buffer size instead of a quarter as this means worst case wasted space of one quarter rather than one third at little cost in time. | |||||
2001-04-25 | Changed buffer growth strategy to be proportional to current size by doubling | nyamatongwe | 1 | -1/+4 | |
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-03-30 | Undo coalescing now allows deletes of size 1 or 2 to be coalesced. | nyamatongwe | 1 | -1/+1 | |
Document.cxx reformatted. | |||||
2001-03-30 | Fixed bug when single character deletions were being coalesced even though | nyamatongwe | 1 | -12/+15 | |
they were not adjacent. | |||||
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -1/+3 | |
2001-01-29 | Fixed problem where BeginUndoAction and EndUndoAction were in wrong order. | nyamatongwe | 1 | -4/+9 | |
Made both the effects of backspace and delete keys be coalesced together into undo actions. | |||||
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
2001-01-16 | Changed undo node coalescing so that a paste followed by typing creates | nyamatongwe | 1 | -0/+3 | |
two undo steps - one for the typing and one for the paste. | |||||
2000-09-06 | Fix from Tahir Karaca for LineVector::MergeMarkers. | nyamatongwe | 1 | -58/+65 | |
2000-07-18 | Added functions to clear all styling and contraction. | nyamatongwe | 1 | -0/+9 | |
2000-07-05 | Fixed BoundsChecker warnings including some leaks. | nyamatongwe | 1 | -0/+4 | |
2000-06-22 | Removed deprecated APIs. | nyamatongwe | 1 | -2/+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 | -14/+42 | |
removed. New notifications before inserting and deleting text. | |||||
2000-04-21 | Changed font sizing to use more Windows compatible calculation | nyamatongwe | 1 | -1/+10 | |
Some unfinished work on fixing folding bugs. | |||||
2000-04-18 | Removed PropSet from Accessor interface. | nyamatongwe | 1 | -0/+1 | |
Indenting and horizontal scroll bar messages. Fixed undo grouping bug. Vertical scrolling can be performed with Ctrl+ arrows | |||||
2000-04-07 | Changing code to ensure no warnings are produced by compilers. | nyamatongwe | 1 | -2/+2 | |
2000-04-03 | Fixed problems with undo history not coalescing undo nodes correctly. | nyamatongwe | 1 | -3/+9 | |
2000-04-01 | Fixed warnings from Borland compiler. | nyamatongwe | 1 | -2/+1 | |
2000-03-31 | Fixed line ends. | nyamatongwe | 1 | -1025/+1025 | |
Fixed lastXChosen after Backspace or Ctrl+Backspace. | |||||
2000-03-30 | Fixed bugs in handling undo history. | nyamatongwe | 1 | -1025/+1025 | |
Fixed bugs with null fonts. | |||||
2000-03-25 | FIxed problem with first modification sometimes not looking dirty. | nyamatongwe | 1 | -7/+8 | |
Remonved unused 'PUNTUATION' lexclass. | |||||
2000-03-22 | Split UndoHistory out of CellBuffer. | nyamatongwe | 1 | -121/+195 | |
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/+950 | |