summaryrefslogtreecommitdiff
path: root/clutter-gtk/gtk-clutter-offscreen.c
Commit message (Expand)AuthorAgeFilesLines
* silence obvious Clutter deprecation warningsLionel Landwerlin2015-12-111-2/+2
* actor: propagate scale factor from embedder to embeddedLionel Landwerlin2015-12-031-0/+2
* offscreen: Fix deprecation warningsEmmanuele Bassi2014-08-211-1/+7
* Fixes after the style API changedEmmanuele Bassi2010-12-231-4/+3
* offscreen: Fix embedding of gtk+ widgetsEmmanuele Bassi2010-12-221-2/+29
* offscreen: Do not use size-requestEmmanuele Bassi2010-12-011-75/+90
* Fix compilation with gtk+ ≥ 2.91.0Emmanuele Bassi2010-10-051-13/+3
* actor: Avoid layout cycles/2Emmanuele Bassi2010-07-211-4/+11
* Completely hide GtkClutterOffscreenEmmanuele Bassi2010-07-201-59/+50
* offscreen: Add some guardsEmmanuele Bassi2010-07-201-2/+3
* Use accessor functions instead direct access.Javier Jardón2010-03-181-35/+50
* Fix typo in the set_child_active() private methodEmmanuele Bassi2010-01-061-11/+11
* [GtkClutterOffscreen] clean up coding styleDanielle Madeley2009-11-181-34/+34
* Fix reparenting-test with GtkClutterStandinBinDanielle Madeley2009-11-181-8/+5
* [GtkClutterOffscreen] fix resizing bug where ClutterActors keep getting biggerDanielle Madeley2009-11-181-1/+28
* [GtkClutterOffscreen] still propagate size-allocate to childrenDanielle Madeley2009-11-181-11/+12
* [GtkClutterOffscreen] only call gdk_window_move_resize() if requiredDanielle Madeley2009-11-181-0/+10
* [GtkClutterOffscreen] force relayout of the ClutterActor when a child is addedDanielle Madeley2009-11-181-0/+21
* Fix ordering of setting embedder vs unrealizeAlexander Larsson2009-07-011-16/+17
* Update to new APIAlexander Larsson2009-07-011-14/+9
* Implement picking of children so that events to embedded widgets workAlexander Larsson2009-07-011-2/+37
* Handle mapping from GtkClutterOffscreen coords to parentAlexander Larsson2009-07-011-2/+8
* Add GtkClutterActor for embedding Gtk+ widget in clutterAlexander Larsson2009-07-011-0/+230