summaryrefslogtreecommitdiff
path: root/src/backends
Commit message (Expand)AuthorAgeFilesLines
* backends: rate-filter the emission of MetaBackend::last-device-changed signalCarlos Garnacho2016-02-261-16/+44
* native: Don't wait for a new input event to wrap the pointerJonas Ådahl2016-02-161-0/+6
* Implement support for the wp_pointer_constraints protocolJonas Ådahl2016-02-165-0/+156
* native: Update to new constrain callback APIJonas Ådahl2016-02-161-4/+6
* Move out generic math parts out of the native barrier implementationJonas Ådahl2016-02-164-178/+52
* wayland: Implement support for wp_relative_pointerJonas Ådahl2016-02-163-0/+55
* cursor-renderer-native: Re-use cogl's gbm deviceRui Matos2016-02-041-4/+1
* meta-launcher: Use g_auto* macrosRui Matos2016-01-251-27/+19
* cursor-tracker: Port to GdkSeat APIRui Matos2016-01-211-3/+3
* meta-launcher: don't call g_object_unref() on NULLMarek Chalupa2016-01-211-7/+9
* idle-monitor-native: Don't leak user active watchesRui Matos2016-01-111-44/+24
* idle-monitor-xsync: fix crash if watch callback removes different watchRay Strode2016-01-111-21/+27
* cursor-renderer-native: Avoid a crash if we fail to allocate a gbm boRui Matos2016-01-111-0/+3
* monitor-manager-xrandr: Don't query legacy propertiesJasper St. Pierre2016-01-091-6/+0
* native: Don't leak DRM plane resourcesRui Matos2016-01-071-0/+2
* native: Implement DRM-based crtc rotationCarlos Garnacho2016-01-072-0/+174
* backends: Fix cut'n'paste error in click method settingBastien Nocera2015-12-151-1/+1
* backends: Force 2-finger scroll by default if availableBastien Nocera2015-12-154-53/+48
* monitor-manager: Fix the max potential number of logical monitorsRui Matos2015-11-291-1/+1
* cursor-renderer: do not update cursor if it is out of monitorMarek Chalupa2015-11-291-0/+15
* KMS/Wayland: Correct refresh rate unitsDaniel Stone2015-11-251-2/+12
* launcher: Fix drm device detection for non pci devicesAlban Browaeys2015-11-121-11/+17
* meta-backend: include stdlib.hRay Strode2015-11-061-0/+2
* Exit, not abort, when we fail to initialize ClutterOwen W. Taylor2015-11-061-1/+4
* MetaLauncher: Don't g_error() on failureOwen W. Taylor2015-11-063-55/+109
* Revert "Force cursor update after applying configuration"Ray Strode2015-11-062-75/+0
* Force cursor update after applying configurationRay Strode2015-11-062-0/+75
* monitor-manager-xrandr: Skip outputs with no crtcsRui Matos2015-10-301-25/+38
* monitor-manager-xrandr: Skip outputs with no modesRui Matos2015-10-301-2/+6
* Revert "monitor-manager-xrandr: Ignore outputs without modes"Rui Matos2015-10-301-9/+2
* monitor-manager: Expose a few helpers to clear structsRui Matos2015-10-302-22/+44
* monitor-manager-xrandr: Ignore outputs without modesRui Matos2015-10-231-2/+9
* backend-x11: Ensure the Xkb group index remains properly setAlberts Muktupāvels2015-10-231-3/+13
* monitor-manager-xrandr: Be more robust when reading XRROutputInfosRui Matos2015-10-161-13/+29
* backend-x11: Fallback to a default keymap if getting it from X failsRui Matos2015-09-251-0/+3
* meta-monitor-manager: Remove bogus condition from checkFlorian Müllner2015-09-241-2/+1
* Avoid shadowing existing variablesFlorian Müllner2015-09-246-41/+32
* Don't duplicate declarations from G_DEFINE_TYPEFlorian Müllner2015-09-243-6/+0
* Revert "launcher: simplify getting session dbus proxy"Jonas Ådahl2015-09-171-1/+10
* launcher: Don't pass variable as format stringFlorian Müllner2015-09-161-1/+1
* MetaCursorRenderer: Rely on update_cursor for redrawingJonas Ådahl2015-09-131-1/+0
* Support scaling of cursor sprites given what output they are onJonas Ådahl2015-09-139-197/+444
* MetaCursorSprite: Squash MetaCurorImage into MetaCursorSpriteJonas Ådahl2015-09-131-40/+30
* backends/x11: Draw our own cursor sprite when running nestedJonas Ådahl2015-09-133-1/+141
* build: Fix non-wayland buildTing-Wei Lan2015-09-081-1/+7
* launcher: find the right drm deviceMarek Chalupa2015-09-071-4/+104
* launcher: refactor handling errors in meta_launcher_newMarek Chalupa2015-09-071-29/+36
* launcher: simplify getting session dbus proxyMarek Chalupa2015-09-071-11/+1
* native: remove obsolete commentMarek Chalupa2015-09-071-2/+0
* Nested X11: use KeymapNotify events to fix key state on FocusInOwen W. Taylor2015-09-031-0/+30