aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.cc
AgeCommit message (Collapse)Author
2014-09-12OOFAwareWidget (instead of Textblock): start.Sebastian Geerken
2014-09-12Moved some classes to namespace dw::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-29Merge with main repo.Sebastian Geerken
2014-08-29Fixed CSS 'width' in table cells. (Plus some RTFL.)Sebastian Geerken
2014-08-25More work on absolute positions.Sebastian Geerken
2014-08-24First (since GROWS) work on absolute positions.Sebastian Geerken
2014-08-23Fixed bug in OutOfFlowMgr::checkAllocatedFloatCollisions.Sebastian Geerken
2014-08-22Fixed problems with overlapping floats.Sebastian Geerken
2014-08-14RTFL.Sebastian Geerken
2014-08-13Fixed another CPU hogging cause.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-08-09Fixed OutOfFlowMgr::getFloatHeight.Sebastian Geerken
2014-08-09Empty lines are how (in most cases) higher than one pixel.Sebastian Geerken
2014-07-17Fixed bug in Layout::resizeIdle: regard widgets which needs allocation but ↵Sebastian Geerken
not resizing (because sizeRequest has been called within another context). Also some new RTFL messages.
2014-07-09OutOfFlowMgr::doFloatsExceedCB: check agains requisition, not allocation of ↵Sebastian Geerken
the CB. Fixes a CPU hogging bug.
2014-07-07Fixed bug in OutOfFlowMgr::containerSizeChangedForChildren (regard all floats).Sebastian Geerken
2014-07-07RTFL.Sebastian Geerken
2014-07-07Fixed bug in Widget::containerSizeChanged complex.Sebastian Geerken
2014-07-07Left floats are moved a bit to the left when they exceed the container on ↵Sebastian Geerken
the right.
2014-07-05Applied new RTFL macros (ENTER, LEAVE) to outofflowmgr.cc.Sebastian Geerken
2014-06-17Implemented containerSizeChangedForChildren() for all widgets.Sebastian Geerken
2014-06-15Corrected RTFL message for last correction.Sebastian Geerken
2014-06-15Similar to last: corrected border by right floats.Sebastian Geerken
2014-06-15Corrected position of right floats.Sebastian Geerken
2014-06-13RTFL.Sebastian Geerken
2014-06-12Merge with main repository.Sebastian Geerken
2014-06-11'getWidgetAtPoint' is only called for allocated widgets.Sebastian Geerken
2014-06-09... and floats.Sebastian Geerken
2014-05-29Removed size hints.Sebastian Geerken
2014-05-29Some renaming and cleanup.Sebastian Geerken
2014-05-25Worked around a problem with inconsistent extremes.Sebastian Geerken
2014-05-13Corrected collision testing.Sebastian Geerken
2014-05-12Eliminated compiler warning.Sebastian Geerken
2014-05-12Fixed (somehow) overlapping texts.Sebastian Geerken
2014-05-11Correct recalculation of textblock floats with "auto" width.Sebastian Geerken
2014-05-08Eliminated compiler warning (with RTFL messages turned off).Sebastian Geerken
2014-05-02Fixed a bug in float extremes calculation.Sebastian Geerken
2014-05-02Changed how floats with "width: auto" are handled.Sebastian Geerken
2014-05-01Fixed OutOfFlowMgr::getClearPosition(Textblock*, Side), and so an endless ↵Sebastian Geerken
resize cycle.
2014-04-29Consider CSS "width" for extremes of floats. (Also, this fixes another CPU ↵Sebastian Geerken
hogging bug.)
2014-04-29Fixed a CPU hogging bug (plus some refactoring).Sebastian Geerken
2014-04-27RTFL messages.Sebastian Geerken
2014-04-25Fixed bug in extremes calculation (missing parantheses).Sebastian Geerken
2014-04-25Some RTFL corrections.Sebastian Geerken
2014-04-17Some RTFL.Sebastian Geerken
2014-04-16Preserve both indices (GB and CB list) of floats; this fixes a segfault in ↵Sebastian Geerken
floats collision detection.
2014-04-15Fixed "hasRelationChanged" stuff. (Will soon be explained.)Sebastian Geerken
2014-04-11Corrected float allocation order again.Sebastian Geerken
2014-04-11Whitespaces.Sebastian Geerken