summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Remove cogl_context_set_default APIRobert Bragg2011-07-111-3/+0
* onscreen: make platform specific onscreen apis consistentRobert Bragg2011-07-111-3/+3
* work towards consistent platform file/symbol namingRobert Bragg2011-06-301-1/+1
* replace public native_event APIs with typesafe APIsRobert Bragg2011-06-301-2/+1
* Adds another example that draws a 3D crateRobert Bragg2011-06-303-1/+285
* examples: pass COGL_DEP_LIBS as ldflags when linkingRobert Bragg2011-06-151-1/+2
* x11-foreign: Updates to forward X Events to CoglRobert Bragg2011-06-141-3/+34
* x11-foreign: explicitly pass -lX11 ldflagRobert Bragg2011-06-141-1/+1
* Adds an example cogl wayland compositorRobert Bragg2011-06-012-0/+549
* android: Add a port of the Cogl hello world exampleDamien Lespiau2011-05-176-0/+250
* don't call cogl_set_default_context in hello.cRobert Bragg2011-05-111-3/+0
* consistently refer to cogl-pango as "cogl-pango"Robert Bragg2011-05-061-2/+1
* fix a /XDisplay/Display/ typo in x11-foreign.cRobert Bragg2011-05-051-1/+1
* Adds a way for Cogl to control event_mask of foreign winsRobert Bragg2011-05-051-1/+21
* Adds cogl_onscreen_show/hide functionsRobert Bragg2011-05-051-0/+2
* Adds Cogl Hello World and "X11 foreign" example applicationsRobert Bragg2011-05-053-0/+214