index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2009-01-30
remove unused CSS parser functions
Johannes Hofmann
2009-01-30
inline some CSS methods
Johannes Hofmann
2009-01-30
fix parsing CSS values of type CSS_TYPE_STRING
Johannes Hofmann
2009-01-30
CssContext::addRule(): only add rules with nonempty property list
Johannes Hofmann
2009-01-30
remove unused method
Johannes Hofmann
2009-01-29
merge
Jorge Arellano Cid
2009-01-29
Made Shift+{Left,Right} work after openning multiple URLs from CLI
Jorge Arellano Cid
2009-01-29
free font names when replacing them
Johannes Hofmann
2009-01-29
free font names from style="" attributes (found by Jeremy)
Johannes Hofmann
2009-01-29
merge
Jorge Arellano Cid
2009-01-29
Refactor cleanup in menu.cc (load images)
corvid
2009-01-29
remove redundant array sizes in cssparser.cc
Johannes Hofmann
2009-01-29
add (incomplete) support for the "font" shorthand
Johannes Hofmann
2009-01-28
make sure strings from CSS parser are freed
Johannes Hofmann
2009-01-28
rm FontSizes*
corvid
2009-01-28
a few dStrcasecmp()s
corvid
2009-01-28
Added the show_tools dillorc option
corvid
2009-01-28
Added a warning message when a file can't be opened for saving
corvid
2009-01-28
merge
Jorge Arellano Cid
2009-01-28
Removed the "generate_submit" dillorc option
corvid
2009-01-28
simplify CssContext::buildUserStyle()
corvid
2009-01-28
descendent -> descendant (noticed by corvid)
Johannes Hofmann
2009-01-27
Implemented the tools button with CSS options. Also removed nav.h from html.cc
Jorge Arellano Cid
2009-01-26
don't strdup() text passed to ListItem::initWithText()
Johannes Hofmann
2009-01-26
adapt font-family preferences to match CSS
Johannes Hofmann
2009-01-26
merge
Johannes Hofmann
2009-01-26
merge
Jorge Arellano Cid
2009-01-26
Bug fix: Collapse adjacent "\t\f\n\r" characters into a single space.
Jorge Arellano Cid
2009-01-26
Fixed a regression with PRE characters (square boxes) (fixes d16cec5095be)
corvid
2009-01-26
use ConstString in CssStyleSheet::apply()
Johannes Hofmann
2009-01-26
switch to DILLO_HTML_PARSE_MODE_PRE based on style->whiteSpace
Johannes Hofmann
2009-01-26
factor out Html_parse_common_attrs() (by jcid)
Johannes Hofmann
2009-01-25
call inheritBackgroundColor() in Html_tag_open_default()
Johannes Hofmann
2009-01-25
allocate/deallocate CssSimpleSelector properly
Johannes Hofmann
2009-01-23
Cleanup and logic change in a_Cache_set_content_type().
Jorge Arellano Cid
2009-01-23
Bug fix: stop parsing right after open tag when stop_parser is set.
Jorge Arellano Cid
2009-01-23
Bug fix: Made a_Cache_stop_client() also remove from the delayed queue.
Jorge Arellano Cid
2009-01-23
Changed a wrong a_UIcmd_set_page_prog() parameter
Jorge Arellano Cid
2009-01-22
Fix url string usage by calling the appropriate macro (2 places).
Jorge Arellano Cid
2009-01-22
Fixed a memory leak in gzip decoder.
Jorge Arellano Cid
2009-01-22
merge
Jorge Arellano Cid
2009-01-22
Fix for d29cdb5b842e (charset decoding given in HTTP and META).
Jorge Arellano Cid
2009-01-22
improve font handling
Johannes Hofmann
2009-01-22
fix support for quoted font-family names
Johannes Hofmann
2009-01-21
merge
Jorge Arellano Cid
2009-01-21
Fixed charset decoding given in HTTP and META. (bugs and race condition)
Jorge Arellano Cid
2009-01-21
start supporting "auto" value in CSS
Johannes Hofmann
2009-01-21
add missing Css_next_token() call in Css_parse_value()
Johannes Hofmann
2009-01-21
don't call docTree->top() over and over
Johannes Hofmann
2009-01-21
move assert from CssSelector::match() to CssRule constructor
Johannes Hofmann
[next]