aboutsummaryrefslogtreecommitdiff
path: root/dw/iterator.hh
AgeCommit message (Collapse)Author
2015-01-23Interrupted drawing etc: cleanup.Sebastian Geerken
2014-12-28Some doc.Sebastian Geerken
2014-10-25Fixed problems with getWidgetAtPoint.Sebastian Geerken
2014-10-23More work on drawing: interruptions work now halfway.Sebastian Geerken
2014-09-26RTFL.Sebastian Geerken
2013-08-16Fixed a bug in DeepIterator (level calculation should regard generators).Sebastian Geerken
2013-08-15Some debugging stuff.Sebastian Geerken
2013-03-05Merge with main repo.Sebastian Geerken
2013-03-05Comparable is now subclass of Object (not pseudo-interface anymore). The old ↵Sebastian Geerken
solution would have made RTTI neccessary to work correctly.
2013-01-13Update with main repo.Sebastian Geerken
2013-01-11fix up dw namespace commentsp37sitdu
2013-01-06Make DeepIterator able to follow widget references; activated this for findtext.Sebastian Geerken
2013-01-05More debugging stuff.Sebastian Geerken
2013-01-05Debug messages.Sebastian Geerken
2012-09-24Split up content type WIDGET; removed FLOAT_REF.Sebastian Geerken
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-09-02fix text search when text contains special char equal to -2Johannes Hofmann
The values of START and END in CharIterator must not clash with any possible char value. As it is undefined whether char is signed or not we need to use values that do not clash in either case.
2009-05-31line lengthcorvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid