summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wayland: Ensure pointer constraint region consistencywip/carlosg/invalid-constraint-regionCarlos Garnacho2020-12-231-6/+9
* wayland: Drop needless includesCarlos Garnacho2020-12-232-8/+0
* wayland: Only repick pointer on crossing eventsCarlos Garnacho2020-12-231-1/+3
* wayland: Drop meta_wayland_compositor_repick()Carlos Garnacho2020-12-236-43/+0
* core: Trigger repick via ClutterStageCarlos Garnacho2020-12-231-1/+4
* compositor: Trigger repick after window effects hereCarlos Garnacho2020-12-233-37/+12
* clutter/main: Add clutter_stage_repick_device() callCarlos Garnacho2020-12-232-0/+23
* wayland: Avoid repick_for_event() callCarlos Garnacho2020-12-231-9/+3
* wayland: Do not query seat for pointer coordinatesCarlos Garnacho2020-12-231-4/+5
* wayland: Don't use CLUTTER_LEAVE source actor for repickCarlos Garnacho2020-12-231-1/+3
* clutter/main: Change picked actor before emitting crossing eventsCarlos Garnacho2020-12-221-8/+5
* wayland: Don't explicitly repick on wl_surface destructorCarlos Garnacho2020-12-221-2/+0
* backends/native: Protect against NULL pointer constraintsOlivier Fourdan2020-12-221-1/+2
* Update Catalan translationJordi Mas i Hernandez2020-12-221-78/+89
* monitor-manager-xrandr: Disable CRTCs if there is no monitorKai-Heng Feng2020-12-221-0/+7
* monitor-manager-kms: Disable CRTCs if there is no monitorKai-Heng Feng2020-12-223-0/+25
* renderer/native: Refactor modeset boilerplate into new helpersKai-Heng Feng2020-12-221-39/+45
* build: Change upcoming version to 40.alpha2Florian Müllner2020-12-221-1/+1
* clutter: Use G_PARAM_EXPLICIT_NOTIFY for actor and stage propertiesJonas Dreßler2020-12-202-43/+113
* clutter/stage: Use own list of pointer devices to find updated devicesJonas Dreßler2020-12-181-39/+10
* tests/stacking: Add test hiding a modal with a not shown parentJonas Ådahl2020-12-184-3/+72
* core: Be more selective looking for a focusable ancestorOlivier Fourdan2020-12-181-1/+4
* core: Make sure focus_default_window() workedOlivier Fourdan2020-12-181-17/+42
* cogl/texture: Add a bit more debug loggingJonas Ådahl2020-12-184-7/+36
* cogl/texture-2d-sliced: Don't double-free slice array when alloc failedJonas Ådahl2020-12-181-0/+1
* clutter: Switch to storing device->actor associations in ClutterStageJonas Dreßler2020-12-187-395/+81
* clutter: Add function to update input device actors to clutter-mainJonas Dreßler2020-12-182-0/+155
* clutter/stage: Add infrastructure to track devices and their actorsJonas Dreßler2020-12-184-0/+223
* ci: Set GIT_STRATEGY: no for some jobsMichel Dänzer2020-12-171-0/+6
* clutter/blur: Select a better n_stepsGeorges Basile Stavracas Neto2020-12-171-1/+1
* clutter/blur: Fix shader loopGeorges Basile Stavracas Neto2020-12-171-1/+1
* clutter/blur: Make sigma a floatGeorges Basile Stavracas Neto2020-12-174-10/+15
* clutter/blur: Pass direction as vec2Georges Basile Stavracas Neto2020-12-171-12/+16
* clutter/blur: Remove uniform locations from BlurPassGeorges Basile Stavracas Neto2020-12-171-13/+12
* clutter/stage: Steal and manually free pending_queue_redraw entriesDaniel van Vugt2020-12-171-1/+11
* clutter/paint-node: Add multi-rect operationsGeorges Basile Stavracas Neto2020-12-174-0/+140
* clutter/paint-node: Rename multitex_coords to coordsGeorges Basile Stavracas Neto2020-12-173-13/+12
* clutter/blur: Shortcircuit when sigma is 0Georges Basile Stavracas Neto2020-12-171-1/+11
* Revert "clutter/offscreen-effect: Use the paint volume origin as the FBO offset"Jonas Dreßler2020-12-161-5/+6
* backend/native: Check libinput_device in async callwip/carlosg/device-checkCarlos Garnacho2020-12-161-1/+2
* backends/native: Dispose the libinput device in the input threadCarlos Garnacho2020-12-163-1/+10
* backends/native: Make device grouping libinput independentCarlos Garnacho2020-12-162-5/+7
* backends/native: Make group modes checks libinput device independentCarlos Garnacho2020-12-162-6/+11
* backends/native: Make mode switch checks libinput independentCarlos Garnacho2020-12-161-6/+21
* clutter: Simplify framebuffer setup using ortho projectionGeorges Basile Stavracas Neto2020-12-162-19/+9
* renderer/native: Remove left over commentJonas Ådahl2020-12-161-1/+0
* backends/native: Destruct udev after kmsJonas Ådahl2020-12-161-1/+1
* clutter/effect: Move ClutterEffect creation to ClutterActorGeorges Basile Stavracas Neto2020-12-153-8/+11
* clutter/offscreen-effect: Document paint nodesGeorges Basile Stavracas Neto2020-12-151-0/+24
* clutter/effect: Add paint nodes to all paint vfuncsGeorges Basile Stavracas Neto2020-12-158-75/+59