Drew DeVault
6726f2402d
Remove hackathon notice from README
7 years ago
Drew DeVault
30ae1e32d7
Merge pull request #1598 from DarkReef/master
...
Translation update
7 years ago
Dark Rift
a0417b10cc
Translation update
7 years ago
Drew DeVault
ee52bc79a3
Shill harder
7 years ago
Drew DeVault
7c3b0ffc32
Merge pull request #1455 from etam/dbus_dependency
...
Update dbus dependency
7 years ago
Adam Mizerski
e677888b62
Add dbus info to readme
7 years ago
Drew DeVault
c4d4af7913
Merge pull request #1454 from etam/fix_init_tray
...
Fix init_tray function declaration
7 years ago
Adam Mizerski
4623900898
Dbus must be at least version 1.10
...
Function dbus_message_iter_get_element_count is available since 1.10.
7 years ago
Adam Mizerski
501c788f5f
Fix init_tray function declaration
...
This fixes compilation failure:
error: call to function 'init_tray' without a real prototype
7 years ago
Drew DeVault
c352cae55e
Merge pull request #1443 from gferon/gferon-readme-edit
...
Update README.md
7 years ago
Gabriel Féron
4ab66bbbc3
Update README.md
7 years ago
Drew DeVault
42cfe1cf34
Merge pull request #1446 from kon14/patch-1
...
Update README.el.md
7 years ago
Drew DeVault
11e79f639a
Merge pull request #1445 from yuilib/update-readme-ja
...
Update README.ja.md
7 years ago
Konstantinos Feretos
7f7e94bf59
Update README.el.md
7 years ago
yuilib
85159b03b7
Update README.ja.md
7 years ago
Drew DeVault
ccf7e5ad7e
Merge pull request #1441 from ptMuta/master
...
Removed trailing comma from swaybar click event json
7 years ago
Joona Romppanen
675e4b7de7
Removed trailing comma from swaybar click event json
7 years ago
Drew DeVault
c57f68566a
Merge pull request #1436 from dlrobertson/add_asan_build
...
Add Address Sanitized build type
7 years ago
Drew DeVault
ee6ed89e36
Merge pull request #1438 from mariusor/explicit_json-c_version
...
Explicitly setting the version of json-c required
7 years ago
Marius Orcsik
69e9b1386f
Explicitly setting the version of json-c required
...
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
7 years ago
Dan Robertson
3d209be3d6
Add Address Sanitized build type
...
- Add -DCMAKE_BUILD_TYPE=ASAN to possible builds
7 years ago
Drew DeVault
d75ee3f9ce
Merge pull request #1430 from dlrobertson/nvidia_drm
...
nvidia: Validate the nvidia_drm module options
7 years ago
Dan Robertson
88d042ec49
nvidia: Validate the nvidia_drm module options
...
When the proprietary nvidia driver is used, ensure the modeset option is
set instead of checking /proc/cmdline for nvidia-drm.modeset=1.
7 years ago
Drew DeVault
5551bf92a9
Merge pull request #1427 from ranisalt/patch-1
...
Use add_compile_options instead of interpolation
7 years ago
Ranieri Althoff
0d2baa1c89
Use add_compile_options instead of interpolation
...
Uses CMake's `add_compile_options` directive instead of interpolating `CMAKE_C_FLAGS` for adding compilation flags.
7 years ago
Drew DeVault
b31b11f139
Merge pull request #1425 from ggreer/grab-error
...
swaygrab: Add some error handling.
7 years ago
Geoff Greer
29f27c7cdc
swaygrab: Add some error handling.
...
- If IPC response contains `success: false`, abort and print error message.
- If tree has no nodes, abort with error msg instead of segfaulting.
7 years ago
Drew DeVault
d10e723183
Merge pull request #1424 from ggreer/swaygrab-json
...
swaygrab: Prevent segfault if IPC response can't be parsed.
7 years ago
Geoff Greer
98875443ea
swaygrab: Increase max depth of JSON parsing to 256. Prevent segfault if IPC 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.
7 years ago
Drew DeVault
66d3777c14
Merge pull request #1419 from 4e554c4c/better_logs
...
Print log level even if STDERR is not a tty
7 years ago
Calvin Lee
016261fd64
Print log level even if STDERR is not a tty
...
Makes reading debug logs much easier, debug lines will start with `E`,
info lines with `I` and error lines with `E`.
7 years ago
Drew DeVault
b930003008
Remove broken link to Spanish translation
...
Fixes #1417
7 years ago
Drew DeVault
4ded091491
Merge pull request #1412 from Hummer12007/rcfix
...
handlers: preserve parent pointer value
7 years ago
Mykyta Holubakha
22906f7fce
handlers: preserve parent pointer value
7 years ago
Drew DeVault
a996ee485d
Add feature freeze notice to readme
7 years ago
Drew DeVault
b16dbf6d64
Fix crash closing fullscreen windows in container
7 years ago
Drew DeVault
67f9b7fe5b
Merge pull request #1402 from johalun/event-codes-include-fix
...
Fix include path to input-event-codes.h for FreeBSD.
7 years ago
Johannes Lundberg
44e72573cb
Fix include path to input-event-codes.h for FreeBSD.
7 years ago
Drew DeVault
ea0f1f3a7e
Merge pull request #1401 from sideshowdave7/config/add_scale_to_merge_output_config
...
Fixes to changing scale factor with output command
7 years ago
David Hurst
ee15068a8f
Add scale to merge_output_config
7 years ago
Drew DeVault
2216e830be
Merge pull request #1398 from johalun/freebsd-fix
...
Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.
7 years ago
Drew DeVault
e91058509e
Merge pull request #1400 from madblobfish/manpages
...
Various manpage edits
7 years ago
madblobfish
93fe8ae705
Various manpage edits
...
Fix some spelling mistakes, missing punctuation and made some paragraphs more clear.
7 years ago
Drew DeVault
55d8a77dd8
Merge branch 'master' into freebsd-fix
7 years ago
Johannes Lundberg
5a63f0f57b
Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.
7 years ago
Drew DeVault
d1e7ac89c4
Merge pull request #1397 from johalun/manpages
...
Change install folder for man pages
7 years ago
Johannes Lundberg
2588dede77
Change install folder for man pages
7 years ago
Drew DeVault
45ec4de36a
Merge pull request #1395 from Zer0-One/master
...
Update man 5 page
7 years ago
David Zero
03f8a8ae05
Update man 5 page
...
Changes 'orientation' to 'default_orientation' to match commands.c
7 years ago
Drew DeVault
6f794131eb
Merge pull request #1394 from madblobfish/patch-1
...
Interlink swaymsg to sway(5) and hint that command is interchargeable
7 years ago