summaryrefslogtreecommitdiff
path: root/lout/object.cc
AgeCommit message (Collapse)Author
2024-08-07Use dStrdup instead of strdupRodrigo 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-06New signal "resizeQueued" for Layout. It is used by ComplexButtonResource, ↵Sebastian Geerken
instead of "canvasSizeChange"; this seems to fix a CPU hogging problem.
2013-08-15Some debugging stuff.Sebastian Geerken
2013-04-10Introduced Comparator.Sebastian Geerken
2013-03-05Comment.Sebastian Geerken
2013-03-05Comparable is now subclass of Object (not pseudo-interface anymore). The old ↵Sebastian Geerken
solution would have made RTTI neccessary to work correctly.
2013-01-22Fixed a compiler warning in Pointer::hashValue().Johannes Hofmann
2013-01-07Also fixed comment in Pointer::hashValue().Sebastian Geerken
2013-01-07Fixing a bug (and another glitch) in Pointer.Sebastian Geerken
2011-05-10straighten out free/delete/delete[]corvid
2011-01-07fix Pointer::hashValue() by including config.hJohannes Hofmann
Submitted by: Sebastian Geerken <sgeerken@dillo.org>
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
2008-10-30- Reduced warnings with gcc-4.3.jcid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid