summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release Clutter 1.26.21.26.2Emmanuele Bassi2017-05-122-1/+48
|
* build: Bind interface age to minor and micro versionEmmanuele Bassi2017-05-121-19/+5
| | | | | | | Instead of requiring to manually update the interface age, we can simply check for the minor version, and either set it to 0 for development releases, or set it to the micro version for stable one. We don't do API additions in micro releases anyway.
* gdk: stage: destroy and clear subsurface on unrealize()Olivier Fourdan2017-05-091-0/+9
| | | | | | | | When using a gdk subsurface, destroy it on clutter_stage_gdk_unrealize() to avoid keeping around an old existing subsurface pointing to a parent surface which might be gone. https://bugzilla.gnome.org/show_bug.cgi?id=781975
* conform/actor-graph: Add missing null-terminationNigel Taylor2017-05-051-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=759085
* build: Stop including the generated marshaller headerEmmanuele Bassi2017-05-031-4/+3
| | | | | | Newer versions of glib-genmarshal generate the function prototypes for us, so we don't need to include the generated header by injecting an "include" pre-processor directive when generating the body.
* Update po/MakevarsPiotr Drąg2017-04-271-1/+38
|
* Update Belarusian translationYuras Shumovich2017-03-261-777/+848
|
* Update Friulian translationFabio Tomat2017-03-131-107/+114
|
* Add Friulian translationFabio Tomat2017-03-071-0/+2800
|
* Updated Norwegian bokmål translation.Kjartan Maraas2017-02-141-850/+829
|
* Fix a translator commentPiotr Drąg2017-01-261-4/+4
| | | | They need to be exactly one line above a string to show up in .po files.
* build: Bump gdk version requirementOlivier Fourdan2017-01-091-1/+1
| | | | | | | gtk+-3.22.6 includes all the fixes required to use gdk subsurfaces under Wayland, bump the minimal required version to this new version. https://bugzilla.gnome.org/show_bug.cgi?id=774546
* gdk: stage: Use gdk for the Wayland subsurfaceOlivier Fourdan2017-01-092-91/+50
| | | | | | | | GDK has all the bits required to deal with the subsurface, by using the GDK Wayland API instead of the Wayland API directly, we can save a few lines of code. https://bugzilla.gnome.org/show_bug.cgi?id=774546
* backend: check for wayland before x11Marc-Antoine Perennou2016-11-301-3/+3
| | | | | | | | | | this way, clutter-gtk applications work fine on wayland without the need of exporting CLUTTER_BACKEND=wayland as gtk+ checks for wayland and x11 in the same order https://bugzilla.gnome.org/show_bug.cgi?id=762888 Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
* clutter-script: Document support for top-level arraysPhilip Withnall2016-11-211-2/+24
| | | | | | | | | Despite being a widely-used feature, it doesn’t seem to be obvious from the documentation that the top-level node in a ClutterScript JSON file can be an object, or an array of objects. Try to clarify that in the documentation. https://bugzilla.gnome.org/show_bug.cgi?id=772412
* Updated Hungarian translationGábor Kelemen2016-09-251-746/+737
|
* Added Croatian translationgogo2016-09-241-0/+2454
|
* Updated Slovak translationPeter Mráz2016-09-211-27/+23
|
* Update British English translationDavid King2016-09-181-777/+853
|
* Add more options to XGETTEXT_OPTIONS in po/MakevarsPiotr Drąg2016-09-121-1/+1
|
* Updated Kazakh translationBaurzhan Muftakhidinov2016-09-111-754/+744
|
* Updated Slovak translationDušan Kazik2016-09-101-809/+807
|
* Updated Polish translationPiotr Drąg2016-09-071-7/+6
|
* Fix typo in Spanish translation headerJeremy Bicha2016-09-031-6/+6
|
* tests: Set locale in test-script.cPhilip Withnall2016-08-231-0/+7
| | | | | | | | | | | | So that if the translatable strings in test-script.json are ever translated in the .po files, they will appear translated in the test program. Note that for them to be translated in the .po files, they must first be extracted by gettext, which first needs to grow support for ClutterScript files. https://bugzilla.gnome.org/show_bug.cgi?id=770288
* clutter-script: Add an example of translation in ClutterScriptPhilip Withnall2016-08-231-0/+24
| | | | | | Document the ‘translatable’ key and friends. https://bugzilla.gnome.org/show_bug.cgi?id=770288
* Updated Polish translationPiotr Drąg2016-08-221-788/+775
|
* canvas: fix checking twice for width > 0Gustavo Noronha Silva2016-07-261-1/+1
|
* clutter: Fix typo in docs for ClutterActor::queue-relayoutPhilip Withnall2016-07-171-1/+1
| | | | | | Signed-off-by: Philip Withnall <philip.withnall@collabora.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=768898
* Add Language headers to po filesPiotr Drąg2016-07-1510-8/+10
| | | | Future versions of gettext will fail if this header is missing.
* actor: Clarify that add_effect() sinks floating references on the effectPhilip Withnall2016-07-121-1/+8
| | | | | | | So if you want to reuse a ClutterEffect, make sure to g_object_ref_sink() it yourself first. https://bugzilla.gnome.org/show_bug.cgi?id=768734
* Don't create the Cogl GLib source multiple timesOwen W. Taylor2016-06-301-3/+3
| | | | | | | | | | Since the check for backend->cogl_context was accidentally moved to clutter_backend_do_real_create_context, the Glib source that is created at the end of clutter_backend_do_create_context() is created and added each time create_context() is called, though create_context() is supposed to be idempotent. https://bugzilla.gnome.org/show_bug.cgi?id=768243
* Updated Indonesian translationAndika Triwidada2016-06-241-265/+265
|
* Updated Occitan translationCédric Valmary2016-05-301-5/+5
|
* text: Bind <ctrl>A in addition to <ctrl>aFlorian Müllner2016-05-121-0/+4
| | | | | | | | The 'select-all' action is currently only bound to <ctrl>a, which makes it awkward to use when caps-lock is active, and is inconsistent with GTK+. Just accept both upper- and lower-case variants. https://bugzilla.gnome.org/show_bug.cgi?id=766326
* Updated Occitan translationCédric Valmary2016-05-081-223/+227
|
* actor: Warn on adding/removing itself as a childEmmanuele Bassi2016-03-291-0/+14
| | | | | | | | ClutterActor should warn if a user tries to add or remove an actor to, and from, itself on the scene graph. Clutter will likely crash, or warn way down the line, but if we can make debugging simpler then we should.
* update zh_CN translationJeff Bai2016-03-261-81/+81
|
* Updated Basque languageInaki Larranaga Murgoitio2016-03-231-95/+96
|
* Updated Danish translationAsk Hjorth Larsen2016-03-211-2/+13
|
* Post-release version bump to 1.26.1Emmanuele Bassi2016-03-211-2/+2
|
* Release Clutter 1.26.01.26.0Emmanuele Bassi2016-03-212-2/+28
|
* Updated Danish translationAsk Hjorth Larsen2016-03-201-276/+270
|
* Updated Russian translationStas Solovey2016-03-041-258/+256
|
* Update Latvian translationRūdolfs Mazurs2016-03-031-263/+260
|
* Updated Greek translationEfstathios Iosifidis2016-03-011-269/+275
|
* Update Catalan translationJordi Mas2016-02-281-15/+18
|
* gdk: Disable deprecation warningsEmmanuele Bassi2016-02-281-0/+6
| | | | | | | | | | | | | | For the GDK backend We're using the GdkDeviceManager API, which maps to Clutter's own device manager API. GDK has now moved to a per-seat device management model, and deprecated the device manager singleton one. In order to avoid the deprecation warnings, we'd have to implement a model similar to the GDK one inside the generic Clutter API, but that would also require moving all the others backend to it, which is pretty pointless. Instead, we can disable deprecation warnings for the ClutterDeviceManager implementation inside the GDK backend.
* Added Occitan translationCédric Valmary2016-02-271-0/+2880
|
* clutter/config.h.win32.in: Keep in sync with autotools buildsChun-wei Fan2016-02-271-24/+3
| | | | | | This updates config.h.win32.in to be in-sync with the entries that are in the config.h.in that is generated by the autotools builds. In particular, for Visual Studio builds, we default to enable all available drivers ("*").