aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ContractionState.cxx
AgeCommit message (Collapse)AuthorFilesLines
2002-02-20Fixed off-by-one when handling beyond end of display lines.nyamatongwe1-1/+1
2002-02-03When changing document, ensured rewrap performed.nyamatongwe1-4/+6
Made memory allocation a little safer in ContractionState.
2001-12-23Optimisation that avoids creating the lines and docLines arrays unlessnyamatongwe1-0/+10
needed because a line has been folded or has a height greater than 1.
2001-12-19Wrapping supported.nyamatongwe1-15/+75
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-07-18Added functions to clear all styling and contraction.nyamatongwe1-0/+6
2000-07-06Optimisations.nyamatongwe1-6/+0
2000-04-27Fixed bug when deleting lines.nyamatongwe1-7/+8
2000-04-23Fixing problems with fold information degrading when lines inserted andnyamatongwe1-2/+7
removed. New notifications before inserting and deleting text.
2000-04-21Changed font sizing to use more Windows compatible calculationnyamatongwe1-1/+1
Some unfinished work on fixing folding bugs.
2000-04-01Fixed warnings from Borland compiler.nyamatongwe1-1/+0
2000-03-23Fixed bug in ContractionState when files larer than 400 lines had fold ↵nyamatongwe1-4/+4
points set. Fixed block comments in PLSQL.
2000-03-08Initial revisionnyamatongwe1-0/+203