aboutsummaryrefslogtreecommitdiff
path: root/dw/Makefile.am
AgeCommit message (Collapse)Author
2015-06-09SRDOP: Some refactoring.Sebastian Geerken
2015-01-30Relative positions, part 2: OOFPosAbsLikeMgr (initial version).Sebastian Geerken
2015-01-30Relative positions, part 1.Sebastian Geerken
2015-01-08Merge with main repo.Sebastian Geerken
2015-01-08RegardingBorder; fixes problems with <hr/>.Sebastian Geerken
2014-09-15Z-Index and stacking contexts: start.Sebastian Geerken
2014-09-12OOFAwareWidgetIterator.Sebastian Geerken
2014-09-12OOFAwareWidget (instead of Textblock): start.Sebastian Geerken
2014-09-01Many changes: split up OutOfFlowMgr for floats, and absolutely and fixedly ↵Sebastian Geerken
positioned elements; also with different containing blocks.
2014-07-24More work on tables; some reorganization.Sebastian Geerken
2014-06-06Much work on table widget.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-01-06Some more RTFL stuff.Sebastian Geerken
2013-12-09Merge (large!).Sebastian Geerken
2013-09-12Added basic functionality for background images to dw::style. Drawing still ↵Sebastian Geerken
very incomplete.
2013-09-10Some refactoring: the image decoding code now only accesses ↵Sebastian Geerken
dw::core::ImgRenderer, not dw::Image (which now implements the former) anymore.
2012-10-07Merge with main repo.Sebastian Geerken
2012-10-07TextblockIterator in own source file.Sebastian Geerken
2012-09-24Restructured; new class OutOfFlowManager. Much code removed, will be added ↵Sebastian Geerken
again to OutOfFlowManager.
2012-09-13Correction of last patch.Sebastian Geerken (patch by Johannes Hofmann)
2012-09-12No hard-coded paths for hyphenation patterns anymore.Sebastian Geerken (patch by Johannes Hofmann)
2012-06-25Hyphenation moved to dw (soon to be used by dw::Textlock)sgeerken
2012-06-24First part of hyphenation! And some minor changes in "lout".sgeerke
2012-04-07Backed out changeset fb9edbc20db0Johannes Hofmann
As noticed by Alexander Voigt, this makes the "I'm feeling lucky" button on google.com disappear. back out inline-block support until this is resolved.
2012-03-09support display:inline-blockJohannes Hofmann
2011-01-28**/Makefile.am: #include $(top_srcdir).Jeremy Henty
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid