aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
AgeCommit message (Collapse)Author
2017-11-20Check for subsurfaces and popups before using wlr_output_set_fullscreen_surfaceemersion
2017-11-20Add support for fullscreen xwayland viewsemersion
2017-11-20Initial fullscreen supportemersion
2017-11-19Add roots_seat_cycle_focusemersion
2017-11-19Make the close command use roots_seat_get_focus, rename a few symbolsemersion
2017-11-19Remove roots_seat_{add,remove}_viewemersion
2017-11-19Merge branch 'master' into seat-viewsemersion
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-18Merge branch 'master' into seat-viewsemersion
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-17rootston: add per-seat viewsemersion
2017-11-16Merge branch 'master' into feature/wlr-seat-touchTony Crisci
2017-11-16Refactor rootston keyboardemersion
2017-11-15rootston: touch to focusTony Crisci
2017-11-15put dnd icon in the right placeTony Crisci
2017-11-15basic touch dndTony Crisci
2017-11-15wlr-seat: basic touchTony Crisci
2017-11-12Merge branch 'master' into cursor-scaleemersion
2017-11-12Spawn views on last active outputDrew DeVault
2017-11-12Remove unnecessary includeemersion
2017-11-12Introduce wlr_xcursor_manageremersion
2017-11-11rootston: keep one xcursor_theme per seatemersion
2017-11-11rootston: add roots_xcursor_themeemersion
roots_xcursor_theme loads multiple wlr_xcursor_theme at different scales.
2017-11-11rootston: prefix config structs and functionsTony Crisci
2017-11-11rootston: documentation for config.h functionsTony Crisci
2017-11-11rootston: remove unused import and old todo from config headerTony 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
2017-11-09wlr-keyboard: take out modifiers event struct (for now)Tony Crisci
2017-11-09Fix maximize delay in xdg-shellemersion
2017-11-09Add wl_shell support for maximized viewsemersion
2017-11-09Merge remote-tracking branch 'origin/master' into hidpiDrew DeVault
2017-11-08Add maximize support for xwayland in rootstonemersion
2017-11-08rootston: drag iconsTony Crisci
2017-11-08rootston: request set cursorTony Crisci
2017-11-08rootston: cleanup for multiseatTony Crisci
2017-11-08rootston: remove devices from seatTony Crisci
2017-11-07multiseat: somewhat workingTony Crisci
2017-11-05Basic maximization implementation for xdg-shellemersion
2017-11-05rootston: roots_cursorTony Crisci
2017-11-05Merge branch 'master' into feature/multiseatTony Crisci
2017-11-04rootston: move device init to seatTony Crisci
2017-11-04move keyboard to seatTony Crisci