aboutsummaryrefslogtreecommitdiff
path: root/dw/tablecell.cc
AgeCommit message (Collapse)Author
2016-04-23GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size ↵Sebastian Geerken
correction.
2015-01-23Simplified interrupted drawing. (Mouse events will follow.)Sebastian Geerken
2015-01-05Extremes::adjustmentWidth may now (again) be used for extremes correction.Sebastian Geerken
2014-07-25Correct too wide table contents.Sebastian Geerken
2014-07-24More work on tables; some reorganization.Sebastian Geerken
2014-05-28Split 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.
2014-05-11Textblock::wordWrap returns not just true/false, but the exact difference.Sebastian Geerken
2014-03-01Merge with main repo.Sebastian Geerken
2013-12-20RTFL messages.Sebastian Geerken
2013-12-09Merge (large!).Sebastian Geerken
2013-12-09Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.Sebastian Geerken
2013-07-02Merge with main repo.Sebastian Geerken
2013-07-02Fixed a bug in the calculation of extremes, related to hyphenation.Sebastian Geerken
2012-11-14Cleaned up preferences.Sebastian Geerken
2012-11-08Making hyphen penalties configurable.Sebastian Geerken
2012-09-24Some bug fixing. (Well, still doesn't work.)Sebastian Geerken
2012-06-24First part of hyphenation! And some minor changes in "lout".sgeerke
2009-10-29make popup menus work for unoccupied regions of tablescorvid
2009-05-22constcorvid
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid