Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-10 | trim spaces | corvid | |
...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-19 | Merge with main repo. | corvid, Sebastian Geerken | |
2014-07-19 | Fixed compiler warning. | corvid, Sebastian Geerken | |
2014-06-06 | Much work on table widget. | Sebastian Geerken | |
2014-03-02 | Some assertions in NotSoSimpleVector. | Sebastian Geerken | |
2014-03-01 | Merge with main repo. | Sebastian Geerken | |
2014-02-16 | lout: provide default initAlloc in SimpleVector constructor | Johannes Hofmann | |
2014-02-16 | lout: mark getters as const | Johannes Hofmann | |
2013-03-20 | Some cleanup. | Sebastian Geerken | |
2013-03-05 | Comparable is now subclass of Object (not pseudo-interface anymore). The old ↵ | Sebastian Geerken | |
solution would have made RTTI neccessary to work correctly. | |||
2012-11-05 | trim some spaces | corvid | |
2012-10-30 | trim some spaces | corvid | |
2012-09-20 | add SimpleVector::detachArray() | Johannes Hofmann | |
2012-09-13 | typos/spelling/a little English | corvid | |
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. | |||
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 | |||
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-04-02 | avoid compiler warnings | Johannes Hofmann | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
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-09-24 | - Moved the dw2 tree into dillo2's tree. | jcid | |