summaryrefslogtreecommitdiff
path: root/src/tests/clutter/conform
Commit message (Expand)AuthorAgeFilesLines
* frame-clock: Don't delay schedule_now() if already scheduledJonas Ådahl2023-03-011-0/+1
* tests/clutter/event-delivery: Add tests for implicit grabbingJonas Dreßler2023-02-031-0/+596
* clutter: Pass 'ClutterFrame' in all stage update signalsJonas Ådahl2023-01-232-0/+2
* clutter/frame-clock: Pass ClutterFrame via the frame clock interfaceJonas Ådahl2023-01-232-20/+21
* tests/clutter/event-delivery: Flush input thread inside wait_stage_updated()Jonas Dreßler2023-01-191-7/+6
* tests/clutter/event-delivery: Flush input thread after eventsJonas Ådahl2022-12-131-0/+2
* tests/clutter/event-delivery: Queue update before waitingJonas Ådahl2022-12-131-3/+5
* tests/clutter/conform: Add a test for event deliveryJonas Dreßler2022-11-222-0/+70
* tests/clutter: Use the headless backendJonas Ådahl2022-11-171-1/+10
* tests/clutter: Don't set CLUTTER_SCALEJonas Ådahl2022-08-051-1/+0
* tests/clutter: Add color state conform testsNaveen Kumar2022-06-092-0/+130
* Remove checks for GLSLJonas Ådahl2022-06-032-6/+0
* clutter: Remove "source" event union fieldsCarlos Garnacho2022-03-042-2/+0
* clutter: Add docs and introspection annotations to grabsCarlos Garnacho2022-01-291-0/+14
* tests: Add tests for crossing events generated during ClutterGrabCarlos Garnacho2022-01-112-0/+541
* clutter: Remove unused time_us parameter from ClutterFrameListenerIfaceDaniel van Vugt2022-01-052-10/+0
* tests/clutter/frame-clock-timeline: Loosen duration testingDaniel van Vugt2022-01-051-6/+16
* tests: Ensure pointer entered the stage at actor-event-hold testCarlos Garnacho2021-12-071-0/+3
* tests/clutter: Add hold event conform testsJoseExposito2021-12-022-0/+139
* tests: Make common test code a shared libraryJonas Ådahl2021-07-151-3/+1
* clutter: Store vblank duration in ClutterFrameClockIvan Molodetskikh2021-07-132-0/+14
* 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
* 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-231-3/+3
* tests/conform/actor-pivot-point: Show stage before allocatingJonas Dreßler2020-10-201-0/+2
* tests: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-3/+2
* Replace the CoglMatrix type by graphene_matrix_tGeorges 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-291-2/+2
* tests/clutter: Always use stage from backendJonas Ådahl2020-08-138-17/+26
* tests/clutter/conform: Make sure to destroy created actorsJonas Ådahl2020-08-137-1/+43
* screen-cast: Add screen cast flag to streamsJonas Ådahl2020-07-301-0/+1
* 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
* clutter/timeline: Deprecate timelines without an actor or frame clockJonas Ådahl2020-07-025-18/+24
* tests/frame-clock: Add test that switches frame clock mid timelineJonas Ådahl2020-07-021-0/+86
* tests/clutter: Add frame clock timeline test caseJonas Ådahl2020-07-022-0/+114
* frame-clock: Pass timestamp to frame callbackJonas Ådahl2020-07-021-0/+7