summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* clutter: Drop clutter_input_device_get_key()/n_keys APICarlos Garnacho2020-11-271-17/+0
* clutter: Drop clutter_input_device_get_modifier_state() APICarlos Garnacho2020-11-271-1/+2
* clutter: Drop clutter_input_device_get_coords() methodCarlos Garnacho2020-11-279-11/+20
* backends: Make pointer cursor invisible until the stage is shownCarlos Garnacho2020-11-272-1/+12
* backends/native: Make MetaVirtualInputDevice vmethods "async"Carlos Garnacho2020-11-271-191/+507
* backends/native: Make some MetaSeatImpl API "async"Carlos Garnacho2020-11-272-44/+211
* backends: Handle numlock saving/restoring directly in backendsCarlos Garnacho2020-11-2711-152/+111
* backends/native: Shuffle xkb_keymap creationCarlos Garnacho2020-11-275-71/+74
* backends/native: Seal MetaKeymapNative xkb usageCarlos Garnacho2020-11-273-18/+31
* backends/native: Surround device state queries/updates with RW lockCarlos Garnacho2020-11-273-6/+50
* backends/native: Protect MetaBarrierManagerNativeCarlos Garnacho2020-11-271-7/+57
* backends/native: Move MetaInputSettings ownership to MetaSeatImplCarlos Garnacho2020-11-277-35/+188
* backends: Do not use clutter_seat_list_devices() in MetaInputSettingsCarlos Garnacho2020-11-271-21/+15
* backends: Make device tracking at MetaInputSettings ad-hoc APICarlos Garnacho2020-11-275-34/+55