summaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Collapse)AuthorAge
* Adaptions for API change in json-c v0.130.15.1Libravatar Björn Esser2017-12-17
| | | | | | | | | | Lift restriction on json-c <= 0.12.1 ipc-server: Acquire ownership of referenced json_object properly When adding a referenced json_object with an unknown lifetime to another json_object, it must be done with a wrapped call to json_object_get() to acquire the ownership of that json_object.
* Revert "Merge remote-tracking branch 'besser82/bugfix/json-c' into 0.15"Libravatar Drew DeVault2017-12-17
| | | | | This reverts commit 1c4a086e7556475139960a25cb642f115d057c23, reversing changes made to 1263ea6497c732bfa1835eea4a8ffe2e6ea6e377.
* Adaptions for API change in json-c v0.13Libravatar Björn Esser2017-12-14
|
* ipc-server: Acquire ownership of referenced json_object properlyLibravatar Björn Esser2017-12-14
| | | | | | When adding a referenced json_object with an unknown lifetime to another json_object, it must be done with a wrapped call to json_object_get() to acquire the ownership of that json_object.
* nvidia: Validate the nvidia_drm module optionsLibravatar Dan Robertson2017-10-24
| | | | | When the proprietary nvidia driver is used, ensure the modeset option is set instead of checking /proc/cmdline for nvidia-drm.modeset=1.
* handlers: preserve parent pointer valueLibravatar Mykyta Holubakha2017-10-17
|
* Fix crash closing fullscreen windows in containerLibravatar Drew DeVault2017-10-16
|
* Add scale to merge_output_configLibravatar David Hurst2017-10-14
|
* Merge pull request #1398 from johalun/freebsd-fixLibravatar Drew DeVault2017-10-14
|\ | | | | Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.
| * Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.Libravatar Johannes Lundberg2017-10-14
| |
* | Various manpage editsLibravatar madblobfish2017-10-14
|/ | | | Fix some spelling mistakes, missing punctuation and made some paragraphs more clear.
* Update man 5 pageLibravatar David Zero2017-10-13
| | | | Changes 'orientation' to 'default_orientation' to match commands.c
* 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
* | 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
* | Security config: skip hidden filesLibravatar lbonn2017-10-06
| | | | | | | | Also: fix a small memory leak
* | 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
| | |
* | | 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
* | Fix issue #1287Libravatar Jonas Karlsson2017-10-03
| | | | | | | | All variables without a $ prefix lost their last character due to off by one error
* | Check for Raspberry PiLibravatar azarus2017-08-14
| |
* | Raise max ipc message size limit to 256 MBLibravatar Hummer120072017-08-14
| |
* | One moreLibravatar Drew DeVault2017-08-09
| |
* | Clean up fallthrough issuesLibravatar Drew DeVault2017-08-09
| |
* | Implement nonblocking IO in IPC serverLibravatar Ilya Lukyanov2017-08-08
| | | | | | | | | | Added client write buffer and handler for writable status on client socket.
* | Prevent race condition in the kill commandLibravatar Calvin Lee2017-08-06
| | | | | | | | | | | | | | | | | | When killing views with `close_views` a use-after-free can sometimes occur because parent views are killed before their children. This commit makes `container_map` run functions on child containers before their parent, fixing the race. Fixes #1302
* | Remove test clipboard codeLibravatar Drew DeVault2017-07-26
| |
* | Use WLC v2 pointer interfaceLibravatar Scott Anderson2017-07-12
| |
* | Add secucity config for FreeBSD.Libravatar Johannes Lundberg2017-07-11
| |
* | fix use-after-free bugLibravatar Tobias Blass2017-07-10
|/