- 11 Sep, 2020 1 commit
-
-
Fabio Tomat authored
-
- 05 Sep, 2020 2 commits
-
-
Goran Vidović authored
-
Goran Vidović authored
-
- 04 Sep, 2020 3 commits
-
-
Goran Vidović authored
-
Goran Vidović authored
-
Goran Vidović authored
-
- 03 Sep, 2020 1 commit
-
-
Goran Vidović authored
-
- 01 Sep, 2020 1 commit
-
-
Fabio Tomat authored
-
- 22 Aug, 2020 1 commit
-
-
Jordi Mas authored
-
- 04 Jul, 2020 1 commit
-
-
Boyuan Yang authored
-
- 20 Mar, 2020 2 commits
-
-
Emmanuele Bassi authored
wayland: Protect against enter events for empty surfaces Closes #17 See merge request !14
-
Emmanuele Bassi authored
The `leave` handler checks for NULL surfaces, but the `enter` handler does not. Fixes: #17
-
- 15 Mar, 2020 7 commits
-
-
Emmanuele Bassi authored
Build fixes See merge request !13
-
Emmanuele Bassi authored
Older versions of Meson do not deal with concatenation between mixed values very well.
-
Emmanuele Bassi authored
Don't use something from ancient times, even if we haven't touched Clutter in a long while.
-
Emmanuele Bassi authored
Use non-deprecated syntax to generate the main pkg-config file; then, generate all the backend-specific pkg-config files by simply depending on clutter-1.0.
-
Emmanuele Bassi authored
Let's use what Debian stable provides.
-
Emmanuele Bassi authored
The `install` argument for configure_file() is not needed if set to a `true` constant value while passing `install_dir`.
-
Emmanuele Bassi authored
Cannot go to a new line in the middle of an if.
-
- 10 Mar, 2020 1 commit
-
-
Daniel Korostil authored
-
- 09 Mar, 2020 2 commits
-
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
- 06 Mar, 2020 1 commit
-
-
Nathan Follens authored
-
- 24 Feb, 2020 1 commit
-
-
Nathan Follens authored
-
- 10 Feb, 2020 1 commit
-
-
Sabri Ünal authored
-
- 28 Jan, 2020 1 commit
-
-
Dušan Kazik authored
-
- 08 Jan, 2020 1 commit
-
-
Umarzuki Mochlis authored
-
- 27 Dec, 2019 1 commit
-
-
Jordi Mas authored
-
- 07 Oct, 2019 6 commits
-
-
Emmanuele Bassi authored
Handle 8 and 10 bits colour depth in picking code (#11) See merge request !10
-
Floris Van den Abeele authored
-
Floris Van den Abeele authored
-
Emmanuele Bassi authored
transition: Don't split reference counting with actor See merge request !12
-
Jonas Ådahl authored
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.
-
Emmanuele Bassi authored
Note that we're in deep maintenance mode, to avoid people submitting bugs or merge requests with new features.
-
- 04 Oct, 2019 4 commits
-
-
Emmanuele Bassi authored
docs: Add missing settings.ini Environment group keys See merge request !8
-
Emmanuele Bassi authored
meson: Don't use undocumented -export-dynamic option See merge request !9
-
Emmanuele Bassi authored
clutter/actor: Mark implicit transitions as remove-on-complete See merge request !11
-
Jonas Ådahl authored
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.
-
- 22 Sep, 2019 2 commits
-
-
Ryuta Fujii authored
-
Ryuta Fujii authored
-