Commit graph

2577 commits

Author SHA1 Message Date
Konstantinos Feretos b156ad342a Localization clarifications
Clarifies situation regarding greek translation. Also explicitly states sway support emails to SirCmpwn should be written in english.
2017-08-14 23:44:55 +03:00
Jonathan Schleußer 1cf351f1f1 Comply with TL guideline update; Fix typo 2017-08-14 22:41:12 +02:00
Drew DeVault c31aef7ad1 Merge pull request #1327 from refacto/rpifix
Detecting Raspberry PIs and advising to use correct video mode
2017-08-14 16:35:25 -04:00
azarus 5987f19eb2 Check for Raspberry Pi 2017-08-14 22:29:21 +02:00
Drew DeVault 0b5fb23821 Update README.ja.md 2017-08-14 16:12:48 -04:00
Konstantinos Feretos 440b10ced4 Moves translation status below screenshot
Moves the status of the greek translation to the top (just below screenshot)
2017-08-14 22:18:18 +03:00
Konstantinos Feretos d7a719eaeb Merge branch 'master' into master 2017-08-14 22:10:20 +03:00
Konstantinos Feretos b24eb08f59 Updates README with links to Greek, French and Spanish
Adds links for the yet to-be-merged Greek, French and Spanish versions of README.md to the existing language list.
2017-08-14 21:57:57 +03:00
Konstantinos Feretos f26f2670d1 Translate README.md to Greek / Μετάφραση του README.md στα Ελληνικά
Adds README.el.md, a greek version of the README.
2017-08-14 21:55:07 +03:00
Drew DeVault 1e0ae2566c Update README.ja.md / README.ja.mdは修正する 2017-08-14 14:51:08 -04:00
Mykyta Holubakha 2f1729539e
Translated README to ukrainian 2017-08-14 21:44:58 +03:00
Drew DeVault c1582f981a Merge pull request #1324 from Hummer12007/patch-5
Raise max ipc message size limit to 256 MB
2017-08-14 13:48:51 -04:00
Hummer12007 6f355c6ff7 Raise max ipc message size limit to 256 MB 2017-08-14 20:43:37 +03:00
Drew DeVault e93622e4ee Update READMEs 2017-08-14 11:56:58 -04:00
Drew DeVault 222b734524 Merge pull request #1320 from ParadoxSpiral/master
Translate README to German
2017-08-14 08:44:18 -04:00
Jonathan Schleußer abff590d9e Translate README to German 2017-08-14 14:38:52 +02:00
Drew DeVault dae7959089 Merge pull request #1317 from SirCmpwn/日本語
Translate README to Japanese / READMEを日本語訳す
2017-08-14 08:07:03 -04:00
Drew DeVault 38f77a8937 Translate README to Japanese / READMEを日本語訳す 2017-08-13 14:16:55 -04:00
Drew DeVault 1b9ee85bc5 Merge pull request #1316 from 4e554c4c/swaybar_crash
Prevent crash if DBus connection is NULL
2017-08-12 08:18:30 -04:00
Calvin Lee ba6224f4e5 Prevent crash if DBus connection is NULL
Fixes #1307
2017-08-12 12:52:31 +02:00
Drew DeVault 2689238058 Re-enable implicit fallthrough warnings 2017-08-09 18:43:25 -04:00
Drew DeVault 3553fa0a74 One more 2017-08-09 18:42:22 -04:00
Drew DeVault 03af90d302 Clean up fallthrough issues 2017-08-09 18:34:51 -04:00
Drew DeVault 8208e2505a Merge pull request #1313 from ilyaluk/nonblock-ipc-server
Implement nonblocking IO in IPC server
2017-08-08 17:57:44 -04:00
Ilya Lukyanov 1c5a96c112
Implement nonblocking IO in IPC server
Added client write buffer and handler for writable status on client
socket.
2017-08-08 19:23:50 +03:00
Drew DeVault e12d1cf003 Merge pull request #1309 from 4e554c4c/racey_kills
Prevent race condition in the kill command
2017-08-06 11:27:53 -04:00
Calvin Lee 3c93e2cf1b Prevent race condition in the kill command
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
2017-08-06 16:56:39 +02:00
Drew DeVault f8d0e1f946 Merge pull request #1300 from emersion/patch-1
Fix typo in debug log
2017-08-03 07:06:59 -04:00
emersion b6b0be1e0a Fix typo in debug log 2017-08-03 13:00:06 +02:00
Drew DeVault f59fb6bc76 Merge pull request #1294 from 4e554c4c/swaylock_size
Allow swaylock indicator size to be configurable
2017-07-31 16:05:07 -04:00
Calvin Lee 23f11d7c45 Allow swaylock indicator size to be configurable 2017-07-31 19:49:01 +02:00
Drew DeVault 14eeeed7e0 Remove test clipboard code 2017-07-26 19:11:57 -04:00
Drew DeVault a218a0b422 Merge pull request #1288 from johalun/master-securityconf-freebsd
security: enabled ipc on freebsd
2017-07-24 13:14:00 -04:00
Johannes Lundberg cf292fabde security: enabled ipc on freebsd 2017-07-24 18:38:04 +02:00
Drew DeVault 47754642f8 Merge pull request #1285 from tobiasblass/fix_non_dbus_build
[swaybar] fix non-dbus build
2017-07-20 19:43:48 -04:00
Tobias Blass 8976a47f62 [swaybar] fix non-dbus build
Swaybar's CMakeLists.txt uses the enable-tray option directly to decide whether to build the tray. This leads to a compilation error if dbus is not installed.
This patch uses the ENABLE_TRAY variable instead, which is only true if the user enabled the tray *and* dbus is available.
2017-07-20 23:03:16 +02:00
Drew DeVault 1e13a1fd60 Merge pull request #1283 from 4e554c4c/memory_leak
Fix memory leaks in swaybar tray
2017-07-16 22:25:28 -04:00
Calvin Lee e8f589c3dc Fix memory leaks in swaybar tray 2017-07-16 19:06:24 -07:00
Drew DeVault 5675a42def Merge pull request #1279 from 4e554c4c/bad_items
Fix name validation in sni_watcher.c
2017-07-14 07:38:41 -04:00
Calvin Lee 5ceb52962e Fix name validation in sni_watcher.c
This commit also fixes a memory leak that occurs on failure.
2017-07-13 20:57:23 -07:00
Drew DeVault e33792e80a Merge pull request #1276 from 4e554c4c/bad_items
Don't trust SNI names, fixes #1274
2017-07-13 10:53:54 -04:00
Calvin Lee 62223e8fbb Don't trust SNI names, fixes #1274
If an item doesn't have a well-formed name, it will not be added to the
tray.
2017-07-13 07:47:21 -07:00
Drew DeVault 13ed84e886 Merge pull request #1272 from ascent12/pointer-fix
Use WLC v2 pointer interface
2017-07-12 09:08:49 -04:00
Scott Anderson c29e5bbde8 Use WLC v2 pointer interface 2017-07-12 16:39:14 +12:00
nyorain 1cca551c6f Add get_clipbard ipc errors; Adapt swaymsg
Also increase the get_clipboard timeout to 30 secs
2017-07-11 18:04:28 +02:00
nyorain 20888fbb5e Close fd in clipboard request 2017-07-11 17:12:53 +02:00
nyorain 727215c907 Add timeout; Fix receive loop & style issues 2017-07-11 17:07:06 +02:00
Drew DeVault df17a268b9 Merge pull request #1271 from johalun/master-securityconf-freebsd
Add secucity config for FreeBSD.
2017-07-11 10:19:28 -04:00
Johannes Lundberg a3c07273ba Add secucity config for FreeBSD. 2017-07-11 10:56:07 +02:00
Drew DeVault 8fad213f34 Merge pull request #1270 from tobiasblass/bindsym_use_after_free
fix use-after-free bug
2017-07-10 19:00:12 -04:00