emersion
|
98b67e2399
|
Fix xwayland configure in set_size
|
2018-03-31 11:30:15 -04:00 |
|
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 |
|