aboutsummaryrefslogtreecommitdiff
path: root/dw/table.cc
AgeCommit message (Collapse)Author
2016-04-23GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size ↵Sebastian Geerken
correction.
2015-06-08SRDOP: Positions relative to multiple references; design now considers ↵Sebastian Geerken
handling conflicts.
2015-06-06SRDOP: Positions also for extremes.Sebastian Geerken
2015-06-03Merge with main repo.Sebastian Geerken
2015-06-02Updated dw::Table documentation.Jeremy Henty, Sebastian Geerken
2015-06-02Remove dw::Table::_unused_calcColumnExtremes().Jeremy Henty
2015-05-20Size requisitions depending on positions (SRDOP): added method signatures.Sebastian Geerken
2015-01-24Fixed table bug (introduced by incompatible mix of recent optimization in ↵Sebastian Geerken
the main repository and work on absolute positions etc in 'dillo_grows').
2015-01-23Interrupted drawing etc: cleanup.Sebastian Geerken
2015-01-23Same simplifications for Widget::getWidgetAtPoint as for Widget::draw before.Sebastian Geerken
2015-01-23Simplified interrupted drawing. (Mouse events will follow.)Sebastian Geerken
2015-01-08Merge with main repo.Sebastian Geerken
2015-01-07Fixed segfault.Sebastian Geerken
2015-01-07Optimized Table::calcAvailWidthForDescendant.Sebastian Geerken
2015-01-06Fixed speed problem of tables rendering.Sebastian Geerken
2015-01-05Extremes::adjustmentWidth may now (again) be used for extremes correction.Sebastian Geerken
2015-01-04Fixed usage of Extremes::adjustmentWidth for Table.Sebastian Geerken
2015-01-04Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth.Sebastian Geerken
2015-01-02Merge with main repo.Sebastian Geerken
2014-12-30Some minor cleanup.Sebastian Geerken
2014-12-21Merge with main repo.Sebastian Geerken
2014-12-21trim some spacescorvid
2014-10-25Applied interruption (as used for drawing) also to Widget::getWidgetAtPoint. ↵Sebastian Geerken
(Still bugs\!)
2014-10-23Changed signature of Widget::draw and friends.Sebastian Geerken
2014-10-23Renaming.Sebastian Geerken
2014-10-23More work on drawing: interruptions work now halfway.Sebastian Geerken
2014-10-19Changes in drawing process: is now interruptable. (Some errors left.)Sebastian Geerken
2014-10-14Widget::stackingContextWidget; as well as some cleanup and debug messages.Sebastian Geerken
2014-10-03Merge with main repo. (But something is not working yet.)Sebastian Geerken
2014-10-03Fixed 'adjust_table_min_width'.Sebastian Geerken
2014-10-03'Adjust_table_min_width' is working again.Sebastian Geerken
2014-09-24Avoid dublicate drawing.Sebastian Geerken
2014-09-23OOFAwareWidget::correctRequisitionByOOF: use splitHeightFun.Sebastian Geerken
2014-09-22Cleaned up: Style::box*() -> Widget::box*().Sebastian Geerken
2014-09-19Fixed wrong assertion.Sebastian Geerken
2014-09-12Table gets OOF aware, part 2. (Still crashing.)Sebastian Geerken
2014-09-12Table gets OOF aware, part 1. Warning: crashes!Sebastian Geerken
2014-08-29Fixed CSS 'width' in table cells. (Plus some RTFL.)Sebastian Geerken
2014-08-14RTFL.Sebastian Geerken
2014-08-13Removed Table::correctRequisitionOfChild, which is unnecessary and harmful.Sebastian Geerken
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-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-07-21Fixed underfull tables.Sebastian Geerken
2014-07-21Fixed typo in RTFL message.Sebastian Geerken
2014-07-21New dillorc option adjust_table_min_width.Sebastian Geerken
2014-07-21Table columns with percentage widths are treated specially (to mimic Firefox).Sebastian Geerken
2014-07-20Another change in table column apportion scheme: specified widths.corvid, Sebastian Geerken
2014-07-19Change in table column apportion scheme.corvid, Sebastian Geerken
2014-07-19Fixed comment.corvid, Sebastian Geerken