summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * | 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.
| * | Merge pull request #1425 from ggreer/grab-errorLibravatar Drew DeVault2017-10-22
| |\ \ | | | | | | | | swaygrab: Add some error handling.
| | * | swaygrab: Add some error handling.Libravatar Geoff Greer2017-10-22
| |/ / | | | | | | | | | | | | - If IPC response contains `success: false`, abort and print error message. - If tree has no nodes, abort with error msg instead of segfaulting.
| * | Merge pull request #1424 from ggreer/swaygrab-jsonLibravatar Drew DeVault2017-10-22
| |\ \ | | | | | | | | swaygrab: Prevent segfault if IPC response can't be parsed.
| | * | swaygrab: Increase max depth of JSON parsing to 256. Prevent segfault if IPC ↵Libravatar Geoff Greer2017-10-22
| |/ / | | | | | | | | | | | | | | | response can't be parsed. The default max nesting depth of json-c is 32, which can cause some valid trees to fail to be parsed, so increase that. Also instead of segfaulting, just abort and print the error returned by json-c.
| * | Merge pull request #1419 from 4e554c4c/better_logsLibravatar Drew DeVault2017-10-20
| |\ \ | | | | | | | | Print log level even if STDERR is not a tty
| | * | Print log level even if STDERR is not a ttyLibravatar Calvin Lee2017-10-20
| |/ / | | | | | | | | | | | | Makes reading debug logs much easier, debug lines will start with `E`, info lines with `I` and error lines with `E`.
| * | Remove broken link to Spanish translationLibravatar Drew DeVault2017-10-20
| | | | | | | | | | | | Fixes #1417
| * | Merge pull request #1412 from Hummer12007/rcfixLibravatar Drew DeVault2017-10-17
| |\ \ | | | | | | | | handlers: preserve parent pointer value
| | * | handlers: preserve parent pointer valueLibravatar Mykyta Holubakha2017-10-17
| |/ /
| * | Add feature freeze notice to readmeLibravatar Drew DeVault2017-10-16
| | |
| * | Fix crash closing fullscreen windows in containerLibravatar Drew DeVault2017-10-16
| | |
| * | Merge pull request #1402 from johalun/event-codes-include-fixLibravatar Drew DeVault2017-10-15
| |\ \ | | | | | | | | Fix include path to input-event-codes.h for FreeBSD.
| | * | Fix include path to input-event-codes.h for FreeBSD.Libravatar Johannes Lundberg2017-10-15
| |/ /
| * | Merge pull request #1401 from ↵Libravatar Drew DeVault2017-10-14
| |\ \ | | | | | | | | | | | | | | | | sideshowdave7/config/add_scale_to_merge_output_config Fixes to changing scale factor with output command
| | * | Add scale to merge_output_configLibravatar David Hurst2017-10-14
| |/ /
| * | Merge pull request #1398 from johalun/freebsd-fixLibravatar Drew DeVault2017-10-14
| |\ \ | | | | | | | | Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.
| | * \ Merge branch 'master' into freebsd-fixLibravatar Drew DeVault2017-10-14
| | |\ \
| | * | | Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.Libravatar Johannes Lundberg2017-10-14
| | | | |
| * | | | Merge pull request #1400 from madblobfish/manpagesLibravatar Drew DeVault2017-10-14
| |\ \ \ \ | | |_|/ / | |/| | | Various manpage edits
| | * | | Various manpage editsLibravatar madblobfish2017-10-14
| | |/ / | | | | | | | | | | | | Fix some spelling mistakes, missing punctuation and made some paragraphs more clear.
| * | | Merge pull request #1397 from johalun/manpagesLibravatar Drew DeVault2017-10-14
| |\ \ \ | | |/ / | |/| | Change install folder for man pages
| | * | Change install folder for man pagesLibravatar Johannes Lundberg2017-10-14
| |/ /
| * | Merge pull request #1395 from Zer0-One/masterLibravatar Drew DeVault2017-10-13
| |\ \ | | | | | | | | Update man 5 page
| | * | Update man 5 pageLibravatar David Zero2017-10-13
| |/ / | | | | | | | | | Changes 'orientation' to 'default_orientation' to match commands.c
| * | Merge pull request #1394 from madblobfish/patch-1Libravatar Drew DeVault2017-10-12
| |\ \ | | | | | | | | Interlink swaymsg to sway(5) and hint that command is interchargeable
| | * | fintune swaymsg manpageLibravatar madblobfish2017-10-13
| |/ / | | | | | | | | | Added a hint where to find the commands. Also indicate that command is itself not a command,
| * | Fix use-after free introduced by cbe7364Libravatar Drew DeVault2017-10-09
| | |
* | | Merge pull request #1519 from ggreer/clear-password-buffer-0.15Libravatar Drew DeVault2017-12-16
|\ \ \ | | | | | | | | Swaylock: Clear password buffer after use.
| * | | Swaylock: Clear password buffer after use.Libravatar Geoff Greer2017-12-14
| | |/ | |/| | | | | | | | | | | | | 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.
* | | Merge pull request #1515 from 4e554c4c/holds_up_forkLibravatar Drew DeVault2017-12-14
|\ \ \ | |/ / |/| | Fix `swaylock -f`
| * | Fix `swaylock -f`Libravatar Calvin Lee2017-12-13
|/ / | | | | | | | | 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
* | Merge pull request #1446 from kon14/patch-10.15.0Libravatar Drew DeVault2017-11-06
| | | | | | Update README.el.md
* | Merge pull request #1445 from yuilib/update-readme-jaLibravatar Drew DeVault2017-11-06
| | | | | | Update README.ja.md
* | Merge pull request #1455 from etam/dbus_dependencyLibravatar Drew DeVault2017-11-06
| | | | | | Update dbus dependency
* | Merge pull request #1443 from gferon/gferon-readme-editLibravatar Drew DeVault2017-11-06
| | | | | | Update README.md
* | Merge pull request #1454 from etam/fix_init_trayLibravatar Drew DeVault2017-11-06
| | | | | | Fix init_tray function declaration
* | Merge pull request #1441 from ptMuta/master0.15-rc4Libravatar Drew DeVault2017-10-30
| | | | | | Removed trailing comma from swaybar click event json
* | Merge pull request #1438 from mariusor/explicit_json-c_versionLibravatar Drew DeVault2017-10-30
| | | | | | Explicitly setting the version of json-c required
* | Merge pull request #1430 from dlrobertson/nvidia_drmLibravatar Drew DeVault2017-10-30
| | | | | | nvidia: Validate the nvidia_drm module options
* | Merge pull request #1427 from ranisalt/patch-1Libravatar Drew DeVault2017-10-30
| | | | | | Use add_compile_options instead of interpolation
* | Merge pull request #1425 from ggreer/grab-error0.15-rc3Libravatar Drew DeVault2017-10-23
| | | | | | swaygrab: Add some error handling.
* | Merge pull request #1424 from ggreer/swaygrab-jsonLibravatar Drew DeVault2017-10-23
| | | | | | swaygrab: Prevent segfault if IPC response can't be parsed.