aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock_iterator.cc
AgeCommit message (Collapse)Author
2024-08-07Fix pedantic warningsRodrigo Arias Mallo
Reviewed-by: dogma
2015-01-23Simplified interrupted drawing. (Mouse events will follow.)Sebastian Geerken
2014-11-08Merge with main repo.Sebastian Geerken
2014-11-06Fixed TextblockIterator::getAllocation() for words not yet belonging to a line.Sebastian Geerken
2014-10-15Merge with main repo.Sebastian Geerken
2014-10-14Work on collapsing margins.Sebastian Geerken
2014-09-26More RTFL.Sebastian Geerken
2014-09-26RTFL.Sebastian Geerken
2014-09-13OOFAwareWidgetIterator: extended and applied to TextblockIterator.Sebastian Geerken
2014-09-01Simplified and fixed TextblockIterator.Sebastian Geerken
2014-09-01Some fixes on recent OOFM splitup.Sebastian Geerken
2014-09-01Many changes: split up OutOfFlowMgr for floats, and absolutely and fixedly ↵Sebastian Geerken
positioned elements; also with different containing blocks.
2014-08-10trim spacescorvid
...now that floats and grows are in the repo and I won't be making Sebastian's life difficult with a bunch of whitespace changes.
2014-06-15Some reorganisation of Textblock, part 1.Sebastian Geerken
2013-04-02Merge with main repo.Sebastian Geerken
2013-03-30Added/updated copyright notices.Sebastian Geerken
2013-03-05Merge with main repo.Sebastian Geerken
2013-03-05Comparable is now subclass of Object (not pseudo-interface anymore). The old ↵Sebastian Geerken
solution would have made RTTI neccessary to work correctly.
2013-02-21Merge with main repo.Sebastian Geerken
2013-02-16'text-transform: capitalize' and hyphenation now play together. (Comments ↵Sebastian Geerken
are missing.)
2013-01-13Update with main repo.Sebastian Geerken
2013-01-09Reduced number of redraws when selecting text: unhighlightcorvid
2013-01-09Reduced number of redraws when selecting text.corvid
2013-01-09New attribute Line::offsetCompleteWidget, replaces method ↵Sebastian Geerken
lineXOffsetWidget(), and so makes drawing much more efficient.
2013-01-05Fixed a bug in TextblockIterator: selecting text now basicly works with floats.Sebastian Geerken
2013-01-05More debugging stuff.Sebastian Geerken
2012-10-08Merge.Sebastian Geerken
2012-10-08Some work on textblock iterators related to floats.Sebastian Geerken
2012-10-08Cleanup related to iterators.Sebastian Geerken
2012-10-07TextblockIterator in own source file.Sebastian Geerken