summaryrefslogtreecommitdiff
path: root/clutter-gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* embed: Set up a better initial stateEmmanuele Bassi2011-10-241-6/+17
* Add G_GNUC_WARN_UNUSED_RESULT annotation to init functionsEmmanuele Bassi2011-10-061-2/+2
* build: link library against libmFrédéric Péters2011-09-041-1/+1
* Fix gtk-clutter-embed.c on non-X11 systemsChun-wei Fan2011-08-241-1/+1
* fix incorrect return value annotationSimon Wenner2011-07-131-1/+1
* actor: don't use -1 for width/height requestsCosimo Cecchi2011-07-081-16/+29
* embed: unmap: check stage exists before unmappingRaluca Elena Podiuc2011-06-261-1/+4
* Fix a C99-ism in GtkClutterActorEmmanuele Bassi2011-04-051-1/+2
* build: win32 fixesEmmanuele Bassi2011-03-253-2/+6
* build: Toggle deprecation when building from gitEmmanuele Bassi2011-03-251-11/+7
* Make calling gtk_clutter_init* multiple times safeEmmanuele Bassi2011-03-181-1/+13
* Fix compiler warningsEmmanuele Bassi2011-03-182-5/+1
* Fix build error for GLES environments.Andreas Mueller2011-02-101-1/+0
* Don't export private symbols in the shared libraryEmilio Pozuelo Monfort2011-01-281-1/+3
* embed: Use a global filter for eventsEmmanuele Bassi2011-01-271-1/+3
* embed: Override ::style-updatedEmmanuele Bassi2010-12-231-5/+30
* Disable multi-deviceEmmanuele Bassi2010-12-231-0/+4
* Fixes after the style API changedEmmanuele Bassi2010-12-235-280/+8
* Add GtkClutterTexture and rework texture integrationEmmanuele Bassi2010-12-227-389/+363
* offscreen: Fix embedding of gtk+ widgetsEmmanuele Bassi2010-12-223-10/+42