Commit graph

3301 commits

Author SHA1 Message Date
Mattias Eriksson
33675fa90d
Merge 9ae03f19bd into 950c451f30 2018-04-28 23:49:47 +00:00
Ryan Dwyer
950c451f30
Merge pull request #1869 from emersion/xwayland-ignore-fullscreen-unmapped
Don't call view_set_fullscreen on unmapped xwayland views
2018-04-29 09:15:29 +10:00
emersion
3fd8897abe
Don't call view_set_fullscreen on unmapped xwayland views 2018-04-28 20:44:42 +01:00
Mattias Eriksson
9ae03f19bd Adapt to wlroots interface change 2018-04-28 16:19:47 +02:00
Mattias Eriksson
944f54da0d Adjusted debug output 2018-04-28 09:43:05 +02:00
Mattias Eriksson
20c113952a Fix lock sequence to actually work 2018-04-28 09:38:11 +02:00
Mattias Eriksson
72054eba22 Be more agressive grabbing inhibit lock 2018-04-27 12:29:27 +02:00
Mattias Eriksson
3e2af9c4a2 Fix return statment 2018-04-27 12:10:32 +02:00
Mattias Eriksson
1e1899512e Fix inhibit logic to use block and only inhibit when goind down 2018-04-27 12:08:29 +02:00
emersion
85ec700206
Merge pull request #1866 from ggreer/swaybar-cmd-sh
invoke_swaybar: Set process group id
2018-04-27 08:18:26 +01:00
Mattias Eriksson
8f81be64fb Some debug 2018-04-27 09:11:34 +02:00
Mattias Eriksson
cfee393234 Release lock 2018-04-27 09:09:19 +02:00
Geoff Greer
5587af1782 Rename len to msg_len. Avoids an aliased variable that was a little confusing to follow. 2018-04-26 18:16:29 -07:00
Geoff Greer
b9726afd48 invoke_swaybar(): Set process group. Kill process group.
Fixes a bug where terminate_swaybar() did not terminate swaybar.
2018-04-26 18:13:44 -07:00
Mattias Eriksson
6d5c937247 Move systemd related things to wlroots 2018-04-26 22:26:03 +02:00
Drew DeVault
64e0731cc7
Merge pull request #1860 from emersion/input-map-from
Add map_from_region command
2018-04-26 12:32:10 +02:00
emersion
ff61df17ff
Add map_from_region command 2018-04-26 10:53:47 +01:00
Drew DeVault
d94bb78ff3
Merge pull request #1863 from RyanDwyer/remove-workspace-layout
Remove sway_container.workspace_layout
2018-04-26 11:38:52 +02:00
Ryan Dwyer
ae39d7b28c Remove sway_container.workspace_layout
Fixes #1716.
2018-04-26 10:14:18 +10:00
emersion
7ac770f3c0
Merge pull request #1852 from RyanDwyer/criteria-commands
Implement criteria commands
2018-04-25 22:52:01 +01:00
Mattias Eriksson
1d115ddca9 Extra NULL checks 2018-04-25 21:25:29 +02:00
Mattias Eriksson
913dd235ee Inhibit suspend until we have a lockscreen 2018-04-25 21:10:38 +02:00
Drew DeVault
c54097428a
Merge branch 'master' into criteria-commands 2018-04-25 11:00:56 +02:00
Drew DeVault
7567429550
Merge pull request #1861 from emersion/swaybar-memory-leaks
Fix a bunch of swaybar memory leaks
2018-04-25 11:00:24 +02:00
emersion
aa36899d8a
Fix a bunch of swaybar memory leaks 2018-04-24 22:28:55 +01:00
Mattias Eriksson
ff5f58b0d8 Support for PrepareForSleep logind signal 2018-04-24 21:27:00 +02:00
Drew DeVault
317b8cbd93
Merge pull request #1858 from emersion/master
Fix segfault when switching back to workspace with osu!
2018-04-24 21:16:10 +02:00
Drew DeVault
4779d8ca41
Merge branch 'master' into master 2018-04-24 19:57:03 +02:00
Mattias Eriksson
146a22290e Add lock command for invoking swaylock_command
Add lock command to be able to bind a key to invoke the lock command
specified by swaylock_command
2018-04-24 19:55:37 +02:00
Mattias Eriksson
61cc0c67fe Merge branch 'master' into idle_v2 2018-04-24 19:27:11 +02:00
Mattias Eriksson
ce344e1130 Merge branch 'master' into idle_v2 2018-04-24 19:25:38 +02:00
emersion
4568e6c783
Merge pull request #1856 from Hello71/issue1855
Work around maybe-uninitialized in bar.c
2018-04-24 18:22:44 +01:00
emersion
df245780d2
Do not let tiled xwayland views do what they want 2018-04-24 18:19:26 +01:00
emersion
3ed3bdf03f
Fix segfault when switching back to workspace with osu! 2018-04-24 18:18:49 +01:00
Alex Xu (Hello71)
63267240bf Work around maybe-uninitialized in bar.c
Fixes #1855.
2018-04-24 12:29:11 -04:00
Drew DeVault
5024f08885
Merge pull request #1848 from snaggen/improved_key_handling
Improved key handling in swaylock
2018-04-24 16:30:54 +02:00
Mattias Eriksson
2d884d4e4f Improved key handling in swaylock
Make escape clear buffer
Add indicator states for ctrl,shift,super et al
Add CapsLock indicator
2018-04-24 15:40:30 +02:00
Ryan Dwyer
dfc26c664f Update wording about unmanaged/unmapped views 2018-04-24 20:14:22 +10:00
Ryan Dwyer
689a6a5605 Use size_t instead of int and calloc instead of malloc 2018-04-24 20:08:32 +10:00
Ryan Dwyer
30a7488936 Add assert to view_execute_criteria() 2018-04-24 20:08:32 +10:00
Ryan Dwyer
72767e1cc3 Implement criteria commands
Implements the following commands:

* for_window [...] <cmdlist>
* assign [...] <workspace>
2018-04-24 20:08:32 +10:00
Drew DeVault
38c44f2f27
Merge pull request #1851 from RyanDwyer/container-descendants-crash
Fix crash in container_descendants()
2018-04-24 10:53:05 +02:00
Ryan Dwyer
22b9169631 Fix crash in container_descendants()
If root is a C_VIEW, the children property is a null pointer.
2018-04-24 12:27:04 +10:00
Drew DeVault
82cb379727
Merge pull request #1843 from swaywm/layer-optional-output
Updates per swaywm/wlroots#887
2018-04-23 11:17:57 +02:00
Drew DeVault
420a669f21 Updates per swaywm/wlroots#887 2018-04-23 11:15:07 +02:00
Drew DeVault
d41b0ef98f
Merge pull request #1847 from RyanDwyer/rename-workspace
Implement rename workspace command
2018-04-23 11:13:29 +02:00
Ryan Dwyer
fbb5198e43 Sort workspaces after rename 2018-04-23 18:54:45 +10:00
Ryan Dwyer
d956286b92 Implement rename workspace command
This implements the following commands:

* rename workspace to new_name
* rename workspace old_name to new_name
* rename workspace number n to new_name
2018-04-23 18:54:45 +10:00
Mattias Eriksson
581d24079c Make idle handling per seat 2018-04-23 10:49:55 +02:00
Drew DeVault
778b90d13e
Merge pull request #1846 from RyanDwyer/fullscreen-xwayland-unmanaged
Render unmanaged xwayland views when an xwayland view is fullscreen
2018-04-23 10:44:06 +02:00