index
:
wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rootston
/
input.c
Age
Commit message (
Expand
)
Author
2017-11-19
Make the close command use roots_seat_get_focus, rename a few symbols
emersion
2017-11-19
Remove roots_seat_{add,remove}_view
emersion
2017-11-18
Merge branch 'master' into seat-views
emersion
2017-11-18
Add per-seat cursor configuration
emersion
2017-11-17
rootston: add per-seat views
emersion
2017-11-11
rootston: prefix config structs and functions
Tony Crisci
2017-11-10
rootston: fix multiseat focus
Tony Crisci
2017-11-07
rootston: log seat name
Tony Crisci
2017-11-07
rootston: input remove stubs
Tony Crisci
2017-11-07
multiseat: somewhat working
Tony Crisci
2017-11-04
rootston: move device init to seat
Tony Crisci
2017-11-04
move keyboard to seat
Tony Crisci
2017-11-03
rootston: refactor keyboard
Tony Crisci
2017-11-02
rootston: break up input.h
Tony Crisci
2017-11-02
Use compositor theme for xwm cursor
emersion
2017-10-31
Remove wlr_cursor_set_xcursor for now
emersion
2017-10-27
Move xcursor stuff into its own file
emersion
2017-10-21
Merge branch 'master' into feature/data-device-selection
Tony Crisci
2017-10-21
Merge branch 'master' into feature/data-device-selection
Tony Crisci
2017-10-21
Remove calls to assert to check runtime errors in rootston
emersion
2017-10-21
Remove wl_list_init when using wl_signal_add
emersion
2017-10-20
Implement simple touch support for rootston
Drew DeVault
2017-10-15
wlr-data-device: drag icons
Tony Crisci
2017-10-05
Fix memory leaks
Versus Void
2017-10-01
Add basic drawing tablet support to rootston
Drew DeVault
2017-09-30
rootston: create desktop before input
Tony Crisci
2017-09-28
Handle input device removal
Drew DeVault
2017-09-23
Initial keyboard support in rootston
Drew DeVault
2017-09-23
Implement pointer motion and buttons
Drew DeVault
2017-09-23
Implement wlr_cursor in rootston
Drew DeVault
2017-09-23
Wire up pointer, start on cursor
Drew DeVault
2017-09-23
Initial pass on roots_input
Drew DeVault