index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dw
/
widget.hh
Age
Commit message (
Collapse
)
Author
2024-07-27
Add SVG support for currentColor
Rodrigo Arias Mallo
The currentColor special value for the fill and stroke attributes allows an image to follow the same foreground color of the surounding text.
2016-04-23
GROWS: Fix rounding errors.
Sebastian Geerken
2016-04-23
GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size ↵
Sebastian Geerken
correction.
2016-04-13
Removed Layout::queueQueueResizeList and optimized multiple (both nested and ↵
Sebastian Geerken
sequential) queueResize.
2016-04-03
WidgetReference: Widget::widgetReference.
Sebastian Geerken
2016-01-09
Widget::calcExtraSpace is only called for size, not for extremes.
Sebastian Geerken
2016-01-09
SRDOP: Extend Widget::calcExtraSpace and Widget::calcExtraSpaceImpl by ↵
Sebastian Geerken
references.
2016-01-01
SRDOP: Consider references and positions in Widget::getExtremes.
Sebastian Geerken
2016-01-01
SRDOP: Consider references and positions in Widget::sizeRequest.
Sebastian Geerken
2015-12-28
SRDOP: Fix endless recursion.
Sebastian Geerken
2015-06-08
SRDOP: Positions relative to multiple references; design now considers ↵
Sebastian Geerken
handling conflicts.
2015-06-06
SRDOP: Positions also for extremes.
Sebastian Geerken
2015-05-21
SRDOP: started implementation for Textblock.
Sebastian Geerken
2015-05-20
Size requisitions depending on positions (SRDOP): added method signatures.
Sebastian Geerken
2015-01-23
Interrupted drawing etc: cleanup.
Sebastian Geerken
2015-01-23
Same simplifications for Widget::getWidgetAtPoint as for Widget::draw before.
Sebastian Geerken
2015-01-23
Simplified interrupted drawing. (Mouse events will follow.)
Sebastian Geerken
2015-01-08
Merge with main repo.
Sebastian Geerken
2015-01-05
Extremes::adjustmentWidth may now (again) be used for extremes correction.
Sebastian Geerken
2015-01-03
Merge with main repo.
Sebastian Geerken
2015-01-02
Some more work on 'adjust_min_width' correction.
Sebastian Geerken
2014-10-25
Applied interruption (as used for drawing) also to Widget::getWidgetAtPoint. ↵
Sebastian Geerken
(Still bugs\!)
2014-10-23
Changed signature of Widget::draw and friends.
Sebastian Geerken
2014-10-23
Removed old Widget::draw (backward compatibility is not possible anyway).
Sebastian Geerken
2014-10-23
More work on drawing: interruptions work now halfway.
Sebastian Geerken
2014-10-19
Changes in drawing process: is now interruptable. (Some errors left.)
Sebastian Geerken
2014-10-14
Widget::stackingContextWidget; as well as some cleanup and debug messages.
Sebastian Geerken
2014-09-25
Some work on mouse events (getWidgetAtPoint).
Sebastian Geerken
2014-09-23
OOFAwareWidget::correctRequisitionByOOF: use splitHeightFun.
Sebastian Geerken
2014-09-23
More work on Widget::extraSpace.
Sebastian Geerken
2014-09-22
Cleaned up: Style::box*() -> Widget::box*().
Sebastian Geerken
2014-09-15
Z-Index and stacking contexts: start.
Sebastian Geerken
2014-08-24
First (since GROWS) work on absolute positions.
Sebastian Geerken
2014-08-17
Some corrections on recent work.
Sebastian Geerken
2014-08-16
Some cleanup.
Sebastian Geerken
2014-08-10
trim spaces
corvid
...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-02
Implemented 'min-height' and 'max-height'.
Sebastian Geerken
2014-08-02
Implemented 'min-width' and 'max-width'.
Sebastian Geerken
2014-07-24
More work on tables; some reorganization.
Sebastian Geerken
2014-07-21
New dillorc option adjust_table_min_width.
Sebastian Geerken
2014-07-20
Fixed segfault with adjust_min_width set to YES.
Sebastian Geerken
2014-07-18
New dillorc option 'adjust_min_width'. Also fixed bug in textblock extremes ↵
Sebastian Geerken
calculation.
2014-07-17
Handling nested layouts (e. g. <button>), part 1.
Sebastian Geerken
2014-07-07
Removed widget flag HAS_CONTENTS.
Sebastian Geerken
2014-07-07
Removed widget flag USES_HINTS.
Sebastian Geerken
2014-07-07
Implemented Table::correctRequisitionOfChild.
Sebastian Geerken
2014-07-03
Widget::getExtremesImpl is now abstract; this way, getExtremes can avoid to ↵
Sebastian Geerken
call sizeRequest.
2014-06-22
More work on tables. (Also reactivated Table::getAvailWidthOfChild, which ↵
Sebastian Geerken
was removed accidently.)
2014-06-22
Work on how percentage sizes are handled.
Sebastian Geerken
2014-06-17
Implemented containerSizeChangedForChildren() for all widgets.
Sebastian Geerken
[next]