aboutsummaryrefslogtreecommitdiff
path: root/lout/misc.hh
AgeCommit message (Collapse)Author
2014-08-10trim spacescorvid
...now that floats and grows are in the repo and I won't be making Sebastian's life difficult with a bunch of whitespace changes.
2014-07-19Merge with main repo.corvid, Sebastian Geerken
2014-07-19Fixed compiler warning.corvid, Sebastian Geerken
2014-06-06Much work on table widget.Sebastian Geerken
2014-03-02Some assertions in NotSoSimpleVector.Sebastian Geerken
2014-03-01Merge with main repo.Sebastian Geerken
2014-02-16lout: provide default initAlloc in SimpleVector constructorJohannes Hofmann
2014-02-16lout: mark getters as constJohannes Hofmann
2013-03-20Some cleanup.Sebastian Geerken
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-11-05trim some spacescorvid
2012-10-30trim some spacescorvid
2012-09-20add SimpleVector::detachArray()Johannes Hofmann
2012-09-13typos/spelling/a little Englishcorvid
2012-07-11NotSoSimpleVector is now working in the intended way.sgeerken
2012-07-05Typosgeerken
2012-07-05NotSoSimpleVector still buggy; replacing insert(), will be fixed later.sgeerken
2012-07-04NotSoSimpleVectorsgeerken
2012-06-27First version of automatic hyphenation. (Still a large number of bugs.)sgeerken
2012-06-24First part of hyphenation! And some minor changes in "lout".sgeerke
2011-11-11locale-independent ASCII character case handlingcorvid
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.
2010-08-23add lout::misc::roundInt() for double -> int conversionJohannes Hofmann
Add lout::misc::roundInt() and use it for double -> int conversion instead of doing the + 0.5 trick all over the place. It was wrong for negative values and we might even replace roundInt() with rint() from libm in the future. Reported-by: corvid
2010-02-27spellingcorvid
2009-10-03rm unused lout::misc functionscorvid
2009-06-23remove BOUND_CHECKING switch in SimpleVectorJohannes Hofmann
Bound checking assertions can be switched off with the standard NDEBUG compile time switch.
2009-06-23assert that SimpleVector size is positiveJohannes Hofmann
2009-06-23commentsJohannes Hofmann
2009-04-02avoid compiler warningsJohannes Hofmann
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2008-11-13merge with cvsJohannes Hofmann
2008-11-10fix SimpleVector copy constructorJohannes Hofmann
2008-11-10add copy constructor to SimpleVectorJohannes Hofmann
2008-10-30.jcid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid