summaryrefslogtreecommitdiff
path: root/cogl/cogl-onscreen.h
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-14/+20
* onscreen: add constructor annotationLionel Landwerlin2013-09-241-1/+1
* onscreen: add missing transfer annotationLionel Landwerlin2013-09-241-1/+1
* Add a callback to get dirty events from a CoglOnscreenNeil Roberts2013-05-291-1/+112
* wayland: Don't delay resize if nothing is drawn since last swapNeil Roberts2013-05-291-8/+13
* wayland: Don't set the surface to toplevel until it is shownNeil Roberts2013-05-291-0/+6
* onscreen: Adds swap_buffers_with_damage apiRobert Bragg2013-04-301-0/+59
* Adds internal cogl closure list utilityRobert Bragg2013-04-291-2/+2
* Move event polling into CoglRendererRobert Bragg2013-04-291-4/+4
* wayland: implement foreign surfaces for CoglOnscreenChris Cummins2013-04-261-0/+19
* onscreen: Make the resize callback work the same as the frame callbackNeil Roberts2013-04-041-18/+34
* onscreen: remove _swap_buffers_callback apisRobert Bragg2013-02-151-49/+0
* onscreen: Add CoglFrameInfo and _add_frame_callback() apiOwen W. Taylor2013-01-301-0/+156
* cogl-onscreen: Add buffer_age supportAdel Gadllah2013-01-231-0/+48
* doc: Fix the remaining broken internal cross-referencesDamien Lespiau2012-12-311-2/+2
* doc: Fixup type referencesDamien Lespiau2012-12-311-1/+1
* doc: Fix various mismatches between arguments and their documentationDamien Lespiau2012-12-311-0/+1
* Fixes for --disable-glibNeil Roberts2012-11-261-3/+2
* android: add an onscreen API to notify cogl of window resizeLionel Landwerlin2012-09-061-0/+23
* onscreen: Adds support for resizable windowsRobert Bragg2012-07-091-0/+138
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-06-201-1/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-7/+7
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-0/+14
* onscreen: move swap_buffer apis to onscreen namespaceRobert Bragg2012-02-211-26/+25
* wayland: perform buffer resizes lazily at swap buffersRobert Bragg2012-01-161-0/+29
* Swaps a few uses of gint for intRobert Bragg2012-01-161-4/+4
* onscreen: Remove _EXP symbol mangling and add gtk-docRobert Bragg2012-01-161-16/+106
* wayland: Add a cogl_wayland_onscreen_resize functionRob Bradford2012-01-131-0/+7
* wayland: Add API to access the shell surface for the onscreenRob Bradford2011-12-081-0/+2
* framebuffer: split out CoglOnscreen codeRobert Bragg2011-11-011-0/+258