https://github.com/swaywm/sway.git

sort by:
Revision Author Date Message Commit Date
c65d6e6 get_tree json fixes - null pointer check against container names - use actual json null values instead of "null" strings - add "visible" property to all containers 05 July 2016, 12:23:44 UTC
58804a0 Merge pull request #738 from deklov/panel-as-shell-02 Make swaybar and swaybg shell surfaces, take 2 05 July 2016, 12:09:22 UTC
d9bcea3 Fix formatting guide violations (spaces instead of tabs) 05 July 2016, 03:18:56 UTC
99bda4a swaybg: Make swaybg a shell surface 05 July 2016, 02:59:47 UTC
d3752b4 swaybar: Make swaybar a shell surface 05 July 2016, 02:59:47 UTC
bb35960 Move code to make a window a shell surface into seperate function 05 July 2016, 02:58:41 UTC
51204b3 Enable backgrounds and panels to be shell surfaces Prior to this commit all windows (e.g. shell surfaces) were handled the same way in handle_view_created. Since backgrounds and panels have to be treated differently, they could not be shell surfaces. This changes checks whether a client is a background or a panel in handle_view_created and exists to let them be dealt with elsewhere. 05 July 2016, 02:58:07 UTC
c3373c6 Merge pull request #737 from zandrmartin/fix-bar-on-reload I think this fixes #678 05 July 2016, 00:43:22 UTC
2f54057 I think this fixes #678 04 July 2016, 22:45:37 UTC
33c923b Merge pull request #735 from zandrmartin/get-tree-command implement `get_tree` command 04 July 2016, 20:03:23 UTC
e07b8c8 Merge branch 'master' into get-tree-command 04 July 2016, 18:53:49 UTC
f8a94f2 fix typo in ipc-json.c 04 July 2016, 18:46:19 UTC
15a324b implement `get_tree` command 04 July 2016, 18:34:44 UTC
33abcd9 Merge pull request #734 from jplatte/patch-1 Create .editorconfig 04 July 2016, 12:56:51 UTC
e55e5cc Create .editorconfig 04 July 2016, 12:12:32 UTC
b658b46 Merge pull request #732 from zandrmartin/set-size-command Set size command 04 July 2016, 01:53:28 UTC
a7b94f1 typo in focus.h 03 July 2016, 17:22:10 UTC
d5e4fff resize command updates (#713) 03 July 2016, 17:11:21 UTC
aced6da match i3 syntax for `resize set` 03 July 2016, 12:05:10 UTC
0344108 Merge remote-tracking branch 'upstream/master' into set-size-command 02 July 2016, 13:14:40 UTC
7144fb9 Spawn windows as floating if they have a parent Fixes #604 30 June 2016, 12:30:03 UTC
b5d778d Merge pull request #728 from deklov/master Add get_log_level() to encapsulate v (current log level) 28 June 2016, 00:05:11 UTC
26842ff Add get_log_level() to encapsulate v (current log level) This patch also makes all global variable in log.c static. 27 June 2016, 23:56:50 UTC
8f67903 Merge pull request #723 from deklov/master Bug fix: Add missing header file, unistd.h 27 June 2016, 04:34:04 UTC
d3c9476 Bug fix: Add missing header file, unistd.h Without unistd.h the following functions getuid, alarm and close are implicitly declared causing compilation to fail due to -Werror=implicit-function-declaration 27 June 2016, 04:25:56 UTC
cbbeeb2 Merge branch 'set-size-command' of github.com:zandrmartin/sway into set-size-command 25 June 2016, 13:02:14 UTC
b581815 Merge pull request #720 from Hummer12007/exec_fix Check if found ws is focused in new view handler 21 June 2016, 18:14:16 UTC
bfdda15 Check if found ws is focused in new view handler Fixes #714, by preventing change of focus from a window to the whole ws 21 June 2016, 17:38:06 UTC
71f710c Minor fix to warning messages 19 June 2016, 14:01:15 UTC
cdb6a9e Merge pull request #716 from Hummer12007/patch-1 Added a null check in tabbed_stacked_parent 18 June 2016, 17:45:39 UTC
7870a19 Added a null check in tabbed_stacked_parent This fixes a segfault, when trying to get parent of the workspace/root container/(?), as it is not assuered that the view's parent node is not null in the loop 18 June 2016, 17:40:39 UTC
3ce8cc8 Merge pull request #709 from zandrmartin/set-size-command implement resize command for absolute dimensions 11 June 2016, 23:39:39 UTC
a6f4bf6 Merge branch 'master' into set-size-command 11 June 2016, 22:10:38 UTC
5491426 Merge branch 'master' of git://github.com/SirCmpwn/sway into set-size-command 11 June 2016, 22:10:01 UTC
889618d implement resize command for absolute dimensions 11 June 2016, 22:02:16 UTC
f126805 Merge pull request #708 from zandrmartin/assign-command couple small fixes 11 June 2016, 21:47:26 UTC
9ecb43e couple small fixes 11 June 2016, 20:29:04 UTC
6388e1e Merge pull request #701 from zandrmartin/assign-command messy start of a fix for #462 11 June 2016, 19:02:26 UTC
2298143 cleanup + add timeouts for pid_workspace list 11 June 2016, 17:43:34 UTC
66caee6 Merge branch 'master' into assign-command 11 June 2016, 14:33:24 UTC
beaa033 clean up pid/workspace stuff 11 June 2016, 14:20:09 UTC
cb0cc32 Many improvements to man pages 10 June 2016, 13:32:14 UTC
318cef3 Merge pull request #706 from zandrmartin/swaybg-reload trigger bg change on config reload 10 June 2016, 12:20:25 UTC
b00feb2 trigger bg change on config reload 10 June 2016, 12:12:25 UTC
03d79b4 semi-working (only non-client/server wayland apps) 10 June 2016, 11:08:59 UTC
b63b011 Merge pull request #703 from thuck/variables_corner_cases Fix segfault when using include with * 06 June 2016, 20:40:10 UTC
3710cd6 Fix segfault when using include with * This should fix the issue #681 06 June 2016, 20:20:27 UTC
0f1859e messy, unfinished version 06 June 2016, 11:58:53 UTC
2e10f0a Merge pull request #693 from thuck/variables_corner_cases Variables related fixes 06 June 2016, 11:37:31 UTC
cdd8664 Merge branch 'master' into variables_corner_cases 06 June 2016, 07:17:01 UTC
cb14f5f Merge pull request #699 from roosemberth/master Sway: Configuration: Support for escaping line breaks. 05 June 2016, 22:24:12 UTC
230591f Common: Readline: Ignore newline on '\' escaped line ends. Escape line return when reading from a file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch> 05 June 2016, 22:17:27 UTC
e8c0ef9 Sway: Configuration: Support for escaping line breaks. Escape line return in configuration file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch> 05 June 2016, 21:36:27 UTC
17dbcb4 Merge pull request #697 from zandrmartin/assign-command document `assign` command 05 June 2016, 14:09:44 UTC
d4eb964 document `assign` command 05 June 2016, 14:03:13 UTC
3c3e98b Merge branch 'master' into variables_corner_cases 05 June 2016, 05:49:33 UTC
d57714e Merge pull request #696 from zandrmartin/numpad-enter-swaylock-fix make numpad enter key work in swaylock 04 June 2016, 18:42:45 UTC
6e7659b make numpad enter key work in swaylock see issue #647 04 June 2016, 18:35:41 UTC
fdefd17 Merge pull request #695 from zandrmartin/document-client-commands add documentation for client commands 04 June 2016, 16:08:17 UTC
8e0b218 Merge pull request #694 from wdbw/man-page-fix Add missing layout modes in sway(5) 04 June 2016, 16:05:37 UTC
3746542 add documentation for client commands 04 June 2016, 15:43:23 UTC
4f9af09 Add missing layout modes in sway(5) 04 June 2016, 15:20:27 UTC
29eb3bf Put w to uppercase just to keep consistency between warnings 03 June 2016, 09:28:10 UTC
bf2298e Includes $ for variables without it 03 June 2016, 09:26:47 UTC
f55b5a4 Fix identation issue 02 June 2016, 22:36:41 UTC
8274efc Merge branch 'variables_corner_cases' of https://github.com/thuck/sway into variables_corner_cases 02 June 2016, 22:35:37 UTC
431013d Merge branch 'master' of https://github.com/SirCmpwn/sway into variables_corner_cases 02 June 2016, 22:19:26 UTC
8a08e83 Merge branch 'master' into variables_corner_cases 02 June 2016, 22:17:51 UTC
e4f8087 Fix output command when varible not set This should fix the corner case where a variable is not assigned, but used anyway. This should solve partially the issue #681. 02 June 2016, 22:05:10 UTC
1ab3e10 Including error message when variable do not start with $ 02 June 2016, 21:23:04 UTC
68b517e Merge pull request #692 from zandrmartin/inplace-merge-sort implement stable sort for lists 02 June 2016, 21:05:41 UTC
9ccc927 implement stable sort for lists also change sort_workspaces() to use it 02 June 2016, 20:48:14 UTC
09670fc Merge pull request #691 from thuck/floating_size_conf floating_maximum_size initial implementation 02 June 2016, 15:46:25 UTC
2256a9b Sync master Merge branch 'master' of https://github.com/SirCmpwn/sway into floating_size_conf 02 June 2016, 15:36:51 UTC
b692a6d Initial implementation for floating_maximum_size 02 June 2016, 15:35:02 UTC
5e395d6 Merge pull request #690 from zandrmartin/smartgap-hide-borders redo smart_gaps/hide_edge_borders fix 02 June 2016, 14:23:43 UTC
3fac970 redo smart_gaps/hide_edge_borders fix 02 June 2016, 14:16:47 UTC
df16c2e Merge pull request #689 from thuck/floating_size_conf Floating size conf 01 June 2016, 12:50:36 UTC
009eacc Clean up not used variables 01 June 2016, 12:44:02 UTC
b6685da Update man page with information about floating_maximum_size 01 June 2016, 12:11:49 UTC
0ad7857 Included option floating_minimum_size Values cannot be negative or 0; if so uses the default 75x50. Uses the same syntax as i3: floating_minimum_size <width> x <height>, although the x can be anything. 01 June 2016, 11:37:50 UTC
4d6be1b Merge pull request #686 from zandrmartin/fix-swaybar-in-08bef67 fix swaybar problem in 08bef67 31 May 2016, 14:35:11 UTC
8a81f52 Merge branch 'master' of github.com:SirCmpwn/sway into fix-swaybar-in-08bef67 31 May 2016, 14:30:34 UTC
df8caa2 Merge pull request #685 from thuck/floating_size Initial work for floating view with sane values 31 May 2016, 14:29:44 UTC
1b4d616 fix swaybar problem in 08bef67 31 May 2016, 14:25:54 UTC
3c4c623 Merge branch 'master' into floating_size 31 May 2016, 14:04:15 UTC
f1d5b89 Initial work for floating view with sane values 31 May 2016, 12:59:33 UTC
7f6b3d1 Merge pull request #637 from 1ace/fix/ipc-leak Fix a few mem leaks in ipc-server 31 May 2016, 00:10:08 UTC
08bef67 sway: refactor ipc_client_handle_command() This fixes a few mem leaks, as well as remove a false-positive error msg in IPC_GET_BAR_CONFIG 30 May 2016, 23:44:07 UTC
9d7d73d sway: fix IPC resource leak 30 May 2016, 23:40:15 UTC
ad94270 Update configuration info in readme 29 May 2016, 16:13:15 UTC
3b1c125 Remove bar position left:right from docs And adds a warning about using them (currently these are not supported by swaybar). 29 May 2016, 15:53:13 UTC
fc7132a Merge pull request #677 from zandrmartin/maintain-workspace-output-assignments enforce workspace output assignents 29 May 2016, 14:05:50 UTC
d291a29 enforce workspace output assignents when creating a new output, move to that output all extant workspaces that are assigned to that output. (unrelated) remove comment that was no longer applicable, fix spacing in an assignment 28 May 2016, 23:18:46 UTC
a0315dc Merge pull request #675 from zandrmartin/add-workspace-sorting Implement sort_workspaces() function for outputs. 28 May 2016, 15:08:57 UTC
7df38ce remove alphabetic sorting from sort_workspaces also add a couple missing spaces to container.c (unrelated) 28 May 2016, 13:35:58 UTC
c6c3a8e Implement sort_workspaces() function for outputs. This seems to have resolved issue #669 for me. 27 May 2016, 22:37:56 UTC
907283d Merge pull request #673 from zandrmartin/swaylock-no-unlock-indicator add --no-unlock-indicator to swaylock 26 May 2016, 15:37:34 UTC
54d38d3 add --no-unlock-indicator to swaylock 26 May 2016, 15:16:34 UTC
bcbef24 Merge pull request #672 from zandrmartin/add-ctrlu-to-swaylock clear password buffer with ctrl-u in swaylock 26 May 2016, 13:48:14 UTC
back to top