aboutsummaryrefslogtreecommitdiff
path: root/rootston
AgeCommit message (Collapse)Author
2017-11-19rootston: remove grab listenersTony Crisci
2017-11-19Merge branch 'bug/xwayland-ready-listener' into refactor/wlr-drag-iconTony Crisci
2017-11-19rootston: xwayland ready listenerTony Crisci
2017-11-19data-device: wlr-drag-iconTony Crisci
2017-11-18rootston: seat/cursor 80col cleanupTony Crisci
2017-11-18Merge branch 'master' into feature/wlr-seat-touchTony Crisci
2017-11-18Add per-seat cursor configurationemersion
2017-11-18Add cursor theme to rootston configemersion
2017-11-17Fix segfault when xwayland is disabledemersion
2017-11-16rename touch slot to touch idTony Crisci
2017-11-16wlr-seat: return serial from touch down interfaceTony Crisci
2017-11-16Merge branch 'master' into feature/wlr-seat-touchTony Crisci
2017-11-16Various keyboard fixesemersion
* Ensure keysyms state is always updated * Check if pressed keysyms are exactly the binding keysyms * Do not include modifiers in list of keysyms, these are special cases
2017-11-16Fix example config fileemersion
2017-11-16Refactor rootston keyboardemersion
2017-11-16Fix a bunch of mistakes detected with scan-buildemersion
2017-11-15rootston: touch to focusTony Crisci
2017-11-15put dnd icon in the right placeTony Crisci
2017-11-15wlr-touch: make dnd workTony Crisci
2017-11-15wlr-seat: refactor touch grab interfaceTony Crisci
2017-11-15basic touch dndTony Crisci
2017-11-15wlr-seat: default touch grabTony Crisci
2017-11-15wlr-seat: basic touchTony Crisci
2017-11-15Add wlr_xdg_surface_v6_popup_get_positionemersion
2017-11-14Remove remaining buffer_{width,height} usageemersion
2017-11-14Don't use buffer sizeemersion
2017-11-14Fix popups position for rotated viewsemersion
2017-11-12Merge branch 'master' into cursor-scaleemersion
2017-11-12Fix hidden cursor when output is added before cursoremersion
2017-11-12Run startup command after xwayland is readyDrew DeVault
2017-11-12Merge branch 'master' into cursor-scaleemersion
2017-11-12Merge pull request #416 from acrisci/bug/set-keyboard-on-addDrew DeVault
rootston: set keyboard for seat on keyboard add
2017-11-12rootston: set keyboard on keyboard addTony Crisci
2017-11-12Merge pull request #414 from emersion/fix-hidpi-rotated-inputDrew DeVault
Fix rotated views on HiDPI outputs
2017-11-12Spawn views on last active outputDrew DeVault
2017-11-12Remove unnecessary includeemersion
2017-11-12Fix rendering of rotated views on HiDPI outputsemersion
2017-11-12Fix pointer input for rotated views on HiDPI outputsemersion
2017-11-12Introduce wlr_xcursor_manageremersion
2017-11-11rootston: keep one xcursor_theme per seatemersion
2017-11-11Add wlr_output.serialemersion
2017-11-11rootston: add roots_xcursor_themeemersion
roots_xcursor_theme loads multiple wlr_xcursor_theme at different scales.
2017-11-11Add scale parameter to wlr_cursor_set_imageemersion
2017-11-11rootston: config.c 80 colTony Crisci
2017-11-11rootston: prefix config structs and functionsTony Crisci
2017-11-11rootston: fix formatting for xwayland configTony Crisci
2017-11-11Merge branch 'master' into feature/multiseatTony Crisci
2017-11-11Fix resize issues with some xdg-shell apps.emersion
Also renames view_get_size to view_get_box to be more consistent with wlroots API and make it more obvious that x,y are set (while in roots_view.get_size this isn't the case). Fixes #407
2017-11-10rootston: fix multiseat focusTony Crisci
2017-11-10Merge pull request #390 from emersion/rootston-maximizeDrew DeVault
Maximize views in rootston