https://github.com/swaywm/sway.git

sort by:
Revision Author Date Message Commit Date
bfe8649 Fix crash closing fullscreen windows in container 17 October 2017, 01:08:16 UTC
bfb5e0c Merge pull request #1402 from johalun/event-codes-include-fix Fix include path to input-event-codes.h for FreeBSD. 17 October 2017, 01:04:00 UTC
8df3319 Merge pull request #1401 from sideshowdave7/config/add_scale_to_merge_output_config Fixes to changing scale factor with output command 17 October 2017, 01:03:54 UTC
d3c2b5f Merge pull request #1398 from johalun/freebsd-fix Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration. 17 October 2017, 01:03:50 UTC
bfc5150 Merge pull request #1400 from madblobfish/manpages Various manpage edits 17 October 2017, 01:03:46 UTC
51398e1 Merge pull request #1397 from johalun/manpages Change install folder for man pages 17 October 2017, 01:03:39 UTC
6056d65 Merge pull request #1395 from Zer0-One/master Update man 5 page 17 October 2017, 01:03:34 UTC
9140627 Merge pull request #1394 from madblobfish/patch-1 Interlink swaymsg to sway(5) and hint that command is interchargeable 17 October 2017, 01:03:31 UTC
ec73c19 Fix use-after free introduced by cbe7364 09 October 2017, 16:03:32 UTC
6271abd Fix #1291 08 October 2017, 15:26:45 UTC
eb7b920 Document new criteria Via #1387 08 October 2017, 15:09:24 UTC
a6d5cad Document swaylock -f, scratchpad show 08 October 2017, 15:09:24 UTC
6d83a59 Merge pull request #1263 from nyorain/master Implement get_clipboard ipc message 08 October 2017, 15:05:54 UTC
5ecedc7 Remove destroyed views from scratchpad Fixes #1363 08 October 2017, 14:57:41 UTC
46e5aea Fix crash on swaygrab with scratchpad populated Fixes #1217 08 October 2017, 14:48:33 UTC
43161a7 Merge pull request #1387 from lbonn/ipc-work ipc: various fixes for i3 compat 08 October 2017, 14:02:52 UTC
61005c3 ipc/window-event: fill "container" on close events Also use the recursive description to include children as well Careful: send the event before deleting the parent 08 October 2017, 09:54:46 UTC
b2d4caf commands: fail when criteria match nothing For whatever command, this probably was not intended by the user 08 October 2017, 09:54:46 UTC
514eed7 commands: allow criterion values to be unquoted Sometimes it doesn't really make sense to quote them (numeric values for example) In that case, the value is parsed until the next space or the end of the whole criteria expression 08 October 2017, 09:54:46 UTC
d879e5b commands: implement 3 missing criteria from i3 * con_id * floating * tiling 08 October 2017, 09:51:03 UTC
fd7c4ba ipc/tree: populate `focus` fields Ids of children, by order of focus 08 October 2017, 09:51:03 UTC
661625b ipc/tree: output mandatory fields for all nodes Still missing: focus 08 October 2017, 09:51:03 UTC
97daffe Merge pull request #1385 from lbonn/sec-no-hidden Security config: skip hidden files 06 October 2017, 16:42:38 UTC
e7df811 Security config: skip hidden files Also: fix a small memory leak 06 October 2017, 14:23:59 UTC
fff684b Merge pull request #1384 from lbonn/move-workspace-fullname Fix two issues with spaces in workspace names 06 October 2017, 12:58:29 UTC
a7e1a0e Make `workspace_next_name` work with spaces `workspace_next_name` parses workspace commands to find the default workspace names. It handled " " as a separator, which prevents the use of workspace names with spaces. 06 October 2017, 12:37:35 UTC
6197fff Fix move to named workspaces The command parsing did not handle workspaces with spaces in their name (like it's done in `cmd_workspace`) 06 October 2017, 12:16:24 UTC
c850d43 Merge pull request #1383 from kasicka/macarena Fix github links in doc 06 October 2017, 03:18:39 UTC
ef0c51b Fix github links in doc 06 October 2017, 03:13:42 UTC
9ffac1f Merge pull request #1382 from 4e554c4c/buggy_outputs Clean up output command 06 October 2017, 03:04:20 UTC
419a108 Clean up output command Plugs memory leaks during failure of the output command and in other circumstances and fixes `bg` option. Fixes #1381 06 October 2017, 02:46:31 UTC
839064d Merge pull request #1379 from karjonas/variable_matching Fix issue #1287 03 October 2017, 20:04:53 UTC
05aeccf Fix issue #1287 All variables without a $ prefix lost their last character due to off by one error 03 October 2017, 19:51:02 UTC
d50e242 Update README et al with new links 03 October 2017, 02:26:37 UTC
a4e3b4f Merge pull request #1368 from johnae/swaybar-handle-scroll-events swaybar protocol: handle button 4 and 5 23 September 2017, 13:52:33 UTC
feb8bb9 swaybar protocol: handle button 4 and 5 i3 bar handles scroll events as button 4 and 5. An example use case would be volume up/down. 23 September 2017, 13:22:40 UTC
a865f72 Merge pull request #1360 from sporken/japanese-translate Fix Japanese translate in README.ja.md #1337 20 September 2017, 10:44:21 UTC
724e475 Fix some text 20 September 2017, 08:32:57 UTC
c16ec4f Fix japanese-translate in README.ja.md 20 September 2017, 08:29:28 UTC
ba27600 Update setcap commands in README Ref #1346 14 September 2017, 10:36:30 UTC
ec9a977 Merge pull request #1351 from Ongy/swaygrab-forking fixes a hanging swaygrab 12 September 2017, 12:26:34 UTC
22656ae fixes a hanging swaygrab https://github.com/SirCmpwn/sway/issues/1350 is fixed with this. The commit that change swaygrab to use fork instead of Popen tried to write to the read end of the pipe in the child branch and exec in the parent branch. This commit fixes both of those and closes the write fd after writing, so convert actually exits. 11 September 2017, 20:32:00 UTC
5e8f83f Merge pull request #1342 from DarkReef/master Translate README to russian 04 September 2017, 09:46:12 UTC
b8fecef Added link to README.ru.md 04 September 2017, 09:44:21 UTC
4b59272 Minor edits, added reference to guidelines 04 September 2017, 09:33:31 UTC
62b079e Added subsection for translators 04 September 2017, 09:02:17 UTC
43b466c Merge branch 'master' into master 04 September 2017, 08:51:46 UTC
c690d41 Merge pull request #1343 from Hummer12007/patch-6 Translated missing header 04 September 2017, 06:52:53 UTC
0809194 Translated missing header 04 September 2017, 04:48:13 UTC
9ba85e2 Added russian translation 03 September 2017, 12:46:39 UTC
713ffee Merge pull request #1340 from nuskorpios/master Translate README to Portuguese 01 September 2017, 22:30:17 UTC
7c4e77d Add link to portuguese README 01 September 2017, 14:40:54 UTC
051ee31 Better translation for "bounty" 01 September 2017, 14:40:00 UTC
53375e1 Move lang status section + clarify WIP status The WIP status was referring only to README file; Now it also extends to man files. 01 September 2017, 00:07:41 UTC
013df6a Merge branch 'master' into master 31 August 2017, 20:35:03 UTC
bbfe55f Translate README to portuguese 31 August 2017, 18:57:44 UTC
82d6afc Merge pull request #1336 from akokshar/master click_events 30 August 2017, 22:45:43 UTC
2b92768 styling fixes 30 August 2017, 06:16:17 UTC
39df3ae styling fixes 29 August 2017, 15:33:06 UTC
d873d09 style fixes 29 August 2017, 13:55:30 UTC
65022e1 click_events as documented at https://i3wm.org/docs/i3bar-protocol.html 29 August 2017, 09:19:43 UTC
7553103 Merge pull request #1247 from clarcharr/master Convert a popen into a fork. 27 August 2017, 22:36:38 UTC
fab5720 Use fork in swaygrab instead of popen. 27 August 2017, 18:12:52 UTC
ab05f60 Update IRC channel in CONTRIBUTING.md 17 August 2017, 12:27:49 UTC
0715605 Fix README.it.md 16 August 2017, 14:43:43 UTC
85c8b3a Fix italian link in readme 16 August 2017, 14:41:17 UTC
d844e59 Merge pull request #1331 from sykhro/master Translated README.md to Italian 16 August 2017, 14:39:22 UTC
ceb88d1 Moved support subsection 16 August 2017, 14:33:23 UTC
2eb344d Minor rewording 16 August 2017, 13:40:28 UTC
a75001b Fixed minor errors 16 August 2017, 13:36:36 UTC
05ff3f3 Added language help section 16 August 2017, 13:32:55 UTC
61905f9 Beginning of italian translation 16 August 2017, 13:31:18 UTC
0926367 Merge pull request #1319 from abdelq/french Translation README to French / Traduction du README en français 14 August 2017, 23:35:01 UTC
318aa44 Translation README to French / Traduction du README en français 14 August 2017, 23:34:20 UTC
c19754a Add Українська to readme TLs 14 August 2017, 21:34:27 UTC
c48cc40 Merge pull request #1325 from Hummer12007/locale Translated README to ukrainian 14 August 2017, 21:33:20 UTC
4fc9ef4 Merge branch 'master' into locale 14 August 2017, 21:33:01 UTC
1424964 Update README.uk.md 14 August 2017, 21:31:45 UTC
fc6c824 Merge pull request #1326 from kon14/master Translate README.md to Greek / Μετάφραση του README.md στα Ελληνικά 14 August 2017, 20:57:58 UTC
2189569 Merge pull request #1328 from ParadoxSpiral/master Update German README according to TL guideline update 14 August 2017, 20:57:25 UTC
b156ad3 Localization clarifications Clarifies situation regarding greek translation. Also explicitly states sway support emails to SirCmpwn should be written in english. 14 August 2017, 20:44:55 UTC
1cf351f Comply with TL guideline update; Fix typo 14 August 2017, 20:41:12 UTC
c31aef7 Merge pull request #1327 from refacto/rpifix Detecting Raspberry PIs and advising to use correct video mode 14 August 2017, 20:35:25 UTC
5987f19 Check for Raspberry Pi 14 August 2017, 20:29:21 UTC
0b5fb23 Update README.ja.md 14 August 2017, 20:12:48 UTC
440b10c Moves translation status below screenshot Moves the status of the greek translation to the top (just below screenshot) 14 August 2017, 19:18:18 UTC
d7a719e Merge branch 'master' into master 14 August 2017, 19:10:20 UTC
b24eb08 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. 14 August 2017, 18:57:57 UTC
f26f267 Translate README.md to Greek / Μετάφραση του README.md στα Ελληνικά Adds README.el.md, a greek version of the README. 14 August 2017, 18:55:07 UTC
1e0ae25 Update README.ja.md / README.ja.mdは修正する 14 August 2017, 18:51:08 UTC
2f17295 Translated README to ukrainian 14 August 2017, 18:44:58 UTC
c1582f9 Merge pull request #1324 from Hummer12007/patch-5 Raise max ipc message size limit to 256 MB 14 August 2017, 17:48:51 UTC
6f355c6 Raise max ipc message size limit to 256 MB 14 August 2017, 17:43:37 UTC
e93622e Update READMEs 14 August 2017, 15:56:58 UTC
222b734 Merge pull request #1320 from ParadoxSpiral/master Translate README to German 14 August 2017, 12:44:18 UTC
abff590 Translate README to German 14 August 2017, 12:38:52 UTC
dae7959 Merge pull request #1317 from SirCmpwn/日本語 Translate README to Japanese / READMEを日本語訳す 14 August 2017, 12:07:03 UTC
38f77a8 Translate README to Japanese / READMEを日本語訳す 13 August 2017, 18:16:55 UTC
1b9ee85 Merge pull request #1316 from 4e554c4c/swaybar_crash Prevent crash if DBus connection is NULL 12 August 2017, 12:18:30 UTC
ba6224f Prevent crash if DBus connection is NULL Fixes #1307 12 August 2017, 10:52:31 UTC
back to top