aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CellBuffer.cxx
AgeCommit message (Collapse)AuthorFilesLines
2000-04-03Fixed problems with undo history not coalescing undo nodes correctly.nyamatongwe1-3/+9
2000-04-01Fixed warnings from Borland compiler.nyamatongwe1-2/+1
2000-03-31Fixed line ends.nyamatongwe1-1025/+1025
Fixed lastXChosen after Backspace or Ctrl+Backspace.
2000-03-30Fixed bugs in handling undo history.nyamatongwe1-1025/+1025
Fixed bugs with null fonts.
2000-03-25FIxed problem with first modification sometimes not looking dirty.nyamatongwe1-7/+8
Remonved unused 'PUNTUATION' lexclass.
2000-03-22Split UndoHistory out of CellBuffer.nyamatongwe1-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-08Initial revisionnyamatongwe1-0/+950