aboutsummaryrefslogtreecommitdiff
path: root/rootston/seat.c
AgeCommit message (Collapse)Author
2017-12-29roots_seat_destroy: also destroy seat in public functionDominique Martinet
Rework the functions a bit so that the handler does the bulk of the work except for destroying the seat itself, and the main public function just explicitely calls the handler and destroys the seat
2017-12-29rootston seat: implement part of roots_seat_destroyDominique Martinet
... and have it listen to seat destroy notifier
2017-12-27config: Avoid clash with other config-headersBjörn Esser
2017-12-26config: Put all defines into config.hBjörn Esser
2017-12-15Introduce fractional scalingemersion
2017-12-11Set default cursor image in rootstonemersion
2017-12-09rootston xcursor fixesTony Crisci
2017-12-08move get_resize_name to xcursorTony Crisci
2017-12-08bring edges into wlrTony Crisci
2017-11-19Improve roots_seat_cycle_focusemersion
2017-11-19Raise the view on the desktop even if already focused in the seatemersion
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-19data-device: wlr-drag-iconTony Crisci
2017-11-18Merge branch 'master' into seat-viewsemersion
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-17rootston: add per-seat viewsemersion
2017-11-16Merge branch 'master' into feature/wlr-seat-touchTony Crisci
2017-11-16Fix a bunch of mistakes detected with scan-buildemersion
2017-11-15basic touch dndTony Crisci
2017-11-15wlr-seat: basic touchTony Crisci
2017-11-12Merge branch 'master' into cursor-scaleemersion
2017-11-12Fix hidden cursor when output is added before cursoremersion
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-12Spawn views on last active outputDrew DeVault
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-11Add scale parameter to wlr_cursor_set_imageemersion
2017-11-11rootston: prefix config structs and functionsTony Crisci
2017-11-11Merge branch 'master' into feature/multiseatTony Crisci
2017-11-10rootston: fix multiseat focusTony Crisci
2017-11-09rootston: roots_keyboard null checkTony Crisci
2017-11-09wlr-keyboard: take out modifiers event struct (for now)Tony Crisci
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-08rootston: seat resize and rotateTony Crisci
2017-11-07rootston: multiple activated viewsTony Crisci
2017-11-07rootston: input remove stubsTony Crisci
2017-11-07multiseat: somewhat workingTony Crisci
2017-11-05rootston: roots_cursorTony Crisci
2017-11-04rootston: move device init to seatTony Crisci