Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-15 | Eliminated a pack of compiler warnings (gcc-4.6.1 amd64) | Jorge Arellano Cid | |
2010-11-24 | trim some spaces | corvid | |
2010-11-15 | Moved the table border model flag from style to DilloHtmlState (i.e. stack) | Jorge Arellano Cid | |
2010-10-24 | imported patch border-collapse | Jorge Arellano Cid | |
2010-10-11 | rework nonCssHints API of StyleEngine | Johannes Hofmann | |
* Instead of passing the nonCssHints as a CssPropertyList, set the hints separately and create the list in StyleEngine. * The CssPropertyList holding the nonCssHints is now completely managed by StyleEngine and kept on the stack. * Replace the table_cell_props mechanic in html.cc/table.cc with a new method inheritNonCssHints() in StyleEngine. | |||
2010-10-01 | rework border-width handling | Johannes Hofmann | |
The initial value of border-width-* is "medium" not 0 (see http://www.w3.org/TR/CSS2/box.html#border-width-properties). Redo the border handling for tables to deal with this. | |||
2009-10-29 | move link signal emitter/receiver from Widget to Layout | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html | |||
2009-09-29 | imported patch remove_use_tables | Jeremy Henty | |
2009-07-06 | use CssLength | Johannes Hofmann | |
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 | |