aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-02-15fix leak in CssStyleSheet::addRule()Johannes Hofmann
2009-02-15clean StyleEngine::stack on deletionJohannes Hofmann
2009-02-15Moved creation of the UI's status panel into a function.corvid
2009-02-13Updated the URL resolver to comply with RFC-3986Jorge Arellano Cid
2009-02-12Implemented a close-tab button for the GUIJoão Ricardo
2009-02-11whitespaceJorge Arellano Cid
2009-02-11Made repush remember the scroll position.Jorge Arellano Cid
2009-02-11add "font_min_size" dillorc optionJohannes Hofmann
2009-02-11Whitespace: re-indented some lines wider than 79 charactersJorge Arellano Cid
2009-02-09whitespace 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-08Updated the splash page (mainly grammar).corvid
2009-02-08Fixed 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-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-08mergeJohannes Hofmann
2009-02-08Implemented "search previous" in string searchesJoão Ricardo Lourenço
2009-02-08mergeJohannes Hofmann
2009-02-08Switched load images on/off feature to the Tools menucorvid
2009-02-07free CSS values based on typeJohannes Hofmann
2009-02-07minor cleanupJohannes Hofmann
2009-02-07inherit valign when inheritBackgroundColor is setJohannes 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-06support font-size enum valuesJohannes Hofmann
2009-02-06merge with mainJohannes Hofmann
2009-02-06set type in CssPropertyList::set()Johannes Hofmann
2009-02-06remove checkJohannes Hofmann
2009-02-06switch font-weight handling to new multi type systemJohannes Hofmann
2009-02-06fix check for 'none' in Css_token_matches_property()Johannes Hofmann
2009-02-06add type to CSS propertiesJohannes Hofmann
2009-02-06allow multiple types for CSS propertiesJohannes Hofmann
2009-02-06mergeJorge Arellano Cid
2009-02-06fix tag length check (noticed by corvid)Johannes Hofmann
2009-02-06Fixed a memory leak in Cookies_get_query()Jeremy Henty
2009-02-06Implemented size for SELECT listscorvid
2009-02-06fix check for name/id mismatch (noticed by corvid)Johannes Hofmann
2009-02-05move CssProperty::Name and CssProperty::Value out of CssProperty classJohannes Hofmann
2009-02-05Removed the cache.h include fromm dicache.ccorvid
2009-02-05add CssProperty::typeJohannes Hofmann
2009-02-03mergeJorge Arellano Cid
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-02-02remove unused order_count parameterJohannes 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-01Minor function signature cleanupJorge Arellano Cid
2009-02-01Added a warning message to the broken limit_text_width pref.corvid
2009-02-01Removed a redundant check.Jorge Arellano Cid
2009-02-01s/atoi/strtol/gJorge Arellano Cid
2009-02-01Fixed a SEGFAULT bug on redirections without Locationcorvid
2009-02-01Fixed tools menu to take CSS state from prefscorvid
2009-02-01Refactored prefs.c to a much smaller size!corvid
2009-02-01Fixed a leak in Html_tag_open_link()Jeremy Henty
2009-01-31Removed an unused variable in DicEntry structureJorge Arellano Cid