aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2018-02-18Shill harderDrew DeVault-1/+5
2017-11-05Merge pull request #1455 from etam/dbus_dependencyDrew DeVault-1/+4
Update dbus dependency
2017-11-05Add dbus info to readmeAdam Mizerski-0/+3
2017-11-05Merge pull request #1454 from etam/fix_init_trayDrew DeVault-1/+1
Fix init_tray function declaration
2017-11-05Dbus must be at least version 1.10Adam Mizerski-1/+1
Function dbus_message_iter_get_element_count is available since 1.10.
2017-11-05Fix init_tray function declarationAdam Mizerski-1/+1
This fixes compilation failure: error: call to function 'init_tray' without a real prototype
2017-11-02Merge pull request #1443 from gferon/gferon-readme-editDrew DeVault-8/+8
Update README.md
2017-11-02Update README.mdGabriel Féron-8/+8
2017-11-01Merge pull request #1446 from kon14/patch-1Drew DeVault-1/+1
Update README.el.md
2017-11-01Merge pull request #1445 from yuilib/update-readme-jaDrew DeVault-30/+24
Update README.ja.md
2017-11-01Update README.el.mdKonstantinos Feretos-1/+1
2017-11-01Update README.ja.mdyuilib-30/+24
2017-10-28Merge pull request #1441 from ptMuta/masterDrew DeVault-1/+1
Removed trailing comma from swaybar click event json
2017-10-28Removed trailing comma from swaybar click event jsonJoona Romppanen-1/+1
2017-10-27Merge pull request #1436 from dlrobertson/add_asan_buildDrew DeVault-1/+17
Add Address Sanitized build type
2017-10-27Merge pull request #1438 from mariusor/explicit_json-c_versionDrew DeVault-12/+24
Explicitly setting the version of json-c required
2017-10-27Explicitly setting the version of json-c requiredMarius Orcsik-12/+24
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
2017-10-27Add Address Sanitized build typeDan Robertson-1/+17
- Add -DCMAKE_BUILD_TYPE=ASAN to possible builds
2017-10-24Merge pull request #1430 from dlrobertson/nvidia_drmDrew DeVault-0/+24
nvidia: Validate the nvidia_drm module options
2017-10-24nvidia: Validate the nvidia_drm module optionsDan Robertson-0/+24
When the proprietary nvidia driver is used, ensure the modeset option is set instead of checking /proc/cmdline for nvidia-drm.modeset=1.
2017-10-23Merge pull request #1427 from ranisalt/patch-1Drew DeVault-6/+2
Use add_compile_options instead of interpolation
2017-10-24Use add_compile_options instead of interpolationRanieri Althoff-6/+2
Uses CMake's `add_compile_options` directive instead of interpolating `CMAKE_C_FLAGS` for adding compilation flags.
2017-10-22Merge pull request #1425 from ggreer/grab-errorDrew DeVault-1/+11
swaygrab: Add some error handling.
2017-10-22swaygrab: Add some error handling.Geoff Greer-1/+11
- If IPC response contains `success: false`, abort and print error message. - If tree has no nodes, abort with error msg instead of segfaulting.
2017-10-22Merge pull request #1424 from ggreer/swaygrab-jsonDrew DeVault-1/+10
swaygrab: Prevent segfault if IPC response can't be parsed.
2017-10-22swaygrab: Increase max depth of JSON parsing to 256. Prevent segfault if IPC ↵Geoff Greer-1/+10
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.
2017-10-20Merge pull request #1419 from 4e554c4c/better_logsDrew DeVault-5/+18
Print log level even if STDERR is not a tty
2017-10-20Print log level even if STDERR is not a ttyCalvin Lee-5/+18
Makes reading debug logs much easier, debug lines will start with `E`, info lines with `I` and error lines with `E`.
2017-10-20Remove broken link to Spanish translationDrew DeVault-1/+1
Fixes #1417
2017-10-17Merge pull request #1412 from Hummer12007/rcfixDrew DeVault-6/+7
handlers: preserve parent pointer value
2017-10-17handlers: preserve parent pointer valueMykyta Holubakha-6/+7
2017-10-16Add feature freeze notice to readmeDrew DeVault-0/+7
2017-10-16Fix crash closing fullscreen windows in containerDrew DeVault-4/+11
2017-10-15Merge pull request #1402 from johalun/event-codes-include-fixDrew DeVault-0/+4
Fix include path to input-event-codes.h for FreeBSD.
2017-10-15Fix include path to input-event-codes.h for FreeBSD.Johannes Lundberg-0/+4
2017-10-14Merge pull request #1401 from ↵Drew DeVault-1/+4
sideshowdave7/config/add_scale_to_merge_output_config Fixes to changing scale factor with output command
2017-10-14Add scale to merge_output_configDavid Hurst-1/+4
2017-10-14Merge pull request #1398 from johalun/freebsd-fixDrew DeVault-1/+5
Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.
2017-10-14Merge pull request #1400 from madblobfish/manpagesDrew DeVault-44/+46
Various manpage edits
2017-10-14Various manpage editsmadblobfish-44/+46
Fix some spelling mistakes, missing punctuation and made some paragraphs more clear.
2017-10-14Merge branch 'master' into freebsd-fixDrew DeVault-1/+1
2017-10-14Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.Johannes Lundberg-1/+5
2017-10-14Merge pull request #1397 from johalun/manpagesDrew DeVault-1/+1
Change install folder for man pages
2017-10-14Change install folder for man pagesJohannes Lundberg-1/+1
2017-10-13Merge pull request #1395 from Zer0-One/masterDrew DeVault-3/+3
Update man 5 page
2017-10-13Update man 5 pageDavid Zero-3/+3
Changes 'orientation' to 'default_orientation' to match commands.c
2017-10-12Merge pull request #1394 from madblobfish/patch-1Drew DeVault-1/+3
Interlink swaymsg to sway(5) and hint that command is interchargeable
2017-10-13fintune swaymsg manpagemadblobfish-1/+3
Added a hint where to find the commands. Also indicate that command is itself not a command,
2017-10-09Fix use-after free introduced by cbe7364Drew DeVault-1/+1
2017-10-08Fix #12910.15-rc1Drew DeVault-4/+18