aboutsummaryrefslogtreecommitdiff
path: root/dw/alignedtablecell.cc
AgeCommit message (Collapse)Author
2016-04-23GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size ↵Sebastian Geerken
correction.
2015-12-30SRDOP: fix floats within textblocks not necessarily allocating the availabke ↵Sebastian Geerken
width.
2015-01-23Simplified interrupted drawing. (Mouse events will follow.)Sebastian Geerken
2015-01-08Merge with main repo.Sebastian Geerken
2015-01-05Extremes::adjustmentWidth may now (again) be used for extremes correction.Sebastian Geerken
2015-01-04Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth.Sebastian Geerken
2014-09-23Adjust extra space when correcting requisition by widgets OOF.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-07-25Correct too wide table contents.Sebastian Geerken
2014-07-24More work on tables; some reorganization.Sebastian Geerken
2014-07-22Adjust_table_min_width is also applied to table cells (to avoid inconsistent ↵Sebastian Geerken
rendering).
2014-06-22Work on how percentage sizes are handled.Sebastian Geerken
2014-05-28Cleaned up 'block-level' definition.Sebastian Geerken
2014-05-28Split up dw::TableCell in dw::AlignedTableCell (was: dw::TableCell) and ↵Sebastian Geerken
dw::SimpleTableCell (derived from dw::Textblock). The HTML parser now uses only one of these two classes for table cells, not dw::Textblock anymore.