Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-15 | fix leak in CssStyleSheet::addRule() | Johannes Hofmann | |
2009-02-15 | clean StyleEngine::stack on deletion | Johannes Hofmann | |
2009-02-15 | Moved creation of the UI's status panel into a function. | corvid | |
2009-02-13 | Updated the URL resolver to comply with RFC-3986 | Jorge Arellano Cid | |
2009-02-12 | Implemented a close-tab button for the GUI | João Ricardo | |
2009-02-11 | whitespace | Jorge Arellano Cid | |
2009-02-11 | Made repush remember the scroll position. | Jorge Arellano Cid | |
2009-02-11 | add "font_min_size" dillorc option | Johannes Hofmann | |
2009-02-11 | Whitespace: re-indented some lines wider than 79 characters | Jorge Arellano Cid | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-02-08 | 's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation. | Jorge Arellano Cid | |
2009-02-08 | Updated the splash page (mainly grammar). | corvid | |
2009-02-08 | Fixed the load image popup option. Also cleaned up the API a bit. | corvid | |
Introduced a_Bw_get_url_doc(). Mainly for popup menus. | |||
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-08 | merge | Johannes Hofmann | |
2009-02-08 | Implemented "search previous" in string searches | João Ricardo Lourenço | |
2009-02-08 | merge | Johannes Hofmann | |
2009-02-08 | Switched load images on/off feature to the Tools menu | corvid | |
2009-02-07 | free CSS values based on type | Johannes Hofmann | |
2009-02-07 | minor cleanup | Johannes Hofmann | |
2009-02-07 | inherit valign when inheritBackgroundColor is set | Johannes Hofmann | |
This fixes <sup><u> not up </u> up </sup>, but is not the real solution. Things like <sup> up <sup> upper </sup></sup> still don't work, but they didn't work in dillo-2.0 either. Noticed by: corvid | |||
2009-02-06 | support font-size enum values | Johannes Hofmann | |
2009-02-06 | merge with main | Johannes Hofmann | |
2009-02-06 | set type in CssPropertyList::set() | Johannes Hofmann | |
2009-02-06 | remove check | Johannes Hofmann | |
2009-02-06 | switch font-weight handling to new multi type system | Johannes Hofmann | |
2009-02-06 | fix check for 'none' in Css_token_matches_property() | Johannes Hofmann | |
2009-02-06 | add type to CSS properties | Johannes Hofmann | |
2009-02-06 | allow multiple types for CSS properties | Johannes Hofmann | |
2009-02-06 | merge | Jorge Arellano Cid | |
2009-02-06 | fix tag length check (noticed by corvid) | Johannes Hofmann | |
2009-02-06 | Fixed a memory leak in Cookies_get_query() | Jeremy Henty | |
2009-02-06 | Implemented size for SELECT lists | corvid | |
2009-02-06 | fix check for name/id mismatch (noticed by corvid) | Johannes Hofmann | |
2009-02-05 | move CssProperty::Name and CssProperty::Value out of CssProperty class | Johannes Hofmann | |
2009-02-05 | Removed the cache.h include fromm dicache.c | corvid | |
2009-02-05 | add CssProperty::type | Johannes Hofmann | |
2009-02-03 | merge | Jorge Arellano Cid | |
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-02-02 | remove unused order_count parameter | Johannes Hofmann | |
It seems that in dillo-0.8.0-css-3 it was used to make sure that later definitions of the same CSS property have more weight than previous ones. If for example a first stylesheet sets background-color to black, and a second stylesheet sets it to green, green should win. But as we currently parese everything in order (throughing away all parsed CSS data when a new CSS stylesheet has arrived), we don't need to remember the original ordering of stylesheets. | |||
2009-02-01 | Minor function signature cleanup | Jorge Arellano Cid | |
2009-02-01 | Added a warning message to the broken limit_text_width pref. | corvid | |
2009-02-01 | Removed a redundant check. | Jorge Arellano Cid | |
2009-02-01 | s/atoi/strtol/g | Jorge Arellano Cid | |
2009-02-01 | Fixed a SEGFAULT bug on redirections without Location | corvid | |
2009-02-01 | Fixed tools menu to take CSS state from prefs | corvid | |
2009-02-01 | Refactored prefs.c to a much smaller size! | corvid | |
2009-02-01 | Fixed a leak in Html_tag_open_link() | Jeremy Henty | |
2009-01-31 | Removed an unused variable in DicEntry structure | Jorge Arellano Cid | |