emersion
76e8e1a6ad
Merge branch 'master' into seat-views
2017-11-19 17:56:26 +01:00
Drew DeVault
fae8d6289a
Merge pull request #434 from acrisci/refactor/remove-client-bound-signal
...
wlr-seat: remove client bound and unbound signal
2017-11-19 11:17:51 -05:00
Tony Crisci
af23192ede
wlr-seat: remove client bound and unbound signal
2017-11-19 11:13:59 -05:00
Drew DeVault
9a4b40854b
Merge pull request #433 from acrisci/refactor/wlr-drag-icon
...
wlr- drag-icon
2017-11-19 10:34:00 -05:00
Drew DeVault
358654e212
Merge pull request #432 from acrisci/bug/xwayland-ready-listener
...
rootston: xwayland ready listener
2017-11-19 10:29:37 -05:00
Tony Crisci
bd8cdf1e9f
rootston: remove grab listeners
2017-11-19 10:20:32 -05:00
Tony Crisci
8f38b0504b
wlr-data-device: map icon by default
2017-11-19 10:14:57 -05:00
Tony Crisci
390b526450
Merge branch 'bug/xwayland-ready-listener' into refactor/wlr-drag-icon
2017-11-19 10:11:39 -05:00
Tony Crisci
90d2eca218
rootston: xwayland ready listener
2017-11-19 10:07:30 -05:00
Tony Crisci
3b74db467b
data-device: wlr-drag-icon
2017-11-19 09:33:55 -05:00
emersion
016744ef4d
Refactor wlr_list inside wlroots
2017-11-19 00:17:40 +01:00
emersion
72d877658a
Merge branch 'master' into seat-views
2017-11-18 22:18:25 +01:00
Drew DeVault
fa36ac90f7
Merge pull request #418 from acrisci/feature/wlr-seat-touch
...
wlr-seat: touch
2017-11-18 14:14:03 -05:00
Tony Crisci
458fe633df
data-device: fix memory leak
2017-11-18 14:04:20 -05:00
Tony Crisci
f17c3947ea
rootston: seat/cursor 80col cleanup
2017-11-18 14:03:31 -05:00
Tony Crisci
f277f28eef
Merge branch 'master' into feature/wlr-seat-touch
2017-11-18 13:43:25 -05:00
Drew DeVault
9f552d896f
Merge pull request #429 from emersion/config-cursor-theme
...
Add cursor theme to rootston config
2017-11-18 11:53:00 -05:00
emersion
5b13f51dfc
Add per-seat cursor configuration
2017-11-18 17:34:24 +01:00
emersion
cd566ccd8e
Add cursor theme to rootston config
2017-11-18 09:47:53 +01:00
emersion
7375931686
Fix typo making GCC build fail
2017-11-18 09:15:48 +01:00
emersion
8693bbd6b1
Update view coords when no configure is required
2017-11-18 09:13:31 +01:00
emersion
a3a8b7bfd8
Fixed a bug with move-resize, removed xdg-shell ack_configure event
...
Fixed move-resizing a view when only one coordinate changes.
2017-11-18 09:09:23 +01:00
emersion
e2843d87c8
Ensure to move the view when configured
2017-11-17 23:52:42 +01:00
emersion
27937add76
Merge branch 'master' into laggy-move-resize
2017-11-17 23:29:47 +01:00
Drew DeVault
bf5640db12
Merge pull request #428 from emersion/fix-disabled-xwayland
...
Fix segfault when xwayland is disabled
2017-11-17 09:31:31 -05:00
emersion
632759a499
Fix segfault when xwayland is disabled
2017-11-17 15:28:22 +01:00
emersion
1523082d5d
Remove outdated comment
2017-11-17 12:47:30 +01:00
emersion
bb6d34e7a5
rootston: add per-seat views
2017-11-17 12:45:07 +01:00
Tony Crisci
f61986e8db
rename touch slot to touch id
2017-11-16 17:53:52 -05:00
Tony Crisci
fb18e345a6
wlr-seat: return serial from touch down interface
2017-11-16 17:44:10 -05:00
Tony Crisci
4434be835d
wlr-seat: clear touch focus on touch point destroy
2017-11-16 17:20:55 -05:00
Tony Crisci
ae7d8870e7
data-device: bug: fix touch detection
2017-11-16 16:45:56 -05:00
Tony Crisci
584ff1df4c
Merge branch 'master' into feature/wlr-seat-touch
2017-11-16 16:19:17 -05:00
Drew DeVault
10f3be7384
Merge pull request #426 from acrisci/feature/readme-running
...
readme: add basic running doc
2017-11-16 16:17:52 -05:00
Tony Crisci
2bbea06093
readme: change running instructions
2017-11-16 15:59:12 -05:00
Tony Crisci
a446f735ae
readme: add basic running doc
2017-11-16 15:41:11 -05:00
Tony Crisci
bfcbe99cd5
Merge pull request #423 from emersion/refactor-rootston-keyboard
...
Refactor rootston keyboard
2017-11-16 13:47:06 -05:00
emersion
a52ca9482a
Various keyboard fixes
...
* 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-16 18:58:33 +01:00
emersion
e674266b44
Fix example config file
2017-11-16 16:34:39 +01:00
emersion
53d4cb47ff
Refactor rootston keyboard
2017-11-16 16:13:23 +01:00
Tony Crisci
900d9dc05e
Merge pull request #422 from emersion/scan-build-fixes
...
Fix a bunch of mistakes detected with scan-build
2017-11-16 06:54:49 -05:00
Tony Crisci
57a355a6a7
Merge pull request #421 from emersion/parent-compositor-exit
...
Terminate on parent compositor exit
2017-11-16 06:27:37 -05:00
emersion
bb79ada49f
Fix a bunch of mistakes detected with scan-build
2017-11-16 10:30:54 +01:00
emersion
7d847efe40
Terminate local display on remote X11 server error
2017-11-16 09:38:24 +01:00
emersion
73c48f2f35
Terminate local display on remote Wayland display error
2017-11-16 09:33:47 +01:00
Drew DeVault
ac78c6642a
Merge pull request #420 from emersion/output-done
...
Call wl_output_send_done when current mode is updated
2017-11-15 16:42:01 -05:00
emersion
bf1f461eba
Call wl_output_send_done when current mode is updated
2017-11-15 22:35:16 +01:00
Tony Crisci
12758a00a2
rootston: touch to focus
2017-11-15 08:34:48 -05:00
Tony Crisci
ac4841ba37
put dnd icon in the right place
2017-11-15 08:34:48 -05:00
Tony Crisci
a337e95505
wlr-touch: make dnd work
2017-11-15 08:34:48 -05:00