Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-09 | [mq]: replace-DW2TB-with-HT2TB | Jeremy Henty | |
2009-04-19 | wrap long lines in src/ css code | corvid | |
2009-03-06 | remove bg_color dillorc option | Johannes Hofmann | |
To set a custom background color add a line like: body {background-color: white} to your ~/.dillo/style.css file. This also works for plain text display and image viewing. | |||
2009-03-05 | reduce number of styleEngine::style0() calls | Johannes Hofmann | |
Rearrange code, so that for each new element, StyleEngine::setNonCssHints() is called before the first call to StyleEngine::style() or StyleEngine::wordStyle(). This avoids unnecessary CSS style computations which are expensive. Add an assertion to ensure this. | |||
2009-02-20 | CssPropertyList leak in Html_tag_open_table_cell | corvid | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-02-06 | add type to CSS properties | Johannes Hofmann | |
2009-02-05 | move CssProperty::Name and CssProperty::Value out of CssProperty class | Johannes Hofmann | |
2009-01-03 | remove a_Html_set_top_font() which is no longer used | Johannes Hofmann | |
2008-12-17 | remove dillo_dbg_rendering from table.cc | Johannes Hofmann | |
One can get a similar effect by adding table, td {border: 1px solid black !important} to the user stylesheet. | |||
2008-12-11 | fix table border width | Johannes Hofmann | |
2008-12-11 | remove border color assignment table code | Johannes Hofmann | |
2008-12-07 | check for table_cell_props == NULL | Johannes Hofmann | |
2008-12-04 | use styleEngine->wordStyle() for adding text or parbreaks | Johannes Hofmann | |
2008-11-28 | add workaround for table row coloring | Johannes Hofmann | |
2008-11-14 | remove previously introduced shortcut properties as they break the cascade | Johannes Hofmann | |
2008-11-14 | setNonCssProperties() -> setNonCssHints() | Johannes Hofmann | |
2008-11-13 | merge with cvs | Johannes Hofmann | |
2008-11-13 | start implementing resolution of relative CSS values | Johannes Hofmann | |
2008-11-12 | reconcile CssProperty::Name and Css_property_info | Johannes Hofmann | |
2008-11-10 | wording | Johannes Hofmann | |
2008-11-10 | minor rearrangement | Johannes Hofmann | |
2008-11-10 | fix handling of bgcolor attributes in Html_tag_open_tr() | Johannes Hofmann | |
2008-11-10 | add CSS_PROPERTY_BORDER_SPACING_HORIZONTAL, CSS_PROPERTY_BORDER_SPACING_VERTICAL | Johannes Hofmann | |
2008-11-10 | convert table code to new style handling | Johannes Hofmann | |
2008-11-07 | make CssProperty::Value a union of int and char* | Johannes Hofmann | |
2008-11-06 | convert more table code | Johannes Hofmann | |
2008-10-31 | make ol work | Johannes Hofmann | |
2008-10-31 | remove style from DilloHtmlState | Johannes Hofmann | |
2008-10-24 | . | jcid | |
2008-09-30 | - s/todo:/TODO:/g | jcid | |
2008-09-26 | - reverted all of the style->backgroundColor to current_bg_color | jcid | |
- Fixed table_cell_style's backgroundColor when TR specifies one. | |||
2008-06-21 | - Added table.cc and table.hh | jcid | |