summaryrefslogtreecommitdiff
path: root/clutter-gtk/gtk-clutter-actor.c
Commit message (Expand)AuthorAgeFilesLines
* actor: fix clutter-win32.h include pathKouhei Sutou2014-10-071-1/+1
* actor: Ignore deprecated APIEmmanuele Bassi2014-08-211-0/+6
* gtk-clutter-actor: fix inconsistent condition in actor updateLionel Landwerlin2014-08-171-7/+3
* Revert "actor: Pick using the same order as paint"Jasper St. Pierre2014-04-161-18/+0
* 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
* actor: Do no use deprecated APIEmmanuele Bassi2012-06-061-171/+25
* GtkClutterActor: Fix compiler warningColin Walters2012-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
* gtk_clutter_actor_unrealize: early return if priv->widget is NULLGuillaume Desmottes2012-02-231-0/+3
* Support run-time backend detectionEmmanuele Bassi2011-11-101-25/+37
* actor: don't use -1 for width/height requestsCosimo Cecchi2011-07-081-16/+29
* Fix a C99-ism in GtkClutterActorEmmanuele Bassi2011-04-051-1/+2
* build: win32 fixesEmmanuele Bassi2011-03-251-0/+4
* Fix compiler warningsEmmanuele Bassi2011-03-181-2/+0
* Fix build error for GLES environments.Andreas Mueller2011-02-101-1/+0
* offscreen: Fix embedding of gtk+ widgetsEmmanuele Bassi2010-12-221-8/+11
* gtk-actor: Clean up the codeEmmanuele Bassi2010-12-011-18/+34
* Adapt to deprecation of gtk_widget_hide_allFlo Gravo2010-10-221-1/+1
* Fix compilation with gtk+ ≥ 2.91.0Emmanuele Bassi2010-10-051-31/+44
* actor: Use GtkSizeRequestEmmanuele Bassi2010-07-211-8/+15
* actor: Clean up the APIEmmanuele Bassi2010-07-211-49/+178
* actor: Avoid layout cycles/2Emmanuele Bassi2010-07-211-10/+4
* actor: Avoid layout cycles/1Emmanuele Bassi2010-07-211-0/+3
* Completely hide GtkClutterOffscreenEmmanuele Bassi2010-07-201-5/+4
* Clean up the APIEmmanuele Bassi2010-07-201-9/+0
* actor: Fix the implementation of ClutterContainerEmmanuele Bassi2010-07-201-1/+5
* Initial clean up of GtkClutterActorEmmanuele Bassi2010-07-201-41/+23
* Use accessor functions instead direct access.Javier Jardón2010-03-181-3/+5
* Clean up GtkClutterActorEmmanuele Bassi2010-01-061-42/+53
* Include the private standin headerEmmanuele Bassi2010-01-061-1/+1
* Fix compilation with maintainer flagsEmmanuele Bassi2010-01-061-4/+1
* Set the colormap on the offscreen pixmapEmmanuele Bassi2010-01-061-8/+20
* [GtkClutterActor] allocate children (which used to be done by ClutterGroup)Danielle Madeley2009-11-181-0/+7
* Implement gtk_clutter_actor_disposeDanielle Madeley2009-11-181-0/+17
* [GtkClutterActor] Fix typo in variable nameDanielle Madeley2009-11-181-2/+2
* [GtkClutterActor] ensure show/hide/show_all/hide_all run on childrenDanielle Madeley2009-11-181-3/+35
* [GtkClutterActor] implement pick() since we don't inherit the ClutterGroupDanielle Madeley2009-11-181-0/+15
* [GtkClutterActor] undo inherit from group, just implement Container ifaceDanielle Madeley2009-11-181-22/+61
* More coding style cleanupsDanielle Madeley2009-11-181-33/+33
* [GtkClutterActor] improve coding styleDanielle Madeley2009-11-181-21/+24
* Make GtkClutterActor inherit from ClutterGroupDanielle Madeley2009-11-181-19/+32
* Fix proxying of show/hide instructions between Clutter and GTK+Danielle Madeley2009-11-181-3/+46
* gtk_clutter_actor_new_with_contentsDanielle Madeley2009-11-181-0/+31
* Fix typo in proposed public API (recieves -> receives)Danielle Madeley2009-11-181-2/+2
* Don't access widget->window unless widget is realizedAlexander Larsson2009-08-181-7/+7