aboutsummaryrefslogtreecommitdiff
path: root/src/table.cc
AgeCommit message (Expand)Author
2011-11-11locale-independent ASCII character case handlingcorvid
2011-10-17don't reset table cells to white-space: normal when no nowrap attributecorvid
2011-07-15Eliminated a pack of compiler warnings (gcc-4.6.1 amd64)Jorge Arellano Cid
2010-11-24trim some spacescorvid
2010-11-15Moved the table border model flag from style to DilloHtmlState (i.e. stack)Jorge Arellano Cid
2010-10-24imported patch border-collapseJorge Arellano Cid
2010-10-11rework nonCssHints API of StyleEngineJohannes Hofmann
2010-10-01rework border-width handlingJohannes Hofmann
2009-10-29move link signal emitter/receiver from Widget to Layoutcorvid
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
2009-03-05reduce number of styleEngine::style0() callsJohannes Hofmann
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
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
2008-06-21- Added table.cc and table.hhjcid