Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-05 | Fix several typos | Gevel Tekens | |
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/ | |||
2024-10-17 | Remove unused NotSoSimpleVector constructor | Rodrigo Arias Mallo | |
Fixes: https://github.com/dillo-browser/dillo/issues/281 See: https://bugs.gentoo.org/939137 | |||
2024-08-07 | Use dStrdup instead of strdup | Rodrigo Arias Mallo | |
The strdup function is not available in POSIX-2001, so we use our own implementation in dlib: dStrdup. Reviewed-by: dogma | |||
2016-01-23 | SRDOP: Debugging. | Sebastian Geerken | |
2016-01-09 | Better abort messages. | Sebastian Geerken | |
2015-05-24 | SRDOP: position is now correctly calculated. | Sebastian Geerken | |
2015-05-10 | Merge with main repo. | Sebastian Geerken | |
2015-04-04 | Fix references to namespaces with simple names. | Jeremy Henty | |
Doxygen's autolinking does not work for objects that contain just one "::" at the front of the name. The fix is to remove the "::" and add an explicit "\ref" command. This fixes some doxygen warnings: "warning: explicit link request to 'foo' could not be resolved". | |||
2015-01-31 | Merge with main repo. | Sebastian Geerken | |
2015-01-28 | Some RTFL. | Sebastian Geerken | |
2015-01-27 | Some debugging code. | Sebastian Geerken | |
2015-01-06 | Fixed speed problem of tables rendering. | Sebastian Geerken | |
2014-12-21 | more (and indentation in one spot) | corvid | |
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 | |