summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* renderer/native: Don't use modifiers to import linear DMA bufferLouis-Francis Ratté-Boulianne2018-02-221-1/+2
* native/renderer: Retrieve the right modifiers set for each GPULouis-Francis Ratté-Boulianne2018-02-221-140/+241
* renderer/native: Use the right EGL image parameters for extra planesLouis-Francis Ratté-Boulianne2018-02-221-7/+7
* backends: Monitor changes in active tools' settingsCarlos Garnacho2018-02-191-3/+68
* build: Fix distcheckCarlos Garnacho2018-02-181-0/+1
* wayland: Avoid clutter_input_focus method calls when unfocusedwip/carlosg/text-input-fixesCarlos Garnacho2018-02-121-0/+2
* Change naming of GParmSpec enum id string for naming consistencyGwan-gyeong Mun2018-02-103-9/+9
* wayland: Handle NULL event node/vendor/product on tablet methodsCarlos Garnacho2018-02-092-4/+15
* backends/x11: wacom pressure curve is a 32-bit propertyPeter Hutterer2018-02-091-2/+2
* wayland: Fix handling of INCR transactionsCarlos Garnacho2018-02-071-2/+2
* wayland: Use read_all() when reading wayland selectionsCarlos Garnacho2018-02-071-7/+6
* renderer/x11: Enable GPU memory purge error extension if availableJonas Ådahl2018-02-072-2/+1
* main: Add --x11 command line argumentJonas Ådahl2018-02-061-2/+14
* wayland: Do not fail on stalled .X11-unix entriesOlivier Fourdan2018-02-051-1/+2
* wayland: send shortcut inhibit “active” eventOlivier Fourdan2018-02-051-9/+3
* gpu-kms: Don't add outputs without modesJonas Ådahl2018-02-053-24/+50
* backends/x11: Preserve XI1 XDevice throughout ClutterInputDevice lifetimeCarlos Garnacho2018-02-011-6/+42
* backends/x11: Fix time-comparison bug causing hangJeff Smith2018-02-011-1/+1
* wayland: No need to check for keyboardOlivier Fourdan2018-01-311-3/+0
* backends: Add support for Wacom stylus tertiary-button-actionJason Gerecke2018-01-304-6/+17
* x11/window: Mark restored workspace as “set”Olivier Fourdan2018-01-301-0/+1
* session: use initial workspace if no workspace setOlivier Fourdan2018-01-251-1/+4
* settings: Avoid warning when clearing xwayland grab access listsJonas Ådahl2018-01-251-2/+4
* screen-cast: Update to pipewire 0.1.8 APIJonas Ådahl2018-01-251-98/+57
* remote-desktop-session: Don't always warn about axis stepsJonas Ådahl2018-01-241-1/+1
* renderer/native: Create GBM surfaces with modifiersDaniel Stone2018-01-244-24/+280
* renderer/native: Use modifier-aware GBM APIDaniel Stone2018-01-241-11/+36
* renderer/native: Use drmModeAddFB2 where availableDaniel Stone2018-01-241-15/+29
* crtc/kms: Add parsing for IN_FORMATS propertyDaniel Stone2018-01-241-1/+103
* monitor: Set MINIMUM_LOGICAL_HEIGHT to 480Hans de Goede2018-01-231-1/+1
* Don't attempt to get monitor geometry on non-existent monitorsJeremy Nickurak2018-01-211-23/+26
* wayland: Bolt MetaWaylandTextInput in.Carlos Garnacho2018-01-182-0/+9
* wayland: Let IM-processed key events go through MetaWaylandKeyboardCarlos Garnacho2018-01-181-2/+4
* wayland: Implement text input protocolCarlos Garnacho2018-01-185-0/+677
* protocol: Add internal text input protocolCarlos Garnacho2018-01-182-0/+304
* wayland: shortcuts inhibitor requires a windowOlivier Fourdan2018-01-181-1/+3
* wayland: Add missing breaks on MetaWaylandSeat event handlerCarlos Garnacho2018-01-171-0/+3
* wayland: send xdg-output size as size, not positionOlivier Fourdan2018-01-151-3/+3
* input-settings/x11: Fix tap-and-drag libinput property nameJonas Ådahl2018-01-121-1/+1
* wayland: update location prior to maximizeOlivier Fourdan2018-01-114-9/+27
* wayland: Do not enforce a size on un-maximizeOlivier Fourdan2018-01-111-2/+11
* core: Add new unmaximize flagOlivier Fourdan2018-01-112-6/+8
* window: Defer stack placement without a bufferOlivier Fourdan2018-01-115-14/+42
* wayland: Ensure wl_shell_surfaces are set reactiveDaniel van Vugt2018-01-091-2/+3
* build: Fix build when native backend is disabledTing-Wei Lan2018-01-091-0/+2
* monitor-unit-tests: Add non upright panel testHans de Goede2017-12-251-0/+35
* monitor-unit-tests: Add support for panel-orientationHans de Goede2017-12-251-0/+3
* monitor-config-manager: Adjust accelerometer rotation for panel-orientationHans de Goede2017-12-251-0/+14
* monitor-manager: Take panel-orientation into account for physical sizeHans de Goede2017-12-252-4/+23
* monitor-manager: Add portrait modes to portrait displaysHans de Goede2017-12-254-22/+100