https://github.com/swaywm/sway

sort by:
Revision Author Date Message Commit Date
ff1eccf Merge pull request #1271 from johalun/master-securityconf-freebsd Add secucity config for FreeBSD. 12 July 2017, 00:08:24 UTC
cd3da45 Merge pull request #1270 from tobiasblass/bindsym_use_after_free fix use-after-free bug 12 July 2017, 00:08:19 UTC
5882cb6 Merge pull request #1265 from johalun/master-freebsd Adjust _XOPEN_SOURCE value for build on FreeBSD and fix pointer compa… 12 July 2017, 00:08:14 UTC
cf4ea4c Make asciidoc (and man pages) optional And remove it from the build 12 July 2017, 00:08:06 UTC
36fcb95 Merge pull request #1256 from lheckemann/doc-png Do not fail silently when background is not PNG 12 July 2017, 00:08:00 UTC
b1b3b5b Merge pull request #1259 from Hummer12007/patch-4 Disable -Wunused-result diagnostic 12 July 2017, 00:07:53 UTC
6c8b1db Merge pull request #1258 from refacto/fix_zsh_completion Fix zsh completion for _swaylock 12 July 2017, 00:07:48 UTC
19233ee Merge pull request #1255 from Hummer12007/policy Prevent null pointer dereferences with policy allocation failure 12 July 2017, 00:07:34 UTC
02005e3 Fix #1252 29 June 2017, 17:26:09 UTC
bf1ef60 Revert "swaybar: Group child processes for signalling" This reverts commit 8f4bc0a3741b63c64bb6059bb632e7584c595d14. 29 June 2017, 17:26:02 UTC
cb52454 Merge pull request #1251 from Hummer12007/icons Handle getline failure in icon theme parsing 29 June 2017, 17:25:54 UTC
3f2023e Merge pull request #1244 from her001/swaylock-man-corrections Correct swaylock man page description of -i and -c 23 June 2017, 00:22:56 UTC
4e663ab Merge pull request #1199 from SirCmpwn/server-decoration Implement KDE's server-side decoration protocol 14 June 2017, 23:02:15 UTC
298f563 Merge branch 'master' into server-decoration 14 June 2017, 22:53:40 UTC
eb6e38c Merge pull request #1234 from 4e554c4c/tray Implement Tray Icons 14 June 2017, 22:53:32 UTC
0fc9628 Merge branch 'master' into tray 14 June 2017, 22:14:22 UTC
76fcfa1 Force focus on unmanaged views during pointer test 14 June 2017, 22:13:41 UTC
d158e18 Fix Firefox address bar thing And probably some other stuff too 14 June 2017, 22:09:18 UTC
33fdae2 Remove Xembed Support Xembed support is premature in sway and should be postponed. This commit only removes swaybar starting xembedsniproxy, if users would like, they can still start xembedsniproxy manually, however there will be no official support. 13 June 2017, 19:42:11 UTC
16e20ec Merge pull request #1236 from ykrivopalov/fix_complex_status_command swaybar: Group child processes for signalling 12 June 2017, 22:03:25 UTC
8f4bc0a swaybar: Group child processes for signalling Fixes child proccess killing, when status_command is a complex command like "i3status | wrapper.sh". Set the process group id of the child process by calling `setpgid` after forking and before calling `exec`. The process group ID will be set to the process ID of the forked process. Processes spawned by this child process will also have this group ID. Send signals to the process group with `killpg`. This will send the signal to all of the process group. 12 June 2017, 20:12:31 UTC
0a71aa6 Fix Catching NewIcon Signal The unique name was not copied out of the wire marshalled DBus message data so `sni_uniq_cmp` would always match against junk data. 08 June 2017, 15:24:35 UTC
154cc8a Merge pull request #1235 from vaartis/patch-1 include stdint to be compaitable with musl 08 June 2017, 13:56:34 UTC
4bf8b6b include stdint to be compaitable with musl 08 June 2017, 13:40:17 UTC
1451ee8 Reorganize Tray Code Remove tray code from bar.c and render.c 08 June 2017, 04:32:48 UTC
790887c Fix cairo blending on tray icons 08 June 2017, 02:45:33 UTC
843ad38 Implement Tray Icons This commit implements the StatusNotifierItem protocol, and enables swaybar to show tray icons. It also uses `xembedsniproxy` in order to communicate with xembed applications. The tray is completely optional, and can be disabled on compile time with the `enable-tray` option. Or on runtime with the bar config option `tray_output none`. Overview of changes: In swaybar very little is changed outside the tray subfolder except that all events are now polled in `event_loop.c`, this creates no functional difference. Six bar configuration options were added, these are detailed in sway-bar(5) The tray subfolder is where all protocol implementation takes place and is organised as follows: tray/sni_watcher.c: This file contains the StatusNotifierWatcher. It keeps track of items and hosts and reports when they come or go. tray/tray.c This file contains the StatusNotifierHost. It keeps track of sway's version of the items and represents the tray itself. tray/sni.c This file contains the StatusNotifierItem struct and all communication with individual items. tray/icon.c This file implements the icon theme protocol. It allows for finding icons by name, rather than by pixmap. tray/dbus.c This file allows for asynchronous DBus communication. See #986 #343 08 June 2017, 00:49:16 UTC
fd47a30 Merge pull request #1232 from johalun/master-freebsd FreeBSD fixes 06 June 2017, 13:34:01 UTC
7fef283 FreeBSD fixes Increase _POSIX_SOURCE value where needed. Increase _XOPEN_SOURCE value where needed. Conditionally link to libcap (only on Linux). Possibly some trailing whitespace fixes (automatic). 06 June 2017, 07:45:50 UTC
5ed533a Revert "Drop epoll dependency" This reverts commit 91f2bf81bf89699d43083f3d3a27805ba5e395a9. 17 May 2017, 17:11:49 UTC
91f2bf8 Drop epoll dependency 17 May 2017, 17:10:33 UTC
6df0f9a Merge pull request #1218 from Hummer12007/suicaps Terminate when both suid bit and filecaps are set 11 May 2017, 16:48:30 UTC
f470fa5 Replace spaces with tabs in resolve_path 11 May 2017, 16:38:32 UTC
93cf21f Terminate when both suid bit and filecaps are set 11 May 2017, 16:33:57 UTC
f736198 Initialise logging earlier 11 May 2017, 16:29:25 UTC
46fbb41 Mention Patreon in README.md Does this make me a sellout 11 May 2017, 15:47:42 UTC
ee81b1a Merge pull request #1211 from wdbw/missing-send-event Add missing send-event mode to sway-input(5) 06 May 2017, 12:43:48 UTC
264a9ee Add missing send-event mode to sway-input(5) Also, fix a small typo. 06 May 2017, 09:45:17 UTC
781fc60 Merge pull request #1209 from janza/mouse-bindings Add mouse button bindings 04 May 2017, 21:17:13 UTC
400998d Add mouse button bindings Adds support for bindings like: bindsym button3 floating toggle bindsym $mod+button3 floating toggle 04 May 2017, 21:00:03 UTC
02d1ae7 Merge pull request #1206 from zandrmartin/document-font-command document font command 01 May 2017, 16:58:02 UTC
51ce752 document font command 01 May 2017, 16:53:07 UTC
106868d Update config.in swaymsg -t get_inputs now pretty prints its output, so this warning is obsolete 01 May 2017, 02:52:19 UTC
5e845a3 Merge pull request #1204 from zandrmartin/prevent-layout-auto-crash prevent crash when `layout auto` is missing args 29 April 2017, 18:16:20 UTC
f65a88e prevent crash when `layout auto` is missing args 29 April 2017, 18:02:07 UTC
34fae76 Add HACKING.md 29 April 2017, 14:54:08 UTC
816cedd Set child border to background if not specified 29 April 2017, 14:07:18 UTC
eab29ca Merge pull request #1201 from SirCmpwn/fix-colors Support specifying fewer than 5 colors 29 April 2017, 14:04:13 UTC
02812a2 Support specifying fewer than 5 colors This doesn't work, I'm not sure why. The color structs definitely get changed but if you specify fewer than 5, it renders with the defaults. 29 April 2017, 13:56:07 UTC
a5c07dd Implement KDE's server-side decoration protocol 29 April 2017, 00:32:05 UTC
1376de4 Update .build.yml 27 April 2017, 02:37:15 UTC
11b4c34 Merge pull request #1196 from SirCmpwn/no_focus Implement no_focus 26 April 2017, 21:20:12 UTC
537261f Fix handling of floating windows 26 April 2017, 21:14:24 UTC
ffd0d02 Update sway(5) 26 April 2017, 19:35:54 UTC
51143a7 Implement no_focus Ref #2 26 April 2017, 19:29:42 UTC
3c1fc00 Merge pull request #1194 from snoack/version Add -DVERSION flag for release version numbers 26 April 2017, 14:18:03 UTC
586eca0 Fix link to dotfiles, closes #1193 26 April 2017, 14:07:32 UTC
173b338 Add -DVERSION flag for release version numbers 26 April 2017, 13:56:46 UTC
aca0710 Merge pull request #1187 from 4e554c4c/master Fix typo in sway(5) 24 April 2017, 07:08:28 UTC
0dc7e9f Fix typo in sway(5) 24 April 2017, 03:57:23 UTC
d2de522 Merge pull request #1184 from JerziKaminsky/logging2 More Logging Fixes 20 April 2017, 17:00:56 UTC
39a65a6 Merge branch 'master' into logging2 20 April 2017, 16:55:34 UTC
8ecb490 Make sway_abort() report location 20 April 2017, 16:20:40 UTC
382b678 Merge pull request #1183 from sleep-walker/master explicitly ignore unused return value 19 April 2017, 13:17:00 UTC
974be01 explicitly ignore unused return value fixes issue#1182 19 April 2017, 08:16:24 UTC
94ad169 Merge pull request #1181 from wasamasa/bugfix-initial-scratchpad-size Use i3's dimensions for initial scratchpad views 18 April 2017, 21:57:07 UTC
35603b2 Merge pull request #1178 from 4e554c4c/fork Prevent sway from duplicating on a failed fork 18 April 2017, 21:49:23 UTC
0f31323 Use i3's dimensions for initial scratchpad views See https://github.com/i3/i3/blob/master/src/scratchpad.c#L196-L197 18 April 2017, 21:47:09 UTC
cee2650 Prevent sway from duplicating on a failed fork Also remove a useless `sway_log` and replace it with a pipe 18 April 2017, 21:25:37 UTC
17593ac Merge pull request #1180 from wasamasa/feature-move-to-scratchpad Feature move to scratchpad 18 April 2017, 19:50:54 UTC
d4ac594 Implement and document `move [to] scratchpad` 18 April 2017, 19:41:28 UTC
3c02aa1 Add .build.yml (for builds.sr.ht) 18 April 2017, 17:15:23 UTC
7494a48 Merge pull request #1173 from JerziKaminsky/security_resolve_symlink FOR_REVIEW: IPC security - Allow policy targets to be symlinks 16 April 2017, 14:17:43 UTC
2ad8850 Handle symlinks as IPC security targets - When policies are allocated, the ipc target path goes through symlink resolution. The result is used as the canonical for matching pids to policies at runtime. In particular, this matches up with the target of the `/proc/<pid>/exe`. - There's a possible race condition if this isn't done correctly, read below. Originally, validate_ipc_target() always tried to resolve its argument for symlinks, and returned a parogram target string if it validates. This created a possible race condition with security implications. The problem is that get_feature_policy() first independently resolved the policy target in order to check whether a policy already exists. If it didn't find any, it called alloc_feature_policy() which called validate_ipc_target() which resolved the policy target again. In the time between the two checks, the symlink could be altered, and a lucky attacker could fool the program into thinking that a policy doesn't exist for a target, and then switch the symlink to point at another file. At the very least this could allow him to create two policies for the same program target, and possibly to bypass security by associating the permissions for one target with another, or force default permissions to apply to a target for which a more specific rule has been configured. So we don't that. Instead, the policy target is resolved once and that result is used for the rest of the lookup/creation process. 16 April 2017, 14:09:53 UTC
c9694ee Add resolve_path() to utils 16 April 2017, 14:09:53 UTC
bcf9338 Add validate_ipc_target() 16 April 2017, 14:09:53 UTC
bfb9923 Move get_feature_policy to sway/security.c 16 April 2017, 14:09:53 UTC
b4357a8 Rename get_policy to get_feature_policy 16 April 2017, 14:09:53 UTC
cf5e764 Disambiguate get_*_policy() and get_*_policy_mask() 16 April 2017, 14:09:53 UTC
edb8075 Merge pull request #1175 from JerziKaminsky/fix_sway_assert_variadic Fix multiple issues in sway_assert 16 April 2017, 13:50:50 UTC
709b53b Fix location reported by sway_assert 16 April 2017, 13:39:53 UTC
eb3b1ec Fix variadic forwarding in sway_assert _sway_assert is a variadic function which tries to delegate to another variadic function. This requires a vprintf-style variant of the delegate. https://stackoverflow.com/a/150616 16 April 2017, 13:39:53 UTC
4b3e533 Merge pull request #1171 from JerziKaminsky/misc_fixes Misc fixes 14 April 2017, 14:44:30 UTC
6079e6f Fix style in sway-bar(5) manpage 13 April 2017, 23:30:41 UTC
b463fb8 Remain compat with libinput < 1.7.0 13 April 2017, 23:30:41 UTC
a25a2f4 Merge pull request #1147 from SirCmpwn/nvidia-support Downgrade nvidia proprietary driver warning 12 April 2017, 14:15:38 UTC
b3541d9 Implement more thourough nvidia config check 12 April 2017, 14:04:44 UTC
b036ad9 Downgrade nvidia proprietary driver warning 12 April 2017, 14:04:44 UTC
cd3c48f Merge pull request #1146 from SirCmpwn/pretty-print-swaymsg Add pretty printing to swaymsg 10 April 2017, 12:19:02 UTC
5d3a02a Merge branch 'master' into pretty-print-swaymsg 10 April 2017, 11:17:47 UTC
7fee555 Merge pull request #1150 from JerziKaminsky/cmake_find_libcap Add libcap check to CMake 08 April 2017, 10:53:22 UTC
8d191b2 Merge pull request #1155 from 4e554c4c/get_marks Add `-t get_marks` and use more i3-like marks 07 April 2017, 18:17:01 UTC
154c671 Add `-t get_marks` and use more i3-like marks In i3 every mark is unique and one mark cannot be used in more than one window, sway behavior has been amended to match this. `swaymsg -t get_marks` will now return an array of all marks used in sway. See #98 07 April 2017, 17:37:51 UTC
4e12bf6 Merge pull request #1153 from SirCmpwn/fix-1152 Fix dangling file descriptors (fixes #1152) 07 April 2017, 12:59:29 UTC
cf95aeb Merge pull request #1154 from ascent12/fix-1152 Removed explicitly setting file descriptors to -1 07 April 2017, 12:49:47 UTC
1b2cd93 Removed explicitly setting file descriptors to -1 07 April 2017, 12:45:31 UTC
50a31a6 Fix dangling file descriptors (fixes #1152) 07 April 2017, 11:55:35 UTC
aa6bd85 Add libcap check to CMake - Moved ``<sys/capability.h>`` include inside `__linux__` guard, because all uses are similarly guarded. - <sys/capability.h> is part of an optional devel package, at least in fedora. CMake now explicitly checks that libcap devel files are available. - Added libcap to the list of install packages in .travis.yml, to make the dependency explicit. travis-ci installs the package by default, which is why this hasn't surfaced previously. 07 April 2017, 00:14:16 UTC
270e01c Merge pull request #1151 from ascent12/master Change regex to use PCRE 06 April 2017, 12:51:22 UTC
3a32be6 Added designated initaliser, to prevent any possible problem with ordering 06 April 2017, 12:34:33 UTC
back to top