Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-16 | DilloLinkImage -> DilloHtmlImage | corvid | |
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-26 | let later space override previous space | corvid | |
The earlier space is less likely to be styled with the intended appearance. | |||
2009-10-24 | don't appear to need WordAfterLI anymore | corvid | |
2009-05-22 | rm current_bg_color | corvid | |
2009-05-21 | DilloHtml Buf_Consumed unneeded | corvid | |
2009-05-09 | [mq]: replace-DW2TB-with-HT2TB | Jeremy Henty | |
2009-04-18 | Implemented 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-08 | support CSS @import directive | Johannes Hofmann | |
2009-03-19 | load <style></style> content only if applicable | Johannes Hofmann | |
2009-03-12 | remove no longer used HTML_SET_TOP_ATTR macro | Johannes Hofmann | |
2009-03-10 | replace visited_color dillorc option | Johannes Hofmann | |
to change the color of visited links add a line :visited {color: red} to your ~/.dillo/style.css file instead. | |||
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-02-08 | API 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-06 | fix check for name/id mismatch (noticed by corvid) | Johannes Hofmann | |
2009-02-03 | Fix a race condition with charset, and the case of charset after CSS in HEAD | Jorge Arellano Cid | |
Race condition example: www.blisty.cz charset after CSS ex. : http://www.daemonnews.org | |||
2009-02-03 | Minor cleanups | Jorge Arellano Cid | |
2009-01-22 | Fix for d29cdb5b842e (charset decoding given in HTTP and META). | Jorge Arellano Cid | |
2009-01-03 | remove a_Html_set_top_font() which is no longer used | Johannes Hofmann | |
2009-01-01 | imported patch dicache-cleanup5 | Jorge Arellano Cid | |
2008-12-21 | Patch for CSS stylesheet loading part#2 | Jorge Arellano Cid | |
2008-12-20 | merge with main | Johannes Hofmann | |
2008-12-19 | Cleaned up Html_pop_tag() | Jorge Arellano Cid | |
2008-12-19 | Interim patch for CSS stylesheet loading. Not finished yet. | Jorge Arellano Cid | |
2008-12-14 | convert Html_tag_open_img() | Johannes Hofmann | |
2008-11-10 | convert table code to new style handling | Johannes Hofmann | |
2008-10-31 | make ol work | Johannes Hofmann | |
2008-10-31 | remove style from DilloHtmlState | Johannes Hofmann | |
2008-10-30 | remove nonCssProperties from Node | Johannes Hofmann | |
2008-10-23 | css.[ch][ch] -> styleengine.[ch][ch] | Johannes Hofmann | |
2008-10-23 | add StyleEngine | Johannes Hofmann | |
2008-10-23 | make a_Html_tag_index accessible outside of html.cc | Johannes Hofmann | |
2008-09-26 | - reverted all of the style->backgroundColor to current_bg_color | jcid | |
- 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.cc | jcid | |
2008-06-19 | - cleanup: switched bool_t to bool in html.cc | jcid | |
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 | |