emersion
1382b66217
swaybg: set an empty input region
2018-04-03 15:23:51 -04:00
Brian Ashworth
1e549230db
Fix name generation for workspace number <name>
2018-04-03 15:18:57 -04:00
Tony Crisci
a514fee1b9
rename workspace_get_initial_output
2018-04-03 13:24:48 -04:00
Tony Crisci
9b567fc37e
clean up container_get_default_layout
2018-04-03 13:23:34 -04:00
Tony Crisci
065887bb7b
move container_set_layout to layout.h
2018-04-03 13:16:23 -04:00
Tony Crisci
fcbcbf34ad
make container_finish private
2018-04-03 13:10:51 -04:00
Tony Crisci
5f4761c4f4
unify workspace create functions
2018-04-03 13:08:45 -04:00
Tony Crisci
cba258e16a
move output code out of the tree
2018-04-03 12:40:11 -04:00
Tony Crisci
09d448ea2d
unify container destroy functions
2018-04-03 12:34:01 -04:00
Tony Crisci
b4c5f79725
move view and workspace destructors to container.c
2018-04-03 12:25:19 -04:00
Tony Crisci
7afbe9284f
rename _container_destroy to container_finish
2018-04-03 11:27:27 -04:00
Drew DeVault
f366ef373e
Fix #1709
2018-04-03 11:17:34 -04:00
Tony Crisci
33006c4e64
dont deallocate in container_close
2018-04-02 23:15:19 -04:00
Tony Crisci
20f9d49b82
cleanup
2018-04-02 22:42:44 -04:00
Tony Crisci
2992b72d61
change reap container approach
2018-04-02 22:37:21 -04:00
Drew DeVault
447dcd3cb3
Merge pull request #1703 from swaywm/layer-keyboard
...
Give keyboard input to layer surfaces that ask for it
2018-04-02 21:36:01 -04:00
Drew DeVault
0bf3b88019
Give layer shells under the shell layer focus
2018-04-02 21:17:16 -04:00
Drew DeVault
56078edd65
Give exclusive focus to layers above shell layer
2018-04-02 21:09:09 -04:00
Tony Crisci
2c165e1288
fix more close segfaults
2018-04-02 21:01:33 -04:00
Drew DeVault
623a08e14f
Identify topmost interactive layer post-arrange
2018-04-02 20:46:07 -04:00
Drew DeVault
d3eaf6468c
Merge pull request #1668 from acrisci/split-containers
...
Basic split containers
2018-04-02 20:44:56 -04:00
Tony Crisci
32ef182f47
cleanup split command handlers
2018-04-02 20:12:18 -04:00
Tony Crisci
a89096278b
Merge branch 'wlroots' into split-containers
2018-04-02 19:22:10 -04:00
Tony Crisci
64b9b4b155
Merge pull request #1691 from emersion/view-redesign
...
Views redesign
2018-04-02 19:19:38 -04:00
Tony Crisci
d434da5632
Merge branch 'wlroots' into split-containers
2018-04-02 16:09:27 -04:00
Drew DeVault
53aead266b
Merge pull request #1701 from emersion/remove-xdg-shell-xml
...
protocols: remove xdg-shell XML file
2018-04-02 15:54:17 -04:00
emersion
bddd1b31c6
protocols: remove unused XML files
2018-04-02 15:47:50 -04:00
emersion
d4d9f7a48a
protocols: remove xdg-shell XML file
2018-04-02 15:43:04 -04:00
Tony Crisci
d070244362
fix workspace splits
2018-04-02 15:40:40 -04:00
emersion
a4a241697a
Merge branch 'wlroots' into view-redesign
2018-04-02 15:30:58 -04:00
emersion
0c0cc79282
Merge pull request #1699 from acrisci/seat-fixes
...
Seat fixes and cleanup
2018-04-02 15:24:25 -04:00
emersion
2f64ce86c4
Xwayland unmanaged views aren't views anymore
2018-04-02 14:35:43 -04:00
Drew DeVault
4134407fa9
Merge pull request #1690 from swaywm/i3bar-json
...
I3bar json
2018-04-02 14:23:01 -04:00
Tony Crisci
357a4401fa
address feedback
2018-04-02 14:15:40 -04:00
Tony Crisci
2187684bd0
Merge branch 'wlroots' into split-containers
2018-04-02 14:06:04 -04:00
Tony Crisci
c7a6524954
fix segfault
2018-04-02 13:56:35 -04:00
Drew DeVault
ef50d84be1
Render blocks the correct order
2018-04-02 13:53:40 -04:00
Tony Crisci
5e024278a6
Merge branch 'wlroots' into seat-fixes
2018-04-02 13:23:43 -04:00
Tony Crisci
22287b42bf
dont copy input config
2018-04-02 13:19:58 -04:00
emersion
2a8985a345
Merge pull request #1697 from RedSoxFan/back-and-forth
...
Fix back-and-forth workspace name saving for non-empty workspaces
2018-04-02 12:28:08 -04:00
Drew DeVault
7e3aa1daa8
Merge pull request #1693 from swaywm/move-cmd
...
Partially implement move command
2018-04-02 12:23:15 -04:00
Tony Crisci
35445b40a2
remove unused attachment config
2018-04-02 12:16:00 -04:00
Drew DeVault
e3689dd5a9
Fixes regarding @emersion's feedback
2018-04-02 11:57:06 -04:00
Drew DeVault
c507727ad2
Fix use-after-free with block hotspots
2018-04-02 11:53:56 -04:00
Tony Crisci
a82c107c76
80col
2018-04-02 11:44:42 -04:00
Drew DeVault
b2d871cfe2
Partially implement move command
...
Works:
- move [container|window] to workspace <name>
- Note, this should be able to move C_CONTAINER but this is untested
- move [workspace] to output [left|right|up|down|<name>]
Not implemented yet:
- move [left|right|up|down]
- move scratchpad
- move position
2018-04-02 11:12:18 -04:00
Drew DeVault
0cbd2a4f49
Send click events for i3bar blocks
2018-04-02 11:09:23 -04:00
Drew DeVault
333dbcbe72
Render i3bar blocks
2018-04-02 11:09:23 -04:00
Drew DeVault
ee85c91831
Demarcate i3bar JSON into individual updates
2018-04-02 11:09:23 -04:00
emersion
61fabede14
Address review comments
2018-04-02 10:57:45 -04:00