summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wayland: Implement the "inputfd" wayland protocolswip/carlosg/inputfdCarlos Garnacho2022-11-1312-1/+845
* wayland/outputs: Implement wl_output v4Robert Mader2022-11-102-1/+19
* wayland/outputs: Implement wl_output v3Robert Mader2022-11-102-3/+16
* backends: Use Clutter API to get dimensions at MetaInputMapperCarlos Garnacho2022-11-091-50/+2
* backends/x11: Implement get_dimensions() in X11 input devicesCarlos Garnacho2022-11-091-0/+76
* backends/native: Implement get_dimensions() in native devicesCarlos Garnacho2022-11-092-1/+27
* backends: Drop MetaInputSettings vfunc to figure out trackballsCarlos Garnacho2022-11-092-10/+0
* backends/x11: Avoid usage of udev in MetaInputSettingsX11Carlos Garnacho2022-11-091-120/+23
* backends/native: Avoid direct udev usage in MetaInputSettingsNativeCarlos Garnacho2022-11-091-62/+21
* backends: Use capabilities to figure out trackballs in MetaInputSettingsCarlos Garnacho2022-11-091-3/+10
* backends/x11: Set trackball/trackpoint capabilitiesCarlos Garnacho2022-11-091-19/+114
* backends/native: Set up trackball/trackpoint capabilitiesCarlos Garnacho2022-11-091-0/+30
* window: Update ongoing edge resistance flags with inputJohn Wudrick2022-11-081-0/+2
* wayland/xdg-shell: Send xdg_popup.popup_done when position invalidJonas Ådahl2022-11-061-1/+38
* gesture-tracker: Never reject sequences in Wayland sessionsJonas Dreßler2022-11-041-5/+18
* gesture-tracker: Only track actions which are actually enabledJonas Dreßler2022-11-041-1/+2
* Revert "wayland/pointer-constraints: Fix window check on subsurfaces"Robert Mader2022-11-031-1/+1
* tests/dbus-runner: Add way to launch custom servicesJonas Ådahl2022-11-011-2/+12
* plugin/default: Don't load properties when getting locale proxyJonas Ådahl2022-11-011-1/+3
* profiler: Allow enable tracing via env varJonas Ådahl2022-11-011-0/+26
* Move MetaProfiler from the backend to coreJonas Ådahl2022-11-015-19/+19
* wayland/pointer-constraints: Fix window check on subsurfacesRobert Mader2022-11-011-1/+1
* backend/native: Create MetaRenderDevice on_gpu_added when it does not existsŁukasz Spintzyk2022-11-013-9/+27
* virtual-stream: Paint stage properly with/without cursorSalman Malik2022-10-241-5/+32
* virtual-stream: Fix always embedded cursorSalman Malik2022-10-241-5/+19
* xwayland: Always require X11 authenticationmsizanoen12022-10-211-19/+0
* window/x11: Ignore the _NET_WM_BYPASS_COMPOSITOR = 1 hintSebastian Keller2022-10-211-11/+0
* surface-actor-x11: Only unredirect fullscreen windows for full damageSebastian Keller2022-10-211-1/+1
* Revert "wayland-keyboard: Don't send pressed keys on enter"Jonas Ådahl2022-10-192-21/+48
* wayland/seat: Don't double-disable input classesJonas Ådahl2022-10-191-3/+0
* window: Throttle window move grab updatesJonas Ådahl2022-10-181-5/+42
* window: Throttle resize-grab updates to stage updatesJonas Ådahl2022-10-185-105/+71
* backends/native: Send lores scroll in the middle of the detentJosé Expósito2022-10-181-9/+15
* virtual-input-device/native: Emit discrete scroll when the source is a wheelJosé Expósito2022-10-181-6/+19
* wayland: Fix null pointer deference in meta_get_first_subsurface_node.Max Zhao2022-10-171-1/+3
* window: Type check some wm functionsJonas Ådahl2022-10-171-0/+9
* surface-actor-wayland: Fix assumption in get_current_primary_viewRobert Mader2022-10-151-1/+3
* drm-buffer: Clarify misleading error message on drmModeAddFB2 failureDaniel van Vugt2022-10-131-4/+6
* tests/wayland-fullscreen: Also test toggling fullscreenJonas Ådahl2022-10-104-0/+41
* tests/wayland-fullscreen: Check surface sizeJonas Ådahl2022-10-102-0/+16
* tests: Add ref-test for Wayland fullscreen clientSebastian Wick2022-10-102-12/+62
* tests: Add Wayland fullscreen test clientJonas Ådahl2022-10-104-0/+243
* window-actor/wayland: Draw black background for fullscreen windowsSebastian Wick2022-10-107-64/+328
* window-actor: Move culling logic into child classesSebastian Wick2022-10-103-33/+34
* window/wayland: Keep track of last acked configurationJonas Ådahl2022-10-101-2/+8
* window/wayland: Update buffer and frame rect in the same placeJonas Ådahl2022-10-105-47/+34
* window-actor: Rename confusing variable nameJonas Ådahl2022-10-101-7/+7
* window-actor: Make meta_window_actor_get_image fastpath reachableSebastian Wick2022-10-104-1/+23
* window/wayland: Calculate position also for acked fullscreen configsJonas Ådahl2022-10-104-8/+16
* window/wayland: Use scale for configured rect in configurationJonas Ådahl2022-10-101-4/+8