aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-json.c
Commit message (Expand)AuthorAge
...
* IPC: Use consistent function names across ipc-jsonLibravatar Mihai Coman2018-11-26
* IPC: Add scratchpad containers to get_tree replyLibravatar Mihai Coman2018-11-26
* Merge pull request #3083 from c-edw/feature/StripWorkspaceNameLibravatar emersion2018-11-19
|\
| * Implement strip_workspace_name.Libravatar Connor E2018-11-17
* | Use #if instead of #ifdefLibravatar emersion2018-11-18
* | Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* | IPC: Send keyboard layout info in IPC_GET_INPUTSLibravatar Harish Krupo2018-11-12
|/
* ipc: move refresh from output to output->current_modeLibravatar Cole Mickens2018-11-03
* fix: restore refresh to the modes_arrayLibravatar Cole Mickens2018-11-03
* sway-ipc: includes current_mode for each outputLibravatar Cole Mickens2018-11-03
* Move view marks properties to container structLibravatar Ryan Dwyer2018-11-01
* ipc: make class, instance, and title window properties optionalLibravatar Franklin "Snaipe" Mathieu2018-10-27
* ipc: remove class key from view jsonLibravatar Franklin "Snaipe" Mathieu2018-10-27
* xwayland: populate window_properties in json for viewsLibravatar Franklin "Snaipe" Mathieu2018-10-23
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Implement bar bindsymLibravatar Brian Ashworth2018-10-09
* swaybar: allow null status_commandLibravatar Ryan Dwyer2018-10-08
* ipc: set "type" of floating containers to "floating_con"Libravatar Ian Fan2018-10-06
* Merge pull request #2703 from RyanDwyer/csd-borderLibravatar Drew DeVault2018-10-03
|\
| * Add CSD to border modesLibravatar Ryan Dwyer2018-09-27
* | Turn funcs() into funcs(void)Libravatar Arkadiusz Hiler2018-09-30
|/
* ipc: add pid information for views in layout treeLibravatar Ian Fan2018-09-19
* ipc: handle NULL cases for node_get_outputLibravatar Ian Fan2018-09-15
* ipc: add focus information to root nodeLibravatar Ian Fan2018-09-15
* code style fixesLibravatar Armin Preiml2018-09-08
* get_tree: percent cast to double on divisionLibravatar Armin Preiml2018-09-08
* get_tree: default valuesLibravatar Armin Preiml2018-09-08
* missing ipc stuff: rebase to typesafetyLibravatar Armin Preiml2018-09-08
* Fix swaybars with no defined outputLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Add app_id and class to get_tree outputLibravatar vilhalmer2018-08-21
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* 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
* Fix urgency IPC eventsLibravatar Ryan Dwyer2018-07-16
* Implement urgency base functionalityLibravatar Ryan Dwyer2018-07-16
* 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
* 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
* implement ipc focus stackLibravatar Tony Crisci2018-04-07