aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
AgeCommit message (Expand)Author
2009-03-11clear DilloHtmlState stack on destructionJohannes Hofmann
2009-03-10replace visited_color dillorc optionJohannes Hofmann
2009-03-06remove text_color dillorc optionJohannes Hofmann
2009-03-06remove bg_color dillorc optionJohannes Hofmann
2009-03-05reduce number of styleEngine::style0() callsJohannes Hofmann
2009-03-02use wordStyle() for bullets in Html_tag_open_frame()Johannes Hofmann
2009-03-01parse style attr only if neededcorvid
2009-02-17[mq]: view-stylesheetsJorge Arellano Cid
2009-02-15Fixed handling of META's content-type with no MIME type (e.g. only charset).Jorge Arellano Cid
2009-02-12Implemented a close-tab button for the GUIJoão Ricardo
2009-02-11Whitespace: re-indented some lines wider than 79 charactersJorge Arellano Cid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
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-08Switched load images on/off feature to the Tools menucorvid
2009-02-06merge with mainJohannes Hofmann
2009-02-06add type to CSS propertiesJohannes Hofmann
2009-02-06fix tag length check (noticed by corvid)Johannes Hofmann
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-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-01Removed a redundant check.Jorge Arellano Cid
2009-02-01Fixed a leak in Html_tag_open_link()Jeremy Henty
2009-01-31set inheritBackgroundColor for <p>Johannes Hofmann
2009-01-28rm FontSizes*corvid
2009-01-27Implemented the tools button with CSS options. Also removed nav.h from html.ccJorge Arellano Cid
2009-01-26don't strdup() text passed to ListItem::initWithText()Johannes Hofmann
2009-01-26mergeJorge Arellano Cid
2009-01-26Bug fix: Collapse adjacent "\t\f\n\r" characters into a single space.Jorge Arellano Cid
2009-01-26Fixed a regression with PRE characters (square boxes) (fixes d16cec5095be)corvid
2009-01-26switch to DILLO_HTML_PARSE_MODE_PRE based on style->whiteSpaceJohannes Hofmann
2009-01-26factor out Html_parse_common_attrs() (by jcid)Johannes Hofmann
2009-01-25call inheritBackgroundColor() in Html_tag_open_default()Johannes Hofmann
2009-01-23Cleanup and logic change in a_Cache_set_content_type().Jorge Arellano Cid
2009-01-23Bug fix: stop parsing right after open tag when stop_parser is set.Jorge Arellano Cid
2009-01-22Fix url string usage by calling the appropriate macro (2 places).Jorge Arellano Cid
2009-01-22Fix for d29cdb5b842e (charset decoding given in HTTP and META).Jorge Arellano Cid
2009-01-21Fixed charset decoding given in HTTP and META. (bugs and race condition)Jorge Arellano Cid
2009-01-17mergeJorge Arellano Cid
2009-01-17Remove unused functions.Jorge Arellano Cid
2009-01-17add parse_embedded_css optionJohannes Hofmann
2009-01-14Fix: inherit bgcolor from parent widget (images). Also cleanups.Jorge Arellano Cid
2009-01-14Make now-unused debug messages silent.Jorge Arellano Cid
2009-01-12replace fixed break space in Html_tag_open_li() with a user agent styleJohannes Hofmann
2009-01-10merge with mainJohannes Hofmann