aboutsummaryrefslogtreecommitdiff
path: root/src/html_common.hh
AgeCommit message (Collapse)Author
2009-11-16DilloLinkImage -> DilloHtmlImagecorvid
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-26let later space override previous spacecorvid
The earlier space is less likely to be styled with the intended appearance.
2009-10-24don't appear to need WordAfterLI anymorecorvid
2009-05-22rm current_bg_colorcorvid
2009-05-21DilloHtml Buf_Consumed unneededcorvid
2009-05-09[mq]: replace-DW2TB-with-HT2TBJeremy Henty
2009-04-18Implemented Instant client-side redirects (META refresh with delay=0)Jorge Arellano Cid
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H76.html
2009-04-08support CSS @import directiveJohannes Hofmann
2009-03-19load <style></style> content only if applicableJohannes Hofmann
2009-03-12remove no longer used HTML_SET_TOP_ATTR macroJohannes Hofmann
2009-03-10replace visited_color dillorc optionJohannes Hofmann
to change the color of visited links add a line :visited {color: red} to your ~/.dillo/style.css file instead.
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08API cleanup: a_Html_add_new_image() loses the boolean parameter.Jeremy Henty
This patch cleans things up by renaming a_Html_add_new_image() to a_Html_image_new(), removing the boolean parameter and making the caller add the image (or not) as appropriate.
2009-02-06fix check for name/id mismatch (noticed by corvid)Johannes Hofmann
2009-02-03Fix a race condition with charset, and the case of charset after CSS in HEADJorge Arellano Cid
Race condition example: www.blisty.cz charset after CSS ex. : http://www.daemonnews.org
2009-02-03Minor cleanupsJorge Arellano Cid
2009-01-22Fix for d29cdb5b842e (charset decoding given in HTTP and META).Jorge Arellano Cid
2009-01-03remove a_Html_set_top_font() which is no longer usedJohannes Hofmann
2009-01-01imported patch dicache-cleanup5Jorge Arellano Cid
2008-12-21Patch for CSS stylesheet loading part#2Jorge Arellano Cid
2008-12-20merge with mainJohannes Hofmann
2008-12-19Cleaned up Html_pop_tag()Jorge Arellano Cid
2008-12-19Interim patch for CSS stylesheet loading. Not finished yet.Jorge Arellano Cid
2008-12-14convert Html_tag_open_img()Johannes Hofmann
2008-11-10convert table code to new style handlingJohannes Hofmann
2008-10-31make ol workJohannes Hofmann
2008-10-31remove style from DilloHtmlStateJohannes Hofmann
2008-10-30remove nonCssProperties from NodeJohannes Hofmann
2008-10-23css.[ch][ch] -> styleengine.[ch][ch]Johannes Hofmann
2008-10-23add StyleEngineJohannes Hofmann
2008-10-23make a_Html_tag_index accessible outside of html.ccJohannes Hofmann
2008-09-26- reverted all of the style->backgroundColor to current_bg_colorjcid
- Fixed table_cell_style's backgroundColor when TR specifies one.
2008-09-14- Forbid dpi GET and POST from non dpi-generated urls.jcid
- Cleaned up a_Url_new().
2008-09-08- Fixed the "Load Images" menu item in the page popup.jcid
2008-08-06- Allowed form inputs outside FORM (it's in the standard).jcid
2008-06-21- split table code from html.ccjcid
2008-06-19- cleanup: switched bool_t to bool in html.ccjcid
2008-06-19- minor cleanup.jcid
2008-06-07- html.cc cleanup (in progress): source split.jcid
2008-06-05- html.cc cleanup (in progress). Source split.jcid