Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Memory allocation for text is done within Textblock itself (noticed by Jeremy). | |||
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 | |
Test case: http://www.dillo.org/test/weird_pre.html | |||
2009-01-26 | Fixed a regression with PRE characters (square boxes) (fixes d16cec5095be) | corvid | |
Test case: http://www.dillo.org/test/jorgen.html | |||
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 | |
As Html_tag_open_default() does not create a new dw widget, background color settings would be lost otherwise (noticed by corvid). | |||
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 | |
This changes allows to set the margin of <li> elements to zero via CSS. Subsequent <li> elements then have no spacing in between. Test case: <html> <head> <style type="text/css"> li { border: 1px solid black; margin: 0; } </style> </head> <body> <ul> <li>hello</li> <li>hello</li> </ul> </body> </html> There should be no vertical space between the two boxes. | |||
2009-01-10 | merge with main | Johannes Hofmann | |
2009-01-09 | add load_stylesheets option | Johannes Hofmann | |
Setting load_stylesheets=NO will disable loading of remote CSS stylesheets. CSS style information embedded in the page with <style></style> elements will still be used. | |||
2009-01-09 | avoid warning about uninitialized variables | Johannes Hofmann | |
2009-01-09 | fix float->int cast | Johannes Hofmann | |
2009-01-09 | remove no longer used functions | Johannes Hofmann | |
2009-01-07 | Cleanup of cache.c WRT charset decoders. | Jorge Arellano Cid | |
This patch gets rid of a series of valgrind complains with this page: http://selenic.com/pipermail/mercurial/ | |||
2009-01-05 | Added a right-click menu to the form submit button (allows to show hiddens) | Jorge Arellano Cid | |
2009-01-03 | remove a_Html_set_top_font() which is no longer used | Johannes Hofmann | |
2009-01-03 | fix <dt> handling | Johannes Hofmann | |
2009-01-03 | remove empty Html_tag_open_* functions and replace them with ↵ | Johannes Hofmann | |
Html_tag_open_default() | |||
2009-01-03 | convert <object> handling | Johannes Hofmann | |
2009-01-03 | reorder code in Html_tag_open_ul() | Johannes Hofmann | |
2009-01-03 | convert frame handling | Johannes Hofmann | |
2009-01-03 | convert list handling to use styleEngine | Johannes Hofmann | |
2009-01-02 | [mq]: dicache-cleanup6 | Jorge Arellano Cid | |
2009-01-01 | imported patch dicache-cleanup5 | Jorge Arellano Cid | |
2008-12-28 | merge with main | Johannes Hofmann | |
2008-12-21 | Patch for CSS stylesheet loading part#2 | Jorge Arellano Cid | |
2008-12-21 | Added a popup menu to form's submit button | corvid | |
2008-12-20 | merge with main | Johannes Hofmann | |
2008-12-20 | a little <style> code (by corvid) | Johannes Hofmann | |
2008-12-19 | Cleaned up Html_pop_tag() | Jorge Arellano Cid | |
2008-12-19 | fix check for media attribute in Html_open_link() | Johannes Hofmann | |
2008-12-19 | Added support for the Q element. | Jorge Arellano Cid | |
2008-12-19 | Interim patch for CSS stylesheet loading. Not finished yet. | Jorge Arellano Cid | |
2008-12-17 | delete styleEngine in DilloHtml destructor | Johannes Hofmann | |
2008-12-17 | automatically load stylesheets (by corvid) | Johannes Hofmann | |
2008-12-15 | remove border style definition for <img> from user-agent style | Johannes Hofmann | |
2008-12-15 | call inheritBackgroundColor() in Html_open_h() | Johannes Hofmann | |
2008-12-14 | inherit pseudo classes "link" and "visited" | Johannes Hofmann | |