aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Handle forward/back mouse buttons in swaybarLibravatar Peter Rice2018-01-07
|
* Merge pull request #1559 from 4e554c4c/invalid_freeLibravatar Drew DeVault2018-01-06
|\ | | | | Prevent invalid free of workspace name
| * Prevent invalid free of workspace nameLibravatar Calvin Lee2018-01-06
|/ | | | | | | | 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
* Merge pull request #1516 from AGausmann/issue-1507Libravatar Drew DeVault2018-01-05
|\ | | | | Patch #1507: Clicking on invisible title bars switches focus
| * Tabs got broken, fixed visibility checkLibravatar Adam Gausmann2017-12-14
| |
| * Fix windows being focused when invisibleLibravatar Adam Gausmann2017-12-14
| |
* | Merge pull request #1431 from 4e554c4c/sni_sucksLibravatar Drew DeVault2017-12-29
|\ \ | | | | | | Support libappindicator
| * | Keep tray separateLibravatar gnidorah2017-12-29
| | |
| * | Fix icon updating on secondary outputsLibravatar gnidorah2017-12-29
| | |
| * | Allow correct item to get icon updates for both kde and gtk implementationLibravatar gnidorah2017-12-29
| | |
| * | Fix `get_icon`Libravatar Calvin Lee2017-12-29
| | | | | | | | | | | | | | | | | | 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.
| * | Add `dbus_get_prop_async` utilityLibravatar Calvin Lee2017-12-29
| | | | | | | | | | | | | | | This drastically reduces the amount of boilerplate needed to get a property from a bus object.
| * | Plug memory `dbus_message_iter_get_signature` leakLibravatar Calvin Lee2017-12-29
| | |
| * | Correct context menu placement if bar is bottomLibravatar Calvin Lee2017-12-29
| | | | | | | | | | | | | | | Originally the context menu would draw at the top of the screen, which is incorrect.
| * | Reply in case of object path itemLibravatar gnidorah2017-12-29
| | |
| * | Allow correct item to get icon updatesLibravatar Calvin Lee2017-12-29
| | |
| * | Improve Icon Theme ImplimentationLibravatar Calvin Lee2017-12-29
| | |
| * | Prevent segfault in `get_items()`Libravatar Calvin Lee2017-12-29
| | | | | | | | | | | | | | | One segfault resulted from an incorrect dbus call in sni_watcher. The other from duplicate items in the sni host.
| * | Allow multiple object paths for each connectionLibravatar Calvin Lee2017-12-29
| | |
| * | Allow paths to icons in iconName propertyLibravatar gnidorah2017-12-29
| | |
| * | Allow registering StatusNotifierItems by obj pathLibravatar Calvin Lee2017-12-29
|/ / | | | | | | | | | | | | | | 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
* | Merge pull request #1544 from ↵Libravatar Drew DeVault2017-12-29
|\ \ | | | | | | | | | | | | CedricCabessa/fix1056-swaylock-allow-popup-to-come-through partial fix #1056
| * | partial fix #1056Libravatar Cédric Cabessa2017-12-29
|/ / | | | | | | | | | | | | 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).
* | Adaptions for API change in json-c v0.130.15.1Libravatar Björn Esser2017-12-17
| | | | | | | | | | | | | | | | | | | | 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.
* | Revert "Merge remote-tracking branch 'besser82/bugfix/json-c' into 0.15"Libravatar Drew DeVault2017-12-17
| | | | | | | | | | This reverts commit 1c4a086e7556475139960a25cb642f115d057c23, reversing changes made to 1263ea6497c732bfa1835eea4a8ffe2e6ea6e377.
* | Merge remote-tracking branch 'besser82/bugfix/json-c' into 0.15Libravatar Drew DeVault2017-12-17
|\ \
| * | Adaptions for API change in json-c v0.13Libravatar Björn Esser2017-12-14
| | |
| * | ipc-server: Acquire ownership of referenced json_object properlyLibravatar Björn Esser2017-12-14
| | | | | | | | | | | | | | | | | | 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.
| * | Lift restriction on json-c <= 0.12.1Libravatar Björn Esser2017-12-14
| | |
| * | Merge pull request #1455 from etam/dbus_dependencyLibravatar Drew DeVault2017-11-05
| |\ \ | | | | | | | | Update dbus dependency
| | * | Add dbus info to readmeLibravatar Adam Mizerski2017-11-05
| | | |
| | * | Dbus must be at least version 1.10Libravatar Adam Mizerski2017-11-05
| | | | | | | | | | | | | | | | Function dbus_message_iter_get_element_count is available since 1.10.
| * | | Merge pull request #1454 from etam/fix_init_trayLibravatar Drew DeVault2017-11-05
| |\ \ \ | | |/ / | |/| | Fix init_tray function declaration
| | * | Fix init_tray function declarationLibravatar Adam Mizerski2017-11-05
| |/ / | | | | | | | | | | | | This fixes compilation failure: error: call to function 'init_tray' without a real prototype
| * | Merge pull request #1443 from gferon/gferon-readme-editLibravatar Drew DeVault2017-11-02
| |\ \ | | | | | | | | Update README.md
| | * | Update README.mdLibravatar Gabriel Féron2017-11-02
| |/ /
| * | Merge pull request #1446 from kon14/patch-1Libravatar Drew DeVault2017-11-01
| |\ \ | | | | | | | | Update README.el.md
| | * | Update README.el.mdLibravatar Konstantinos Feretos2017-11-01
| | | |
| * | | Merge pull request #1445 from yuilib/update-readme-jaLibravatar Drew DeVault2017-11-01
| |\ \ \ | | |/ / | |/| | Update README.ja.md
| | * | Update README.ja.mdLibravatar yuilib2017-11-01
| |/ /
| * | Merge pull request #1441 from ptMuta/masterLibravatar Drew DeVault2017-10-28
| |\ \ | | | | | | | | Removed trailing comma from swaybar click event json
| | * | Removed trailing comma from swaybar click event jsonLibravatar Joona Romppanen2017-10-28
| |/ /
| * | Merge pull request #1436 from dlrobertson/add_asan_buildLibravatar Drew DeVault2017-10-27
| |\ \ | | | | | | | | Add Address Sanitized build type
| | * | Add Address Sanitized build typeLibravatar Dan Robertson2017-10-27
| | | | | | | | | | | | | | | | - Add -DCMAKE_BUILD_TYPE=ASAN to possible builds
| * | | Merge pull request #1438 from mariusor/explicit_json-c_versionLibravatar Drew DeVault2017-10-27
| |\ \ \ | | |/ / | |/| | Explicitly setting the version of json-c required
| | * | Explicitly setting the version of json-c requiredLibravatar Marius Orcsik2017-10-27
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Merge pull request #1430 from dlrobertson/nvidia_drmLibravatar Drew DeVault2017-10-24
| |\ \ | | | | | | | | nvidia: Validate the nvidia_drm module options
| | * | nvidia: Validate the nvidia_drm module optionsLibravatar Dan Robertson2017-10-24
| |/ / | | | | | | | | | | | | When the proprietary nvidia driver is used, ensure the modeset option is set instead of checking /proc/cmdline for nvidia-drm.modeset=1.
| * | Merge pull request #1427 from ranisalt/patch-1Libravatar Drew DeVault2017-10-23
| |\ \ | | | | | | | | Use add_compile_options instead of interpolation
| | * | Use add_compile_options instead of interpolationLibravatar Ranieri Althoff2017-10-24
| |/ / | | | | | | Uses CMake's `add_compile_options` directive instead of interpolating `CMAKE_C_FLAGS` for adding compilation flags.