summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clutter/frame-clock: Schedule a frame at least once per secondwip/smcv/issue1536-frame-clockSimon McVittie2020-11-251-1/+2
* clutter/actor: Use a variable to check if culling is allowedJonas Dreßler2020-11-251-12/+7
* clutter/actor: Always update last_paint_volumes during paintingJonas Dreßler2020-11-251-0/+47
* clutter/stage: Clarify comments in add_to_stage_clip() a bitJonas Dreßler2020-11-241-7/+3
* clutter/stage: Don't pass QueueRedrawEntries to actorsJonas Dreßler2020-11-243-152/+75
* clutter/actor: Remove the queue-redraw signalJonas Dreßler2020-11-242-140/+21
* clutter/actor: Emit the queue-redraw signal right awayJonas Dreßler2020-11-242-108/+55
* clutter: Move assembling the redraw clip out of "queue-redraw" signalJonas Dreßler2020-11-244-131/+132
* ci: Build and test also on aarch64Jonas Ådahl2020-11-231-30/+88
* clutter/pick-stack: Move triangle check to else blockGeorges Basile Stavracas Neto2020-11-231-32/+31
* clutter/pick-stack: Use graphene_box_t for axis-aligned rectanglesGeorges Basile Stavracas Neto2020-11-231-0/+33
* ci: Bump ci-templates to include ci-fairy fixJonas Ådahl2020-11-231-2/+2
* ci: Generate junit report if project doesn't enable the registryJonas Ådahl2020-11-231-2/+2
* clutter/actor: Handle clips correctly when building paint volumeJonas Dreßler2020-11-231-17/+15
* clutter/actor: Don't union child paint volumes if clip is setJonas Dreßler2020-11-231-1/+1
* surface-actor-wayland: Optimize get_current_primary_view for single viewRobert Mader2020-11-231-7/+15
* window: Fix size hints with CSDOlivier Fourdan2020-11-231-1/+1
* clutter/text: Use new pango API to compare attribute listsJonas Dreßler2020-11-221-4/+1
* build: Bump pango version to 1.46.0Jonas Dreßler2020-11-221-1/+1
* ci: Guard pipeline on review stageJonas Ådahl2020-11-201-10/+11
* ci: Rename only_default to pipeline_guardJonas Ådahl2020-11-201-2/+2
* ci: Include gdm in imageFlorian Müllner2020-11-202-1/+41
* ci: Include development files for accountsserviceFlorian Müllner2020-11-201-1/+1
* ci: Check that allow-collaboration is checked for merge requestsJonas Ådahl2020-11-201-0/+18
* ci: Use ci-fairy image in review and run firstJonas Ådahl2020-11-201-9/+10
* ci: Use non-string like list for "need" relationshipsJonas Ådahl2020-11-201-7/+14
* cogl: Add new 'sync-{primitive,frame}' options for COGL_DEBUGDaniel van Vugt2020-11-205-3/+33
* clutter/stage-cogl: Don't paint the blue debug region where it's also redDaniel van Vugt2020-11-201-0/+2
* clutter/stage-cogl: Colour fb_clip_region in CLUTTER_DEBUG_PAINT_DAMAGE_REGIONDaniel van Vugt2020-11-201-11/+12
* clutter/stage-cogl: Scale and offset the swap region before debug paintingDaniel van Vugt2020-11-201-1/+11
* ci/check-commit-log: Fix test failure count valueJonas Ådahl2020-11-201-1/+1
* ci: Include GTK4Florian Müllner2020-11-201-1/+2
* ci: Bump ci-templates to include registry path fixJonas Ådahl2020-11-201-1/+1
* ci: Set some sensible defaultsJordan Petridis2020-11-201-0/+12
* ci: Replace only/except with rulesJordan Petridis2020-11-201-10/+12
* wayland/compositor: Only emit frame callbacks for the primary stage viewRobert Mader2020-11-191-6/+5
* surface-actor-wayland: Add API to pick a primary stage viewRobert Mader2020-11-192-0/+51
* surface-actor: Add API to check obscuredness per stage viewRobert Mader2020-11-192-0/+71
* clutter/stage-view: Make get_refresh_rate() publicRobert Mader2020-11-192-3/+3
* ci: Use ci-templatesJonas Ådahl2020-11-192-29/+54
* window-props: Also check for actual values changeOlivier Fourdan2020-11-191-14/+84
* gschema: Add missing summaries for toggle-tiled-left/toggle-tiled-rightIan Douglas Scott2020-11-181-0/+2
* clutter: Drop clutter_input_device_get_device_id()Carlos Garnacho2020-11-184-57/+61
* backends/native: Don't fake device IDsCarlos Garnacho2020-11-182-56/+1
* backends/x11: Move to backend-specific meta_input_device_x11_get_device_id()Carlos Garnacho2020-11-186-24/+38
* clutter/main: Drop usage of clutter_input_device_get_device_id()Carlos Garnacho2020-11-181-4/+4
* tests: Drop usage of clutter_input_device_get_device_id()Carlos Garnacho2020-11-181-11/+7
* clutter/event: Drop clutter_event_get_device_id()Carlos Garnacho2020-11-182-25/+0
* core: Move away from clutter_event_get_device_id()Carlos Garnacho2020-11-181-1/+3
* tests: Drop usage of clutter_event_get_device_id()Carlos Garnacho2020-11-181-23/+28