summaryrefslogtreecommitdiff
path: root/clutter-gtk
Commit message (Expand)AuthorAgeFilesLines
* embed: Fix GtkClutterEmbed:use-layout-size API docBastien Nocera2019-02-141-1/+2
* Add private header for GtkClutterEmbedEmmanuele Bassi2018-07-114-12/+46
* meson: Drop superfluous quotes from --c-include=... which end up in girRico Tzschichholz2017-06-071-1/+1
* build: Reduce the introspection scanner's verbosityEmmanuele Bassi2017-05-301-0/+1
* Add Meson buildEmmanuele Bassi2017-05-261-0/+66
* embed: Fix getter naming snafuEmmanuele Bassi2017-05-261-1/+10
* build: Use compiler annotations for visible symbolsEmmanuele Bassi2017-05-2611-12/+35
* build: Use subdir-objectsEmmanuele Bassi2017-03-251-20/+20
* embed: remove non double buffer settingLionel Landwerlin2016-08-291-5/+0
* silence obvious Clutter deprecation warningsLionel Landwerlin2015-12-112-3/+3
* actor: propagate scale factor from embedder to embeddedLionel Landwerlin2015-12-032-0/+17
* actor: fix incorrect allocation logicLionel Landwerlin2015-12-031-27/+31
* embed: Handle the new ClutterRequestMode enum valueEmmanuele Bassi2015-09-151-0/+3
* embed: Remove unused variablesEmmanuele Bassi2015-09-151-6/+0
* embed: Remove unused functionEmmanuele Bassi2015-09-151-25/+0
* embed: realize stage when realize widgetLionel Landwerlin2015-09-151-0/+2
* embed: make wayland condition similar to gdk/x11 onesLionel Landwerlin2015-09-151-1/+2
* embed: capture configure event to forward them to the gdk backend on x11Lionel Landwerlin2015-09-151-1/+2
* embed: remove map/unmap vfuncLionel Landwerlin2015-09-151-25/+0
* embed: rework foreign stage setup to work on gdk/waylandLionel Landwerlin2015-09-121-115/+181
* embed: remove unused coords translation callLionel Landwerlin2015-09-121-1/+0
* embed: Use new instance private data macrosEmmanuele Bassi2015-06-171-12/+8
* docs: Note the event handling gotchasEmmanuele Bassi2015-06-171-7/+35
* embed: Use the GDK visual from ClutterEmmanuele Bassi2015-06-101-0/+7
* initialization: add support for Mir clutter backendMarco Trevisan (TreviƱo)2015-02-201-0/+17
* Use -no-undefined ld flagKouhei Sutou2014-10-071-1/+1
* actor: fix clutter-win32.h include pathKouhei Sutou2014-10-071-1/+1
* Drop re-definition of a symbolEmmanuele Bassi2014-09-221-1/+0
* gtk-clutter-embed: Fix hiding embed inside containerBastien Nocera2014-09-171-12/+77
* Revert "Prefer the GDK windowing backend for Clutter"Emmanuele Bassi2014-08-281-7/+2
* build: Drop INCLUDES directivesEmmanuele Bassi2014-08-211-1/+1
* window: Drop deprecated APIEmmanuele Bassi2014-08-211-5/+1
* util: Ignore deprecation warningsEmmanuele Bassi2014-08-211-0/+2
* texture: Ignore deprecation warningsEmmanuele Bassi2014-08-211-0/+6
* offscreen: Fix deprecation warningsEmmanuele Bassi2014-08-211-1/+7
* embed: Ignore deprecation warningsEmmanuele Bassi2014-08-211-0/+2
* actor: Ignore deprecated APIEmmanuele Bassi2014-08-211-0/+6
* Prefer the GDK windowing backend for ClutterEmmanuele Bassi2014-08-211-2/+7
* gtk-clutter-embed: don't use queue redraw on gtk+'s draw()Lionel Landwerlin2014-08-171-1/+1
* gtk-clutter-embed: use draw() from Gtk+ as Expose event for the GDK backendLionel Landwerlin2014-08-171-0/+14
* gtk-clutter-actor: fix inconsistent condition in actor updateLionel Landwerlin2014-08-171-7/+3
* wayland: Use the subsurface protocol to implement GtkClutterEmbedRob Bradford2014-04-161-0/+92
* gdk-clutter-util: Add Wayland support to initBastien Nocera2014-04-161-0/+19
* gtk-clutter-util: Put the shared initializion logic in a shared functionJasper St. Pierre2014-04-161-51/+14
* gtk-clutter-util: Merge fixes from post_parse_hookJasper St. Pierre2014-04-161-6/+21
* gtk-clutter-util: Disable accessibility in the post_parse_hook as wellJasper St. Pierre2014-04-161-0/+5
* gtk-clutter-util: Use the GDK display when using the GDK backendJasper St. Pierre2014-04-161-1/+5
* gtk-clutter-util: Remove extraneous set to ARGB32 visualsJasper St. Pierre2014-04-161-8/+0
* Revert "actor: Pick using the same order as paint"Jasper St. Pierre2014-04-161-18/+0
* embed: Pass scaled size back to clutterAdel Gadllah2014-02-141-7/+2