summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2017-10-16Fix crash closing fullscreen windows in container0.15-rc2Furkan Sahin-4/+11
2017-10-15Merge pull request #1402 from johalun/event-codes-include-fixFurkan Sahin-0/+4
Fix include path to input-event-codes.h for FreeBSD.
2017-10-14Merge pull request #1401 from ↵Furkan Sahin-1/+4
sideshowdave7/config/add_scale_to_merge_output_config Fixes to changing scale factor with output command
2017-10-14Merge pull request #1398 from johalun/freebsd-fixFurkan Sahin-1/+5
Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.
2017-10-14Merge pull request #1400 from madblobfish/manpagesFurkan Sahin-44/+46
Various manpage edits
2017-10-14Merge pull request #1397 from johalun/manpagesFurkan Sahin-1/+1
Change install folder for man pages
2017-10-13Merge pull request #1395 from Zer0-One/masterFurkan Sahin-3/+3
Update man 5 page
2017-10-12Merge pull request #1394 from madblobfish/patch-1Furkan Sahin-1/+3
Interlink swaymsg to sway(5) and hint that command is interchargeable
2017-10-09Fix use-after free introduced by cbe7364Furkan Sahin-1/+1
2017-10-08Fix #12910.15-rc1Furkan Sahin-4/+18
2017-10-08Document new criteriaFurkan Sahin-0/+9
Via #1387
2017-10-08Document swaylock -f, scratchpad showFurkan Sahin-0/+8
2017-10-08Merge pull request #1263 from nyorain/masterFurkan Sahin-8/+574
Implement get_clipboard ipc message
2017-10-08Remove destroyed views from scratchpadFurkan Sahin-15/+26
Fixes #1363
2017-10-08Fix crash on swaygrab with scratchpad populatedFurkan Sahin-12/+14
Fixes #1217
2017-10-08Merge pull request #1387 from lbonn/ipc-workFurkan Sahin-32/+109
ipc: various fixes for i3 compat
2017-10-08ipc/window-event: fill "container" on close eventsFurkan Sahin-6/+3
Also use the recursive description to include children as well Careful: send the event before deleting the parent
2017-10-08commands: fail when criteria match nothingFurkan Sahin-1/+5
For whatever command, this probably was not intended by the user
2017-10-08commands: allow criterion values to be unquotedFurkan Sahin-7/+26
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
2017-10-08commands: implement 3 missing criteria from i3Furkan Sahin-0/+25
* con_id * floating * tiling
2017-10-08ipc/tree: populate `focus` fieldsFurkan Sahin-3/+32
Ids of children, by order of focus
2017-10-07ipc/tree: output mandatory fields for all nodesFurkan Sahin-15/+18
Still missing: focus
2017-10-06Merge pull request #1385 from lbonn/sec-no-hiddenFurkan Sahin-1/+4
Security config: skip hidden files
2017-10-06Security config: skip hidden filesFurkan Sahin-1/+4
Also: fix a small memory leak
2017-10-06Merge pull request #1384 from lbonn/move-workspace-fullnameFurkan Sahin-6/+12
Fix two issues with spaces in workspace names
2017-10-06Make `workspace_next_name` work with spacesFurkan Sahin-1/+1
`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.
2017-10-06Fix move to named workspacesFurkan Sahin-5/+11
The command parsing did not handle workspaces with spaces in their name (like it's done in `cmd_workspace`)
2017-10-05Merge pull request #1383 from kasicka/macarenaFurkan Sahin-5/+5
Fix github links in doc
2017-10-06Fix github links in docFurkan Sahin-5/+5
2017-10-05Merge pull request #1382 from 4e554c4c/buggy_outputsFurkan Sahin-25/+51
Clean up output command
2017-10-05Clean up output commandFurkan Sahin-25/+51
Plugs memory leaks during failure of the output command and in other circumstances and fixes `bg` option. Fixes #1381
2017-10-03Merge pull request #1379 from karjonas/variable_matchingFurkan Sahin-1/+1
Fix issue #1287
2017-10-03Fix issue #1287Furkan Sahin-1/+1
All variables without a $ prefix lost their last character due to off by one error
2017-10-02Update README et al with new linksFurkan Sahin-104/+101
2017-09-23Merge pull request #1368 from johnae/swaybar-handle-scroll-eventsFurkan Sahin-0/+19
swaybar protocol: handle button 4 and 5
2017-09-23swaybar protocol: handle button 4 and 5Furkan Sahin-0/+19
i3 bar handles scroll events as button 4 and 5. An example use case would be volume up/down.
2017-09-20Merge pull request #1360 from sporken/japanese-translateFurkan Sahin-38/+45
Fix Japanese translate in README.ja.md #1337
2017-09-20Fix some textFurkan Sahin-1/+1
2017-09-20Fix japanese-translate in README.ja.mdFurkan Sahin-38/+45
2017-09-14Update setcap commands in READMEFurkan Sahin-18/+9
Ref #1346
2017-09-12Merge pull request #1351 from Ongy/swaygrab-forkingFurkan Sahin-4/+9
fixes a hanging swaygrab
2017-09-11fixes a hanging swaygrabFurkan Sahin-4/+9
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.
2017-09-04Merge pull request #1342 from DarkReef/masterFurkan Sahin-2/+97
Translate README to russian
2017-09-04Added link to README.ru.mdFurkan Sahin-2/+2
2017-09-04Minor edits, added reference to guidelinesFurkan Sahin-2/+2
2017-09-04Added subsection for translatorsFurkan Sahin-0/+5
2017-09-04Merge branch 'master' into masterFurkan Sahin-1/+1
2017-09-04Merge pull request #1343 from Hummer12007/patch-6Furkan Sahin-1/+1
Translated missing header
2017-09-04Translated missing headerFurkan Sahin-1/+1
2017-09-03Added russian translationFurkan Sahin-0/+90