summaryrefslogtreecommitdiff
path: root/clutter/clutter-backend.c
Commit message (Expand)AuthorAgeFilesLines
* Use Unicode in translatable stringswip/piotrdrag/unicode-typographyPiotr Drąg2018-05-301-1/+1
* backend: check for wayland before x11Marc-Antoine Perennou2016-11-301-3/+3
* Don't create the Cogl GLib source multiple timesOwen W. Taylor2016-06-301-3/+3
* Allow setting the default backend from the configuration fileEmmanuele Bassi2015-12-111-0/+7
* backend: Ensure that Cogl drivers are set prior to initializationEmmanuele Bassi2015-12-111-0/+6
* backend: Allow setting a list of windowing backendsEmmanuele Bassi2015-12-111-43/+93
* Allow overriding the list of Cogl drivers via configuration fileEmmanuele Bassi2015-12-101-1/+7
* Add a configuration option for deciding the Cogl drivers to useEmmanuele Bassi2015-12-101-1/+1
* backend: Allow overriding the Cogl drivers chainEmmanuele Bassi2015-12-101-23/+56
* backend: Bridge platform-dependent event data creation to device managersCarlos Garnacho2015-11-181-2/+18
* x11: stage window: reset framebuffer on foreign window unrealizeLionel Landwerlin2015-09-151-0/+25
* backend: Check for a known set of driversAdel Gadllah2015-07-261-13/+56
* backend: Do not use deprecated macrosEmmanuele Bassi2015-07-111-2/+3
* backend: Remove unnecessary private data structureEmmanuele Bassi2015-07-081-81/+38
* Use the public symbol for Wayland compositor supportEmmanuele Bassi2015-06-101-7/+7
* Drop the UProf dependencyEmmanuele Bassi2015-03-031-1/+0
* clutter: add Mir windowing/input backendMarco Trevisan (Treviño)2015-02-211-0/+19
* Try again at using the GDK backend by defaultEmmanuele Bassi2015-01-111-5/+5
* Revert "backend: try gdk backend before x11/wayland/egl"Emmanuele Bassi2014-08-151-5/+5
* backend: try gdk backend before x11/wayland/eglLionel Landwerlin2014-08-101-5/+5
* docs: Move to markdownEmmanuele Bassi2014-03-171-4/+4
* backend: Add private accessor for the keymap directionEmmanuele Bassi2014-03-031-0/+12
* Documentation fixesEmmanuele Bassi2013-09-191-1/+1
* backend: Do not use CLUTTER_WINDOWING_EGL unconditionallyEmmanuele Bassi2013-09-151-2/+6
* Add API to restrict the windowing backend to loadGiovanni Campagna2013-09-111-2/+76
* backend: add missing transfer annotationLionel Landwerlin2013-09-091-1/+1
* Use the new macros for adding private dataEmmanuele Bassi2013-07-031-14/+6
* wayland-compositor: Don't use Wayland types in public APIDaniel Stone2013-02-201-1/+1
* backend: Include deprecated headerEmmanuele Bassi2012-08-121-0/+3
* wayland: Fix some missing includesNeil Roberts2012-03-201-0/+4
* include standalone cogl-wayland-server/client headersRobert Bragg2012-03-201-0/+2
* Fix missing/redundant declarationsEmmanuele Bassi2012-03-071-0/+2
* Fix compilationEmmanuele Bassi2012-03-011-0/+2
* wayland/x11: Set constraints on the CoglRendererNeil Roberts2012-03-011-0/+6
* Update the deprecation macrosEmmanuele Bassi2012-02-271-1/+1
* clutter-backend: Use the Cogl main loop mechanismNeil Roberts2012-02-091-0/+6
* backend: Remove ClutterBackend::redrawEmmanuele Bassi2012-01-121-39/+0
* Adds wayland-surface actor for wayland compositorsRobert Bragg2011-12-081-0/+41
* wayland: Updates client side wayland supportRobert Bragg2011-12-081-0/+11
* backend: Fix em computation for non-absolute fontsEmmanuele Bassi2011-12-051-6/+2
* backend: Return the correct default resolutionEmmanuele Bassi2011-12-051-1/+10
* Try to mop up the default stage messEmmanuele Bassi2011-11-101-5/+0
* backend: Clean up the device manager creationEmmanuele Bassi2011-11-101-0/+13
* backend: Provide a default create_stage()Emmanuele Bassi2011-11-101-0/+32
* backend: Store the type of the StageWindow implementationEmmanuele Bassi2011-11-101-0/+2
* backend: Provide a default get_features() implementationEmmanuele Bassi2011-11-101-0/+34
* backend: Provide a default create_context()Emmanuele Bassi2011-11-101-3/+111
* backend: Fix up the input backend detection orderingEmmanuele Bassi2011-11-101-8/+9
* Add a 'null' input backend symbolEmmanuele Bassi2011-11-101-1/+7
* backend: Unify the event initializationEmmanuele Bassi2011-11-101-2/+83