summaryrefslogtreecommitdiff
path: root/src/tests/clutter/interactive/test-easing.c
Commit message (Collapse)AuthorAgeFilesLines
* tests/clutter: Don't have tests take argumentsJonas Ådahl2021-05-171-26/+3
| | | | | | | | It just complicates things; we can't run them right now, so just get rid of the runtime variability; just change the macros if you want to tweak the test, would you be able to get it running. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1833>
* tests/clutter: Always use stage from backendJonas Ådahl2020-08-131-10/+9
| | | | | | | | This removes all occurrences of creating a custom stage from the tests, making them always use the one from MetaBackend. This will allow for further cleanups. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1364
* clutter/actor: Remove anchor points and gravityGeorges Basile Stavracas Neto2020-06-271-1/+1
| | | | | | Drop the bomb. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1332
* clutter: Remove ClutterAnimationJonas Ådahl2020-05-071-22/+16
| | | | | | | | | | | | | | | | | | This removes ClutterAnimation and related tests. ClutterAnimation has been deprecated for a long time, and replacements exist and are used by e.g. GNOME Shell since a while back. This also disables a few relatively unrelated interactive tests, as they rely on ClutterAnimation to implement some animations they use to illustrate what they actually test. As interactive tests currently are more or less untestable due to any interaction with them crashing, as well as they in practice means rewriting the tests using non-deprecated animation APIs, they are not ported right now. To actually port the interactive tests, it needs to be possible to fist interact with them. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1192
* tests/clutter/easing: Use ClutterCanvasJonas Ådahl2019-11-131-10/+16
| | | | | | | Remove the usage of ClutterCairoTexture and use a ClutterCanvas content instead. https://gitlab.gnome.org/GNOME/mutter/merge_requests/932
* clutter: Move tests to src/testsCarlos Garnacho2019-08-241-0/+276
Clutter doesn't hold anymore backend implementations, move tests where we have one that we may assign. https://gitlab.gnome.org/GNOME/mutter/merge_requests/672