summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clutter: Do not poke backend code for motion compressionwip/carlosg/event-cleanupCarlos Garnacho2020-12-084-55/+27
* clutter: Drop infrastructure to copy/free platform event dataCarlos Garnacho2020-12-086-73/+0
* backends/native: Drop MetaEventNativeCarlos Garnacho2020-12-086-114/+0
* clutter: Move relative motion information to ClutterEventCarlos Garnacho2020-12-087-139/+78
* wayland: Drop HAVE_BACKEND_NATIVE checks in wl_touch implementationCarlos Garnacho2020-12-081-21/+0
* backends: Unify touch sequence to slot conversionCarlos Garnacho2020-12-0810-37/+18
* clutter: Move evdev evcode data to Clutter button/key eventsCarlos Garnacho2020-12-089-114/+58
* backends/x11: Drop platform-specific event dataCarlos Garnacho2020-12-083-92/+0
* clutter: Simplify stage state managementCarlos Garnacho2020-12-0812-256/+7
* clutter: Drop CLUTTER_DESTROY_NOTIFY eventCarlos Garnacho2020-12-088-34/+5
* clutter: Drop CLUTTER_CLIENT_MESSAGE eventCarlos Garnacho2020-12-087-24/+1
* Update Norwegian Bokmål translationKjartan Maraas2020-12-041-130/+204
* ci: Fix echo stderr redirectionwip/nielsdg/fix-check-commit-msg-stderrNiels De Graef2020-12-041-1/+1
* 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
* Post-release version bumpFlorian Müllner2020-12-021-1/+1
* Tag version 40.alpha40.alphaFlorian Müllner2020-12-021-0/+53
* Update Ukrainian translationYuri Chornoivan2020-12-021-60/+87
* clutter/pick-stack: Add a copyright for CanonicalDaniel van Vugt2020-12-011-0/+1
* 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
* Update POTFILES.inPiotr Drąg2020-11-281-0/+1
* 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
* clutter: Do not emit signals during ClutterBackend finalizationCarlos Garnacho2020-11-271-1/+1
* backends/native: Update keyboard a11y status in seat implCarlos Garnacho2020-11-277-63/+44
* clutter: Add vmethod to find out group for pad featuresCarlos Garnacho2020-11-277-88/+178
* 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-275-102/+182
* clutter: Drop keycode_to_evdev vmethodCarlos Garnacho2020-11-278-76/+13
* clutter: Drop ClutterInputDevice private tool maintenance APICarlos Garnacho2020-11-274-59/+16
* clutter: Move scroll valuator accounting to backends/x11Carlos Garnacho2020-11-275-125/+122
* clutter: Drop ClutterInputDevice axis APICarlos Garnacho2020-11-276-337/+158