summaryrefslogtreecommitdiff
path: root/cogl/cogl-object.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-12/+18
* cogl: Don't expose longs in the API (1/2)Damien Lespiau2012-10-011-2/+2
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-27/+0
* object: avoid creating a new entry for NULL dataRobert Bragg2012-02-201-0/+6
* object: Add a virtual pointer for the unref functionNeil Roberts2012-01-271-1/+8
* Start to reduce dependence on glibRobert Bragg2011-11-011-3/+4
* cogl-debug: add instrumentation to track the number of objectsLionel Landwerlin2011-06-141-0/+32
* cogl-object: Adds an internal _cogl_object_set_user_dataRobert Bragg2011-01-211-7/+17
* cogl-object: remove un-used cogl_object_get_typeRobert Bragg2010-12-071-7/+1
* cogl-object: correctly free user_data_array in _unrefRobert Bragg2010-11-031-2/+1
* CoglObject: Adds cogl_object_{get,set}_user_dataRobert Bragg2010-06-041-0/+246