aboutsummaryrefslogtreecommitdiff
path: root/src/table.cc
AgeCommit message (Collapse)Author
2009-10-29move link signal emitter/receiver from Widget to Layoutcorvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html
2009-09-29imported patch remove_use_tablesJeremy Henty
2009-07-06use CssLengthJohannes Hofmann
2009-05-09[mq]: replace-DW2TB-with-HT2TBJeremy Henty
2009-04-19wrap long lines in src/ css codecorvid
2009-03-06remove bg_color dillorc optionJohannes 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-05reduce number of styleEngine::style0() callsJohannes 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-20CssPropertyList leak in Html_tag_open_table_cellcorvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-06add type to CSS propertiesJohannes Hofmann
2009-02-05move CssProperty::Name and CssProperty::Value out of CssProperty classJohannes Hofmann
2009-01-03remove a_Html_set_top_font() which is no longer usedJohannes Hofmann
2008-12-17remove dillo_dbg_rendering from table.ccJohannes Hofmann
One can get a similar effect by adding table, td {border: 1px solid black !important} to the user stylesheet.
2008-12-11fix table border widthJohannes Hofmann
2008-12-11remove border color assignment table codeJohannes Hofmann
2008-12-07check for table_cell_props == NULLJohannes Hofmann
2008-12-04use styleEngine->wordStyle() for adding text or parbreaksJohannes Hofmann
2008-11-28add workaround for table row coloringJohannes Hofmann
2008-11-14remove previously introduced shortcut properties as they break the cascadeJohannes Hofmann
2008-11-14setNonCssProperties() -> setNonCssHints()Johannes Hofmann
2008-11-13merge with cvsJohannes Hofmann
2008-11-13start implementing resolution of relative CSS valuesJohannes Hofmann
2008-11-12reconcile CssProperty::Name and Css_property_infoJohannes Hofmann
2008-11-10wordingJohannes Hofmann
2008-11-10minor rearrangementJohannes Hofmann
2008-11-10fix handling of bgcolor attributes in Html_tag_open_tr()Johannes Hofmann
2008-11-10add CSS_PROPERTY_BORDER_SPACING_HORIZONTAL, CSS_PROPERTY_BORDER_SPACING_VERTICALJohannes Hofmann
2008-11-10convert table code to new style handlingJohannes Hofmann
2008-11-07make CssProperty::Value a union of int and char*Johannes Hofmann
2008-11-06convert more table codeJohannes Hofmann
2008-10-31make ol workJohannes Hofmann
2008-10-31remove style from DilloHtmlStateJohannes Hofmann
2008-10-24.jcid
2008-09-30- s/todo:/TODO:/gjcid
2008-09-26- reverted all of the style->backgroundColor to current_bg_colorjcid
- Fixed table_cell_style's backgroundColor when TR specifies one.
2008-06-21- Added table.cc and table.hhjcid