summaryrefslogtreecommitdiff
path: root/clutter/wayland/clutter-backend-wayland.c
Commit message (Expand)AuthorAgeFilesLines
* Add internal constructor function for each backendEmmanuele Bassi2015-12-111-2/+6
* docs: Port backend-specific sections to markdownEmmanuele Bassi2014-03-171-2/+1
* wayland: Implement support for 'cursor-visible' stage propertyJonas Ådahl2013-11-141-7/+2
* wayland: Add API for disabling the event dispatchingRob Bradford2013-07-231-0/+31
* wayland: Don't pass the shell and compositor down to CoglNeil Roberts2013-07-101-4/+0
* wayland: add support for connecting to a foreign displayRob Bradford2013-07-091-1/+35
* wayland: Only include Wayland headers in privateDaniel Stone2013-02-201-0/+1
* wayland: Port to new protocolwayland-0.99Rob Bradford2012-10-121-12/+19
* wayland: Use wl_cursor_theme to provide a buffer for the Wayland cursorRob Bradford2012-10-121-156/+18
* Wayland: Set default font DPI to 96Daniel Stone2012-10-121-0/+2
* Port to new Wayland and xkbcommon APIsDaniel Stone2012-10-121-12/+18
* include standalone cogl-wayland-server/client headersRobert Bragg2012-03-201-0/+1
* wayland/x11: Set constraints on the CoglRendererNeil Roberts2012-03-011-0/+2
* wayland: Save the output mode so that it can be used to fullscreen windowsRob Bradford2012-01-261-3/+49
* wayland: Update to changes in the SHM apiRob Bradford2012-01-201-1/+1
* wayland: Load a buffer from well known location for the cursorRob Bradford2012-01-101-0/+179
* wayland: Update to latest Wayland API (wl_shell_surface transition)Rob Bradford2011-12-081-29/+1
* wayland: Updates client side wayland supportRobert Bragg2011-12-081-492/+111
* wayland/backend: Remove create_stage()Emmanuele Bassi2011-11-101-19/+0
* */backend: Store the StageWindow implementation typeEmmanuele Bassi2011-11-101-0/+2
* backend: Unify the event initializationEmmanuele Bassi2011-11-101-6/+0
* wayland/backend: Remove empty ensure_context()Emmanuele Bassi2011-11-101-7/+0
* Implement multi-backend supportEmmanuele Bassi2011-11-031-6/+0
* backend: Remove atexit handlersEmmanuele Bassi2011-10-311-9/+0
* debug: Clean up debugging notesEmmanuele Bassi2011-10-171-1/+1
* Removes Cogl from the repositoryRobert Bragg2011-05-061-8/+8
* Add temporary cogl-clutter.h to aid splitting out CoglRobert Bragg2011-04-111-4/+4
* backend: Remove usage of CLUTTER_STAGE_TYPEEmmanuele Bassi2011-02-151-4/+0
* wayland: set renderable type on dummy surfacenobled2011-02-081-6/+11
* wayland: check for egl extensions explicitlynobled2011-02-081-24/+65
* wayland: fall back to shm buffers if drm failsnobled2011-02-011-28/+46
* wayland: add shm buffer codenobled2011-02-011-0/+4
* wayland: don't require the surfaceless extensionsnobled2011-01-301-14/+48
* wayland: check for API-specific surfaceless extensionnobled2011-01-301-2/+10
* wayland: fix GLES context creationnobled2011-01-301-5/+14
* wayland: use EGL_NO_SURFACEnobled2011-01-301-2/+2
* wayland: update to new apinobled2011-01-281-3/+1
* wayland: fix connecting to default socketnobled2011-01-281-1/+1
* Rename the EGLDisplay accessorsEmmanuele Bassi2010-12-091-13/+11
* wayland: Update to current apinobled2010-12-091-4/+4
* Clean up clutter-private.h/3Emmanuele Bassi2010-10-211-5/+6
* The amazing lazy-copy-back-repaint-page-flipKristian Høgsberg2010-10-141-0/+8
* Add wayland backendKristian Høgsberg2010-10-141-0/+552