| Commit message (Expand) | Author | Age | Files | Lines |
* | ci: Fix echo stderr redirectionwip/nielsdg/fix-check-commit-msg-stderr | Niels De Graef | 2020-12-04 | 1 | -1/+1 |
* | wayland/xdg-shell: Warn on invalid effective geometry | Jonas Ådahl | 2020-12-03 | 1 | -0/+9 |
* | wayland/subsurface: Don't include buffer-less subsurfaces in geometry | Jonas Ådahl | 2020-12-03 | 1 | -1/+2 |
* | wayland/xdg-shell: Warn when invalid geometry is set | Jonas Ådahl | 2020-12-03 | 6 | -0/+317 |
* | tests/wayland: Declare test clients using a list | Jonas Ådahl | 2020-12-03 | 1 | -28/+20 |
* | tests/anonymous-file: Skip the rlimit part of the test when running CI | Jonas Ådahl | 2020-12-03 | 1 | -8/+16 |
* | tests/anonymous-file: Fix return value type | Jonas Ådahl | 2020-12-03 | 1 | -5/+5 |
* | tests: Turn anonymous file test into real test | Jonas Ådahl | 2020-12-03 | 3 | -18/+18 |
* | xwayland: Fix XIOErrorExitHandler warning | Olivier Fourdan | 2020-12-03 | 1 | -2/+2 |
* | Post-release version bump | Florian Müllner | 2020-12-02 | 1 | -1/+1 |
* | Tag version 40.alpha40.alpha | Florian Müllner | 2020-12-02 | 1 | -0/+53 |
* | Update Ukrainian translation | Yuri Chornoivan | 2020-12-02 | 1 | -60/+87 |
* | clutter/pick-stack: Add a copyright for Canonical | Daniel van Vugt | 2020-12-01 | 1 | -0/+1 |
* | window: Add some trace instrumentation to implement show/hide | Jonas Ådahl | 2020-12-01 | 1 | -0/+18 |
* | stack: Add some trace instrumentation | Jonas Ådahl | 2020-12-01 | 2 | -0/+20 |
* | wayland/buffer: Trace instrument buffer-attach | Jonas Ådahl | 2020-12-01 | 1 | -0/+2 |
* | window: Freeze stack when calculating showing state | Jonas Ådahl | 2020-12-01 | 1 | -0/+5 |
* | backends/x11: Iterate button modifiers all the way | Carlos Garnacho | 2020-11-30 | 1 | -1/+1 |
* | backends/x11: Use XkbBuildCoreState the right way around | Carlos Garnacho | 2020-11-30 | 1 | -1/+1 |
* | backends/x11: Stop translating a property ID | Piotr Drąg | 2020-11-28 | 1 | -2/+2 |
* | Update POTFILES.in | Piotr Drąg | 2020-11-28 | 1 | -0/+1 |
* | backends/native: Pass xkb_state directly when updating MetaKeymapNative | Carlos Garnacho | 2020-11-27 | 3 | -11/+7 |
* | barrier: Complain loudly if bogus barriers are created | Jonas Ådahl | 2020-11-27 | 1 | -0/+4 |
* | backends/native: Add distinct meta-input-thread.h header | Carlos Garnacho | 2020-11-27 | 18 | -23/+67 |
* | backends/native: Add a bunch of "_in_impl" suffixes to functions | Carlos Garnacho | 2020-11-27 | 14 | -541/+548 |
* | backends/native: Add input thread inside MetaSeatImpl | Carlos Garnacho | 2020-11-27 | 4 | -101/+256 |
* | backends/native: Add missing seat finalization paths | Carlos Garnacho | 2020-11-27 | 2 | -0/+16 |
* | clutter: Do not emit signals during ClutterBackend finalization | Carlos Garnacho | 2020-11-27 | 1 | -1/+1 |
* | backends/native: Update keyboard a11y status in seat impl | Carlos Garnacho | 2020-11-27 | 7 | -63/+44 |
* | clutter: Add vmethod to find out group for pad features | Carlos Garnacho | 2020-11-27 | 7 | -88/+178 |
* | backends/native: Make MetaInputSettingsNative vmethods "async" | Carlos Garnacho | 2020-11-27 | 1 | -11/+78 |
* | backends/native: Shuffle keyboard a11y signal connection into MetaSeatImpl | Carlos Garnacho | 2020-11-27 | 2 | -28/+20 |
* | backends: Straighten MetaInputSettings creation | Carlos Garnacho | 2020-11-27 | 5 | -39/+35 |
* | clutter: Move ClutterInputDevice fields to private struct | Carlos Garnacho | 2020-11-27 | 5 | -102/+182 |
* | clutter: Drop keycode_to_evdev vmethod | Carlos Garnacho | 2020-11-27 | 8 | -76/+13 |
* | clutter: Drop ClutterInputDevice private tool maintenance API | Carlos Garnacho | 2020-11-27 | 4 | -59/+16 |
* | clutter: Move scroll valuator accounting to backends/x11 | Carlos Garnacho | 2020-11-27 | 5 | -125/+122 |
* | clutter: Drop ClutterInputDevice axis API | Carlos Garnacho | 2020-11-27 | 6 | -337/+158 |
* | clutter: Drop internal update_from_tool() vmethod | Carlos Garnacho | 2020-11-27 | 6 | -65/+0 |
* | backends: Forward event axes as array of ClutterInputAxes elements | Carlos Garnacho | 2020-11-27 | 4 | -76/+26 |
* | clutter: Make axes part of the device tool | Carlos Garnacho | 2020-11-27 | 6 | -60/+93 |
* | clutter: Drop clutter_input_device_get_associated_device() | Carlos Garnacho | 2020-11-27 | 5 | -165/+4 |
* | clutter: Drop clutter_input_device_get_physical_devices() API | Carlos Garnacho | 2020-11-27 | 5 | -109/+4 |
* | clutter: Drop clutter_input_device_get_key()/n_keys API | Carlos Garnacho | 2020-11-27 | 4 | -158/+0 |
* | clutter: Drop clutter_input_device_get_modifier_state() API | Carlos Garnacho | 2020-11-27 | 3 | -30/+2 |
* | clutter: Drop clutter_input_device_get_coords() method | Carlos Garnacho | 2020-11-27 | 12 | -48/+24 |
* | backends: Make pointer cursor invisible until the stage is shown | Carlos Garnacho | 2020-11-27 | 2 | -1/+12 |
* | backends/native: Make MetaVirtualInputDevice vmethods "async" | Carlos Garnacho | 2020-11-27 | 1 | -191/+507 |
* | backends/native: Make some MetaSeatImpl API "async" | Carlos Garnacho | 2020-11-27 | 2 | -44/+211 |
* | backends: Handle numlock saving/restoring directly in backends | Carlos Garnacho | 2020-11-27 | 11 | -152/+111 |