Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-05-06 | New signal "resizeQueued" for Layout. It is used by ComplexButtonResource, ↵ | Sebastian Geerken | |
instead of "canvasSizeChange"; this seems to fix a CPU hogging problem. | |||
2013-08-15 | Some debugging stuff. | Sebastian Geerken | |
2013-04-10 | Introduced Comparator. | Sebastian Geerken | |
2013-03-05 | Comment. | 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. | |||
2013-01-22 | Fixed a compiler warning in Pointer::hashValue(). | Johannes Hofmann | |
2013-01-07 | Also fixed comment in Pointer::hashValue(). | Sebastian Geerken | |
2013-01-07 | Fixing a bug (and another glitch) in Pointer. | Sebastian Geerken | |
2011-05-10 | straighten out free/delete/delete[] | corvid | |
2011-01-07 | fix Pointer::hashValue() by including config.h | Johannes Hofmann | |
Submitted by: Sebastian Geerken <sgeerken@dillo.org> | |||
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 | |
2008-10-30 | - Reduced warnings with gcc-4.3. | jcid | |
2008-09-24 | - Moved the dw2 tree into dillo2's tree. | jcid | |