summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2017-11-06Merge pull request #1446 from kon14/patch-10.15.0Drew DeVault-1/+1
Update README.el.md
2017-11-06Merge pull request #1445 from yuilib/update-readme-jaDrew DeVault-30/+24
Update README.ja.md
2017-11-06Merge pull request #1455 from etam/dbus_dependencyDrew DeVault-1/+4
Update dbus dependency
2017-11-06Merge pull request #1443 from gferon/gferon-readme-editDrew DeVault-8/+8
Update README.md
2017-11-06Merge pull request #1454 from etam/fix_init_trayDrew DeVault-1/+1
Fix init_tray function declaration
2017-10-30Merge pull request #1441 from ptMuta/master0.15-rc4Drew DeVault-1/+1
Removed trailing comma from swaybar click event json
2017-10-30Merge pull request #1438 from mariusor/explicit_json-c_versionDrew DeVault-12/+24
Explicitly setting the version of json-c required
2017-10-30Merge pull request #1430 from dlrobertson/nvidia_drmDrew DeVault-0/+24
nvidia: Validate the nvidia_drm module options
2017-10-30Merge pull request #1427 from ranisalt/patch-1Drew DeVault-6/+2
Use add_compile_options instead of interpolation
2017-10-23Merge pull request #1425 from ggreer/grab-error0.15-rc3Drew DeVault-1/+11
swaygrab: Add some error handling.
2017-10-23Merge pull request #1424 from ggreer/swaygrab-jsonDrew DeVault-1/+10
swaygrab: Prevent segfault if IPC response can't be parsed.
2017-10-23Merge pull request #1419 from 4e554c4c/better_logsDrew DeVault-5/+18
Print log level even if STDERR is not a tty
2017-10-23Merge pull request #1412 from Hummer12007/rcfixDrew DeVault-6/+7
handlers: preserve parent pointer value
2017-10-23Remove broken link to Spanish translationDrew DeVault-1/+1
Fixes #1417
2017-10-23Add feature freeze notice to readmeDrew DeVault-0/+7
2017-10-16Fix crash closing fullscreen windows in container0.15-rc2Drew DeVault-4/+11
2017-10-16Merge pull request #1402 from johalun/event-codes-include-fixDrew DeVault-0/+4
Fix include path to input-event-codes.h for FreeBSD.
2017-10-16Merge pull request #1401 from ↵Drew DeVault-1/+4
sideshowdave7/config/add_scale_to_merge_output_config Fixes to changing scale factor with output command
2017-10-16Merge pull request #1398 from johalun/freebsd-fixDrew DeVault-1/+5
Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.
2017-10-16Merge pull request #1400 from madblobfish/manpagesDrew DeVault-44/+46
Various manpage edits
2017-10-16Merge pull request #1397 from johalun/manpagesDrew DeVault-1/+1
Change install folder for man pages
2017-10-16Merge pull request #1395 from Zer0-One/masterDrew DeVault-3/+3
Update man 5 page
2017-10-16Merge pull request #1394 from madblobfish/patch-1Drew DeVault-1/+3
Interlink swaymsg to sway(5) and hint that command is interchargeable
2017-10-09Fix use-after free introduced by cbe7364Drew DeVault-1/+1
2017-10-08Fix #12910.15-rc1Drew DeVault-4/+18
2017-10-08Document new criteriaDrew DeVault-0/+9
Via #1387
2017-10-08Document swaylock -f, scratchpad showDrew DeVault-0/+8
2017-10-08Merge pull request #1263 from nyorain/masterDrew DeVault-8/+574
Implement get_clipboard ipc message
2017-10-08Remove destroyed views from scratchpadDrew DeVault-15/+26
Fixes #1363
2017-10-08Fix crash on swaygrab with scratchpad populatedDrew DeVault-12/+14
Fixes #1217
2017-10-08Merge pull request #1387 from lbonn/ipc-workDrew DeVault-32/+109
ipc: various fixes for i3 compat
2017-10-08ipc/window-event: fill "container" on close eventslbonn-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 nothinglbonn-1/+5
For whatever command, this probably was not intended by the user
2017-10-08commands: allow criterion values to be unquotedlbonn-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 i3lbonn-0/+25
* con_id * floating * tiling
2017-10-08ipc/tree: populate `focus` fieldslbonn-3/+32
Ids of children, by order of focus
2017-10-08ipc/tree: output mandatory fields for all nodeslbonn-15/+18
Still missing: focus
2017-10-06Merge pull request #1385 from lbonn/sec-no-hiddenDrew DeVault-1/+4
Security config: skip hidden files
2017-10-06Security config: skip hidden fileslbonn-1/+4
Also: fix a small memory leak
2017-10-06Merge pull request #1384 from lbonn/move-workspace-fullnameDrew DeVault-6/+12
Fix two issues with spaces in workspace names
2017-10-06Make `workspace_next_name` work with spaceslbonn-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 workspaceslbonn-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/macarenaDrew DeVault-5/+5
Fix github links in doc
2017-10-06Fix github links in docZuzana Svetlikova-5/+5
2017-10-05Merge pull request #1382 from 4e554c4c/buggy_outputsDrew DeVault-25/+51
Clean up output command
2017-10-05Clean up output commandCalvin Lee-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_matchingDrew DeVault-1/+1
Fix issue #1287
2017-10-03Fix issue #1287Jonas Karlsson-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 linksDrew DeVault-104/+101
2017-09-23Merge pull request #1368 from johnae/swaybar-handle-scroll-eventsDrew DeVault-0/+19
swaybar protocol: handle button 4 and 5