aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.cc
AgeCommit message (Collapse)Author
2015-01-04Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth.Sebastian Geerken
2015-01-03Merge with main repo.Sebastian Geerken
2015-01-03Work on 'adjust_min_width' correction: updated RTFL.Sebastian Geerken
2015-01-02Some more work on 'adjust_min_width' correction.Sebastian Geerken
2015-01-02'adjust_min_width' is now set by default.Sebastian Geerken
2015-01-02Fixed 'adjust_min_width' correction.Sebastian Geerken
2015-01-02Merge with main repo.Sebastian Geerken
2014-12-31Some RTFL messages.Sebastian Geerken
2014-12-26Minor changes (no actual code).Sebastian Geerken
2014-12-21trim some spacescorvid
2014-12-08Merged with main repo (part 1/2).Sebastian Geerken
2014-12-02Some RTFL.Sebastian Geerken
2014-11-18Merge with main repo.Sebastian Geerken
2014-11-17RTFL messages.Sebastian Geerken
2014-11-08Merge with main repo.Sebastian Geerken
2014-10-27Some smaller changes in dw (backport from RTFL).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-23Removed old Widget::draw (backward compatibility is not possible anyway).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-02The minimal width is (with adjust_min_width=YES) only considered for the ↵Sebastian Geerken
final size, not for the available size.
2014-09-25Some work on mouse events (getWidgetAtPoint).Sebastian Geerken
2014-09-24Fixed abortion (Widget::intersects for non-allocated widgets).Sebastian Geerken
2014-09-23More work on Widget::extraSpace.Sebastian Geerken
2014-09-15Z-Index and stacking contexts: start.Sebastian Geerken
2014-09-10Merge with main repo.Sebastian Geerken
2014-09-08Fixed wrong interpretation of 'min-width' and 'max-width'.Sebastian Geerken
2014-09-08Make sure that extremes->maxWidth >= extremes->minWidth.Sebastian Geerken
2014-09-01Some more work on absolute positions.Sebastian Geerken
2014-08-22Fixed CSS width calculation bug.Sebastian Geerken
2014-08-17Some corrections on recent work.Sebastian Geerken
2014-08-17Consider 'min-width' and 'max-width' for calculation of the available width. ↵Sebastian Geerken
Plus some smaller fixed.
2014-08-16Some cleanup.Sebastian Geerken
2014-08-10Optimized usage of Layout::queueQueueResizeList.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-02Implemented 'min-height' and 'max-height'.Sebastian Geerken
2014-08-02Implemented 'min-width' and 'max-width'.Sebastian Geerken
2014-08-01Start work on 'inline-block'.Sebastian Geerken
2014-07-25All Widget::*OfChild methods now refer to the parent first, container second.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-07-22Fixed segfault.Sebastian Geerken
2014-07-21New dillorc option adjust_table_min_width.Sebastian Geerken
2014-07-20Fixed segfault with adjust_min_width set to YES.Sebastian Geerken
2014-07-18New dillorc option 'adjust_min_width'. Also fixed bug in textblock extremes ↵Sebastian Geerken
calculation.
2014-07-17Handling nested layouts (e. g. <button>), part 1.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.