sort by:
Revision Author Date Message Commit Date
0ddc427 wrap workspace's child into a container if needed If workspace has stacked/tabbed layout, its direct children should be wrapped into a container which enables them to draw the titlebar. 11 October 2016, 07:15:48 UTC
6446e44 Merge pull request #947 from alkino/fix_move_empty_workspace Can't move an empty workspace 11 October 2016, 00:51:55 UTC
5384d3e Can't move an empty workspace 10 October 2016, 23:51:55 UTC
8d277bc Merge pull request #942 from thejan2009/bugfix-931 fix for_window [] move scratchpad 08 October 2016, 13:45:21 UTC
0fc03f9 Merge pull request #941 from thejan2009/floating-border Fix border color for floating containers 08 October 2016, 13:45:06 UTC
cc20f5c Merge pull request #940 from thejan2009/reorder-cmd-handler reorder cmd_handler arrays for bsearch 08 October 2016, 13:44:57 UTC
8264fed fix for_window [] move scratchpad - move wlc_view_set_mask before applying window criteria - check parent_container because container in scratchpad doesn't have a parent 08 October 2016, 10:37:28 UTC
746345e reorder cmd_handler arrays for bsearch 08 October 2016, 09:12:45 UTC
77f9948 draw indicator border only for non-floating 08 October 2016, 07:15:34 UTC
cd64df9 Merge pull request #938 from alkino/fix_sibling Fix creating of sibling floating/children 07 October 2016, 20:37:02 UTC
382d47e Fix creating of sibling floating/children If we want to add a sibling of different type than current container it failed. Because we add it to the wrong list 07 October 2016, 20:29:56 UTC
7d823fb Merge pull request #937 from alkino/fix_scale_factor Add constant scale factor in get_text_size 07 October 2016, 18:56:44 UTC
2d82586 Add constant scale factor in get_text_size af44154 forget one "get_text_size" made it possible to do a format string by setting title bar. 07 October 2016, 18:38:56 UTC
02dc414 Merge pull request #935 from thejan2009/wrap-focus-change Wrap focus change 07 October 2016, 12:40:18 UTC
77433f0 Merge pull request #936 from thejan2009/pango-numeric-char-ref parse pango markup in workspace names (and bugfix) 07 October 2016, 12:39:50 UTC
6f2c396 parse pango markup in workspace names (and bugfix) This change allows using numeric character references in workspace names - for example æ which stands for sharp s. A fix was necessary in get_pango_layout, since markup and parsed markup had different width. 07 October 2016, 09:27:06 UTC
379b1a0 add focus changing between floating containers It will also wrap if needed. 07 October 2016, 07:37:09 UTC
d3f5ac8 add force_focus_wrapping option 07 October 2016, 06:12:14 UTC
7f558ce wrap container in direction (if possible) Introduces container wrapping - if there is no other viable move, the selection wraps on the first container where such action is possible. 07 October 2016, 06:12:14 UTC
fa11966 Merge pull request #934 from alkino/fix_click_title_bar fix for click on title_bar 06 October 2016, 19:22:29 UTC
6ced409 fix for click on title_bar - Check null pointer for swayc_parent_by_type - Split lines to follow coding style 06 October 2016, 19:17:45 UTC
6fb7d0e Merge pull request #933 from alkino/click_title_bar add click on title_bar to focus a container 06 October 2016, 18:53:26 UTC
37065cd add click on title_bar to focus a container 06 October 2016, 18:23:46 UTC
0fe2386 Merge pull request #928 from wasamasa/bugfix-swaylock-font Explicitly set cairo font to avoid wonky fallback 05 October 2016, 20:21:35 UTC
83103ab Explicitly set cairo font to avoid wonky fallback See also https://github.com/i3/i3lock/pull/89 05 October 2016, 20:07:54 UTC
fade732 Update CONTRIBUTING.md Update release cycle to be a bit slower with RCs 04 October 2016, 21:26:44 UTC
d2aba3c Merge pull request #924 from zandrmartin/fix-focus-segfault prevent dereference of freed workspace 03 October 2016, 12:10:29 UTC
0890d4b Merge pull request #925 from zandrmartin/json-cleanup consolidate nodes json 03 October 2016, 12:10:18 UTC
ba581c4 consolidate nodes json 03 October 2016, 03:21:16 UTC
09a4426 Merge branch 'master' into fix-focus-segfault 03 October 2016, 03:13:40 UTC
4c0e809 prevent dereference of freed workspace 03 October 2016, 03:03:52 UTC
04db588 Merge pull request #923 from gutsoo/master moved ipc_init above config file processing. 02 October 2016, 22:53:38 UTC
153620a 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. 02 October 2016, 22:29:40 UTC
79d2b0d Merge pull request #921 from zandrmartin/patch-3 fix pointer format string in sway_log() call 01 October 2016, 14:56:54 UTC
58ac1f7 fix pointer format string in sway_log() call 01 October 2016, 11:40:16 UTC
a4a5f62 Merge pull request #920 from thejan2009/swaybar-scale Correctly scale swaybar 29 September 2016, 12:41:56 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
back to top