aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-02-06allow multiple types for CSS propertiesJohannes Hofmann
2009-02-05move CssProperty::Name and CssProperty::Value out of CssProperty classJohannes Hofmann
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
2009-01-31remove unnecessary initializationJohannes Hofmann
2009-01-31optimize CssStyleSheet::apply() a bitJohannes Hofmann
2009-01-31set inheritBackgroundColor for <p>Johannes Hofmann
2009-01-31make CssParser case insensitiveJohannes Hofmann
2009-01-31fix cascading orderJohannes Hofmann
2009-01-31commentJohannes Hofmann
2009-01-30remove todoJohannes Hofmann
2009-01-30commentJohannes Hofmann
2009-01-30apply CSS rules ordered by their specificityJohannes Hofmann
2009-01-30simplify CssSimpleSelector::specificity()Johannes Hofmann
2009-01-30insert rules in correct orderJohannes Hofmann
2009-01-30add CssRule::specificityJohannes Hofmann
2009-01-30add CssSelector::specificity()Johannes Hofmann
2009-01-30add commentJohannes Hofmann
2009-01-30whitespaceJohannes Hofmann
2009-01-30remove unused CSS parser functionsJohannes Hofmann
2009-01-30inline some CSS methodsJohannes Hofmann
2009-01-30fix parsing CSS values of type CSS_TYPE_STRINGJohannes Hofmann
2009-01-30CssContext::addRule(): only add rules with nonempty property listJohannes Hofmann
2009-01-30remove unused methodJohannes Hofmann
2009-01-29mergeJorge Arellano Cid
2009-01-29Made Shift+{Left,Right} work after openning multiple URLs from CLIJorge Arellano Cid
2009-01-29free font names when replacing themJohannes Hofmann