summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* backends/native: Avoid -Wmaybe-uninitialized warningCarlos Garnacho2020-12-081-1/+2
* compositor: Fix warning with -Wmaybe-uninitializedCarlos Garnacho2020-12-081-1/+2
* wayland/xdg-shell: Warn on invalid effective geometryJonas Ådahl2020-12-031-0/+9
* wayland/subsurface: Don't include buffer-less subsurfaces in geometryJonas Ådahl2020-12-031-1/+2
* wayland/xdg-shell: Warn when invalid geometry is setJonas Ådahl2020-12-036-0/+317
* tests/wayland: Declare test clients using a listJonas Ådahl2020-12-031-28/+20
* tests/anonymous-file: Skip the rlimit part of the test when running CIJonas Ådahl2020-12-031-8/+16
* tests/anonymous-file: Fix return value typeJonas Ådahl2020-12-031-5/+5
* tests: Turn anonymous file test into real testJonas Ådahl2020-12-033-18/+18
* xwayland: Fix XIOErrorExitHandler warningOlivier Fourdan2020-12-031-2/+2
* window: Add some trace instrumentation to implement show/hideJonas Ådahl2020-12-011-0/+18
* stack: Add some trace instrumentationJonas Ådahl2020-12-012-0/+20
* wayland/buffer: Trace instrument buffer-attachJonas Ådahl2020-12-011-0/+2
* window: Freeze stack when calculating showing stateJonas Ådahl2020-12-011-0/+5
* backends/x11: Iterate button modifiers all the wayCarlos Garnacho2020-11-301-1/+1
* backends/x11: Use XkbBuildCoreState the right way aroundCarlos Garnacho2020-11-301-1/+1
* backends/x11: Stop translating a property IDPiotr Drąg2020-11-281-2/+2
* backends/native: Pass xkb_state directly when updating MetaKeymapNativeCarlos Garnacho2020-11-273-11/+7
* barrier: Complain loudly if bogus barriers are createdJonas Ådahl2020-11-271-0/+4
* backends/native: Add distinct meta-input-thread.h headerCarlos Garnacho2020-11-2718-23/+67
* backends/native: Add a bunch of "_in_impl" suffixes to functionsCarlos Garnacho2020-11-2714-541/+548
* backends/native: Add input thread inside MetaSeatImplCarlos Garnacho2020-11-274-101/+256
* backends/native: Add missing seat finalization pathsCarlos Garnacho2020-11-272-0/+16
* backends/native: Update keyboard a11y status in seat implCarlos Garnacho2020-11-275-38/+42
* clutter: Add vmethod to find out group for pad featuresCarlos Garnacho2020-11-274-88/+113
* backends/native: Make MetaInputSettingsNative vmethods "async"Carlos Garnacho2020-11-271-11/+78
* backends/native: Shuffle keyboard a11y signal connection into MetaSeatImplCarlos Garnacho2020-11-272-28/+20
* backends: Straighten MetaInputSettings creationCarlos Garnacho2020-11-275-39/+35
* clutter: Move ClutterInputDevice fields to private structCarlos Garnacho2020-11-272-11/+12
* clutter: Drop keycode_to_evdev vmethodCarlos Garnacho2020-11-275-33/+13
* clutter: Drop ClutterInputDevice private tool maintenance APICarlos Garnacho2020-11-272-7/+16
* clutter: Move scroll valuator accounting to backends/x11Carlos Garnacho2020-11-273-4/+122
* clutter: Drop ClutterInputDevice axis APICarlos Garnacho2020-11-274-54/+158
* clutter: Drop internal update_from_tool() vmethodCarlos Garnacho2020-11-273-46/+0
* backends: Forward event axes as array of ClutterInputAxes elementsCarlos Garnacho2020-11-273-53/+21
* clutter: Make axes part of the device toolCarlos Garnacho2020-11-273-60/+49
* clutter: Drop clutter_input_device_get_associated_device()Carlos Garnacho2020-11-272-86/+4
* clutter: Drop clutter_input_device_get_physical_devices() APICarlos Garnacho2020-11-272-40/+4