Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-17 | Merge with main repo. | Sebastian Geerken | |
2012-12-15 | Allow mixing of UTF-8 one one hand, and ISO-8859-1 / ISO-8859-15 / ↵ | Sebastian Geerken | |
Windows-1252 on the other hand. | |||
2012-12-14 | Made UTF-8 stuff more robust. | Sebastian Geerken | |
2012-12-13 | New function nextUtf8Char; usage in dw::Hyphenator and (partly) dw::Textblock. | Sebastian Geerken | |
2012-11-06 | Merge. | Sebastian Geerken | |
2012-11-05 | trim some spaces | corvid | |
2012-10-30 | Merge with http://hg.dillo.org/dillo | Sebastian Geerken | |
2012-10-30 | trim some spaces | corvid | |
2012-10-07 | Merge with main repo. | Sebastian Geerken | |
2012-09-20 | add SimpleVector::detachArray() | Johannes Hofmann | |
2012-09-14 | Merge. | Sebastian Geerken | |
2012-09-14 | Merge of <http://hg.dillo.org/dillo>. | Sebastian Geerken | |
2012-09-13 | typos/spelling/a little English | corvid | |
2012-07-12 | new file "unicode.hh" and "unicode.cc" for Unicode and UTF-8 issues | sgeerken | |
2012-07-11 | NotSoSimpleVector is now working in the intended way. | sgeerken | |
2012-07-05 | Typo | sgeerken | |
2012-07-05 | NotSoSimpleVector still buggy; replacing insert(), will be fixed later. | sgeerken | |
2012-07-04 | NotSoSimpleVector | sgeerken | |
2012-06-27 | First version of automatic hyphenation. (Still a large number of bugs.) | sgeerken | |
2012-06-24 | First part of hyphenation! And some minor changes in "lout". | sgeerke | |
2011-11-11 | locale-independent ASCII character case handling | corvid | |
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-27 | typo | corvid | |
2011-09-19 | merge | Johannes Hofmann | |
2011-05-28 | merge | Johannes Hofmann | |
2011-01-28 | **/Makefile.am: #include $(top_srcdir). | Jeremy Henty | |
2011-01-07 | fix Pointer::hashValue() by including config.h | Johannes Hofmann | |
Submitted by: Sebastian Geerken <sgeerken@dillo.org> | |||
2010-08-20 | merge | Johannes Hofmann | |
2010-08-20 | import float prototype and test program by Sebastian Geerken | Johannes Hofmann | |
2010-02-27 | spelling | corvid | |
2009-10-03 | rm unused lout::misc functions | corvid | |
2009-06-23 | remove BOUND_CHECKING switch in SimpleVector | Johannes Hofmann | |
Bound checking assertions can be switched off with the standard NDEBUG compile time switch. | |||
2009-06-23 | assert that SimpleVector size is positive | Johannes Hofmann | |
2009-06-23 | comments | Johannes Hofmann | |
2009-05-30 | spelling | Jeremy Henty | |
2009-05-27 | lout: rm _MSG_HTTP, add _MSG_ERR | corvid | |
2009-05-27 | lout doesn't need MSG_HTTP | corvid | |
2009-04-28 | Refactor the preferences parser | Tim Nieradzik, Jorge Arellano Cid | |
2009-04-02 | avoid compiler warnings | Johannes Hofmann | |
2009-03-02 | Updated the GPL copyright note in the source files | Detlef Riekenberg | |
2009-02-09 | whitespace 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-16 | Added lout/msg.h and normalized debug messages to use it. | Jorge Arellano Cid | |
2010-08-23 | add lout::misc::roundInt() for double -> int conversion | Johannes 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-13 | merge with cvs | Johannes Hofmann | |
2008-11-10 | fix SimpleVector copy constructor | Johannes Hofmann | |
2008-11-10 | add copy constructor to SimpleVector | Johannes 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 | |