summaryrefslogtreecommitdiff
path: root/cogl/cogl-object-private.h
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-1/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-2/+2
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-72/+4
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-6/+0
* object: Add a virtual pointer for the unref functionNeil Roberts2012-01-271-0/+6
* object: Remove the type member of CoglObjectClassNeil Roberts2012-01-271-40/+22
* object: Reorder the CoglObject members by sizeNeil Roberts2012-01-271-2/+2
* cogl-debug: add instrumentation to track the number of objectsLionel Landwerlin2011-06-141-45/+78
* cogl-object: Adds an internal _cogl_object_set_user_dataRobert Bragg2011-01-211-1/+20
* cogl-object-private.h: Include cogl-debug.hNeil Roberts2010-09-171-0/+1
* Don't define public cogl_is_* functions for internal typesNeil Roberts2010-07-091-21/+57
* cogl: Don't define the deprecated ref/unref accessors for new typesNeil Roberts2010-07-091-1/+3
* cogl-object: cogl_is_XYZ prototype should take void *Robert Bragg2010-07-051-1/+1
* cogl-object-private.h: #include glib.h and cogl-types.hRobert Bragg2010-07-051-0/+3
* Add COGL_{OBJECT,HANDLE}_DEFINE_WITH_CODENeil Roberts2010-06-221-4/+13
* cogl-object-private.h: white space cleanupRobert Bragg2010-06-041-50/+51
* CoglObject: Adds cogl_object_{get,set}_user_dataRobert Bragg2010-06-041-0/+205