Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-17 | first ref() then unref() in Widget::setStyle() | Johannes Hofmann | |
2010-09-24 | bring back bg_color dillorc option | Johannes Hofmann | |
2010-09-17 | draw topLevel background if it differs from canvas background | Johannes Hofmann | |
2010-09-17 | directly set background color | Johannes Hofmann | |
As defined in http://www.w3.org/TR/CSS2/colors.html, the background color of the canvas can either be defined by the <html> or the <body> tag. To be able to deal with this in src/html.cc we now explicitely set the canvas color instead of infering it from the root widget. | |||
2010-04-22 | move generic tooltip enter/leave to Widget | corvid | |
Technically, Textblock's notifyImpl()s should probably call the Widget one as well. It doesn't matter currently, since we don't look for title attrs on elements that correspond to entire Textblocks. | |||
2009-10-29 | rm event emitter/receiver from Widget | corvid | |
If we want it back someday, we know where to find it. Given the coarse-grained nature of Textblock, I imagine that whatever Dillo might use in a javascript future would be somewhat different anyway. | |||
2009-10-29 | move link signal emitter/receiver from Widget to Layout | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html | |||
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-05-31 | Remove doxygen's confusion on some function signatures | Jeremy Henty | |
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-01-16 | Added lout/msg.h and normalized debug messages to use it. | Jorge Arellano Cid | |
2008-09-24 | - Moved the dw2 tree into dillo2's tree. | jcid | |