Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-14 | Merge pull request #1401 from ↵ | Drew DeVault | |
sideshowdave7/config/add_scale_to_merge_output_config Fixes to changing scale factor with output command | |||
2017-10-14 | Add scale to merge_output_config | David Hurst | |
2017-10-14 | Merge pull request #1398 from johalun/freebsd-fix | Drew DeVault | |
Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration. | |||
2017-10-14 | Merge pull request #1400 from madblobfish/manpages | Drew DeVault | |
Various manpage edits | |||
2017-10-14 | Various manpage edits | madblobfish | |
Fix some spelling mistakes, missing punctuation and made some paragraphs more clear. | |||
2017-10-14 | Merge branch 'master' into freebsd-fix | Drew DeVault | |
2017-10-14 | Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration. | Johannes Lundberg | |
2017-10-14 | Merge pull request #1397 from johalun/manpages | Drew DeVault | |
Change install folder for man pages | |||
2017-10-14 | Change install folder for man pages | Johannes Lundberg | |
2017-10-13 | Merge pull request #1395 from Zer0-One/master | Drew DeVault | |
Update man 5 page | |||
2017-10-13 | Update man 5 page | David Zero | |
Changes 'orientation' to 'default_orientation' to match commands.c | |||
2017-10-12 | Merge pull request #1394 from madblobfish/patch-1 | Drew DeVault | |
Interlink swaymsg to sway(5) and hint that command is interchargeable | |||
2017-10-13 | fintune swaymsg manpage | madblobfish | |
Added a hint where to find the commands. Also indicate that command is itself not a command, | |||
2017-10-09 | Fix use-after free introduced by cbe7364 | Drew DeVault | |
2017-10-08 | Fix #1291 | Drew DeVault | |
2017-10-08 | Document new criteria | Drew DeVault | |
Via #1387 | |||
2017-10-08 | Document swaylock -f, scratchpad show | Drew DeVault | |
2017-10-08 | Merge pull request #1263 from nyorain/master | Drew DeVault | |
Implement get_clipboard ipc message | |||
2017-10-08 | Remove destroyed views from scratchpad | Drew DeVault | |
Fixes #1363 | |||
2017-10-08 | Fix crash on swaygrab with scratchpad populated | Drew DeVault | |
Fixes #1217 | |||
2017-10-08 | Merge pull request #1387 from lbonn/ipc-work | Drew DeVault | |
ipc: various fixes for i3 compat | |||
2017-10-08 | ipc/window-event: fill "container" on close events | lbonn | |
Also use the recursive description to include children as well Careful: send the event before deleting the parent | |||
2017-10-08 | commands: fail when criteria match nothing | lbonn | |
For whatever command, this probably was not intended by the user | |||
2017-10-08 | commands: allow criterion values to be unquoted | lbonn | |
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-08 | commands: implement 3 missing criteria from i3 | lbonn | |
* con_id * floating * tiling | |||
2017-10-08 | ipc/tree: populate `focus` fields | lbonn | |
Ids of children, by order of focus | |||
2017-10-08 | ipc/tree: output mandatory fields for all nodes | lbonn | |
Still missing: focus | |||
2017-10-06 | Merge pull request #1385 from lbonn/sec-no-hidden | Drew DeVault | |
Security config: skip hidden files | |||
2017-10-06 | Security config: skip hidden files | lbonn | |
Also: fix a small memory leak | |||
2017-10-06 | Merge pull request #1384 from lbonn/move-workspace-fullname | Drew DeVault | |
Fix two issues with spaces in workspace names | |||
2017-10-06 | Make `workspace_next_name` work with spaces | lbonn | |
`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-06 | Fix move to named workspaces | lbonn | |
The command parsing did not handle workspaces with spaces in their name (like it's done in `cmd_workspace`) | |||
2017-10-05 | Merge pull request #1383 from kasicka/macarena | Drew DeVault | |
Fix github links in doc | |||
2017-10-06 | Fix github links in doc | Zuzana Svetlikova | |
2017-10-05 | Merge pull request #1382 from 4e554c4c/buggy_outputs | Drew DeVault | |
Clean up output command | |||
2017-10-05 | Clean up output command | Calvin Lee | |
Plugs memory leaks during failure of the output command and in other circumstances and fixes `bg` option. Fixes #1381 | |||
2017-10-03 | Merge pull request #1379 from karjonas/variable_matching | Drew DeVault | |
Fix issue #1287 | |||
2017-10-03 | Fix issue #1287 | Jonas Karlsson | |
All variables without a $ prefix lost their last character due to off by one error | |||
2017-10-02 | Update README et al with new links | Drew DeVault | |
2017-09-23 | Merge pull request #1368 from johnae/swaybar-handle-scroll-events | Drew DeVault | |
swaybar protocol: handle button 4 and 5 | |||
2017-09-23 | swaybar protocol: handle button 4 and 5 | John Axel Eriksson | |
i3 bar handles scroll events as button 4 and 5. An example use case would be volume up/down. | |||
2017-09-20 | Merge pull request #1360 from sporken/japanese-translate | Drew DeVault | |
Fix Japanese translate in README.ja.md #1337 | |||
2017-09-20 | Fix some text | Atnanasi | |
2017-09-20 | Fix japanese-translate in README.ja.md | Atnanasi | |
2017-09-14 | Update setcap commands in README | Drew DeVault | |
Ref #1346 | |||
2017-09-12 | Merge pull request #1351 from Ongy/swaygrab-forking | Drew DeVault | |
fixes a hanging swaygrab | |||
2017-09-11 | fixes a hanging swaygrab | Markus Ongyerth | |
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-04 | Merge pull request #1342 from DarkReef/master | Drew DeVault | |
Translate README to russian | |||
2017-09-04 | Added link to README.ru.md | Dark Rift | |
2017-09-04 | Minor edits, added reference to guidelines | Dark Rift | |