aboutsummaryrefslogtreecommitdiff
path: root/src/table.cc
AgeCommit message (Expand)Author
2024-04-28Allow relative width td attributes in tablesRodrigo Arias Mallo
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2024-03-02Ignore percent width td attributes in tablesRodrigo Arias Mallo
2023-12-11Add support for thead, tbody and tfootwalley
2014-08-04bring some consistency to the bug messages.corvid
2014-08-04bug messages: '\n' as separator instead of terminatorcorvid
2014-05-28Split up dw::TableCell in dw::AlignedTableCell (was: dw::TableCell) and dw::S...Sebastian Geerken
2013-10-14Merge with main repo.Sebastian Geerken
2013-09-20Refactoring: some useful shortcuts in DilloHtml.Sebastian Geerken
2013-09-10html5, complain about assorted obsolete attributescorvid
2012-11-26rm unused arg in Style::createcorvid
2012-09-16fix erroneous BUG_MSG in display:none caseJohannes Hofmann
2012-09-14make a few BUG_MSGs more informativecorvid
2012-01-21add support for the CSS display: propertyJohannes Hofmann
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