summaryrefslogtreecommitdiff
path: root/clutter-gtk/gtk-clutter-embed.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* wayland: Use the subsurface protocol to implement GtkClutterEmbedRob Bradford2014-04-161-0/+92
* embed: Pass scaled size back to clutterAdel Gadllah2014-02-141-7/+2
* GtkClutterEmbed: Scale allocation by the scale factorAdel Gadllah2014-02-141-0/+6
* embed: Receive touch and smooth scroll eventsclutter-gtk-1.4Bastien Nocera2013-04-261-1/+3
* embed: Check whether we're running on X11 at run-timeBastien Nocera2013-03-131-13/+28
* 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
* 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
* Make GtkClutterEmbed redraw resizes nicerAlexander Larsson2012-06-051-0/+15
* Allow GtkClutterEmbed to follow the ClutterStage sizeAlexander Larsson2012-06-051-1/+235
* Use CLUTTER_PICK_REACTIVE when picking in the GtkClutterEmbedAlexander Larsson2012-05-251-1/+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
* Support run-time backend detectionEmmanuele Bassi2011-11-101-55/+123
* embed: Install the filter just onceEmmanuele Bassi2011-10-241-1/+7
* embed: Set up a better initial stateEmmanuele Bassi2011-10-241-6/+17
* 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
* embed: unmap: check stage exists before unmappingRaluca Elena Podiuc2011-06-261-1/+4
* build: win32 fixesEmmanuele Bassi2011-03-251-1/+1
* Fix compiler warningsEmmanuele Bassi2011-03-181-3/+1
* embed: Use a global filter for eventsEmmanuele Bassi2011-01-271-1/+3
* embed: Override ::style-updatedEmmanuele Bassi2010-12-231-5/+30
* Fixes after the style API changedEmmanuele Bassi2010-12-231-4/+3
* embed: Remove dead codeEmmanuele Bassi2010-12-011-20/+0
* Fix compilation with gtk+ ≥ 2.91.0Emmanuele Bassi2010-10-051-17/+4
* Fix a few introspection-related build warningsLucas Rocha2010-09-101-2/+2
* embed: Forward Key eventsEmmanuele Bassi2010-08-091-6/+45
* Clean up API and documentationEmmanuele Bassi2010-07-211-4/+0
* embed: Ensure the viewport only if we're realizedEmmanuele Bassi2010-07-211-9/+12
* build: Fix a compiler errorEmmanuele Bassi2010-07-201-1/+0
* Completely hide GtkClutterOffscreenEmmanuele Bassi2010-07-201-20/+30
* embed: Use a GDK filter for event handlingEmmanuele Bassi2010-07-201-240/+52
* Unbreak GtkClutterEmbed for Clutter >= 1.2Emmanuele Bassi2010-06-161-0/+16
* Use accessor functions instead direct access.Javier Jardón2010-03-181-32/+44
* embed: Update input devicesEmmanuele Bassi2010-02-171-24/+100
* Use 1.1.5 API for ARGB visuals on X11Emmanuele Bassi2010-01-081-0/+5
* Fix typo in the set_child_active() private methodEmmanuele Bassi2010-01-061-3/+3
* embed: Check the stage before disconnecting signalsEmmanuele Bassi2010-01-061-1/+3
* Make namespace consistent: GTK_IS_CLUTTER_OFFSCREEN -> GTK_CLUTTER_IS_OFFSCREENDanielle Madeley2009-11-181-1/+1
* Merge remote branch 'alexl/client-side-windows'Emmanuele Bassi2009-11-021-6/+86
|\
| * Fix ordering of setting embedder vs unrealizeAlexander Larsson2009-07-011-7/+1
| * Update to new APIAlexander Larsson2009-07-011-18/+30
| * Send offscreen children change once for each queue-repaintAlexander Larsson2009-07-011-0/+10
| * Implement picking of children so that events to embedded widgets workAlexander Larsson2009-07-011-2/+43
| * Add GtkClutterActor for embedding Gtk+ widget in clutterAlexander Larsson2009-07-011-4/+27