aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2017-08-29click_events as documented at https://i3wm.org/docs/i3bar-protocol.htmlakokshar@redhat.com-10/+138
2017-08-27Merge pull request #1247 from clarcharr/masterDrew DeVault-10/+21
Convert a popen into a fork.
2017-08-27Use fork in swaygrab instead of popen.Clar Charr-10/+21
2017-08-17Update IRC channel in CONTRIBUTING.mdDrew DeVault-1/+1
2017-08-16Fix README.it.mdDrew DeVault-5/+1
2017-08-16Fix italian link in readmeDrew DeVault-1/+1
2017-08-16Merge pull request #1331 from sykhro/masterDrew DeVault-1/+104
Translated README.md to Italian
2017-08-16Moved support subsectionsykhro-0/+4
2017-08-16Minor rewordingsykhro-1/+1
2017-08-16Fixed minor errorssykhro-4/+4
2017-08-16Added language help sectionsykhro-0/+3
2017-08-16Beginning of italian translationsykhro-1/+97
2017-08-14Merge pull request #1319 from abdelq/frenchDrew DeVault-0/+101
Translation README to French / Traduction du README en français
2017-08-14Translation README to French / Traduction du README en françaisAbdelhakim Qbaich-0/+101
2017-08-14Add Українська to readme TLsDrew DeVault-1/+1
2017-08-14Merge pull request #1325 from Hummer12007/localeDrew DeVault-0/+106
Translated README to ukrainian
2017-08-14Merge branch 'master' into localeDrew DeVault-14/+152
2017-08-15Update README.uk.mdHummer12007-3/+9
2017-08-14Merge pull request #1326 from kon14/masterDrew DeVault-1/+94
Translate README.md to Greek / Μετάφραση του README.md στα Ελληνικά
2017-08-14Merge pull request #1328 from ParadoxSpiral/masterDrew DeVault-6/+12
Update German README according to TL guideline update
2017-08-14Localization clarificationsKonstantinos Feretos-4/+7
Clarifies situation regarding greek translation. Also explicitly states sway support emails to SirCmpwn should be written in english.
2017-08-14Comply with TL guideline update; Fix typoJonathan Schleußer-6/+12
2017-08-14Merge pull request #1327 from refacto/rpifixDrew DeVault-0/+41
Detecting Raspberry PIs and advising to use correct video mode
2017-08-14Check for Raspberry Piazarus-0/+41
2017-08-14Update README.ja.mdDrew DeVault-5/+5
2017-08-14Moves translation status below screenshotKonstantinos Feretos-4/+5
Moves the status of the greek translation to the top (just below screenshot)
2017-08-14Merge branch 'master' into masterKonstantinos Feretos-2/+0
2017-08-14Updates README with links to Greek, French and SpanishKonstantinos Feretos-1/+2
Adds links for the yet to-be-merged Greek, French and Spanish versions of README.md to the existing language list.
2017-08-14 Translate README.md to Greek / Μετάφραση του README.md στα ↵Konstantinos Feretos-0/+88
Ελληνικά Adds README.el.md, a greek version of the README.
2017-08-14Update README.ja.md / README.ja.mdは修正するDrew DeVault-2/+0
2017-08-14Translated README to ukrainianMykyta Holubakha-0/+100
2017-08-14Merge pull request #1324 from Hummer12007/patch-5Drew DeVault-1/+2
Raise max ipc message size limit to 256 MB
2017-08-14Raise max ipc message size limit to 256 MBHummer12007-1/+2
2017-08-14Update READMEsDrew DeVault-10/+2
2017-08-14Merge pull request #1320 from ParadoxSpiral/masterDrew DeVault-1/+101
Translate README to German
2017-08-14Translate README to GermanJonathan Schleußer-1/+101
2017-08-14Merge pull request #1317 from SirCmpwn/日本語Drew DeVault-2/+93
Translate README to Japanese / READMEを日本語訳す
2017-08-13Translate README to Japanese / READMEを日本語訳すDrew DeVault-2/+93
2017-08-12Merge pull request #1316 from 4e554c4c/swaybar_crashDrew DeVault-1/+1
Prevent crash if DBus connection is NULL
2017-08-12Prevent crash if DBus connection is NULLCalvin Lee-1/+1
Fixes #1307
2017-08-09Re-enable implicit fallthrough warningsDrew DeVault-5/+0
2017-08-09One moreDrew DeVault-2/+2
2017-08-09Clean up fallthrough issuesDrew DeVault-65/+60
2017-08-08Merge pull request #1313 from ilyaluk/nonblock-ipc-serverDrew DeVault-5/+96
Implement nonblocking IO in IPC server
2017-08-08Implement nonblocking IO in IPC serverIlya Lukyanov-5/+96
Added client write buffer and handler for writable status on client socket.
2017-08-06Merge pull request #1309 from 4e554c4c/racey_killsDrew DeVault-1/+1
Prevent race condition in the kill command
2017-08-06Prevent race condition in the kill commandCalvin Lee-1/+1
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-03Merge pull request #1300 from emersion/patch-1Drew DeVault-1/+1
Fix typo in debug log
2017-08-03Fix typo in debug logemersion-1/+1
2017-07-31Merge pull request #1294 from 4e554c4c/swaylock_sizeDrew DeVault-10/+28
Allow swaylock indicator size to be configurable