https://github.com/swaywm/sway

sort by:
Revision Author Date Message Commit Date
78740b9 Merge pull request #1801 from bobsaintcool/r0.15/man/scale_typo <sway/man: In sway(5) treat scale as keyword for output command> 12 April 2018, 15:06:49 UTC
bd3e4e3 <sway/man: In sway(5) treat scale as keyword for output command> Signed-off-by: Quentin Bourgeois <quentin@bourgeois.eu> 12 April 2018, 14:59:57 UTC
22db601 Merge pull request #1720 from bobsaintcool/r0.15/doc/fix_security_path <sway/man: Fix path typo for sway-security(7) default path> 04 April 2018, 00:22:55 UTC
85e60dd <sway/man: Fix path typo for sway-security(7) default path> Update the path provided in the documentation that refer to the default security value provided by swaywm project. 04 April 2018, 00:05:12 UTC
0c8bc02 Merge pull request #1640 from taiyu-len/fix_remove_view_from_scratchpad fix remove_view_from_scratchpad 28 March 2018, 20:58:56 UTC
e4e8b66 Clean up scratchpad logging 28 March 2018, 19:48:01 UTC
52b9a62 fix remove_view_from_scratchpad 28 March 2018, 04:34:55 UTC
f99a653 Merge pull request #1639 from taiyu-len/save_errno save errno to avoid issues with it being overwritten in sway_log_errno 28 March 2018, 02:55:08 UTC
125d4fd restore errno 28 March 2018, 02:33:59 UTC
ef169fc Merge pull request #1636 from jrouleau/master swaybar: correctly render min_width for strings 27 March 2018, 12:36:29 UTC
97ad9ab save errno to avoid issues with it being overwritten 27 March 2018, 09:59:41 UTC
54444e7 swaybar: correctly render min_width for strings fixes #1635 27 March 2018, 06:56:09 UTC
45f14fc Merge pull request #1633 from mckinney-subgraph/0.15 Fixed missing icons bug in index.theme parsing (2) 24 March 2018, 23:28:52 UTC
4d5fae4 Merge remote-tracking branch 'remotes/origin/bugfix/iconsnotfound' into 0.15 24 March 2018, 23:05:12 UTC
8d95d2f Fixed missing icons bug in index.theme parsing and a path concatenation bug in find_inherits() 24 March 2018, 16:49:15 UTC
6726f24 Remove hackathon notice from README 21 March 2018, 18:48:39 UTC
0088aa4 Merge pull request #1615 from mikkeloscar/arch-travis-fix-next Enable docker service in travis 03 March 2018, 15:42:02 UTC
2c2193b Enable docker service in travis Adds the docker service in travis which is now required by arch-travis. See: https://github.com/mikkeloscar/arch-travis/pull/40 03 March 2018, 15:36:25 UTC
30ae1e3 Merge pull request #1598 from DarkReef/master Translation update 20 February 2018, 13:35:43 UTC
a0417b1 Translation update 20 February 2018, 18:18:18 UTC
a274777 Merge pull request #1596 from nickbp/0.15 Fix segfault if swaybg is run without Wayland 19 February 2018, 23:13:39 UTC
6816253 Fix segfault if swaybg is run without Wayland Mirrors a similar check in `swaylock/main.c` 19 February 2018, 23:04:51 UTC
ee52bc7 Shill harder 18 February 2018, 20:53:50 UTC
ddc8000 Merge pull request #1592 from dlrobertson/fix_mem_errors Fix more leaks 11 February 2018, 20:53:13 UTC
15f9c89 Fix more leaks - get_parent_pid: free buffer returned from read_line after use. - workspace_for_pid: ensure free_pid_workspace is called when pid_workspaces are removed from config->pid_workspaces. - cmd_split: return the cmd_results from _do_split, so that the parent function may free it. 11 February 2018, 20:45:06 UTC
4a76d06 Merge pull request #1591 from dlrobertson/fix_mem_errors Fix memory errors 11 February 2018, 16:37:06 UTC
aa15629 Fix memory errors - read_line: OOB write when a line in /proc/modules contains a terminating character at size position. - handle_view_created: Ensure that the list_t returned by criteria_for is free'd after use - ipc_event_binding_keyboard/ipc_event_binding: Properly handle json_object reference counting and ownership. 11 February 2018, 04:57:54 UTC
a571506 Merge pull request #1584 from 4e554c4c/no_more_hups Handle swaybar status line errors 05 February 2018, 23:11:07 UTC
a83bca6 Handle swaybar status line errors The event loop API was redesigned to avoid race conditions as well. Fixes #1583 04 February 2018, 19:31:07 UTC
6ffcb03 Merge pull request #1579 from tmccombs/patch-1 Add description of clipboard command to man page 29 January 2018, 21:17:04 UTC
12f6dfe Add description of clipboard command to man page 27 January 2018, 08:03:52 UTC
fab88cd Merge pull request #1563 from nearffxx/0.15 Fix out of focus when using mouse to change workspace 21 January 2018, 17:18:48 UTC
0ff89cf Merge pull request #1564 from pvsr/0.15 Calculate positions of empty blocks in swaybar 13 January 2018, 14:17:54 UTC
efe5a6f Calculate positions of empty blocks in swaybar 13 January 2018, 04:12:23 UTC
89188cf Fix out of focus when using mouse to change workspace by preventing focus to C_OUTPUT when WLC_BUTTON_STATE_RELEASED event occurs. 10 January 2018, 16:30:48 UTC
3e3014d Merge pull request #1561 from pvsr/0.15 Handle forward/back mouse buttons in swaybar 08 January 2018, 14:18:46 UTC
e2d54d3 Handle forward/back mouse buttons in swaybar 08 January 2018, 00:27:34 UTC
c6d54f3 Merge pull request #1559 from 4e554c4c/invalid_free Prevent invalid free of workspace name 07 January 2018, 02:55:06 UTC
be39e84 Prevent invalid free of workspace name An allocated pointer was incremented before being freed in `sway/workspace.c` which led to an invalid free. This has been fixed by keeping the pointer in place and moving the data instead. Fixes #1548 07 January 2018, 02:20:29 UTC
a74d1a1 Merge pull request #1516 from AGausmann/issue-1507 Patch #1507: Clicking on invisible title bars switches focus 05 January 2018, 14:20:19 UTC
1e87c90 Merge pull request #1431 from 4e554c4c/sni_sucks Support libappindicator 29 December 2017, 19:24:23 UTC
4d34bc3 Keep tray separate 29 December 2017, 19:11:51 UTC
87a55df Fix icon updating on secondary outputs 29 December 2017, 19:11:51 UTC
cbd0c49 Allow correct item to get icon updates for both kde and gtk implementation 29 December 2017, 19:11:51 UTC
13b81f9 Fix `get_icon` Property reply functions are now notified if there was an error with the property instead of silent failure. Also issues in `get_item` were resolved. 29 December 2017, 19:11:51 UTC
8703538 Add `dbus_get_prop_async` utility This drastically reduces the amount of boilerplate needed to get a property from a bus object. 29 December 2017, 19:11:51 UTC
b9f3671 Plug memory `dbus_message_iter_get_signature` leak 29 December 2017, 19:11:51 UTC
5c8dc9c Correct context menu placement if bar is bottom Originally the context menu would draw at the top of the screen, which is incorrect. 29 December 2017, 19:11:51 UTC
2f1eb30 Reply in case of object path item 29 December 2017, 19:11:51 UTC
3137f32 Allow correct item to get icon updates 29 December 2017, 19:11:51 UTC
210e5bb Improve Icon Theme Implimentation 29 December 2017, 19:11:51 UTC
5bc46f4 Prevent segfault in `get_items()` One segfault resulted from an incorrect dbus call in sni_watcher. The other from duplicate items in the sni host. 29 December 2017, 19:11:51 UTC
4231061 Allow multiple object paths for each connection 29 December 2017, 19:11:51 UTC
bd12199 Allow paths to icons in iconName property 29 December 2017, 19:11:51 UTC
ad99d9d Allow registering StatusNotifierItems by obj path This commit impliments a KDE hidden feature where a SNI could be registered by object path instead of well-known name. This should allow libappindicator programs to work correctly under sway. See #1372 29 December 2017, 19:11:51 UTC
d85ad05 Merge pull request #1544 from CedricCabessa/fix1056-swaylock-allow-popup-to-come-through partial fix #1056 29 December 2017, 18:55:38 UTC
d6cc660 partial fix #1056 this patch allow the user to type its password when a modal window is shown while the desktop is locked by swaylock. It is a partial fix of the bug since the window should be visible (see bug https://github.com/swaywm/sway/issues/1056 for details). 29 December 2017, 17:03:02 UTC
c08c805 Adaptions for API change in json-c v0.13 Lift restriction on json-c <= 0.12.1 ipc-server: Acquire ownership of referenced json_object properly When adding a referenced json_object with an unknown lifetime to another json_object, it must be done with a wrapped call to json_object_get() to acquire the ownership of that json_object. 17 December 2017, 20:53:22 UTC
d0bd0ed Revert "Merge remote-tracking branch 'besser82/bugfix/json-c' into 0.15" This reverts commit 1c4a086e7556475139960a25cb642f115d057c23, reversing changes made to 1263ea6497c732bfa1835eea4a8ffe2e6ea6e377. 17 December 2017, 20:52:34 UTC
1c4a086 Merge remote-tracking branch 'besser82/bugfix/json-c' into 0.15 17 December 2017, 20:51:49 UTC
1263ea6 Merge pull request #1519 from ggreer/clear-password-buffer-0.15 Swaylock: Clear password buffer after use. 17 December 2017, 02:12:36 UTC
6cd6628 Tabs got broken, fixed visibility check 15 December 2017, 03:57:02 UTC
0f1ca2a Fix windows being focused when invisible 15 December 2017, 03:57:02 UTC
1312db8 Swaylock: Clear password buffer after use. After a user enters or clears a password, try to overwrite the buffer containing it. That way it's not sitting around in RAM for something else to read later. Also, mlock() the password buffer so that it is never swapped out. This also replaces the dynamically allocated buffer with a static char[1024]. Any characters past that are discarded until the user hits enter or escape. 15 December 2017, 03:53:11 UTC
af25e8c Merge pull request #1515 from 4e554c4c/holds_up_fork Fix `swaylock -f` 14 December 2017, 20:38:52 UTC
02da9c4 Adaptions for API change in json-c v0.13 14 December 2017, 17:47:24 UTC
8272a9b ipc-server: Acquire ownership of referenced json_object properly When adding a referenced json_object with an unknown lifetime to another json_object, it must be done with a wrapped call to json_object_get() to acquire the ownership of that json_object. 14 December 2017, 17:47:22 UTC
c6e1236 Lift restriction on json-c <= 0.12.1 14 December 2017, 15:43:21 UTC
6094300 Fix `swaylock -f` This commit makes swaylock poll the registry the first time in its fork in order for sway to recognize it and grant it lock privileges 13 December 2017, 23:47:53 UTC
52c4c16 Merge pull request #1446 from kon14/patch-1 Update README.el.md 06 November 2017, 23:16:22 UTC
5a150d5 Merge pull request #1445 from yuilib/update-readme-ja Update README.ja.md 06 November 2017, 23:16:19 UTC
37a4b62 Merge pull request #1455 from etam/dbus_dependency Update dbus dependency 06 November 2017, 23:16:07 UTC
96cd3a3 Merge pull request #1443 from gferon/gferon-readme-edit Update README.md 06 November 2017, 23:15:55 UTC
4b0479d Merge pull request #1454 from etam/fix_init_tray Fix init_tray function declaration 06 November 2017, 23:15:45 UTC
7c3b0ff Merge pull request #1455 from etam/dbus_dependency Update dbus dependency 05 November 2017, 19:41:14 UTC
e677888 Add dbus info to readme 05 November 2017, 19:24:57 UTC
c4d4af7 Merge pull request #1454 from etam/fix_init_tray Fix init_tray function declaration 05 November 2017, 19:23:47 UTC
4623900 Dbus must be at least version 1.10 Function dbus_message_iter_get_element_count is available since 1.10. 05 November 2017, 19:19:38 UTC
501c788 Fix init_tray function declaration This fixes compilation failure: error: call to function 'init_tray' without a real prototype 05 November 2017, 19:09:16 UTC
c352cae Merge pull request #1443 from gferon/gferon-readme-edit Update README.md 02 November 2017, 16:38:18 UTC
4ab66bb Update README.md 02 November 2017, 16:35:57 UTC
42cfe1c Merge pull request #1446 from kon14/patch-1 Update README.el.md 01 November 2017, 12:42:41 UTC
11e79f6 Merge pull request #1445 from yuilib/update-readme-ja Update README.ja.md 01 November 2017, 12:42:30 UTC
7f7e94b Update README.el.md 01 November 2017, 10:08:23 UTC
85159b0 Update README.ja.md 01 November 2017, 07:58:34 UTC
59222bc Merge pull request #1441 from ptMuta/master Removed trailing comma from swaybar click event json 30 October 2017, 21:23:40 UTC
b333fdf Merge pull request #1438 from mariusor/explicit_json-c_version Explicitly setting the version of json-c required 30 October 2017, 21:23:35 UTC
1bc91e0 Merge pull request #1430 from dlrobertson/nvidia_drm nvidia: Validate the nvidia_drm module options 30 October 2017, 21:23:27 UTC
d0367d1 Merge pull request #1427 from ranisalt/patch-1 Use add_compile_options instead of interpolation 30 October 2017, 21:23:21 UTC
ccf7e5a Merge pull request #1441 from ptMuta/master Removed trailing comma from swaybar click event json 28 October 2017, 14:45:39 UTC
675e4b7 Removed trailing comma from swaybar click event json 28 October 2017, 14:35:48 UTC
c57f685 Merge pull request #1436 from dlrobertson/add_asan_build Add Address Sanitized build type 27 October 2017, 12:46:29 UTC
ee6ed89 Merge pull request #1438 from mariusor/explicit_json-c_version Explicitly setting the version of json-c required 27 October 2017, 12:18:00 UTC
69e9b13 Explicitly setting the version of json-c required to 0.12.1. This is needed because the development version breaks the existing API of json_object_array_length() by moving the return from int to size_t. This would fix #1355 27 October 2017, 10:17:02 UTC
3d209be Add Address Sanitized build type - Add -DCMAKE_BUILD_TYPE=ASAN to possible builds 27 October 2017, 03:25:30 UTC
d75ee3f Merge pull request #1430 from dlrobertson/nvidia_drm nvidia: Validate the nvidia_drm module options 25 October 2017, 00:29:06 UTC
88d042e nvidia: Validate the nvidia_drm module options When the proprietary nvidia driver is used, ensure the modeset option is set instead of checking /proc/cmdline for nvidia-drm.modeset=1. 24 October 2017, 22:35:31 UTC
5551bf9 Merge pull request #1427 from ranisalt/patch-1 Use add_compile_options instead of interpolation 24 October 2017, 01:48:31 UTC
0d2baa1 Use add_compile_options instead of interpolation Uses CMake's `add_compile_options` directive instead of interpolating `CMAKE_C_FLAGS` for adding compilation flags. 24 October 2017, 01:43:11 UTC
0c1ef88 Merge pull request #1425 from ggreer/grab-error swaygrab: Add some error handling. 24 October 2017, 01:17:57 UTC
back to top