aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-01-29free font names from style="" attributes (found by Jeremy)Johannes Hofmann
2009-01-29mergeJorge Arellano Cid
2009-01-29Refactor cleanup in menu.cc (load images)corvid
2009-01-29remove redundant array sizes in cssparser.ccJohannes Hofmann
2009-01-29add (incomplete) support for the "font" shorthandJohannes Hofmann
2009-01-28make sure strings from CSS parser are freedJohannes Hofmann
2009-01-28rm FontSizes*corvid
2009-01-28a few dStrcasecmp()scorvid
2009-01-28Added the show_tools dillorc optioncorvid
2009-01-28Added a warning message when a file can't be opened for savingcorvid
2009-01-28mergeJorge Arellano Cid
2009-01-28Removed the "generate_submit" dillorc optioncorvid
2009-01-28simplify CssContext::buildUserStyle()corvid
2009-01-28descendent -> descendant (noticed by corvid)Johannes Hofmann
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-26adapt font-family preferences to match CSSJohannes Hofmann
2009-01-26mergeJohannes 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-26use ConstString in CssStyleSheet::apply()Johannes Hofmann
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-25allocate/deallocate CssSimpleSelector properlyJohannes 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-23Bug fix: Made a_Cache_stop_client() also remove from the delayed queue.Jorge Arellano Cid
2009-01-23Changed a wrong a_UIcmd_set_page_prog() parameterJorge Arellano Cid
2009-01-22Fix url string usage by calling the appropriate macro (2 places).Jorge Arellano Cid
2009-01-22Fixed a memory leak in gzip decoder.Jorge Arellano Cid
2009-01-22mergeJorge Arellano Cid
2009-01-22Fix for d29cdb5b842e (charset decoding given in HTTP and META).Jorge Arellano Cid
2009-01-22improve font handlingJohannes Hofmann
2009-01-22fix support for quoted font-family namesJohannes Hofmann
2009-01-21mergeJorge Arellano Cid
2009-01-21Fixed charset decoding given in HTTP and META. (bugs and race condition)Jorge Arellano Cid
2009-01-21start supporting "auto" value in CSSJohannes Hofmann
2009-01-21add missing Css_next_token() call in Css_parse_value()Johannes Hofmann
2009-01-21don't call docTree->top() over and overJohannes Hofmann
2009-01-21move assert from CssSelector::match() to CssRule constructorJohannes Hofmann