aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-json.c
Commit message (Collapse)AuthorAge
...
* ipc: add window::mark eventLibravatar Ian Fan2018-08-01
|
* Mark containers as urgent in IPC if they have urgent viewsLibravatar Ryan Dwyer2018-07-16
|
* Update workspace urgent state when views close or move workspacesLibravatar Ryan Dwyer2018-07-16
|
* Fix crash in ipc_json_describe_viewLibravatar Ryan Dwyer2018-07-16
| | | | | I didn't expect a function called ipc_json_describe_view to be passed a container which wasn't a view :\
* Fix urgency IPC eventsLibravatar Ryan Dwyer2018-07-16
|
* Implement urgency base functionalityLibravatar Ryan Dwyer2018-07-16
| | | | | | Introduces a command to manually set urgency, as well as rendering of urgent views, sending the IPC event, removing urgency after focused for one second, and matching urgent views via criteria.
* Add get_config message type to ipcLibravatar Ian Fan2018-07-10
|
* Fix compilation errors related to disabled outputsLibravatar emersion2018-06-09
|
* Store sway_outputs so that they can be reenabledLibravatar Brian Ashworth2018-06-06
|
* Use L_FLOATING instead of reapable booleanLibravatar Ryan Dwyer2018-06-01
|
* Implement floatingLibravatar Ryan Dwyer2018-06-01
|
* Send frame done to floating viewsLibravatar Drew DeVault2018-06-01
| | | | | | Also centers them on the screen when initially floated In the future we'll need a more sophisticated solution than that
* Send IPC layout of node itselfLibravatar Brian Ashworth2018-05-29
|
* Fix layout in -t get_treeLibravatar Brian Ashworth2018-05-29
|
* Add tree representation to IPC workspace descriptionLibravatar Ryan Dwyer2018-05-29
|
* Implement IPC get_seats commandLibravatar Ryan Dwyer2018-05-12
|
* Remove sway_container.workspace_layoutLibravatar Ryan Dwyer2018-04-26
| | | | Fixes #1716.
* implement ipc focus stackLibravatar Tony Crisci2018-04-07
|
* Revert "Break everything^W^WUse wlr_box for sway_container"Libravatar Drew DeVault2018-04-06
|
* Break everything^W^WUse wlr_box for sway_containerLibravatar Drew DeVault2018-04-06
|
* Remove L_TYPESLibravatar emersion2018-04-05
|
* address feedbackLibravatar Tony Crisci2018-04-05
|
* add layout to ipc containersLibravatar Tony Crisci2018-04-05
|
* add type to container jsonLibravatar Tony Crisci2018-04-04
|
* rename input-manager functionsLibravatar Tony Crisci2018-04-02
|
* rename seat functionsLibravatar Tony Crisci2018-04-02
|
* IPC fixesLibravatar Drew DeVault2018-03-30
|
* Merge remote-tracking branch 'origin/wlroots' into swaybar-layersLibravatar Drew DeVault2018-03-30
|\
| * Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
| | | | | | | | | | This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
| * Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
| |
| * rename container functionsLibravatar Tony Crisci2018-03-29
| |
| * move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
| |
* | Implement enough IPC for swaybar to workLibravatar Drew DeVault2018-03-29
|/
* ipc: add output modesLibravatar emersion2018-03-12
|
* ipc show focused containerLibravatar Tony Crisci2018-02-26
|
* remove old focus memberLibravatar Tony Crisci2018-02-10
|
* ipc get_inputsLibravatar Tony Crisci2017-12-18
|
* Add IPC get_outputsLibravatar emersion2017-12-18
|
* basic get_treeLibravatar Tony Crisci2017-12-03
|
* Wire up IPC serverLibravatar Drew DeVault2017-11-22
|
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* Wire up output frame loopLibravatar Drew DeVault2017-11-11
|
* Initialize outputs from backend and add to treeLibravatar Drew DeVault2017-11-11
|
* Fix crash on swaygrab with scratchpad populatedLibravatar Drew DeVault2017-10-08
| | | | Fixes #1217
* 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
* Implement Tray IconsLibravatar Calvin Lee2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit implements the StatusNotifierItem protocol, and enables swaybar to show tray icons. It also uses `xembedsniproxy` in order to communicate with xembed applications. The tray is completely optional, and can be disabled on compile time with the `enable-tray` option. Or on runtime with the bar config option `tray_output none`. Overview of changes: In swaybar very little is changed outside the tray subfolder except that all events are now polled in `event_loop.c`, this creates no functional difference. Six bar configuration options were added, these are detailed in sway-bar(5) The tray subfolder is where all protocol implementation takes place and is organised as follows: tray/sni_watcher.c: This file contains the StatusNotifierWatcher. It keeps track of items and hosts and reports when they come or go. tray/tray.c This file contains the StatusNotifierHost. It keeps track of sway's version of the items and represents the tray itself. tray/sni.c This file contains the StatusNotifierItem struct and all communication with individual items. tray/icon.c This file implements the icon theme protocol. It allows for finding icons by name, rather than by pixmap. tray/dbus.c This file allows for asynchronous DBus communication. See #986 #343
* Add -DVERSION flag for release version numbersLibravatar Sebastian Noack2017-04-26
|
* Remain compat with libinput < 1.7.0Libravatar Jerzi Kaminsky2017-04-14
|
* Add pretty printing to swaymsgLibravatar Drew DeVault2017-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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:五 ```