Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-12 | cppcheck: AFAICS a false positive (should be reported to them) | Jorge Arellano Cid | |
A simple code order changes, which is not relevant in this case, but pleases cppcheck: - for (a,b; ; ) + for (b,a; ; ) | |||
2016-04-02 | Content with type WIDGET_OOF_REF now refers to new class WidgetReference. | Sebastian Geerken | |
2015-01-23 | Interrupted drawing etc: cleanup. | 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 | |
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. | |||
2013-08-16 | Fixed a bug in DeepIterator (level calculation should regard generators). | Sebastian Geerken | |
2013-08-15 | Some more debugging. | Sebastian Geerken | |
2013-08-15 | Debugging. | 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-10-08 | Now, also selection works (in a temporal way). | Sebastian Geerken | |
2012-10-08 | Work on iterators: finding text works (in a temporal way). | Sebastian Geerken | |
2012-09-24 | Split up content type WIDGET; removed FLOAT_REF. | Sebastian Geerken | |
2010-03-14 | typos | corvid | |
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-03-02 | Updated the GPL copyright note in the source files | Detlef Riekenberg | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-02-08 | 's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation. | Jorge Arellano Cid | |
2008-09-24 | - Moved the dw2 tree into dillo2's tree. | jcid | |