aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.cc
AgeCommit message (Collapse)Author
2013-12-20RTFL messages.Sebastian Geerken
2013-12-09Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.Sebastian Geerken
2013-10-08Cleaned up "reference area" of background images; confirms now to CSS spec.Sebastian Geerken
2013-09-17Some refactoring (Widget::getBgRefArea).Sebastian Geerken
2013-09-15Very simple implementation of ExternalImgRenderer (used to immediately draw ↵Sebastian Geerken
imgbuf updates); concretization for widgets.
2013-09-12Some clarifications.Sebastian Geerken
2013-09-12Meaningful renaming.Sebastian Geerken
2013-09-12Some cleanup and fixes for recent changes.Sebastian Geerken
2013-01-29Removing parts of the ancient commented-out (and temporally removed) GTK ↵Sebastian Geerken
code by commented-out code that works. (Debug messages which are useful from time to time.)
2013-01-14Remove ancient commented-out GTK code.Jeremy Henty
2013-01-11fix up dw namespace commentsp37sitdu
2012-11-28Fixed wrong textblock (especially list item) size (overlapping borders in ↵Sebastian Geerken
tables etc).
2012-09-04Finished cleanup of the calculation of extremes.sgeerken
2010-10-17first ref() then unref() in Widget::setStyle()Johannes Hofmann
2010-09-24bring back bg_color dillorc optionJohannes Hofmann
2010-09-17draw topLevel background if it differs from canvas backgroundJohannes Hofmann
2010-09-17directly set background colorJohannes 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-22move generic tooltip enter/leave to Widgetcorvid
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-29rm event emitter/receiver from Widgetcorvid
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-29move link signal emitter/receiver from Widget to Layoutcorvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.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-05-31Remove doxygen's confusion on some function signaturesJeremy Henty
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-01-16Added 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