summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wayland: Ensure pointer constraint region consistencyCarlos Garnacho2021-01-121-6/+9
* seat-impl: Destroy libinput objects on input thread on tear downJonas Ådahl2021-01-112-20/+26
* seat-impl: Fix some variable namesJonas Ådahl2021-01-111-11/+11
* x11: Support the CTM (color transform matrix) RandR propertyAaron Plattner2021-01-117-0/+156
* tests/stage-views: Test whether stage views and frame clocks are freedJonas Dreßler2021-01-111-0/+106
* remote-desktop: Allow using custom scroll source for NotifyPointerAxisPascal Nowack2021-01-112-2/+51
* background: Make the final monitor texture RGB instead of RGBADaniel van Vugt2021-01-111-1/+1
* wayland: Repick (again) on pointer motionCarlos Garnacho2020-12-281-1/+2
* wayland: Do not account touch crossing events for pointerCarlos Garnacho2020-12-281-2/+3
* backends: Disconnect MetaInputMapper signal connection on device disposeCarlos Garnacho2020-12-281-0/+1
* 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
* 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
* 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
* 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
* 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
* clutter: Switch to storing device->actor associations in ClutterStageJonas Dreßler2020-12-182-4/+21
* 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
* renderer/native: Remove left over commentJonas Ådahl2020-12-161-1/+0
* backends/native: Destruct udev after kmsJonas Ådahl2020-12-161-1/+1
* clutter/offscreen-effect: Use paint nodes to paint targetGeorges Basile Stavracas Neto2020-12-151-2/+4
* xwayland: Set xrandr primary outputAleksandr Mezin2020-12-114-1/+123
* xwayland: Make sure /tmp/.X11-unix/ existsJonas Ådahl2020-12-101-0/+22
* xwayland: Don't spew warnings when looking for X11 displaysJonas Ådahl2020-12-101-1/+6
* xwayland: Clean up error reportingJonas Ådahl2020-12-103-63/+128
* clutter: Do not poke backend code for motion compressionCarlos Garnacho2020-12-081-27/+0
* clutter: Drop infrastructure to copy/free platform event dataCarlos Garnacho2020-12-082-30/+0
* backends/native: Drop MetaEventNativeCarlos Garnacho2020-12-086-114/+0
* clutter: Move relative motion information to ClutterEventCarlos Garnacho2020-12-084-138/+26
* wayland: Drop HAVE_BACKEND_NATIVE checks in wl_touch implementationCarlos Garnacho2020-12-081-21/+0
* backends: Unify touch sequence to slot conversionCarlos Garnacho2020-12-088-37/+7
* clutter: Move evdev evcode data to Clutter button/key eventsCarlos Garnacho2020-12-087-113/+41
* backends/x11: Drop platform-specific event dataCarlos Garnacho2020-12-083-92/+0
* clutter: Simplify stage state managementCarlos Garnacho2020-12-085-76/+7
* clutter: Drop CLUTTER_DESTROY_NOTIFY eventCarlos Garnacho2020-12-084-11/+5
* clutter: Drop CLUTTER_CLIENT_MESSAGE eventCarlos Garnacho2020-12-083-8/+1