Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-23 | Interrupted drawing etc: cleanup. | Sebastian Geerken | |
2014-12-28 | Some doc. | Sebastian Geerken | |
2014-10-25 | Fixed problems with getWidgetAtPoint. | Sebastian Geerken | |
2014-10-23 | More work on drawing: interruptions work now halfway. | Sebastian Geerken | |
2014-09-26 | RTFL. | Sebastian Geerken | |
2013-08-16 | Fixed a bug in DeepIterator (level calculation should regard generators). | Sebastian Geerken | |
2013-08-15 | Some debugging stuff. | Sebastian Geerken | |
2013-03-05 | Merge with main repo. | Sebastian Geerken | |
2013-03-05 | Comparable is now subclass of Object (not pseudo-interface anymore). The old ↵ | Sebastian Geerken | |
solution would have made RTTI neccessary to work correctly. | |||
2013-01-13 | Update with main repo. | Sebastian Geerken | |
2013-01-11 | fix up dw namespace comments | p37sitdu | |
2013-01-06 | Make DeepIterator able to follow widget references; activated this for findtext. | Sebastian Geerken | |
2013-01-05 | More debugging stuff. | Sebastian Geerken | |
2013-01-05 | Debug messages. | Sebastian Geerken | |
2012-09-24 | Split up content type WIDGET; removed FLOAT_REF. | Sebastian Geerken | |
2009-10-15 | remove "using namespace" statements from header files | Johannes Hofmann | |
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases. | |||
2009-09-02 | fix text search when text contains special char equal to -2 | Johannes 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-31 | line length | corvid | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2008-09-24 | - Moved the dw2 tree into dillo2's tree. | jcid | |