summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wayland: Use default cursor on tablet toolswip/carlosg/there-can-be-only-oneCarlos Garnacho2018-11-021-1/+1
* backends: Keep cursor hidden on tablet input on WaylandCarlos Garnacho2018-11-021-2/+15
* backends: Unify cursor visibility checksCarlos Garnacho2018-11-021-38/+16
* workspace-manager: Allow workspace layout to be overriddenRon Yorston2018-10-301-0/+2
* gpu-kms: assert on invalid flip attemptsPekka Paalanen2018-10-251-0/+3
* renderer/native: fix next_fb_id race on CPU copy pathPekka Paalanen2018-10-251-6/+6
* wayland/text-input: Ignore text-input state commit when not focusedJonas Ådahl2018-10-231-1/+2
* shaped-texture: Clean up texture regionsJonas Ådahl2018-10-201-0/+3
* constraints: Make current placement rule stack allocatedJonas Ådahl2018-10-201-11/+10
* xprops: Make sure text_property_to_utf8() returns UTF8Florian Müllner2018-10-121-1/+5
* x11/window-props: Do not convert WM_NAMEFlorian Müllner2018-10-121-4/+1
* Revert "Characters of window title bar garbled"Jonas Ådahl2018-10-122-6/+5
* Characters of window title bar garbledAkira Nakajima2018-10-112-5/+6
* common: Replace left-over screen referenceFlorian Müllner2018-10-081-1/+1
* wayland: Relax requirements for evdev events to have a evcodeCarlos Garnacho2018-10-081-2/+2
* window: Remember relative position after constraining with custom ruleJonas Ådahl2018-10-083-8/+19
* monitor-manager: use MonitorsConfig to track switch_configDaniel Drake2018-10-083-12/+56
* wayland/data-device: Focus out when focus surface destroyedJonas Ådahl2018-10-071-0/+18
* window/wayland: Don't initialize a window as showingJonas Ådahl2018-10-051-5/+11
* shaped-texture: Transform clip and opaque region to texture spaceJonas Ådahl2018-10-041-28/+55
* region-utils: Add API to scale an integer region with a doubleJonas Ådahl2018-10-042-0/+55
* region-utils: Some whitespace fixesJonas Ådahl2018-10-041-5/+6
* shaped-texture: Move variable declaration on topJonas Ådahl2018-10-041-1/+2
* shaped-texture: Use ints for sizesJonas Ådahl2018-10-042-11/+11
* renderer/native: honour dumb buffer stridePekka Paalanen2018-10-043-4/+15
* renderer/native: assert dumb buffer size on CPU copyPekka Paalanen2018-10-041-0/+7
* renderer/native: check format for drmModeAddFB fallbackPekka Paalanen2018-10-041-0/+10
* wayland: No xdg-output events without a logical monitorOlivier Fourdan2018-09-251-0/+3
* core: Preserve focus across decoration changesCarlos Garnacho2018-09-244-0/+24
* compositor: Skip windows not visible to the compositorOlivier Fourdan2018-09-211-0/+4
* window/wayland: Freeze updates until shownJonas Ådahl2018-09-191-1/+20
* window: Move out 'updates frozen' state into implementationsJonas Ådahl2018-09-194-8/+23
* input-settings: detect trackball using udev ID_INPUT_TRACKBALLTony Novak2018-09-194-29/+17
* window: unmanage dialog when clearing transient_forOlivier Fourdan2018-09-141-0/+8
* build: Fix non-wayland buildsTing-Wei Lan2018-09-111-0/+1
* input-settings-x11: Push error trapFlorian Müllner2018-09-071-0/+1
* window/wayland: Don't recursive indefinitely when updating monitorJonas Ådahl2018-08-271-1/+1
* window: Keep windows with placement rule attached to parentJonas Ådahl2018-08-273-18/+46
* wayland/gtk-shell: Handle requests after toplevel was unmanagedJonas Ådahl2018-08-271-10/+19
* wayland/legacy-xdg-shell: Handle requests after toplevel was unmanagedJonas Ådahl2018-08-271-14/+79
* wayland/legacy-xdg-shell: Cache frame callbacks if toplevel is unmanagedJonas Ådahl2018-08-271-1/+8
* wayland/xdg-shell: Handle requests after toplevel was unmanagedJonas Ådahl2018-08-271-13/+67
* wayland/xdg-shell: Cache frame callbacks if toplevel is unmanagedJonas Ådahl2018-08-271-1/+7
* wayland/xdg-shell: Cache pending frame callbacks on popup resetJonas Ådahl2018-08-271-0/+1
* wayland/surface: Add API to cache frame callbacksJonas Ådahl2018-08-272-7/+13
* wayland/xdg-shell: Queue frame callbacks on new actor after resettingJonas Ådahl2018-08-273-8/+18
* wayland: Use geometry_scale on opaque regionsCarlos Garnacho2018-08-271-1/+1
* wayland: Fix input/opaque regions calculation on hidpiCarlos Garnacho2018-08-271-14/+26
* window: Force update monitor on hot plugsJonas Ådahl2018-08-273-3/+4
* window: Pass flag to meta_window_update_monitor() instead of boolJonas Ådahl2018-08-275-20/+34