aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
AgeCommit message (Expand)Author
2011-09-09tiny a_Web_new() cleanupcorvid
2011-08-05Added an API to access the expected URL resourceJorge Arellano Cid
2011-08-01Cleanup: removed some unused code from the UIJorge Arellano Cid
2011-06-21Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64)Jorge Arellano Cid
2011-06-18silenced a lingering debug MSGJorge Arellano Cid
2011-06-14indent: made html.cc fit in 80 columnsJorge Arellano Cid
2011-05-16rm spacescorvid
2011-04-16merge in recent changes from main repocorvid
2011-04-15Fix for endless loop with META refresh and same URL or no URL at allJorge Arellano Cid
2011-04-04clearer MSG for suspicious image sizecorvid
2011-04-03flush the Textblock we last added toJohannes Hofmann
2011-03-31html.cc: Html_tag_open_meta(): check that the URL exists before redirecting.Jeremy Henty
2010-12-09BUG_MSG for HTML5 doctypecorvid
2010-11-24trim some spacescorvid
2010-11-15Moved the table border model flag from style to DilloHtmlState (i.e. stack)Jorge Arellano Cid
2010-10-21AREA bug msgcorvid
2010-10-17mergeJohannes Hofmann
2010-10-15needn't add extra closing point to image map polygonscorvid
2010-10-14fix use of a_Utf8_ideographic()corvid
2010-10-11use background-color on <html>-elementJohannes Hofmann
2010-10-11mergeJohannes Hofmann
2010-10-11rework nonCssHints API of StyleEngineJohannes Hofmann
2010-09-24call layout->setBgColor() from web.ccJohannes Hofmann
2010-09-24bring back bg_color dillorc optionJohannes Hofmann
2010-09-17recompute style for <html> in Html_open_body()Johannes Hofmann
2010-09-17draw topLevel background if it differs from canvas backgroundJohannes Hofmann
2010-09-17directly set background colorJohannes Hofmann
2010-09-06re-indent Html_tag_open_q() for consistencyJeremy Henty
2010-09-06add inheritBackgroundColor () in more casesJohannes Hofmann
2010-08-25html.cc cleanupsJeremy Henty
2010-04-20always load data: imagescorvid
2010-04-07white-space: pre-linecorvid
2010-04-06filter automatic requestscorvid
2010-03-30Fix checking for HTML 2.0 DTDcorvid
2010-03-30white-space: pre-wrapcorvid
2010-03-21make drawing image map shapes work when <img> precedes <map>Johannes Hofmann
2010-02-27trim some spacescorvid
2010-02-16handle zero-width space.corvid
2009-11-19enable font face setting via <font> elementJohannes Hofmann
2009-11-16DilloLinkImage -> DilloHtmlImagecorvid
2009-11-09fix some references to DwPagecorvid
2009-11-04Fix for e13ccca46183Jorge Arellano Cid
2009-11-02More refactoring related to Html_tag_cleanup_at_close()Jeremy, Jorge
2009-11-02Refactor Html_tag_cleanup_at_close()Jeremy Henty
2009-10-29move link signal emitter/receiver from Widget to Layoutcorvid
2009-10-27clean up parbreaks in html.cccorvid
2009-10-26let later space override previous spacecorvid
2009-10-24UL match type attr exactlycorvid
2009-10-24don't appear to need WordAfterLI anymorecorvid
2009-10-23rm redundant addSpacecorvid