summaryrefslogtreecommitdiff
path: root/dw/widget.cc
AgeCommit message (Expand)Author
2024-10-17Use the aspect ratio of the content boxRodrigo Arias Mallo
2024-10-17Use maximum size for pathological CSS casesRodrigo Arias Mallo
2024-10-17Add support for aspect ratio in WidgetRodrigo Arias Mallo
2024-10-17Only use the viewport height with forceValue setRodrigo Arias Mallo
2024-10-17Allow widgets to adjust new requisitionRodrigo Arias Mallo
2024-10-17Improve comments in dw::core::WidgetRodrigo Arias Mallo
2024-10-17Expand percentage height values for requisitionsRodrigo Arias Mallo
2024-10-17Set the viewport width as initial width valueRodrigo Arias Mallo
2024-10-17Don't apply min/max-width if the width is autoRodrigo Arias Mallo
2024-07-27Add SVG support for currentColorRodrigo Arias Mallo
2024-03-23Set forceValue when correcting a requisitionRodrigo Arias Mallo
2024-03-23Revert "Constraint width with min-width or max-width"Rodrigo Arias Mallo
2024-03-17Clamp width to min/max in getAvailWidthOfChild()Rodrigo Arias Mallo
2024-03-17Prefer CSS max-width when width is set to auto.Rodrigo Arias Mallo
2024-01-08Constraint width in calcFinalWitdh()Rodrigo Arias Mallo
2023-12-31Constraint width with min-width or max-widthRodrigo Arias Mallo
2016-06-24typoJorge Arellano Cid
2016-06-17RTFL.Sebastian Geerken
2016-06-14Whitespace.Sebastian Geerken
2016-05-29Fix SRDOP related bug in Widget::sizeRequest.Sebastian Geerken
2016-05-08RTFL.Sebastian Geerken
2016-04-23GROWS: Fix rounding errors.Sebastian Geerken
2016-04-23RTFL.Sebastian Geerken
2016-04-23GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size correc...Sebastian Geerken
2016-04-13Removed Layout::queueQueueResizeList and optimized multiple (both nested and ...Sebastian Geerken
2016-04-04Fix typo in comment.Sebastian Geerken
2016-04-04Remove old (#if 0'ed) debugging code.Sebastian Geerken
2016-04-03WidgetReference: Widget::widgetReference.Sebastian Geerken
2016-03-26RTFL.Sebastian Geerken
2016-01-09Widget::calcExtraSpace is only called for size, not for extremes.Sebastian Geerken
2016-01-09Better abort messages.Sebastian Geerken
2016-01-09SRDOP: Extend Widget::calcExtraSpace and Widget::calcExtraSpaceImpl by refere...Sebastian Geerken
2016-01-01RTFL.Sebastian Geerken
2016-01-01SRDOP: Consider references and positions in Widget::getExtremes.Sebastian Geerken
2016-01-01SRDOP: Consider references and positions in Widget::sizeRequest.Sebastian Geerken
2015-12-28SRDOP: Fix endless recursion.Sebastian Geerken
2015-12-28RTFL messages.Sebastian Geerken
2015-12-28RTFL messages.Sebastian Geerken
2015-06-10SRDOP: Work on RTFL messages.Sebastian Geerken
2015-06-08SRDOP: Positions relative to multiple references; design now considers handli...Sebastian Geerken
2015-06-06SRDOP: Positions also for extremes.Sebastian Geerken
2015-05-20Size requisitions depending on positions (SRDOP): added method signatures.Sebastian Geerken
2015-01-23Interrupted drawing etc: cleanup.Sebastian Geerken
2015-01-23Same simplifications for Widget::getWidgetAtPoint as for Widget::draw before.Sebastian Geerken
2015-01-23StackingProcessingContext, GettingWidgetAtPointContext.Sebastian Geerken
2015-01-23Interrupted drawing: cleanups, comments, documentation.Sebastian Geerken
2015-01-23Simplified interrupted drawing. (Mouse events will follow.)Sebastian Geerken
2015-01-08Merge with main repo.Sebastian Geerken
2015-01-05Extremes::adjustmentWidth may now (again) be used for extremes correction.Sebastian Geerken
2015-01-04Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth.Sebastian Geerken