summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Fix crash closing fullscreen windows in container0.15-rc2Libravatar Drew DeVault2017-10-16
|
* Merge pull request #1402 from johalun/event-codes-include-fixLibravatar Drew DeVault2017-10-16
| | | Fix include path to input-event-codes.h for FreeBSD.
* Merge pull request #1401 from ↵Libravatar Drew DeVault2017-10-16
| | | | | sideshowdave7/config/add_scale_to_merge_output_config Fixes to changing scale factor with output command
* Merge pull request #1398 from johalun/freebsd-fixLibravatar Drew DeVault2017-10-16
| | | Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.
* Merge pull request #1400 from madblobfish/manpagesLibravatar Drew DeVault2017-10-16
| | | Various manpage edits
* Merge pull request #1397 from johalun/manpagesLibravatar Drew DeVault2017-10-16
| | | Change install folder for man pages
* Merge pull request #1395 from Zer0-One/masterLibravatar Drew DeVault2017-10-16
| | | Update man 5 page
* Merge pull request #1394 from madblobfish/patch-1Libravatar Drew DeVault2017-10-16
| | | Interlink swaymsg to sway(5) and hint that command is interchargeable
* Fix use-after free introduced by cbe7364Libravatar Drew DeVault2017-10-09
|
* Fix #12910.15-rc1Libravatar Drew DeVault2017-10-08
|
* Document new criteriaLibravatar Drew DeVault2017-10-08
| | | | Via #1387
* Document swaylock -f, scratchpad showLibravatar Drew DeVault2017-10-08
|
* Merge pull request #1263 from nyorain/masterLibravatar Drew DeVault2017-10-08
|\ | | | | Implement get_clipboard ipc message
| * Add get_clipbard ipc errors; Adapt swaymsgLibravatar nyorain2017-07-11
| | | | | | | | Also increase the get_clipboard timeout to 30 secs
| * Close fd in clipboard requestLibravatar nyorain2017-07-11
| |
| * Add timeout; Fix receive loop & style issuesLibravatar nyorain2017-07-11
| |
| * Signal base64 in clipboard type; Reimplement loopLibravatar nyorain2017-07-07
| |
| * Handle x11 text atoms in get_clipboard ipcLibravatar nyorain2017-07-07
| |
| * Rework get_clipboard implementationLibravatar nyorain2017-07-07
| |
| * Fix/Simplify get_clipboard ipc-server implLibravatar nyorain2017-07-07
| |
| * Implement ipc get_clipboardLibravatar nyorain2017-07-07
| |
* | Remove destroyed views from scratchpadLibravatar Drew DeVault2017-10-08
| | | | | | | | Fixes #1363
* | Fix crash on swaygrab with scratchpad populatedLibravatar Drew DeVault2017-10-08
| | | | | | | | Fixes #1217
* | Merge pull request #1387 from lbonn/ipc-workLibravatar Drew DeVault2017-10-08
|\ \ | | | | | | ipc: various fixes for i3 compat
| * | ipc/window-event: fill "container" on close eventsLibravatar lbonn2017-10-08
| | | | | | | | | | | | | | | | | | Also use the recursive description to include children as well Careful: send the event before deleting the parent
| * | commands: fail when criteria match nothingLibravatar lbonn2017-10-08
| | | | | | | | | | | | For whatever command, this probably was not intended by the user
| * | commands: allow criterion values to be unquotedLibravatar lbonn2017-10-08
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | commands: implement 3 missing criteria from i3Libravatar lbonn2017-10-08
| | | | | | | | | | | | | | | | | | * con_id * floating * tiling
| * | ipc/tree: populate `focus` fieldsLibravatar lbonn2017-10-08
| | | | | | | | | | | | Ids of children, by order of focus
| * | ipc/tree: output mandatory fields for all nodesLibravatar lbonn2017-10-08
| | | | | | | | | | | | Still missing: focus
* | | Merge pull request #1385 from lbonn/sec-no-hiddenLibravatar Drew DeVault2017-10-06
|\| | | | | | | | Security config: skip hidden files
| * | Security config: skip hidden filesLibravatar lbonn2017-10-06
|/ / | | | | | | Also: fix a small memory leak
* | Merge pull request #1384 from lbonn/move-workspace-fullnameLibravatar Drew DeVault2017-10-06
|\ \ | | | | | | Fix two issues with spaces in workspace names
| * | Make `workspace_next_name` work with spacesLibravatar lbonn2017-10-06
| | | | | | | | | | | | | | | | | | `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.
| * | Fix move to named workspacesLibravatar lbonn2017-10-06
|/ / | | | | | | | | The command parsing did not handle workspaces with spaces in their name (like it's done in `cmd_workspace`)
* | Merge pull request #1383 from kasicka/macarenaLibravatar Drew DeVault2017-10-05
|\ \ | | | | | | Fix github links in doc
| * | Fix github links in docLibravatar Zuzana Svetlikova2017-10-06
| | |
* | | Merge pull request #1382 from 4e554c4c/buggy_outputsLibravatar Drew DeVault2017-10-05
|\ \ \ | |/ / |/| | Clean up output command
| * | Clean up output commandLibravatar Calvin Lee2017-10-05
|/ / | | | | | | | | | | | | Plugs memory leaks during failure of the output command and in other circumstances and fixes `bg` option. Fixes #1381
* | Merge pull request #1379 from karjonas/variable_matchingLibravatar Drew DeVault2017-10-03
|\ \ | | | | | | Fix issue #1287
| * | Fix issue #1287Libravatar Jonas Karlsson2017-10-03
| | | | | | | | | | | | All variables without a $ prefix lost their last character due to off by one error
* | | Update README et al with new linksLibravatar Drew DeVault2017-10-02
|/ /
* | Merge pull request #1368 from johnae/swaybar-handle-scroll-eventsLibravatar Drew DeVault2017-09-23
|\ \ | | | | | | swaybar protocol: handle button 4 and 5
| * | swaybar protocol: handle button 4 and 5Libravatar John Axel Eriksson2017-09-23
|/ / | | | | | | | | i3 bar handles scroll events as button 4 and 5. An example use case would be volume up/down.
* | Merge pull request #1360 from sporken/japanese-translateLibravatar Drew DeVault2017-09-20
|\ \ | | | | | | Fix Japanese translate in README.ja.md #1337
| * | Fix some textLibravatar Atnanasi2017-09-20
| | |
| * | Fix japanese-translate in README.ja.mdLibravatar Atnanasi2017-09-20
|/ /
* | Update setcap commands in READMELibravatar Drew DeVault2017-09-14
| | | | | | | | Ref #1346
* | Merge pull request #1351 from Ongy/swaygrab-forkingLibravatar Drew DeVault2017-09-12
|\ \ | | | | | | fixes a hanging swaygrab
| * | fixes a hanging swaygrabLibravatar Markus Ongyerth2017-09-11
|/ / | | | | | | | | | | | | | | | | 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.