summaryrefslogtreecommitdiff
path: root/clutter-gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkClutterEmbed: Scale allocation by the scale factorAdel Gadllah2014-02-141-0/+6
* actor: Pick using the same order as paintEmmanuele Bassi2014-01-171-0/+18
* actor: Update after the API change in ClutterEmmanuele Bassi2013-07-031-21/+6
* Provide a fallback for embedding widgets into actorsEmmanuele Bassi2013-05-171-9/+130
* embed: Receive touch and smooth scroll eventsclutter-gtk-1.4Bastien Nocera2013-04-261-1/+3
* util: Don't use clutter_x11_set_use_argb_visual() on non-X11Bastien Nocera2013-04-091-2/+5
* Remove call to enable XInput support in ClutterEmmanuele Bassi2013-03-191-5/+0
* Disable clutter accessibility supportAlejandro Piñeiro2013-03-131-0/+5
* embed: Check whether we're running on X11 at run-timeBastien Nocera2013-03-131-13/+28
* util: Run-time check the backend used on initBastien Nocera2013-03-131-6/+11
* embed: remove workaround for broken state propagationCosimo Cecchi2013-01-261-13/+0
* embed: be more careful when adding and removing the filter functionCosimo Cecchi2012-12-111-15/+14
* remove gtk_clutter_texture_new() annotationGuillaume Desmottes2012-10-241-1/+1
* GtkClutterEmbed: Make use-layout-size property work properlyTristan Van Berkom2012-10-171-5/+28
* embed: Check for state_flags_changed vfuncEmmanuele Bassi2012-08-091-3/+4
* actor: Do no use deprecated APIEmmanuele Bassi2012-06-061-171/+25
* window: Do not use deprecated APIEmmanuele Bassi2012-06-061-1/+1
* docs: Match argument names in the headerEmmanuele Bassi2012-06-051-1/+1
* Make GtkClutterEmbed redraw resizes nicerAlexander Larsson2012-06-051-0/+15
* Allow GtkClutterEmbed to follow the ClutterStage sizeAlexander Larsson2012-06-052-1/+238
* GtkClutterActor: Fix compiler warningColin Walters2012-05-251-1/+1
* Use CLUTTER_PICK_REACTIVE when picking in the GtkClutterEmbedAlexander Larsson2012-05-251-1/+1
* Make GtkClutterActor reactive by defaultAlexander Larsson2012-05-251-0/+2
* Don't explicitly unrealize widget in clutter_actor_unrealizeAlexander Larsson2012-05-221-2/+0
* Revert "actor: Hide children before ourselves"Bastien Nocera2012-05-161-1/+0
* actor: Hide children before ourselvesBastien Nocera2012-05-111-0/+1
* Add explicit subclassing notes for GtkClutterEmbedEmmanuele Bassi2012-05-011-1/+16
* embed: Add GDK_SCROLL_MASKEmmanuele Bassi2012-04-091-0/+1
* embed: queue a draw on actors when embed state flag changeCosimo Cecchi2012-03-061-0/+12
* gtk_clutter_actor_unrealize: early return if priv->widget is NULLGuillaume Desmottes2012-02-231-0/+3
* introspection: add missing annotation on gtk_clutter_init_with_argsEvan Nemerson2012-01-121-2/+3
* Support run-time backend detectionEmmanuele Bassi2011-11-104-119/+228
* Add missing initilization in post_parse_hookMarc-André Lureau2011-11-041-0/+9
* embed: Install the filter just onceEmmanuele Bassi2011-10-241-1/+7