aboutsummaryrefslogtreecommitdiff
path: root/dw/types.hh
AgeCommit message (Collapse)Author
2024-10-13Repeat page scrolling when holding the buttonRodrigo Arias Mallo
When the page scroll mode is enabled, pressing and holding the scrollbar will keep scrolling pages on that direction until the mouse button is released.
2016-04-03WidgetReference: set parentRef.Sebastian Geerken
2016-04-02Content with type WIDGET_OOF_REF now refers to new class WidgetReference.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-04Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth.Sebastian Geerken
2014-09-13OOFAwareWidgetIterator is now base of TableIterator.Sebastian Geerken
2014-06-27Intrinsic extremes.Sebastian Geerken
2013-08-15Some debugging stuff.Sebastian Geerken
2013-01-13Update with main repo.Sebastian Geerken
2013-01-11fix up dw namespace commentsp37sitdu
2013-01-05Debug messages.Sebastian Geerken
2012-10-08Now, also selection works (in a temporal way).Sebastian Geerken
2012-10-08Work on iterators: finding text works (in a temporal way).Sebastian Geerken
2012-09-24Split up content type WIDGET; removed FLOAT_REF.Sebastian Geerken
2012-09-14Merge of <http://hg.dillo.org/dillo>.Sebastian Geerken
2012-06-24First part of hyphenation! And some minor changes in "lout".sgeerke
2011-10-06rework line breaking and fix white-space:nowrap handlingJohannes Hofmann
2011-09-19mergeJohannes Hofmann
2011-09-14Allow key bindings for paging left/rightcorvid
2010-08-20mergeJohannes Hofmann
2010-08-20import float prototype and test program by Sebastian GeerkenJohannes Hofmann
2010-03-11draw image maps when image not loadedcorvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-March/007393.html (Johannes has already fixed the Rectangle clipping problem. Why the polygons aren't shown initially isn't known yet.)
2009-11-30Separate Anchors out from Wordscorvid
The reason for this is that they were in the way when adding parbreaks. http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-November/007044.html
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases.
2009-07-05keybindings for scrollingcorvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid