summaryrefslogtreecommitdiff
path: root/lout
AgeCommit message (Expand)Author
2013-03-05Fixed a bug in Vector::bsearch.Sebastian Geerken
2013-03-05Vector::bsearch and insertSorted.Sebastian Geerken
2013-03-05Comment.Sebastian Geerken
2013-03-05Comparable is now subclass of Object (not pseudo-interface anymore). The old ...Sebastian Geerken
2013-03-05Implemented iterators for Vector.Sebastian Geerken
2013-01-29Some cleanup in HashTable; new container HashSet (of which HashTable is a sub...Sebastian Geerken
2013-01-22Fixed a compiler warning in Pointer::hashValue().Johannes Hofmann
2013-01-07Also fixed comment in Pointer::hashValue().Sebastian Geerken
2013-01-07Fixing a bug (and another glitch) in Pointer.Sebastian Geerken
2013-01-02Fixed valgrind error in Hyphenator.Sebastian Geerken
2012-12-15Allow mixing of UTF-8 one one hand, and ISO-8859-1 / ISO-8859-15 / Windows-12...Sebastian Geerken
2012-12-14Made UTF-8 stuff more robust.Sebastian Geerken
2012-12-13New function nextUtf8Char; usage in dw::Hyphenator and (partly) dw::Textblock.Sebastian Geerken
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-12new file "unicode.hh" and "unicode.cc" for Unicode and UTF-8 issuessgeerken
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
2011-09-27typocorvid
2011-05-13more free/deletecorvid
2011-05-10straighten out free/delete/delete[]corvid
2011-01-28**/Makefile.am: #include $(top_srcdir).Jeremy Henty
2011-01-07fix Pointer::hashValue() by including config.hJohannes Hofmann
2010-08-23add lout::misc::roundInt() for double -> int conversionJohannes Hofmann
2010-02-27spellingcorvid
2009-10-03rm unused lout::misc functionscorvid
2009-06-23remove BOUND_CHECKING switch in SimpleVectorJohannes Hofmann
2009-06-23assert that SimpleVector size is positiveJohannes Hofmann
2009-06-23commentsJohannes Hofmann
2009-05-30spellingJeremy Henty
2009-05-27lout: rm _MSG_HTTP, add _MSG_ERRcorvid
2009-05-27lout doesn't need MSG_HTTPcorvid
2009-04-28Refactor the preferences parserTim Nieradzik, Jorge Arellano Cid
2009-04-02avoid compiler warningsJohannes Hofmann
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation.Jorge Arellano Cid
2009-01-16Added lout/msg.h and normalized debug messages to use it.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-10-30- Reduced warnings with gcc-4.3.jcid