summaryrefslogtreecommitdiff
path: root/dw/oofpositionedmgr.cc
AgeCommit message (Collapse)Author
2016-06-26Fix another valgrind complain.Sebastian Geerken
2015-10-12Fixed some RTFL messages.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-02-03Positioned elements: some refactoring.Sebastian Geerken
2015-02-03Some cleanup in OOFPosAbsLikeMgr.Sebastian Geerken
2015-02-03Removed 'reference' of posioned elements.Sebastian Geerken
2015-01-31Relative positions, part 6 (hopefully last): calculating the positions.Sebastian Geerken
2015-01-31Relative positions, part 5: more bug fixes.Sebastian Geerken
2015-01-31Relative positions, part 3: more on OOFPosAbsLikeMgr; incomplete ↵Sebastian Geerken
implementation of OOFPosRelMgr.
2015-01-30Relative positions, part 1.Sebastian Geerken
2015-01-28Some RTFL.Sebastian Geerken
2015-01-23Same simplifications for Widget::getWidgetAtPoint as for Widget::draw before.Sebastian Geerken
2015-01-23StackingProcessingContext, GettingWidgetAtPointContext.Sebastian Geerken
2015-01-23Simplified interrupted drawing. (Mouse events will follow.)Sebastian Geerken
2015-01-08Merge with main repo.Sebastian Geerken
2015-01-03Merge with main repo.Sebastian Geerken
2014-12-23(Absolute) positions: bug fix.Sebastian Geerken
2014-12-22(Absolute) positions: distinguish between container (= parent widget) and ↵Sebastian Geerken
reference widget.
2014-12-16Positioned elements/extremes: corrections and comments.Sebastian Geerken
2014-12-16Positioned elements: some work on extremes.Sebastian Geerken
2014-12-14Fixed some more glitches related to absolute positions.Sebastian Geerken
2014-12-09Fix related to absolute positions.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-23Fixed drawing of widgets previously (possibly) drawn after interruption.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-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-24Avoid dublicate drawing.Sebastian Geerken
2014-09-22If either dimension of the position of a positioned element is effectively ↵Sebastian Geerken
undefined, use the static position of this element, respectively.
2014-09-22Implemented OOFPositionedMgr::tellPosition (and what is needed else).Sebastian Geerken
2014-09-22New structure for managing positioned widgets.Sebastian Geerken
2014-09-22Extended signature of OOFM::tellPosition.Sebastian Geerken
2014-09-22Fixed OOFPositionedMgr::sizeAllocateStart.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-02Implemented OOFPositionedMgr::doChildrenExceedCB().Sebastian Geerken
2014-09-02Absolute positions: margins, borders, and paddings are now correct.Sebastian Geerken
2014-09-02More work on fixed positions.Sebastian Geerken
2014-09-01Some more work on absolute positions.Sebastian Geerken
2014-09-01Many changes: split up OutOfFlowMgr for floats, and absolutely and fixedly ↵Sebastian Geerken
positioned elements; also with different containing blocks.