summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release Clutter-GTK 1.8.21.8.2Emmanuele Bassi2016-09-182-2/+14
|
* Add more options to XGETTEXT_OPTIONS in po/MakevarsPiotr Drąg2016-09-121-1/+1
|
* embed: remove non double buffer settingLionel Landwerlin2016-08-292-6/+1
| | | | | | | This started causing problems with Gtk+ 3.21. As the documentation explains, disabling double buffering might trigger rendering issues. https://bugzilla.gnome.org/show_bug.cgi?id=769097
* Updated Polish translationPiotr Drąg2016-08-191-11/+7
|
* build: Fix gtk-doc build when builddir != srcdirTing-Wei Lan2016-06-141-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=767627
* Post-release version bump to 1.8.1Emmanuele Bassi2016-03-281-2/+2
|
* Release Clutter-GTK 1.8.01.8.0Emmanuele Bassi2016-03-282-3/+14
|
* silence obvious Clutter deprecation warningsLionel Landwerlin2015-12-112-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=759375
* Development version bump to 1.7.1Lionel Landwerlin2015-12-101-2/+2
|
* configure.ac: bump gtk+ dependencyLionel Landwerlin2015-12-101-1/+1
| | | | | We depend on a behavior change in GdkOffscreenWindow for HiDpi displays.
* actor: propagate scale factor from embedder to embeddedLionel Landwerlin2015-12-032-0/+17
| | | | | | | We need to set the scale factor correctly on the embedded Gtk+ widgets to avoid blurry widgets on hidpi displays. https://bugzilla.gnome.org/show_bug.cgi?id=758937
* actor: fix incorrect allocation logicLionel Landwerlin2015-12-031-27/+31
| | | | | | | Using a pointer comparison to prevent resetting the size of the canvas/actor is incorrect on Wayland. Let's make that logic X11 only. https://bugzilla.gnome.org/show_bug.cgi?id=758937
* Post-release version bump to 1.6.7clutter-gtk-1.6Emmanuele Bassi2015-10-121-2/+2
|
* Release Clutter-GTK 1.6.61.6.6Emmanuele Bassi2015-10-122-2/+9
|
* docs: Add missing indices to the API referenceEmmanuele Bassi2015-10-122-1/+16
| | | | | We added symbols after 1.0, but we never added the per-version symbol indices.
* docs: Fix up the main reference XML fileEmmanuele Bassi2015-09-221-4/+4
| | | | | We need an updated Docbook schema, as well as a couple of attributes, to let gtk-doc generate a valid devhelp file.
* Post-release version bump to 1.6.5Emmanuele Bassi2015-09-151-2/+2
|
* Release Clutter-GTK 1.6.41.6.4Emmanuele Bassi2015-09-152-2/+21
|
* build: Include builddir in the gtk-doc DOC_SOURCE_DIREmmanuele Bassi2015-09-151-1/+1
| | | | Allows GTK-Doc to find some symbols during distcheck.
* embed: Handle the new ClutterRequestMode enum valueEmmanuele Bassi2015-09-151-0/+3
| | | | Silences a compiler warning.
* embed: Remove unused variablesEmmanuele Bassi2015-09-151-6/+0
| | | | Silences various compiler warnings.
* embed: Remove unused functionEmmanuele Bassi2015-09-151-25/+0
| | | | | The get_window_position_relative_to_parent() function has been moved into Clutter's own backend.
* Fix version numberEmmanuele Bassi2015-09-151-1/+1
|
* examples: Use a size group for the spinbutton labelsEmmanuele Bassi2015-09-151-0/+6
| | | | Makes the UI a bit less awful.
* embed: realize stage when realize widgetLionel Landwerlin2015-09-151-0/+2
| | | | | | | Ensure backward compatibility in case someone access the stage before we map/show the embedding GtkWidget. https://bugzilla.gnome.org/show_bug.cgi?id=755053
* embed: make wayland condition similar to gdk/x11 onesLionel Landwerlin2015-09-151-1/+2
| | | | | | This is mostly for the sake similarity. https://bugzilla.gnome.org/show_bug.cgi?id=755017
* embed: capture configure event to forward them to the gdk backend on x11Lionel Landwerlin2015-09-151-1/+2
| | | | | | | | | This changes works in conjunction with a Clutter change [1] to ensure rendering is correctly synchronized at the different level of the stack. [1] : https://git.gnome.org/browse/clutter/commit/?id=ee98a5bbe8ad21519d5e368ca5b2336e5d1da880 https://bugzilla.gnome.org/show_bug.cgi?id=755016
* embed: remove map/unmap vfuncLionel Landwerlin2015-09-151-25/+0
| | | | | | | | | | | | Something I didn't quite realize is that the map vfunc is called : "when widget is going to be mapped" This is unnecessary now that we want to realize the stage only once the embedding widget is actually visible. We just need to listen to the "map-event" signal. https://bugzilla.gnome.org/show_bug.cgi?id=754944
* configure.ac: bump gtk+ dependencyLionel Landwerlin2015-09-121-1/+1
| | | | | Some of the gdk/wayland symbols we depend on are actually from Gtk+ 3.8.
* embed: rework foreign stage setup to work on gdk/waylandLionel Landwerlin2015-09-122-116/+182
| | | | | | | | | | | | | | | On hide/unmap the GDK wayland backend might decide to destroy its wayland surface [1]. There is no event notifying Clutter/Cogl of this. We need to notify Clutter/Cogl that the surface has changed when the embed widget becomes visible/invisible. So instead of mapping the different mapped/visible/realized properties of the GtkWidget to the ClutterStage, we take a different approach by considering that an invisible GtkWidget means an unrealized ClutterStage. [1] : https://git.gnome.org/browse/gtk+/commit/?id=87e2a7d4b23e633d0f2263d6ebd205c113eede0f https://bugzilla.gnome.org/show_bug.cgi?id=754891
* embed: remove unused coords translation callLionel Landwerlin2015-09-121-1/+0
|
* Updated Polish translationPiotr Drąg2015-08-261-6/+6
|
* examples: Remove last usage of GtkStock itemsEmmanuele Bassi2015-07-231-7/+9
|
* examples: Drop some more stock iconsEmmanuele Bassi2015-07-231-5/+5
| | | | Use named icons instead.
* examples: Call realize()Emmanuele Bassi2015-07-231-0/+1
| | | | | | The way GtkStack manages its children is a bit peculiar. If we want to avoid crashing inside Clutter because of a weird state, we need to realize() the GtkClutterEmbed before getting the stage out of it.
* examples: Drop more stock itemsEmmanuele Bassi2015-07-231-10/+8
| | | | | Deprecation warnings at run time are annoying, and it's not like stock items add anything.
* Remove use of GtkStock APIEmmanuele Bassi2015-06-301-1/+1
|
* docs: Update the requirementsEmmanuele Bassi2015-06-301-2/+2
|
* Post-release version bump to 1.6.3Emmanuele Bassi2015-06-301-2/+2
|
* Release Clutter-GTK 1.6.21.6.2Emmanuele Bassi2015-06-302-2/+16
|
* embed: Use new instance private data macrosEmmanuele Bassi2015-06-171-12/+8
| | | | Instead of the old ones.
* docs: Note the event handling gotchasEmmanuele Bassi2015-06-171-7/+35
| | | | | | | | | | | | | | | | | We should note that calling GTK API that deals with events from a ClutterActor event handler will cause re-entrancy issues. In other words: If you call GTK event API from Clutter event handlers [ South Park ski instructor ] You're going to have a bad time https://bugzilla.gnome.org/show_bug.cgi?id=745248
* embed: Use the GDK visual from ClutterEmmanuele Bassi2015-06-101-0/+7
| | | | | | | Instead of relying on the widget one. This is similar to what we do when running with the X11 backend. https://bugzilla.gnome.org/show_bug.cgi?id=747489
* build: Bump the required Clutter versionEmmanuele Bassi2015-06-101-1/+1
| | | | | | We need new API to get the GdkVisual. https://bugzilla.gnome.org/show_bug.cgi?id=747489
* initialization: add support for Mir clutter backendMarco Trevisan (Treviño)2015-02-201-0/+17
|
* Use -no-undefined ld flagKouhei Sutou2014-10-072-2/+2
| | | | | | It fixes DLL generation by cross compile. https://bugzilla.gnome.org/show_bug.cgi?id=699202
* actor: fix clutter-win32.h include pathKouhei Sutou2014-10-071-1/+1
| | | | | | | | It is installed under "clutter/win32/" directory. Other include paths were fixed in 9da7dd191dae7d1cc626ea22998145ebc2bb0722 but it was not fixed. https://bugzilla.gnome.org/show_bug.cgi?id=697945
* Post-release version bump to 1.6.1Emmanuele Bassi2014-09-221-2/+2
|
* Release Clutter-GTK 1.6.01.6.0Emmanuele Bassi2014-09-222-2/+16
|
* Drop re-definition of a symbolEmmanuele Bassi2014-09-221-1/+0
| | | | We are disabling deprecation warnings in the build.