| Commit message (Expand) | Author | Age | Files | Lines |
* | backends: rate-filter the emission of MetaBackend::last-device-changed signal | Carlos Garnacho | 2016-02-26 | 1 | -16/+44 |
* | native: Don't wait for a new input event to wrap the pointer | Jonas Ådahl | 2016-02-16 | 1 | -0/+6 |
* | Implement support for the wp_pointer_constraints protocol | Jonas Ådahl | 2016-02-16 | 5 | -0/+156 |
* | native: Update to new constrain callback API | Jonas Ådahl | 2016-02-16 | 1 | -4/+6 |
* | Move out generic math parts out of the native barrier implementation | Jonas Ådahl | 2016-02-16 | 4 | -178/+52 |
* | wayland: Implement support for wp_relative_pointer | Jonas Ådahl | 2016-02-16 | 3 | -0/+55 |
* | cursor-renderer-native: Re-use cogl's gbm device | Rui Matos | 2016-02-04 | 1 | -4/+1 |
* | meta-launcher: Use g_auto* macros | Rui Matos | 2016-01-25 | 1 | -27/+19 |
* | cursor-tracker: Port to GdkSeat API | Rui Matos | 2016-01-21 | 1 | -3/+3 |
* | meta-launcher: don't call g_object_unref() on NULL | Marek Chalupa | 2016-01-21 | 1 | -7/+9 |
* | idle-monitor-native: Don't leak user active watches | Rui Matos | 2016-01-11 | 1 | -44/+24 |
* | idle-monitor-xsync: fix crash if watch callback removes different watch | Ray Strode | 2016-01-11 | 1 | -21/+27 |
* | cursor-renderer-native: Avoid a crash if we fail to allocate a gbm bo | Rui Matos | 2016-01-11 | 1 | -0/+3 |
* | monitor-manager-xrandr: Don't query legacy properties | Jasper St. Pierre | 2016-01-09 | 1 | -6/+0 |
* | native: Don't leak DRM plane resources | Rui Matos | 2016-01-07 | 1 | -0/+2 |
* | native: Implement DRM-based crtc rotation | Carlos Garnacho | 2016-01-07 | 2 | -0/+174 |
* | backends: Fix cut'n'paste error in click method setting | Bastien Nocera | 2015-12-15 | 1 | -1/+1 |
* | backends: Force 2-finger scroll by default if available | Bastien Nocera | 2015-12-15 | 4 | -53/+48 |
* | monitor-manager: Fix the max potential number of logical monitors | Rui Matos | 2015-11-29 | 1 | -1/+1 |
* | cursor-renderer: do not update cursor if it is out of monitor | Marek Chalupa | 2015-11-29 | 1 | -0/+15 |
* | KMS/Wayland: Correct refresh rate units | Daniel Stone | 2015-11-25 | 1 | -2/+12 |
* | launcher: Fix drm device detection for non pci devices | Alban Browaeys | 2015-11-12 | 1 | -11/+17 |
* | meta-backend: include stdlib.h | Ray Strode | 2015-11-06 | 1 | -0/+2 |
* | Exit, not abort, when we fail to initialize Clutter | Owen W. Taylor | 2015-11-06 | 1 | -1/+4 |
* | MetaLauncher: Don't g_error() on failure | Owen W. Taylor | 2015-11-06 | 3 | -55/+109 |
* | Revert "Force cursor update after applying configuration" | Ray Strode | 2015-11-06 | 2 | -75/+0 |
* | Force cursor update after applying configuration | Ray Strode | 2015-11-06 | 2 | -0/+75 |
* | monitor-manager-xrandr: Skip outputs with no crtcs | Rui Matos | 2015-10-30 | 1 | -25/+38 |
* | monitor-manager-xrandr: Skip outputs with no modes | Rui Matos | 2015-10-30 | 1 | -2/+6 |
* | Revert "monitor-manager-xrandr: Ignore outputs without modes" | Rui Matos | 2015-10-30 | 1 | -9/+2 |
* | monitor-manager: Expose a few helpers to clear structs | Rui Matos | 2015-10-30 | 2 | -22/+44 |
* | monitor-manager-xrandr: Ignore outputs without modes | Rui Matos | 2015-10-23 | 1 | -2/+9 |
* | backend-x11: Ensure the Xkb group index remains properly set | Alberts Muktupāvels | 2015-10-23 | 1 | -3/+13 |
* | monitor-manager-xrandr: Be more robust when reading XRROutputInfos | Rui Matos | 2015-10-16 | 1 | -13/+29 |
* | backend-x11: Fallback to a default keymap if getting it from X fails | Rui Matos | 2015-09-25 | 1 | -0/+3 |
* | meta-monitor-manager: Remove bogus condition from check | Florian Müllner | 2015-09-24 | 1 | -2/+1 |
* | Avoid shadowing existing variables | Florian Müllner | 2015-09-24 | 6 | -41/+32 |
* | Don't duplicate declarations from G_DEFINE_TYPE | Florian Müllner | 2015-09-24 | 3 | -6/+0 |
* | Revert "launcher: simplify getting session dbus proxy" | Jonas Ådahl | 2015-09-17 | 1 | -1/+10 |
* | launcher: Don't pass variable as format string | Florian Müllner | 2015-09-16 | 1 | -1/+1 |
* | MetaCursorRenderer: Rely on update_cursor for redrawing | Jonas Ådahl | 2015-09-13 | 1 | -1/+0 |
* | Support scaling of cursor sprites given what output they are on | Jonas Ådahl | 2015-09-13 | 9 | -197/+444 |
* | MetaCursorSprite: Squash MetaCurorImage into MetaCursorSprite | Jonas Ådahl | 2015-09-13 | 1 | -40/+30 |
* | backends/x11: Draw our own cursor sprite when running nested | Jonas Ådahl | 2015-09-13 | 3 | -1/+141 |
* | build: Fix non-wayland build | Ting-Wei Lan | 2015-09-08 | 1 | -1/+7 |
* | launcher: find the right drm device | Marek Chalupa | 2015-09-07 | 1 | -4/+104 |
* | launcher: refactor handling errors in meta_launcher_new | Marek Chalupa | 2015-09-07 | 1 | -29/+36 |
* | launcher: simplify getting session dbus proxy | Marek Chalupa | 2015-09-07 | 1 | -11/+1 |
* | native: remove obsolete comment | Marek Chalupa | 2015-09-07 | 1 | -2/+0 |
* | Nested X11: use KeymapNotify events to fix key state on FocusIn | Owen W. Taylor | 2015-09-03 | 1 | -0/+30 |