Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-11 | Move sway's internal tree code to sway/tree/ | Drew DeVault | |
2017-11-11 | Establish sway input submodule | Drew DeVault | |
2017-11-11 | Fire up the wlroots backend and run the event loop | Drew DeVault | |
2017-11-11 | Find and link to wlroots | Drew DeVault | |
2017-10-24 | nvidia: Validate the nvidia_drm module options | Dan Robertson | |
When the proprietary nvidia driver is used, ensure the modeset option is set instead of checking /proc/cmdline for nvidia-drm.modeset=1. | |||
2017-10-17 | handlers: preserve parent pointer value | Mykyta Holubakha | |
2017-10-16 | Fix crash closing fullscreen windows in container | Drew DeVault | |
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 | Various manpage edits | madblobfish | |
Fix some spelling mistakes, missing punctuation and made some paragraphs more clear. | |||
2017-10-14 | Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration. | Johannes Lundberg | |
2017-10-13 | Update man 5 page | David Zero | |
Changes 'orientation' to 'default_orientation' to match commands.c | |||
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 | 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 | Security config: skip hidden files | lbonn | |
Also: fix a small memory leak | |||
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 | 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 | Fix issue #1287 | Jonas Karlsson | |
All variables without a $ prefix lost their last character due to off by one error | |||
2017-08-14 | Check for Raspberry Pi | azarus | |
2017-08-14 | Raise max ipc message size limit to 256 MB | Hummer12007 | |
2017-08-09 | One more | Drew DeVault | |
2017-08-09 | Clean up fallthrough issues | Drew DeVault | |
2017-08-08 | Implement nonblocking IO in IPC server | Ilya Lukyanov | |
Added client write buffer and handler for writable status on client socket. | |||
2017-08-06 | Prevent race condition in the kill command | Calvin Lee | |
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 | |||
2017-07-26 | Remove test clipboard code | Drew DeVault | |
2017-07-12 | Use WLC v2 pointer interface | Scott Anderson | |
2017-07-11 | Add get_clipbard ipc errors; Adapt swaymsg | nyorain | |
Also increase the get_clipboard timeout to 30 secs | |||
2017-07-11 | Close fd in clipboard request | nyorain | |
2017-07-11 | Add timeout; Fix receive loop & style issues | nyorain | |
2017-07-11 | Add secucity config for FreeBSD. | Johannes Lundberg | |
2017-07-10 | fix use-after-free bug | Tobias Blass | |
2017-07-07 | Signal base64 in clipboard type; Reimplement loop | nyorain | |
2017-07-07 | Handle x11 text atoms in get_clipboard ipc | nyorain | |
2017-07-07 | Rework get_clipboard implementation | nyorain | |
2017-07-07 | Fix/Simplify get_clipboard ipc-server impl | nyorain | |
2017-07-07 | Implement ipc get_clipboard | nyorain | |