Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-28 | Allow relative width td attributes in tables | Rodrigo Arias Mallo | |
Partially reverts commit f5a0b6030c2001e5a0fcacf8139afa800643eb47. Fixes the rendering test table-missing-width-in-one-column. Fixes: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/message/H7JEBC2HYNJ6FUPQM7ILBP7I5FLU33IZ/ | |||
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2024-03-02 | Ignore percent width td attributes in tables | Rodrigo Arias Mallo | |
The width attribute in tr and td tags is deprecated in HTML 4.01 and obsolete in HTML 5. However, we should still support it when loading the page in the transitional mode. Currently, the relative values of the width attribute are transformed into CSS values. They cause the available text width to be computed by applying the relative value to the cell width, which causes an unintended effect. The workaround for now is to simply ignore the value when it is specified as a percent. | |||
2023-12-11 | Add support for thead, tbody and tfoot | walley | |
2014-08-04 | bring some consistency to the bug messages. | corvid | |
I generally tried to: - start with a capital letter. - end with a period. - put elements inside <>. - bring element names close to the beginning of the message. | |||
2014-08-04 | bug messages: '\n' as separator instead of terminator | corvid | |
Now no extra line at the bottom of the bugs, plus shorter strings. | |||
2014-05-28 | Split up dw::TableCell in dw::AlignedTableCell (was: dw::TableCell) and ↵ | Sebastian Geerken | |
dw::SimpleTableCell (derived from dw::Textblock). The HTML parser now uses only one of these two classes for table cells, not dw::Textblock anymore. | |||
2013-10-14 | Merge with main repo. | Sebastian Geerken | |
2013-09-20 | Refactoring: some useful shortcuts in DilloHtml. | Sebastian Geerken | |
2013-09-10 | html5, complain about assorted obsolete attributes | corvid | |
2012-11-26 | rm unused arg in Style::create | corvid | |
2012-09-16 | fix erroneous BUG_MSG in display:none case | Johannes Hofmann | |
Move BUG_MSG() checks to the Html_tag_content_* function to avoid erroneous BUG_MSG in display:none case. | |||
2012-09-14 | make a few BUG_MSGs more informative | corvid | |
2012-01-21 | add support for the CSS display: property | Johannes Hofmann | |
2011-11-11 | locale-independent ASCII character case handling | corvid | |
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII. | |||
2011-10-17 | don't reset table cells to white-space: normal when no nowrap attribute | corvid | |
the value of the property is inherited, and might not be 'normal' | |||
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 | |