summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update all of the examples to use cogl_poll_get_infoNeil Roberts2012-01-056-28/+139
* Add an example combining SDL and CoglNeil Roberts2011-12-142-0/+124
* cogland: Fix crash when frame callback is destroyed before emittedNeil Roberts2011-12-141-7/+16
* cogland: Update to the new shell interfaceNeil Roberts2011-12-141-27/+101
* cogland: Remove tabsNeil Roberts2011-12-141-11/+11
* cogland: This updates the example wayland compositorRobert Bragg2011-12-071-108/+249
* examples: Query the size of the framebufferRob Bradford2011-11-141-0/+3
* Remove inclusion of Xlib headers in Cogl headersZan Dobersek2011-11-012-0/+2
* crate: Use indicesJasper St. Pierre2011-11-011-22/+19
* tests: Adds a really simple cogl-info programRobert Bragg2011-11-012-1/+143
* examples: Adds a simple 4x msaa exampleRobert Bragg2011-10-282-1/+115
* Fix make distRico Tzschichholz2011-10-181-0/+1
* Rotate according to time not number of frames in the crate exampleNeil Roberts2011-10-171-8/+14
* examples: Allow installing of examplesRobert Bragg2011-10-145-19/+30
* Add an option to avoid defining G_DISABLE_DEPRECATEDNeil Roberts2011-09-271-5/+0
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-1/+1
* examples: use $(COGL_PANGO_DEP_LIBS) for cogl-pango usersRobert Bragg2011-09-051-1/+1
* android: don't list android/hello/res/values for distRobert Bragg2011-09-051-1/+0
* android: Make sure to dist the hello exampleRobert Bragg2011-08-121-1/+11
* android: Update the hello example to the latest glib-android API changeDamien Lespiau2011-08-121-1/+1
* android: Commit the build.xml fileDamien Lespiau2011-08-122-1/+84
* build: only have libcogl-pango depend on pangoRobert Bragg2011-08-121-0/+1
* hello: Make sure to clear background explicitlyRobert Bragg2011-07-181-0/+3
* examples: Add x11-tfp exampleRobert Bragg2011-07-182-1/+237
* 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