https://github.com/swaywm/sway

sort by:
Revision Author Date Message Commit Date
4b20086 Merge pull request #1767 from emersion/fix-dmenu Give keyboard focus to unmanaged xwayland surfaces 07 April 2018, 18:43:38 UTC
2b357af Give keyboard focus to unmanaged xwayland surfaces This fixes dmenu 07 April 2018, 18:03:30 UTC
a5d06b6 Merge pull request #1766 from emersion/fix-output-container-position Fix output containers position 07 April 2018, 17:21:52 UTC
5d34e45 Add basic server decorations support 07 April 2018, 17:21:07 UTC
61abd56 Fix output containers position 07 April 2018, 16:44:02 UTC
b12b848 Merge pull request #1759 from emersion/output-send-frame-done Don't send frame done immediately when rendering 07 April 2018, 16:23:26 UTC
a91a1a4 Merge pull request #1765 from emersion/fix-bad-assert Fix inverted assertion 07 April 2018, 16:11:24 UTC
8af0c2b Don't send frame done immediately when rendering 07 April 2018, 16:10:50 UTC
33b4f94 Fix inverted assertion Seems like it doesn't work this way 07 April 2018, 16:03:13 UTC
c47b4d4 Merge pull request #1756 from emersion/output-damage Fine-grained damage tracking 07 April 2018, 15:53:10 UTC
f5a9bd5 Merge pull request #1700 from swaywm/move-cmd-full Implement move [left|right|up|down] 07 April 2018, 15:19:25 UTC
2c9f0fb Merge pull request #1762 from DanySpin97/wlroots Fix json-c version dependency 07 April 2018, 13:47:28 UTC
5727b81 Fix json-c version dependency 07 April 2018, 09:08:39 UTC
93ca891 Don't rejigger if parent has two children 06 April 2018, 22:10:02 UTC
37b173f When moving between outputs, use output center as reference 06 April 2018, 21:50:12 UTC
606d322 Container coordiantes/sizes are floating point 06 April 2018, 20:19:06 UTC
5c31b06 Merge pull request #1758 from swaywm/revert-1757-boooooooxes Revert "Break everything^W^WUse wlr_box for sway_container" 06 April 2018, 20:16:05 UTC
640232e Revert "Break everything^W^WUse wlr_box for sway_container" 06 April 2018, 20:13:26 UTC
0c62791 Damage all surfaces when damaging whole container 06 April 2018, 19:59:50 UTC
656ef55 Merge pull request #1757 from swaywm/boooooooxes Break everything^W^WUse wlr_box for sway_container 06 April 2018, 19:57:57 UTC
df0d57b Fix issue with incorrectly rejiggered workspaces 06 April 2018, 19:54:03 UTC
764489e Break everything^W^WUse wlr_box for sway_container 06 April 2018, 19:38:37 UTC
9109b1f Fix moving to parallel container on another output 06 April 2018, 19:37:55 UTC
5ff1699 Address @emersion feedback 06 April 2018, 19:09:52 UTC
5891482 Don't damage the whole output 06 April 2018, 18:17:58 UTC
c8be7bf Fix another of @orestisf1993's issues 06 April 2018, 17:57:04 UTC
e550e22 Refactor rendering code 06 April 2018, 17:27:01 UTC
1f70b94 Fix moving into right end of container 06 April 2018, 17:17:22 UTC
cd6e318 Fix issues @orestisf1993 raised 06 April 2018, 16:46:33 UTC
b5baa78 Address @emersion's comments 06 April 2018, 15:53:10 UTC
603e0e4 Add debug tree view 06 April 2018, 15:49:27 UTC
516f545 Simplify damage tracking functions, use them in layer shell 06 April 2018, 15:45:40 UTC
d447460 Merge pull request #1755 from emersion/view-child-hidpi Send surface enter/leave events to view children 06 April 2018, 15:43:55 UTC
290c916 Send surface enter/leave events to view children 06 April 2018, 14:26:32 UTC
a06052a Fix splitting workspaces 06 April 2018, 13:43:52 UTC
efac07d Fix workspaces not updated on swaybar 06 April 2018, 13:43:52 UTC
57954a2 Implement move [left|right|up|down] The exact semantics of this command are complicated. I'll describe each test scenario as s-expressions. Everything assumes L_HORIZ if not specified, but if you rotate everything 90 degrees the same test cases hold. ``` (container (view a) (view b focus) (view c)) -> move left (container (view b focus) (view a) (view c)) (container (view a) (view b focus) (view c)) -> move right (container (view a) (view c) (view b focus)) (container L_VERT (view a)) (container L_HORIZ (view b) (view c focus)) -> move up (container L_VERT (view a) (view c focus)) (container L_HORIZ (view b)) (workspace (view a) (view b focus) (view c)) -> move up (workspace [split direction flipped] (view b focus) (container (view a) (view c))) (workspace (view a) (view b focus) (view c)) -> move down (workspace [split direction flipped] (container (view a) (view c)) (view b focus))) Note: outputs use wlr_output_layout instead of assuming that i+/-1 is the next output in the move direction. (root (output X11-1 (workspace 1)) (output X11-2 (workspace 1 (view a focus) (view b))))) -> move left (root (output X11-1 (workspace 1 (view a focus))) (output X11-2 (workspace 1 (view b))))) (root (output X11-1 (workspace 1 (container (view a) (view b))) (output X11-2 (workspace 1 (view c focus))))) -> move left (root (output X11-1 (workspace 1 (container (view a) (view b)) (view c focus))) (output X11-2 (workspace 1))) ``` 06 April 2018, 13:43:52 UTC
d77a011 Avoid arranging windows while reloading config 06 April 2018, 13:43:44 UTC
cca420b Fix focus_follows_mouse issues 06 April 2018, 13:32:51 UTC
b08f7e5 Fix deletion of still-visible workspaces on unfocus 06 April 2018, 13:26:49 UTC
3499cc6 Merge pull request #1754 from emersion/fix-output-enter Fix wl_output enter/leave events 06 April 2018, 04:14:15 UTC
88e3e5e Fix wl_output enter/leave events Fixes #1739 06 April 2018, 04:10:17 UTC
9acd066 Merge pull request #1751 from emersion/remove-layout-last Remove L_TYPES 06 April 2018, 03:26:40 UTC
0f1068e Remove wlc-git from .build.yml 06 April 2018, 03:25:42 UTC
c2b1bee Remove L_TYPES 06 April 2018, 03:22:08 UTC
254ca81 Merge pull request #1747 from acrisci/ipc-layout ipc layout 06 April 2018, 02:54:26 UTC
f63d941 Merge pull request #1743 from emersion/subsurface-damage-tracking Damage tracking for view children 06 April 2018, 02:53:21 UTC
6b308db address feedback 06 April 2018, 02:50:10 UTC
235798f dont send ipc events when there are no listeners 05 April 2018, 23:01:03 UTC
641807d Handle unmanaged surfaces motion 05 April 2018, 22:48:35 UTC
d65d001 Fix desktop_damage_whole_surface 05 April 2018, 22:38:50 UTC
6b9b03f Remove outdated TODO 05 April 2018, 22:33:18 UTC
076bedb Add container_damage_whole 05 April 2018, 22:31:19 UTC
1c91d0c Add damage tracking for xwayland unmanaged surfaces 05 April 2018, 21:39:17 UTC
bbfc548 add layout to ipc containers 05 April 2018, 21:33:35 UTC
07f3bb3 Handle xwayland configure requests for unmanaged surfaces 05 April 2018, 21:22:39 UTC
a528aea Make xwayland surface destroy more foolproof 05 April 2018, 21:11:46 UTC
7ce1038 Fix xwayland unmanaged surfaces 05 April 2018, 21:08:30 UTC
f5e5b18 Track damage of xdg-shell-v6 popups 05 April 2018, 20:48:11 UTC
268c68b Merge pull request #1745 from swaywm/swaybar-hotplugging Handle output removal on swaybar 05 April 2018, 20:09:41 UTC
f242362 Handle output removal on swaybar 05 April 2018, 20:04:30 UTC
842a3ea Add -Wno-unused-result Fixes #1744 05 April 2018, 19:23:59 UTC
45f93e1 Accumulate damage from subsurfaces 05 April 2018, 19:20:45 UTC
94ecd0f Configure wlr_xdg_output_manager during init 05 April 2018, 18:01:14 UTC
b3a1cf1 Merge pull request #1742 from emersion/shell-views Implement shell views 05 April 2018, 16:32:42 UTC
dcd15a2 Implement shell views 05 April 2018, 15:40:39 UTC
9939d98 Error handling in swaylock daemonize() Fixes #1741 05 April 2018, 13:21:39 UTC
9e89daf Merge pull request #1734 from swaywm/resize-cmd Implement resize command 05 April 2018, 04:17:47 UTC
f779863 Implement resize command 05 April 2018, 04:03:20 UTC
aa35715 Merge pull request #1736 from acrisci/ipc-container-type Ipc container type 05 April 2018, 03:06:53 UTC
891e114 Merge pull request #1733 from acrisci/fix-focus-inactive try to fix focus-inactive 05 April 2018, 03:06:42 UTC
04ce096 add type to container json 05 April 2018, 02:41:05 UTC
65f254f Merge branch 'wlroots' into fix-focus-inactive 05 April 2018, 02:36:09 UTC
deda374 fix focus child 05 April 2018, 02:31:10 UTC
21aedf1 Merge pull request #1732 from emersion/view-children Update for wlroots#824 05 April 2018, 02:12:32 UTC
44b8d30 Use new wlr_*_surface_at functions 05 April 2018, 02:03:14 UTC
8eff00f Remove unused SWAY_VIEW_TYPES 05 April 2018, 02:03:14 UTC
679c51e Remove unused sway_view.unmanaged_link 05 April 2018, 02:02:40 UTC
5a64622 Merge pull request #1707 from acrisci/transparency Implement opacity command 05 April 2018, 02:01:00 UTC
fc9398a Implement opacity command 05 April 2018, 01:57:05 UTC
f2153f3 Merge pull request #1705 from swaywm/swaylock-layers Port swaylock to layer shell 05 April 2018, 00:16:35 UTC
cfd8065 fix sending window new event 04 April 2018, 23:37:01 UTC
5d444b3 Address review feedback from @emersion 04 April 2018, 22:52:44 UTC
3e61718 try to fix focus-inactive 04 April 2018, 22:52:38 UTC
053b51c exit() needs stdlib.h inb4 acrisci 04 April 2018, 22:47:49 UTC
218a378 Import stdlib.h and define POSIX macro for rand() 04 April 2018, 22:47:49 UTC
0138f79 Move extra roundtrip into password.c 04 April 2018, 22:47:49 UTC
d2d050d Address review feedback 04 April 2018, 22:47:48 UTC
46b3889 Add hidpi support to swaylock 04 April 2018, 22:47:48 UTC
b7e7794 Implement input-inhibit in sway, swaylock 04 April 2018, 22:47:48 UTC
06fbd51 Add input inhibitor to input manager 04 April 2018, 22:47:48 UTC
3ede718 Refocus the last focused container on lock exit 04 April 2018, 22:47:48 UTC
62a736a Actually let's not do that TODO 04 April 2018, 22:47:48 UTC
d053acb R E N D E R I N G 04 April 2018, 22:47:48 UTC
e902de3 Verify passwords 04 April 2018, 22:47:48 UTC
066143a Add password buffer, refactor rendering/surfaces 04 April 2018, 22:47:48 UTC
1fe3cb8 Link swaylock to xkbcommon 04 April 2018, 22:47:48 UTC
1008d4c Split seat code into its own file 04 April 2018, 22:47:48 UTC
0bd40ce Set up an XKB context for the keyboard 04 April 2018, 22:47:48 UTC
402e1d9 Grab keyboard off of the seat 04 April 2018, 22:47:48 UTC
back to top