aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-02-08API cleanup: a_Html_add_new_image() loses the boolean parameter.Jeremy Henty
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
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
2009-02-03Minor cleanupsJorge Arellano Cid
2009-02-02remove unused order_count parameterJohannes Hofmann
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
2009-01-31Avoid a compiler warning in cache.cJorge Arellano Cid
2009-01-31Minor tricks to avoid a couple compiler warnings in png.cJorge Arellano Cid
2009-01-31Avoid a couple of compiler warnings in jpeg.cJorge Arellano Cid
2009-01-31Fixed a bug parsing prefs.save_dir (missing break).corvid
2009-01-31Cosmetic reorder of a few enum items.corvid
2009-01-31s/gif.h/dgif.h/ in Makefile.am (fixes 6828b4d19d69)Jorge Arellano Cid
2009-01-31Set dicache as MIME dispatcher for image/{gif,jpg,png}. +refactor and cleanupsJorge Arellano Cid
2009-01-31add copyright notice to cssparser.ccJohannes Hofmann
2009-01-31mergeJohannes Hofmann
2009-01-31Switched strcasecmp() to dStrcasecmp() calls.Jorge Arellano Cid
2009-01-31remove debugging codeJohannes Hofmann