aboutsummaryrefslogtreecommitdiff
path: root/lout
AgeCommit message (Collapse)Author
2012-12-17Merge with main repo.Sebastian Geerken
2012-12-15Allow mixing of UTF-8 one one hand, and ISO-8859-1 / ISO-8859-15 / ↵Sebastian Geerken
Windows-1252 on the other hand.
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-06Merge.Sebastian Geerken
2012-11-05trim some spacescorvid
2012-10-30Merge with http://hg.dillo.org/dilloSebastian Geerken
2012-10-30trim some spacescorvid
2012-10-07Merge with main repo.Sebastian Geerken
2012-09-20add SimpleVector::detachArray()Johannes Hofmann
2012-09-14Merge.Sebastian Geerken
2012-09-14Merge of <http://hg.dillo.org/dillo>.Sebastian Geerken
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
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.
2011-09-27typocorvid
2011-09-19mergeJohannes Hofmann
2011-05-28mergeJohannes Hofmann
2011-01-28**/Makefile.am: #include $(top_srcdir).Jeremy Henty
2011-01-07fix Pointer::hashValue() by including config.hJohannes Hofmann
Submitted by: Sebastian Geerken <sgeerken@dillo.org>
2010-08-20mergeJohannes Hofmann
2010-08-20import float prototype and test program by Sebastian GeerkenJohannes Hofmann
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-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
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
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
2008-09-28- Added link color change as visual feedback for a clicked link.jcid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid