Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-21 | clear handler context before ipc command | Tony Crisci | |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2017-12-18 | ipc get_inputs | Tony Crisci | |
2017-12-18 | Add IPC get_outputs | emersion | |
2017-12-03 | basic get_tree | Tony Crisci | |
2017-11-22 | Wire up IPC server | Drew DeVault | |
2017-11-18 | Move everything to sway/old/ | 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-10-14 | Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration. | Johannes Lundberg | |
2017-10-08 | Merge pull request #1263 from nyorain/master | Drew DeVault | |
Implement get_clipboard ipc message | |||
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-08-14 | Raise max ipc message size limit to 256 MB | Hummer12007 | |
2017-08-08 | Implement nonblocking IO in IPC server | Ilya Lukyanov | |
Added client write buffer and handler for writable status on client socket. | |||
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-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 | |
2017-04-16 | Disambiguate get_*_policy() and get_*_policy_mask() | Jerzi Kaminsky | |
2017-04-10 | Merge branch 'master' into pretty-print-swaymsg | Drew DeVault | |
2017-04-07 | Add `-t get_marks` and use more i3-like marks | Calvin Lee | |
In i3 every mark is unique and one mark cannot be used in more than one window, sway behavior has been amended to match this. `swaymsg -t get_marks` will now return an array of all marks used in sway. See #98 | |||
2017-04-08 | Removed explicitly setting file descriptors to -1 | Scott Anderson | |
2017-04-07 | Fix dangling file descriptors (fixes #1152) | Drew DeVault | |
2017-04-03 | Add pretty printing to swaymsg | Drew DeVault | |
If stdout is a tty, it will pretty print unless -r (--raw) is given. Sample outputs: ``` ~/s/s/build > ./bin/swaymsg fullscreen toggle Error: Permission denied for fullscreen toggle via IPC ~/s/s/build > ./bin/swaymsg -t get_workspaces Workspace 3:三 Output: DVI-I-1 Layout: splith Workspace 1:一 (off-screen) Output: HDMI-A-1 Layout: splith Workspace 5:五 (focused) Output: HDMI-A-1 Layout: splith ~/s/s/build > ./bin/swaymsg -t get_inputs Input device Metadot - Das Keyboard Das Keyboard Type: Keyboard Sway ID: 9456:320:Metadot_-_Das_Keyboard_Das_Keyb Input device Wacom Intuos S 2 Pen Type: Tablet tool Sway ID: 1386:827:Wacom_Intuos_S_2 Input device Wacom Intuos S 2 Pad Type: Tablet pad Sway ID: 1386:827:Wacom_Intuos_S_2 Input device Logitech Gaming Mouse G502 Type: Keyboard, Mouse Sway ID: 1133:49277:Logitech_Gaming_Mous ~/s/s/build > ./bin/swaymsg -t get_outputs Output DVI-I-1 Geometry: 1920x1080 @ 3840,0 Scale factor: 1x Workspace: 3:三 Output DVI-D-1 Geometry: 1920x1080 @ 0,0 Scale factor: 1x Workspace: 4:四 Output HDMI-A-1 Geometry: 1920x1080 @ 1920,0 Scale factor: 1x Workspace: 5:五 ``` | |||
2017-03-10 | UnGNUify the codebase | Drew DeVault | |
2017-02-20 | Read configs from /etc/sway/security.d/* | Drew DeVault | |
2017-02-20 | Enforce new IPC policies | Drew DeVault | |
2017-02-20 | Add initial support code for new IPC security | Drew DeVault | |
2016-12-15 | Fix build error | Drew DeVault | |
2016-12-15 | Handle IPC server allocation failures | Drew DeVault | |
2016-12-15 | Handle some more memory allocation failures | Drew DeVault | |
2016-12-09 | Fix build on FreeBSD | Greg V | |
- Make sure CMake always finds absolute paths for Cairo, Pango and GdkPixbuf - Add forgotten json-c include path to swaymsg/CMakeLists.txt - Disable -Werror because of assert warnings - Add correct /proc/pid/file path for FreeBSD - Use libepoll-shim on FreeBSD - Only use Linux capabilities on, well, Linux | |||
2016-12-06 | Use return value of write | Drew DeVault | |
2016-12-02 | Add ipc connection feature policy controls | Drew DeVault | |
2016-12-02 | Enforce IPC security policy | Drew DeVault | |
2016-12-02 | Add IPC policy to config | Drew DeVault | |
Also reduces enum abuse, cc @minus7 | |||
2016-12-02 | Drop -Denable-binding-event | Drew DeVault | |
2016-12-02 | Enforce command policies | Drew DeVault | |
2016-09-18 | implement "focused container" feature for swaygrab | Zandr Martin | |
2016-09-17 | fix get_workspaces json reply | Zandr Martin | |
2016-09-01 | Reorganize includes | Drew DeVault | |
2016-08-04 | ipc: log sending of events | Tony Crisci | |
Log the sending of the events in the debug log. This makes ipc server events easier to verify. | |||
2016-08-04 | ipc: recursive workspace containers in event | Tony Crisci | |
Recursively describe workspace containers in the workspace event. This is for compatability with i3 and i3ipc libraries. | |||
2016-07-28 | Initialize client's subscribed events | Mykyta Holubakha | |
2016-07-21 | Unite describe_view and describe_window | Mykyta Holubakha | |
2016-07-21 | Fix dispatching and assigning events | Mykyta Holubakha | |