Drew DeVault
|
eb5a8e03ff
|
Check for null container
|
2018-03-31 10:51:39 -04:00 |
|
Drew DeVault
|
e4fd47d3a1
|
Merge pull request #1682 from emersion/unmanaged-no-container
Make it clear that unmanaged views don't have a container
|
2018-03-31 10:49:06 -04:00 |
|
Drew DeVault
|
ccdcaa478f
|
Fix bug with previous commit
|
2018-03-31 10:47:04 -04:00 |
|
emersion
|
a44a71c116
|
Make it clear that unmanaged views don't have a container
view->swayc is NULL anyway.
|
2018-03-31 10:39:05 -04:00 |
|
Drew DeVault
|
8aa195e311
|
Fix #1104
|
2018-03-31 09:45:11 -04:00 |
|
Drew DeVault
|
5c08e13e50
|
Set Xwayland seat on focus
Necessary to make primary selection syncronize
|
2018-03-31 09:29:34 -04:00 |
|
emersion
|
b237fa0b22
|
Set xwayland cursor
|
2018-03-31 00:24:38 -04:00 |
|
Drew DeVault
|
212b503992
|
Use wlr_surface_point_accepts_input
|
2018-03-30 23:08:24 -04:00 |
|
Drew DeVault
|
f5470f3338
|
Pass pointer events to surface layers
|
2018-03-30 21:03:35 -04:00 |
|
emersion
|
9665642765
|
Merge branch 'wlroots' into client-cursors
|
2018-03-30 19:04:06 -04:00 |
|
emersion
|
eb716c6c43
|
Fix segfaults when focusing a workspace
|
2018-03-30 16:12:02 -04:00 |
|
emersion
|
03255fd202
|
Fix pointer events for hidden workspaces
|
2018-03-30 15:33:16 -04:00 |
|
emersion
|
6c9d67b105
|
Handle set_cursor requests from clients
Allow clients to set a custom cursor if they have the seat's
pointer focus.
|
2018-03-30 10:53:18 -04:00 |
|
Drew DeVault
|
01af343912
|
Destroy empty workspaces when moving away
|
2018-03-30 10:47:19 -04:00 |
|
Drew DeVault
|
f26ecd9f58
|
Merge remote-tracking branch 'origin/wlroots' into swaybar-layers
|
2018-03-30 00:04:04 -04:00 |
|
Tony Crisci
|
8f490d7d2d
|
Fix oversights from previous pull request
|
2018-03-29 23:53:38 -04:00 |
|
Tony Crisci
|
dc8c9fbeb6
|
Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"
This reverts commit 472e81f35d , reversing
changes made to 6b7841b11f .
|
2018-03-29 23:41:33 -04:00 |
|
Drew DeVault
|
d0c7f66e95
|
Revert "Refactor tree"
|
2018-03-29 23:29:29 -04:00 |
|
Tony Crisci
|
92c58b1e63
|
rename container_for_each_descendent
|
2018-03-29 23:08:59 -04:00 |
|
Drew DeVault
|
6836074fed
|
Implement enough IPC for swaybar to work
|
2018-03-29 22:11:08 -04:00 |
|
Tony Crisci
|
4c394a0e9e
|
address feedback
|
2018-03-29 21:22:39 -04:00 |
|
Tony Crisci
|
eca029f218
|
more renaming things
|
2018-03-29 17:06:29 -04:00 |
|
Tony Crisci
|
b90099b4b7
|
rename container functions
|
2018-03-29 16:40:40 -04:00 |
|
Tony Crisci
|
83d09cf594
|
remove swayc_t typedef
|
2018-03-29 14:31:10 -04:00 |
|
Tony Crisci
|
874f009866
|
move tree includes to their own directory
|
2018-03-29 14:21:42 -04:00 |
|
Drew DeVault
|
1e604f3e35
|
Update input events per swaywm/wlroots#765
|
2018-03-28 12:22:45 -04:00 |
|
Tony Crisci
|
ac8269d536
|
take seat param for handle_command and rename
|
2018-02-24 12:50:24 -05:00 |
|
Tony Crisci
|
4b3aa59b8b
|
rename new_input listener on input-manager
|
2018-02-20 19:09:38 -05:00 |
|
Tony Crisci
|
083e11ac7c
|
fix build for latest api
|
2018-02-14 15:08:10 -05:00 |
|
Tony Crisci
|
06c71f115b
|
input device destroy
|
2018-02-14 14:47:59 -05:00 |
|
Tony Crisci
|
946d9459c5
|
get swayc in direction
|
2018-02-14 14:30:27 -05:00 |
|
Tony Crisci
|
ce3a1b3922
|
properly pick next focus
|
2018-02-10 18:19:53 -05:00 |
|
Tony Crisci
|
145b4fdf58
|
use bfs iterator to collect focus stack
|
2018-02-10 16:52:45 -05:00 |
|
Tony Crisci
|
a7d49da239
|
separate seat get focus and seat get focus inactive
|
2018-02-07 18:17:57 -05:00 |
|
Tony Crisci
|
5151502298
|
basic focus overhaul
|
2018-02-04 14:08:54 -05:00 |
|
Drew DeVault
|
b28602aa74
|
Implement workspaces
|
2018-01-30 23:09:21 -05:00 |
|
Dominique Martinet
|
5766f426aa
|
config reload: destroy old seat when removed from config
This adds new sway_seat_destroy and sway_cursor_destroy helpers
and compare new and old config on free
|
2018-01-22 07:26:37 +01:00 |
|
emersion
|
0c58673c6a
|
Merge pull request #1574 from acrisci/config-refactor
Command criteria
|
2018-01-22 01:16:23 +01:00 |
|
Drew DeVault
|
c933781fac
|
Merge pull request #1570 from acrisci/config-references
Copy input config references
|
2018-01-21 11:17:07 -05:00 |
|
Tony Crisci
|
0e3eae4baa
|
view interface
|
2018-01-21 09:09:53 -05:00 |
|
Tony Crisci
|
c353e01c85
|
add kill command
|
2018-01-20 14:10:11 -05:00 |
|
Tony Crisci
|
2bf76509f8
|
update for new wlr-keyboard modifiers
|
2018-01-17 11:47:27 -05:00 |
|
Tony Crisci
|
9f54cd8935
|
copy config references for input and seat
|
2018-01-17 09:49:02 -05:00 |
|
Tony Crisci
|
83ddd2d9db
|
render override redirect
|
2018-01-14 13:19:21 -05:00 |
|
Dominique Martinet
|
67985e9031
|
sway: change all sway_log to wlr_log
|
2018-01-05 23:39:46 +01:00 |
|
Tony Crisci
|
8b4eb5d7d1
|
cleanup bindings
|
2018-01-04 07:54:14 -05:00 |
|
Tony Crisci
|
50e791cadb
|
binding release
|
2018-01-04 07:25:52 -05:00 |
|
Tony Crisci
|
bd3ca70e3d
|
fix nitpicks
|
2017-12-29 09:11:15 -05:00 |
|
Tony Crisci
|
62b7ab3959
|
overwrite old bindings
|
2017-12-28 18:50:22 -05:00 |
|
Tony Crisci
|
0b8481f41a
|
fix keyboard_execute_bindcode
|
2017-12-28 16:52:12 -05:00 |
|
Tony Crisci
|
8d567cd062
|
bindcode
|
2017-12-28 16:24:23 -05:00 |
|
Tony Crisci
|
27cd633b40
|
run compositor bindings last
|
2017-12-27 19:07:17 -05:00 |
|
Tony Crisci
|
ccaedf5b15
|
run binding command
|
2017-12-27 15:25:16 -05:00 |
|
Tony Crisci
|
d941246d58
|
match user bindsym
|
2017-12-27 15:17:01 -05:00 |
|
Tony Crisci
|
daad222337
|
compositor bindings
|
2017-12-27 13:31:31 -05:00 |
|
Tony Crisci
|
eea80e7276
|
keyboard translate keysyms
|
2017-12-27 13:20:28 -05:00 |
|
Dominique Martinet
|
f3d8df45fc
|
seat_configure_pointer: apply libinput config
Restore the code that used to be in config.c:apply_input_config() pre-wlroots
|
2017-12-24 20:54:48 +01:00 |
|
Tony Crisci
|
63f7fb9517
|
cleanup
|
2017-12-20 06:12:08 -05:00 |
|
Tony Crisci
|
f35575f71d
|
handle keymap not found
|
2017-12-19 05:36:17 -05:00 |
|
Tony Crisci
|
39e7871a85
|
dont set cursor image on motion
|
2017-12-19 05:28:06 -05:00 |
|
Tony Crisci
|
730af5e721
|
use snprintf to get identifier len
|
2017-12-19 04:57:42 -05:00 |
|
Tony Crisci
|
a87960711a
|
Merge branch 'feature/input' of github.com:acrisci/sway into feature/input
|
2017-12-18 10:45:04 -05:00 |
|
Tony Crisci
|
4c436a1a6f
|
remove assumption of one device per identifier
|
2017-12-18 10:44:51 -05:00 |
|
Drew DeVault
|
b0291d126f
|
Fix compile error
|
2017-12-17 21:00:17 -05:00 |
|
Tony Crisci
|
a27736adcd
|
cleanup input-manager
|
2017-12-17 10:44:53 -05:00 |
|
Tony Crisci
|
88bcd43ebf
|
seat fallback config
|
2017-12-17 10:39:22 -05:00 |
|
Tony Crisci
|
e27eff8a29
|
send keyboard enter on keyboard configuration
|
2017-12-17 08:30:20 -05:00 |
|
Tony Crisci
|
0256cd1473
|
fix keyboard hotplugging
|
2017-12-16 19:16:00 -05:00 |
|
Tony Crisci
|
9e4fc7253e
|
get device id correctly
|
2017-12-16 14:03:58 -05:00 |
|
Tony Crisci
|
b0ed1ad28d
|
device add/remove logging
|
2017-12-16 13:16:58 -05:00 |
|
Tony Crisci
|
24e2406429
|
strip whitespace for device id
|
2017-12-16 13:00:31 -05:00 |
|
Tony Crisci
|
b3a0309f26
|
fix logging issue for new wlroots
|
2017-12-16 07:39:22 -05:00 |
|
Tony Crisci
|
9fa70ce426
|
Merge branch 'wlroots' into feature/input
|
2017-12-16 07:33:23 -05:00 |
|
Tony Crisci
|
030fcb64da
|
keyboard cleanup
|
2017-12-16 07:21:21 -05:00 |
|
Tony Crisci
|
9eecbb5d8a
|
xkb config
|
2017-12-15 05:22:51 -05:00 |
|
Tony Crisci
|
92fef27eaa
|
basic configuration
|
2017-12-14 11:11:56 -05:00 |
|
Tony Crisci
|
c173d30b92
|
seat configuration
|
2017-12-12 10:55:20 -05:00 |
|
Tony Crisci
|
163edc5a90
|
sway input device
|
2017-12-12 08:29:37 -05:00 |
|
Tony Crisci
|
9ae906cd37
|
sway pointer
|
2017-12-10 16:57:38 -05:00 |
|
Tony Crisci
|
4d449743c5
|
keyboard remove
|
2017-12-10 15:37:17 -05:00 |
|
Tony Crisci
|
609f63934a
|
basic keyboard
|
2017-12-10 15:01:09 -05:00 |
|
Tony Crisci
|
6339c4f161
|
remove pointer device
|
2017-12-10 13:28:04 -05:00 |
|
Tony Crisci
|
21626e8153
|
seat focus on button press
|
2017-12-10 11:11:47 -05:00 |
|
Tony Crisci
|
5f644d78fc
|
button and axis events
|
2017-12-10 10:08:16 -05:00 |
|
Tony Crisci
|
e69b052a6d
|
working pointer motion
|
2017-12-10 08:48:44 -05:00 |
|
Tony Crisci
|
9333a7eb53
|
working xcursor
|
2017-12-09 14:06:00 -05:00 |
|
Tony Crisci
|
7c67bea942
|
sway xcursor manager
|
2017-12-09 11:51:28 -05:00 |
|
Tony Crisci
|
d76e745b73
|
input include directory
|
2017-12-08 08:07:47 -05:00 |
|
Tony Crisci
|
ec7fc42a00
|
sway cursor
|
2017-12-08 08:04:03 -05:00 |
|
Tony Crisci
|
f6f63f60d6
|
basic input manager and seat
|
2017-12-07 09:58:32 -05:00 |
|
Tony Crisci
|
21ce20885a
|
rename input to input-manager
|
2017-12-07 07:35:10 -05:00 |
|
Drew DeVault
|
0f45fad18c
|
Establish sway input submodule
|
2017-11-11 09:09:17 -05:00 |
|