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
/
html.cc
Age
Commit message (
Expand
)
Author
2009-03-11
clear DilloHtmlState stack on destruction
Johannes Hofmann
2009-03-10
replace visited_color dillorc option
Johannes Hofmann
2009-03-06
remove text_color dillorc option
Johannes Hofmann
2009-03-06
remove bg_color dillorc option
Johannes Hofmann
2009-03-05
reduce number of styleEngine::style0() calls
Johannes Hofmann
2009-03-02
use wordStyle() for bullets in Html_tag_open_frame()
Johannes Hofmann
2009-03-01
parse style attr only if needed
corvid
2009-02-17
[mq]: view-stylesheets
Jorge Arellano Cid
2009-02-15
Fixed handling of META's content-type with no MIME type (e.g. only charset).
Jorge Arellano Cid
2009-02-12
Implemented a close-tab button for the GUI
João Ricardo
2009-02-11
Whitespace: re-indented some lines wider than 79 characters
Jorge Arellano Cid
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-02-08
Fixed the load image popup option. Also cleaned up the API a bit.
corvid
2009-02-08
API cleanup: a_Html_add_new_image() loses the boolean parameter.
Jeremy Henty
2009-02-08
merge
Johannes Hofmann
2009-02-08
Switched load images on/off feature to the Tools menu
corvid
2009-02-06
merge with main
Johannes Hofmann
2009-02-06
add type to CSS properties
Johannes Hofmann
2009-02-06
fix tag length check (noticed by corvid)
Johannes Hofmann
2009-02-06
fix check for name/id mismatch (noticed by corvid)
Johannes Hofmann
2009-02-05
move CssProperty::Name and CssProperty::Value out of CssProperty class
Johannes Hofmann
2009-02-03
merge
Jorge Arellano Cid
2009-02-03
Fix a race condition with charset, and the case of charset after CSS in HEAD
Jorge Arellano Cid
2009-02-03
Minor cleanups
Jorge Arellano Cid
2009-02-02
remove unused order_count parameter
Johannes Hofmann
2009-02-01
Minor function signature cleanup
Jorge Arellano Cid
2009-02-01
Removed a redundant check.
Jorge Arellano Cid
2009-02-01
Fixed a leak in Html_tag_open_link()
Jeremy Henty
2009-01-31
set inheritBackgroundColor for <p>
Johannes Hofmann
2009-01-28
rm FontSizes*
corvid
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
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
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-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-22
Fix url string usage by calling the appropriate macro (2 places).
Jorge Arellano Cid
2009-01-22
Fix for d29cdb5b842e (charset decoding given in HTTP and META).
Jorge Arellano Cid
2009-01-21
Fixed charset decoding given in HTTP and META. (bugs and race condition)
Jorge Arellano Cid
2009-01-17
merge
Jorge Arellano Cid
2009-01-17
Remove unused functions.
Jorge Arellano Cid
2009-01-17
add parse_embedded_css option
Johannes Hofmann
2009-01-14
Fix: inherit bgcolor from parent widget (images). Also cleanups.
Jorge Arellano Cid
2009-01-14
Make now-unused debug messages silent.
Jorge Arellano Cid
2009-01-12
replace fixed break space in Html_tag_open_li() with a user agent style
Johannes Hofmann
2009-01-10
merge with main
Johannes Hofmann
[next]