aboutsummaryrefslogtreecommitdiff
path: root/dw/table.hh
AgeCommit message (Collapse)Author
2013-11-21Merge with main repo.Sebastian Geerken
2013-11-17Some refactoring: floats may be removed related do Length, so usage is reduced.Sebastian Geerken
2013-07-30Two bug fixes: (i) queueResize within sizeRequest should work now; (ii) ↵Sebastian Geerken
resizes floats lead to correct rewrapping. (Unfortunately very unstable now again.)
2013-03-05Comparable is now subclass of Object (not pseudo-interface anymore). The old ↵Sebastian Geerken
solution would have made RTTI neccessary to work correctly.
2012-09-22Remove some blank lines in doxygen comments that were causing textJeremy Henty
inside <li> to be typeset like a <pre> instead of as ordinary text.
2009-12-23little more spelling/grammarcorvid
2009-12-23typocorvid
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases.
2009-09-09spellingcorvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid