summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release Clutter 1.26.41.26.4Emmanuele Bassi2020-03-093-2/+36
|
* Update Dutch translationNathan Follens2020-03-061-188/+188
|
* Update Dutch translationNathan Follens2020-02-241-18/+12
|
* Update Turkish translationSabri Ünal2020-02-101-176/+176
|
* Update Slovak translationDušan Kazik2020-01-281-33/+45
|
* Add Malay translationUmarzuki Bin Mochlis Moktar2020-01-081-0/+2824
|
* Update Catalan translationJordi Mas2019-12-271-1/+1
|
* Merge branch '10bpc' into 'master'Emmanuele Bassi2019-10-071-21/+33
|\ | | | | | | | | Handle 8 and 10 bits colour depth in picking code (#11) See merge request GNOME/clutter!10
| * Fix coding style issues in MR !10Floris Van den Abeele2019-10-071-10/+10
| |
| * Handle 8 and 10 bits colour depth in picking code (#11)Floris Van den Abeele2019-10-071-20/+32
|/
* Merge branch 'wip/remove-scattered-refs' into 'master'Emmanuele Bassi2019-10-072-8/+0
|\ | | | | | | | | transition: Don't split reference counting with actor See merge request GNOME/clutter!12
| * transition: Don't split reference counting with actorJonas Ådahl2019-10-072-8/+0
|/ | | | | | | | | | | | ClutterActor took a reference in its transition 'stopped' handler, aiming to keep the transition alive during signal emission even if it was removed during. This is, however, already taken care of by ClutterTimeline, by always taking a reference during its 'stopped' signal emission, so no need to add another one. This also has the bonus of making reference ownership simpler, as well as avoidance of double free if an actor was destroyed before a transition has finished.
* Update README.mdEmmanuele Bassi2019-10-071-0/+12
| | | | Note that we're in deep maintenance mode, to avoid people submitting bugs or merge requests with new features.
* Merge branch 'environment' into 'master'Emmanuele Bassi2019-10-041-0/+15
|\ | | | | | | | | docs: Add missing settings.ini Environment group keys See merge request GNOME/clutter!8
| * docs: Add missing settings.ini Environment group keysChris Mayo2019-08-301-0/+15
| | | | | | | | | | Backends, Drivers and SyncToVblank are available but not documented in "Running Clutter".
* | Merge branch 'wip/lantw/meson-dont-use-undocumented-export-dynamic-option' ↵Emmanuele Bassi2019-10-041-1/+1
|\ \ | | | | | | | | | | | | | | | | | | into 'master' meson: Don't use undocumented -export-dynamic option See merge request GNOME/clutter!9
| * | meson: Don't use undocumented -export-dynamic optionTing-Wei Lan2019-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | GNU libtool is documented to support -export-dynamic and GNU ld is documented to support --export-dynamic. However, GCC isn't documented to support them. While GCC does support -export-dynamic for backwards compatibility, Clang doesn't support it and interprets it wrongly. This causes warnings to be shown during linking because Clang splits it into '-e xport-dynamic' and the linker can't find 'xport-dynamic' symbol.
* | | Merge branch 'wip/fix-transitions-leak' into 'master'Emmanuele Bassi2019-10-041-16/+11
|\ \ \ | | | | | | | | | | | | | | | | clutter/actor: Mark implicit transitions as remove-on-complete See merge request GNOME/clutter!11
| * | | clutter/actor: Mark implicit transitions as remove-on-completeJonas Ådahl2019-10-041-16/+11
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Implicit transitions had a referenced taken while emitting the completion signals, but said reference would only be released if it was had remove-on-complete set to TRUE. Change this to instead remove the 'is_implicit' state and mark all implicit transitions as remove-on-complete.
* | | Update Japanese translationRyuta Fujii2019-09-221-83/+26
| | |
* | | Update Japanese translationRyuta Fujii2019-09-221-807/+980
|/ /
* | Update Friulian translationFabio Tomat2019-09-031-28/+28
|/
* Update Finnish translationJiri Grönroos2019-08-221-1384/+1395
|
* Merge branch 'wip/smcv/gdk-hidpi-buffer-scale' into 'master'Emmanuele Bassi2019-08-221-1/+8
|\ | | | | | | | | gdk: Ensure surface buffer scale is set See merge request GNOME/clutter!7
| * gdk: Ensure surface buffer scale is setSjoerd Simons2019-08-221-1/+8
|/ | | | | | | | | | | | GDK will only set the buffer scale for the surfaces it creates when attaching an image or when using an egl window window. Neither will happen for native clutter applications, thus directly set the buffer scale from clutter in that case (so it's in sync with the rendering scale) Signed-off-by: Sjoerd Simons <sjoerd@luon.net> https://bugzilla.gnome.org/show_bug.cgi?id=769190
* Merge branch 'wip/smcv/issue8' into 'master'Emmanuele Bassi2019-08-211-19/+30
|\ | | | | | | | | | | | | tests/conform: Fix actor-offscreen-redirect Closes #8 See merge request GNOME/clutter!6
| * tests/conform: Fix actor-offscreen-redirectJonas Ådahl2019-08-211-19/+30
|/ | | | | | | | | | | | | | | | | | | The actor-offscreen-redirect didn't initialize its state properly, so it could potentially end up with the "was_painted" state being TRUE from the start, effectively skipping the whole test. Fixing so that the test even run resulted in the test getting stuck in a dead lock due to the verification that a frame was drawn was done from a paint callback. A paint callback had the mutex held, so when the test case tried to run the main loop, the next paint callback caller path taken would try to re-lock the same mutex, thus dead lock. [Changes originally from the fork of clutter in mutter 3.21.4, commit 9c0fa583.] Fixes: https://gitlab.gnome.org/GNOME/clutter/issues/8 Bug-Debian: https://bugs.debian.org/931921 Signed-off-by: Simon McVittie <smcv@debian.org>
* Update Basque translationAsier Sarasua Garmendia2019-05-011-846/+800
|
* Update Dutch translationNathan Follens2019-03-081-990/+1667
|
* Update Serbian translationМарко Костић2019-02-281-756/+749
|
* Merge branch 'wip/hadess/api-docs' into 'master'Emmanuele Bassi2019-02-142-2/+2
|\ | | | | | | | | API doc fixes See merge request GNOME/clutter!3
| * docs: Fix typo in ClutterLayoutManager docBastien Nocera2019-02-141-1/+1
| |
| * Fix obsolete API doc for clutter_table_layout_pack()Bastien Nocera2019-02-141-1/+1
|/ | | | clutter_grid_layout_attach_child() doesn't seem to have ever existed.
* Update Catalan translationJordi Mas2019-02-101-3/+3
|
* g-i: Annotate "callback" type of clutter_binding_pool_override_action()Rico Tzschichholz2019-01-111-1/+1
|
* Update French translationCharles Monzat2018-12-291-22/+7
|
* Update Malayalam translationBalasankar C2018-10-261-222/+181
|
* Update Friulian translationFabio Tomat2018-09-081-92/+89
|
* Update Greek translationTom Tryfonidis2018-09-081-759/+752
|
* Update Belarusian translationYuras Shumovich2018-09-061-21/+19
|
* Updated Danish translationAsk Hjorth Larsen2018-09-021-29/+23
|
* Update Latvian translationRūdolfs Mazurs2018-09-021-759/+767
|
* Update Turkish translationÇağatay Yiğit Şahin2018-08-311-91/+82
|
* Update Galician translationFran Dieguez2018-08-291-755/+764
|
* Update Turkish translationEmin Tufan Çetin2018-08-261-36/+48
|
* Update Kazakh translationBaurzhan Muftakhidinov2018-08-251-26/+30
|
* Update British English translationBruce Cowan2018-08-191-43/+61
|
* Update MSGID_BUGS_ADDRESS in po/MakevarsPiotr Drąg2018-08-161-1/+1
|
* Updated Lithuanian translationAurimas Černius2018-07-271-755/+764
|
* Update French translationCharles Monzat2018-07-201-988/+1000
|