aboutsummaryrefslogtreecommitdiff
path: root/dw
AgeCommit message (Expand)Author
2011-07-15Eliminated a pack of compiler warnings (gcc-4.6.1 amd64)Jorge Arellano Cid
2011-06-11fix table leak with overlapping spanscorvid
2011-06-07widgets draw their own border and backgroundJohannes Hofmann
2011-06-03smallcaps use the proper enum valuecorvid
2011-04-04clearer MSG for suspicious image sizecorvid
2011-03-27dw/style.cc: drawBorder*(): use the correct border colors.Jeremy Henty
2011-01-28**/Makefile.am: #include $(top_srcdir).Jeremy Henty
2010-12-15silence a couple of MSGscorvid
2010-11-25don't try to draw 0-width bordersJohannes Hofmann
2010-11-24trim some spacescorvid
2010-11-19include line1OffsetEff in first word extremescorvid
2010-11-19don't use text-indent when nesting blockscorvid
2010-11-15mergeJorge Arellano Cid
2010-11-15Moved the table border model flag from style to DilloHtmlState (i.e. stack)Jorge Arellano Cid
2010-11-13Full CSS border-style implementationJorge Arellano Cid
2010-11-09mergeJorge Arellano Cid
2010-11-09css text-indent propertycorvid
2010-10-24imported patch border-collapseJorge Arellano Cid
2010-10-21imported patch border-collapse-parsingJorge Arellano Cid
2010-10-17first ref() then unref() in Widget::setStyle()Johannes Hofmann
2010-10-17first ref(), then unref() in Layout::setBgColor()Johannes Hofmann
2010-10-17refcount Layout::bgColorJohannes Hofmann
2010-10-17mergeJohannes Hofmann
2010-10-15avoid integer overflow in Polygon::linesCross0()Johannes Hofmann
2010-10-11mergeJohannes Hofmann
2010-10-09make dillo compile with clangJohannes Hofmann
2010-10-09Use utf8encode/utf8decode (instead of mbrtowc/wcrtomb) for smallcaps.Jorge Arellano Cid
2010-10-08Don't touch letter spacing for small-capsJorge Arellano Cid
2010-10-07Add utf8 uppercasing to small-capsJorge Arellano Cid
2010-10-07CSS part for font-variant: small-caps supportJorge Arellano Cid
2010-10-01fix last commitJohannes Hofmann
2010-10-01rework border-width handlingJohannes Hofmann
2010-09-29Adjusted thickness for {under/over}line, and height for strikeJorge Arellano Cid
2010-09-27Fixed a few minor documentation typosJorge Arellano Cid
2010-09-24call layout->setBgColor() from web.ccJohannes 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
2010-08-27reimplement Rectangle::intersectsWith()Johannes Hofmann
2010-08-23add lout::misc::roundInt() for double -> int conversionJohannes Hofmann
2010-05-28remindercorvid
2010-05-10avoid automatic focus of first child when window gets focusJohannes Hofmann
2010-05-10fix focus handlingJohannes Hofmann
2010-04-29don't need switch anymorecorvid
2010-04-29fix redraw optimizationJohannes Hofmann
2010-04-22use belowmouse() as fltk::Widget for tooltipscorvid
2010-04-22move generic tooltip enter/leave to Widgetcorvid
2010-04-21use line height when drawing space background as wellcorvid
2010-04-21draw background for all Words, not just textcorvid
2010-04-20css word-spacing propertycorvid