https://github.com/swaywm/sway

sort by:
Revision Author Date Message Commit Date
66c2a0f Merge pull request #958 from Hummer12007/pango config: set pango_markup default to false 25 October 2016, 21:49:49 UTC
31d7684 Merge pull request #947 from alkino/fix_move_empty_workspace Can't move an empty workspace 13 October 2016, 01:43:34 UTC
0af3196 Merge pull request #942 from thejan2009/bugfix-931 fix for_window [] move scratchpad 13 October 2016, 01:43:28 UTC
68fb10a Merge pull request #941 from thejan2009/floating-border Fix border color for floating containers 13 October 2016, 01:43:16 UTC
67eaa84 Merge pull request #940 from thejan2009/reorder-cmd-handler reorder cmd_handler arrays for bsearch 13 October 2016, 01:43:05 UTC
59babac Merge pull request #938 from alkino/fix_sibling Fix creating of sibling floating/children 13 October 2016, 01:42:57 UTC
f1c5ba0 Merge pull request #937 from alkino/fix_scale_factor Add constant scale factor in get_text_size 13 October 2016, 01:42:51 UTC
a92d427 Merge pull request #935 from thejan2009/wrap-focus-change Wrap focus change 13 October 2016, 01:42:42 UTC
6109708 Merge pull request #936 from thejan2009/pango-numeric-char-ref parse pango markup in workspace names (and bugfix) 13 October 2016, 01:42:34 UTC
28c0426 Merge pull request #928 from wasamasa/bugfix-swaylock-font Explicitly set cairo font to avoid wonky fallback 13 October 2016, 01:40:53 UTC
a5a3ae5 Update CONTRIBUTING.md Update release cycle to be a bit slower with RCs 13 October 2016, 01:40:45 UTC
33fe87a prevent dereference of freed workspace 04 October 2016, 21:25:10 UTC
9a74abc consolidate nodes json 04 October 2016, 21:25:10 UTC
73e3f0e moved ipc_init above config file processing. This is necessary because commands in the config file (mode for instance) emit ipc events, and if ipc_init has not been called the ipc_clients_list is not initialized, and we segfault. This fixes that bug. 04 October 2016, 21:25:09 UTC
2d22a6f fix pointer format string in sway_log() call 04 October 2016, 21:25:09 UTC
fe89d7f Correctly scale swaybar Fixes #910. There were some missing multiplications with window->scale. 29 September 2016, 12:31:35 UTC
4e66097 Merge pull request #911 from thejan2009/setgid-setuid Split setgid and setuid, add privilege check [RFC] 27 September 2016, 18:28:14 UTC
a95ce5c Merge pull request #914 from zandrmartin/container-ids add unique IDs to containers 27 September 2016, 18:27:29 UTC
c55ce6e Merge pull request #915 from RyanDwyer/implement-workspace-number-default Implement default name for workspace command 25 September 2016, 15:07:25 UTC
64d4631 Implement default name for workspace command This implements commands such as: workspace number 9: test If a workspace with the given number exists then it will be focused, otherwise a new workspace with the given name will be created. 25 September 2016, 11:42:28 UTC
7d947fd add unique IDs to containers 22 September 2016, 02:05:09 UTC
5e585f9 Split setgid and setuid, add privilege check This commit deals with issue #884. I consulted the following sources: https://www.securecoding.cert.org/confluence/display/c/POS36-C.+Observe+correct+revocation+order+while+relinquishing+privileges and https://www.securecoding.cert.org/confluence/display/c/POS37-C.+Ensure+that+privilege+relinquishment+is+successful 20 September 2016, 14:25:32 UTC
d98c26d Merge pull request #909 from zandrmartin/grab-focused implement "focused container" option for swaygrab 18 September 2016, 21:53:29 UTC
0516dba implement "focused container" feature for swaygrab 18 September 2016, 21:41:08 UTC
0436408 Merge pull request #907 from zandrmartin/fix-json-tree-focus-property fix get_workspaces json reply 18 September 2016, 03:10:34 UTC
e75217c fix get_workspaces json reply 18 September 2016, 03:00:11 UTC
476274c Merge pull request #904 from zandrmartin/fix-json-tree-focus-property fix view focus property in get_tree json 17 September 2016, 21:56:50 UTC
87080bb take four! 17 September 2016, 21:36:55 UTC
a7eeb48 Merge pull request #906 from zandrmartin/global-focus-pointer add global `current_focus` pointer 17 September 2016, 21:30:55 UTC
e18b7cd add global `current_focus` pointer 17 September 2016, 20:54:45 UTC
75f8280 Merge pull request #903 from RyanDwyer/fix-swaybar-output Fix swaybar when running on named outputs. 17 September 2016, 08:00:36 UTC
e4cb4d1 Fix swaybar when running on named outputs. When using a bar on a named output, load_swaybars() requires the output to be active (ie. in the root container), but this is not the case if the bar is added to the last output. To fix this, load_swaybars() is now called after the output has been added to the root container. After fixing that, swaybar would segfault due to using the wrong index variable when loading outputs and config. 17 September 2016, 07:25:45 UTC
461e250 Merge pull request #902 from zandrmartin/patch-2 document `workspace_auto_back_and_forth` command 17 September 2016, 02:58:10 UTC
64f6187 document `workspace_auto_back_and_forth` command 17 September 2016, 02:53:46 UTC
953d688 Merge pull request #896 from thejan2009/bugfix/swaybar-whitespace-in-ws-name Put workspace name in quotes (swaybar ipc) 12 September 2016, 05:41:07 UTC
c239f22 swaybar sends workspace name in quotes fixes #894 12 September 2016, 04:58:53 UTC
7c166e3 Merge pull request #889 from thejan2009/bugfix/indicator_border Use indicator border color only when needed. 10 September 2016, 14:17:16 UTC
873dfc0 Use indicator border color only when needed. Indicator border color is now used only when a container is the only child. Reason for the change? i3 does it this way. Sway container borders are now a bit more similar to i3 ones. 10 September 2016, 14:11:33 UTC
4001302 Merge pull request #888 from zandrmartin/swaybar-pango-fix fix pango markup on swaybar 08 September 2016, 19:50:00 UTC
70b3796 fix pango markup on swaybar 08 September 2016, 19:45:21 UTC
1b4b42f Merge pull request #885 from zandrmartin/commands-refactor merge resize.c into commands/resize.c 07 September 2016, 12:01:28 UTC
511eed9 squash commits, move enum into resize.c 07 September 2016, 11:48:41 UTC
1510a21 Remove extraneous logging 06 September 2016, 12:02:32 UTC
67714de Remove HACKING.md 05 September 2016, 16:29:35 UTC
29e1582 Fix typo 05 September 2016, 16:21:42 UTC
1e9538e Merge pull request #882 from SirCmpwn/move-views-between-outputs Move views between outputs 05 September 2016, 16:19:38 UTC
84d504e Make it possible to move views between outputs This patch makes it possible to move views between outputs using the `move left|right|up|down` commands. It behaves similar to i3 with one important difference. The focus will always follow the view being moved, unlike i3 where the focus doesn't always follow the view to a new output (I assume that's a bug in i3). 05 September 2016, 16:14:23 UTC
dbb7191 More small cleanup 05 September 2016, 16:13:03 UTC
a89105e Minor cleanup on CONTRIBUTING.md 05 September 2016, 16:11:39 UTC
d515ab0 Document release cycle in CONTRIBUTING.md 05 September 2016, 16:09:21 UTC
af44154 Fix constant scale factor in font code 05 September 2016, 15:52:52 UTC
b2226ac Add client support for HiDPI This adds HiDPI support to swaybar, swaybg, and swaylock. 05 September 2016, 15:36:48 UTC
61184e3 Initial testing on hidpi clients 05 September 2016, 14:32:21 UTC
0913eff Add support for * input configs Closes #852 05 September 2016, 14:18:38 UTC
29820ff Merge pull request #879 from zandrmartin/commands-refactor refactor commands.c 02 September 2016, 23:47:37 UTC
65ace5d merge in latest commits 02 September 2016, 19:11:48 UTC
79ffea3 Merge branch 'master' of git://github.com/SirCmpwn/sway into commands-refactor 02 September 2016, 18:46:19 UTC
b374c35 refactor commands.c 02 September 2016, 02:39:08 UTC
4e6d7b1 Merge pull request #878 from lukaslihotzki/master Correct `hide_edge_borders` command 01 September 2016, 23:57:20 UTC
6addaca Correct `hide_edge_borders` command `vertical` and `horizontal` should be swapped. If border_left and border_right were set to 0, the vertical borders instead of the horizontal borders would be hidden. i3 handles this command equally. 01 September 2016, 23:16:03 UTC
38ca94e Tweak how swaylock surfaces are handled Fixes #875 01 September 2016, 12:34:52 UTC
416417a Reorganize includes 01 September 2016, 12:18:37 UTC
729fdf7 Merge pull request #876 from zandrmartin/patch-1 document `orientation` command 01 September 2016, 11:22:10 UTC
8321ee4 Merge pull request #877 from Fale/patch-1 Add Fedora official packages mention :) 01 September 2016, 07:12:30 UTC
8c5e84c Add Fedora official packages mention :) 01 September 2016, 06:40:26 UTC
a9c0993 document `orientation` command 01 September 2016, 02:07:20 UTC
050704a Merge pull request #874 from yohanesu75/ipc-client-fix Fix to make ipc client code FreeBSD compatible. 31 August 2016, 00:02:27 UTC
949933c Fix to make ipc client code FreeBSD compatible. 30 August 2016, 23:59:36 UTC
f435613 Merge pull request #869 from Hummer12007/patch-1 Fix a format string 22 August 2016, 16:53:31 UTC
db1c105 Fix a format string 22 August 2016, 15:56:49 UTC
b18c64d Merge pull request #867 from kb100/fix-865 Avoid dereferencing null configuration 20 August 2016, 16:30:05 UTC
8af49eb Avoid dereferencing null configuration Fixes: https://github.com/SirCmpwn/sway/issues/865 20 August 2016, 16:24:08 UTC
f99992a Merge pull request #862 from goetzc/master Add input example section to config 18 August 2016, 23:18:12 UTC
aecd33d Add input example section to config Also improve sway-input(5) description to be more consistent with sway-bar(5). 18 August 2016, 23:00:58 UTC
420fa20 Merge pull request #853 from guiniol/indicator-color Implement indicator color 11 August 2016, 22:21:58 UTC
7bbf7e1 Update man page The man page mentioned that "indicator" wasn't implemented, this isn't the case anymore. 11 August 2016, 22:13:48 UTC
6173c84 Rerender after every split command 11 August 2016, 22:12:56 UTC
fc492a4 Add support for indicator color 11 August 2016, 21:57:38 UTC
5c87cc7 Merge pull request #851 from thejan2009/output-disable-during-runtime Handle output disabling during runtime 10 August 2016, 17:13:10 UTC
ce98569 Handle output disabling during runtime Output now gets disabled if disable command is invoked via bindsym or IPC. 10 August 2016, 16:52:49 UTC
49afdb4 Merge pull request #846 from mmlb/doc-all-xkb-env-vars document all xkb settings handled by wlc 09 August 2016, 17:14:58 UTC
631ba50 document all xkb settings handled by wlc 09 August 2016, 14:41:06 UTC
b8642ce Merge pull request #843 from thejan2009/bug/move-container-819 Fix container move when workspace is focused 07 August 2016, 16:04:08 UTC
9e37a13 Merge pull request #842 from thejan2009/bug/move-workspace-sort-output Sort workspaces when moving workspace to output 07 August 2016, 16:04:03 UTC
41b5c6d Sort workspaces when moving workspace to output This should fix #839 07 August 2016, 15:32:18 UTC
61781bb Fix container move when workspace is focused Fixes #819. If workspace is focused and command 'move container to workspace/output' is issued, workspace child containers are wrapped in a new container and moved according to command. 07 August 2016, 15:07:30 UTC
e8ca637 Merge pull request #841 from thejan2009/tabbed-title-avoiding-null Display class in container title if app_id is null 07 August 2016, 06:52:45 UTC
9c91952 Display class in tab title if app_id is null This is a feature that can't work the same as i3, because there is no real window classes in wayland. This way, we avoid null titles as much as possible. 07 August 2016, 06:37:26 UTC
aca9f6b Merge pull request #840 from minus7/man-inputs added get_inputs hint to man 5 sway-input 05 August 2016, 17:58:14 UTC
2f50be3 added get_inputs hint to man 5 sway-input 05 August 2016, 17:55:00 UTC
072984d Merge pull request #838 from thejan2009/bug/workspace-switch-bug Fix switch to prev ws on handle_view_created 05 August 2016, 11:48:23 UTC
aa292db Fix switch to prev ws on handle_view_created Switching back to original workspace should be done only if workspace was switched while appending new view. 05 August 2016, 08:43:54 UTC
2a8cc86 Merge pull request #837 from acrisci/feature/log-events ipc: log sending of events 05 August 2016, 01:55:14 UTC
4ab35df ipc: log sending of events Log the sending of the events in the debug log. This makes ipc server events easier to verify. 05 August 2016, 01:48:20 UTC
91709bd Merge pull request #836 from acrisci/feature/ipc-recursive-workspace ipc: recursive workspace containers in event 05 August 2016, 01:34:39 UTC
e1e15bb ipc: recursive workspace containers in event Recursively describe workspace containers in the workspace event. This is for compatability with i3 and i3ipc libraries. 05 August 2016, 01:26:39 UTC
61befb4 Merge pull request #835 from acrisci/feature/ipc-view-include-nodes ipc: always include nodes in views 05 August 2016, 01:24:36 UTC
50901a0 ipc: always include nodes in views This is for i3 (and i3ipc library) compatability. 05 August 2016, 01:19:52 UTC
76e5dff Merge pull request #834 from Hummer12007/swapfix Arrange windows after swapping containers 04 August 2016, 23:58:52 UTC
e1b1d94 Arrange windows after swapping containers Fixes #833 04 August 2016, 23:07:03 UTC
back to top