aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Collapse)AuthorAge
* Check for Raspberry PiLibravatar azarus2017-08-14
|
* Raise max ipc message size limit to 256 MBLibravatar Hummer120072017-08-14
|
* One moreLibravatar Drew DeVault2017-08-09
|
* Clean up fallthrough issuesLibravatar Drew DeVault2017-08-09
|
* Implement nonblocking IO in IPC serverLibravatar Ilya Lukyanov2017-08-08
| | | | | Added client write buffer and handler for writable status on client socket.
* Prevent race condition in the kill commandLibravatar Calvin Lee2017-08-06
| | | | | | | | | When killing views with `close_views` a use-after-free can sometimes occur because parent views are killed before their children. This commit makes `container_map` run functions on child containers before their parent, fixing the race. Fixes #1302
* Remove test clipboard codeLibravatar Drew DeVault2017-07-26
|
* Use WLC v2 pointer interfaceLibravatar Scott Anderson2017-07-12
|
* Add secucity config for FreeBSD.Libravatar Johannes Lundberg2017-07-11
|
* fix use-after-free bugLibravatar Tobias Blass2017-07-10
|
* Make asciidoc (and man pages) optionalLibravatar Drew DeVault2017-07-04
| | | | And remove it from the build
* Do not add empty policiesLibravatar Mykyta Holubakha2017-07-01
| | | | Policy allocation failure is non-fatal
* permit.c: check for NULL pointer dereferenceLibravatar Mykyta Holubakha2017-07-01
|
* Add the 'clipboard' command to set the clipboardLibravatar nyorain2017-07-01
|
* Merge branch 'master' into server-decorationLibravatar Drew DeVault2017-06-14
|\
| * Force focus on unmanaged views during pointer testLibravatar Drew DeVault2017-06-14
| |
| * Fix Firefox address bar thingLibravatar Drew DeVault2017-06-14
| | | | | | | | And probably some other stuff too
| * Implement Tray IconsLibravatar Calvin Lee2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * FreeBSD fixesLibravatar johalun2017-06-06
| | | | | | | | | | | | | | 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).
| * Terminate when both suid bit and filecaps are setLibravatar Mykyta Holubakha2017-05-11
| |
| * Initialise logging earlierLibravatar Mykyta Holubakha2017-05-11
| |
| * Add missing send-event mode to sway-input(5)Libravatar wdbw2017-05-06
| | | | | | Also, fix a small typo.
| * Add mouse button bindingsLibravatar Josip Janzic2017-05-04
| | | | | | | | | | | | | | Adds support for bindings like: bindsym button3 floating toggle bindsym $mod+button3 floating toggle
| * document font commandLibravatar Zandr Martin2017-05-01
| |
| * prevent crash when `layout auto` is missing argsLibravatar Zandr Martin2017-04-29
| |
| * Set child border to background if not specifiedLibravatar Drew DeVault2017-04-29
| |
| * Support specifying fewer than 5 colorsLibravatar Drew DeVault2017-04-29
| | | | | | | | | | 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.
* | Implement KDE's server-side decoration protocolLibravatar Drew DeVault2017-04-28
|/
* Fix handling of floating windowsLibravatar Drew DeVault2017-04-26
|
* Update sway(5)Libravatar Drew DeVault2017-04-26
|
* Implement no_focusLibravatar Drew DeVault2017-04-26
| | | | Ref #2
* Add -DVERSION flag for release version numbersLibravatar Sebastian Noack2017-04-26
|
* Fix typo in sway(5)Libravatar Calvin Lee2017-04-23
|
* explicitly ignore unused return valueLibravatar Tomáš Čech2017-04-19
| | | | fixes issue#1182
* Merge pull request #1181 from wasamasa/bugfix-initial-scratchpad-size0.13-rc1Libravatar Drew DeVault2017-04-18
|\ | | | | Use i3's dimensions for initial scratchpad views
| * Use i3's dimensions for initial scratchpad viewsLibravatar Vasilij Schneidermann2017-04-18
| | | | | | | | See https://github.com/i3/i3/blob/master/src/scratchpad.c#L196-L197
* | Merge pull request #1178 from 4e554c4c/forkLibravatar Drew DeVault2017-04-18
|\ \ | |/ |/| Prevent sway from duplicating on a failed fork
| * Prevent sway from duplicating on a failed forkLibravatar Calvin Lee2017-04-18
| | | | | | | | Also remove a useless `sway_log` and replace it with a pipe
* | Implement and document `move [to] scratchpad`Libravatar Vasilij Schneidermann2017-04-18
|/
* Handle symlinks as IPC security targetsLibravatar Jerzi Kaminsky2017-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* Add validate_ipc_target()Libravatar Jerzi Kaminsky2017-04-16
|
* Move get_feature_policy to sway/security.cLibravatar Jerzi Kaminsky2017-04-16
|
* Rename get_policy to get_feature_policyLibravatar Jerzi Kaminsky2017-04-16
|
* Disambiguate get_*_policy() and get_*_policy_mask()Libravatar Jerzi Kaminsky2017-04-16
|
* Fix style in sway-bar(5) manpageLibravatar Jerzi Kaminsky2017-04-14
|
* Remain compat with libinput < 1.7.0Libravatar Jerzi Kaminsky2017-04-14
|
* Implement more thourough nvidia config checkLibravatar Drew DeVault2017-04-12
|
* Downgrade nvidia proprietary driver warningLibravatar Drew DeVault2017-04-12
|
* Merge branch 'master' into pretty-print-swaymsgLibravatar Drew DeVault2017-04-10
|\
| * Merge pull request #1150 from JerziKaminsky/cmake_find_libcapLibravatar Drew DeVault2017-04-08
| |\ | | | | | | Add libcap check to CMake