summaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
AgeCommit message (Collapse)Author
2016-01-03Fix (first half of) problem with "clear" position.Sebastian Geerken
2015-09-22SRDOP: OOFFloatsMgr now regards positions relative to container. (Code ↵Sebastian Geerken
compiles, not more!)
2015-06-08SRDOP: Positions relative to multiple references; design now considers ↵Sebastian Geerken
handling conflicts.
2015-05-25SRDOP/coordinates, part 1: comments.Sebastian Geerken
2015-05-24Reorganize comments.Sebastian Geerken
2015-01-31Relative positions, part 5: more bug fixes.Sebastian Geerken
2015-01-30Relative positions, part 1.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
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-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-06Too large floats (but not absolutely positioned elements) now affect padding ↵Sebastian Geerken
area, not margin area, of container.
2014-09-25Some work on mouse events (getWidgetAtPoint).Sebastian Geerken
2014-09-22Implemented OOFPositionedMgr::tellPosition (and what is needed else).Sebastian Geerken
2014-09-22Extended signature of OOFM::tellPosition.Sebastian Geerken
2014-09-12Table gets OOF aware, part 1. Warning: crashes!Sebastian Geerken
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-24First (since GROWS) work on absolute positions.Sebastian Geerken
2014-08-22Fixed problems with overlapping floats.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-09Empty lines are how (in most cases) higher than one pixel.Sebastian Geerken
2014-06-17Implemented containerSizeChangedForChildren() for all widgets.Sebastian Geerken
2014-06-09... and floats.Sebastian Geerken
2014-05-29Some renaming and cleanup.Sebastian Geerken
2014-05-13Corrected collision testing.Sebastian Geerken
2014-04-29Fixed a CPU hogging bug (plus some refactoring).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-11Corrected float allocation order again.Sebastian Geerken
2014-04-10Floats are now allocated earlier.Sebastian Geerken
2014-04-09Finished refactoring.Sebastian Geerken
2014-04-09First step towards small refactoring.Sebastian Geerken
2014-04-02Changes of extremes when allocating the CB are now handled.Sebastian Geerken
2014-03-20Some refactoring.Sebastian Geerken
2014-03-17Fixed floats size problem.Sebastian Geerken
2014-03-17Removed unused method.Sebastian Geerken
2014-03-16Fixed CPU hogging bug.Sebastian Geerken
2014-03-08Some cleanup.Sebastian Geerken
2014-03-08... and extremes (Floats).Sebastian Geerken
2014-03-07Some cleanup and normalization.Sebastian Geerken
2014-02-24Corrected tellPosition/collides.Sebastian Geerken
2014-02-24Removed unnecessary code.Sebastian Geerken
2014-02-22Corrected OOFM::getSize().Sebastian Geerken
2014-02-17More work on floats.Sebastian Geerken
2014-02-16Floats: Some clarifications regarding the relationship of ↵Sebastian Geerken
sizeRequest/sizeAllocate/qeueResize. (Work in progress!)