summaryrefslogtreecommitdiff
path: root/src/tests/clutter
Commit message (Expand)AuthorAgeFilesLines
* Replace contents with redirect messagemasterFlorian Müllner2021-07-19102-19086/+0
* backends: Shuffle ClutterBackendX11 code into MetaClutterBackendX11Carlos Garnacho2021-07-161-4/+0
* tests: Make common test code a shared libraryJonas Ådahl2021-07-157-19/+12
* tests/clutter: Port to MetaContextJonas Ådahl2021-07-151-12/+3
* main: Move MetaCompositorType to a new meta-enums.hJonas Ådahl2021-07-151-0/+1
* clutter: Store vblank duration in ClutterFrameClockIvan Molodetskikh2021-07-132-0/+14
* tests/clutter: Don't have tests take argumentsJonas Ådahl2021-05-175-125/+30
* main: Make it possible to set properties when overriding configurationJonas Ådahl2021-03-121-1/+2
* tests/clutter/timeline-interpolate: Use correct clockJonas Ådahl2021-03-081-18/+16
* tests/clutter/timeline-interpolate: Rework test to be less flakyJonas Ådahl2021-03-081-65/+109
* tests/clutter/timeline-interpolate: Assorted style cleanupsJonas Ådahl2021-03-081-20/+19
* clutter/frame-info: Add sequenceIvan Molodetskikh2021-03-082-0/+2
* clutter/frame-info: Add HW_CLOCK flagIvan Molodetskikh2021-03-082-0/+2
* clutter: Remove CLUTTER_ENABLE_EXPERIMENTAL_APIIvan Molodetskikh2021-02-051-1/+0
* clutter/frame-clock: Add notify_ready()Jonas Ådahl2021-01-221-0/+73
* clutter/offscreen-effect: Use paint nodes to paint targetGeorges Basile Stavracas Neto2020-12-151-2/+4
* clutter: Simplify stage state managementCarlos Garnacho2020-12-082-32/+0
* clutter: Drop CLUTTER_DESTROY_NOTIFY eventCarlos Garnacho2020-12-082-6/+0
* clutter: Drop CLUTTER_CLIENT_MESSAGE eventCarlos Garnacho2020-12-082-6/+0
* clutter: Drop ClutterInputDevice axis APICarlos Garnacho2020-11-271-48/+2
* clutter: Drop ClutterInputDevice::enabled and setter/getterCarlos Garnacho2020-11-271-4/+0
* clutter: Drop clutter_input_device_update_from_event()Carlos Garnacho2020-11-271-1/+0
* tests: Drop usage of clutter_input_device_get_device_id()Carlos Garnacho2020-11-181-11/+7
* tests: Drop usage of clutter_event_get_device_id()Carlos Garnacho2020-11-181-23/+28
* tests/clutter/timeline: Always print progress to stderrJonas Ådahl2020-11-091-30/+20
* tests: Use ClutterStage "after-paint" instead of ClutterActor "paint"Jonas Dreßler2020-10-238-33/+33
* tests/interactive: Remove clutter paint-wrapper testJonas Dreßler2020-10-232-340/+0
* clutter: Drop clutter_input_device_set_stage()Carlos Garnacho2020-10-231-1/+1
* clutter: Sanitize ClutterInputDevice headerCarlos Garnacho2020-10-231-0/+1
* tests/conform/actor-pivot-point: Show stage before allocatingJonas Dreßler2020-10-201-0/+2
* cogl: Turn CoglFramebuffer, CoglOffscreen and CoglOnscreen into GObjectsJonas Ådahl2020-10-161-1/+1
* clutter: Don't use CoglHandle to store framebuffersJonas Ådahl2020-10-161-8/+9
* tests/clutter: Stop using cogl_offscreen_new_to_texture()Jonas Ådahl2020-10-161-1/+4
* tests: Use graphene APIsGeorges Basile Stavracas Neto2020-10-064-28/+34
* Replace the CoglMatrix type by graphene_matrix_tGeorges Basile Stavracas Neto2020-10-064-8/+8
* Don't access CoglMatrix struct fieldsGeorges Basile Stavracas Neto2020-10-061-1/+1
* Remove ClutterMatrixGeorges Basile Stavracas Neto2020-10-061-2/+2
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-296-10/+10
* tests/clutter: Always use stage from backendJonas Ådahl2020-08-1360-299/+310
* tests/clutter/conform: Make sure to destroy created actorsJonas Ådahl2020-08-137-1/+43
* clutter: Remove support for transparent windowsJonas Ådahl2020-08-131-4/+0
* clutter: Remove DELETE event, signal and vfuncJonas Ådahl2020-08-132-9/+0
* screen-cast: Add screen cast flag to streamsJonas Ådahl2020-07-302-0/+2
* tests/frame-clock: Check that destroy signal is emittedJonas Ådahl2020-07-021-0/+58
* clutter/frame-clock: Add explicit destroy functionJonas Ådahl2020-07-022-11/+11
* clutter: Paint views with individual frame clocksJonas Ådahl2020-07-021-0/+1
* clutter/stage: Only emit "presented" on completion eventJonas Ådahl2020-07-021-1/+0
* clutter: Include clutter-frame-clock.h from clutter.hJonas Ådahl2020-07-022-2/+1
* clutter/frame-clock: Handle reschedule then dispatch results in idleJonas Ådahl2020-07-021-0/+63
* frame-clock: Pass frame info when notifying presentedJonas Ådahl2020-07-022-6/+30