aboutsummaryrefslogtreecommitdiff
path: root/sway/ipc-json.c
AgeCommit message (Expand)Author
2018-10-06ipc: set "type" of floating containers to "floating_con"Ian Fan
2018-10-03Merge pull request #2703 from RyanDwyer/csd-borderDrew DeVault
2018-09-30Turn funcs() into funcs(void)Arkadiusz Hiler
2018-09-27Add CSD to border modesRyan Dwyer
2018-09-19ipc: add pid information for views in layout treeIan Fan
2018-09-15ipc: handle NULL cases for node_get_outputIan Fan
2018-09-15ipc: add focus information to root nodeIan Fan
2018-09-08code style fixesArmin Preiml
2018-09-08get_tree: percent cast to double on divisionArmin Preiml
2018-09-08get_tree: default valuesArmin Preiml
2018-09-08missing ipc stuff: rebase to typesafetyArmin Preiml
2018-09-05Fix swaybars with no defined outputRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-21Add app_id and class to get_tree outputvilhalmer
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer
2018-08-01ipc: add window::mark eventIan Fan
2018-07-16Mark containers as urgent in IPC if they have urgent viewsRyan Dwyer
2018-07-16Update workspace urgent state when views close or move workspacesRyan Dwyer
2018-07-16Fix crash in ipc_json_describe_viewRyan Dwyer
2018-07-16Fix urgency IPC eventsRyan Dwyer
2018-07-16Implement urgency base functionalityRyan Dwyer
2018-07-10Add get_config message type to ipcIan Fan
2018-06-09Fix compilation errors related to disabled outputsemersion
2018-06-06Store sway_outputs so that they can be reenabledBrian Ashworth
2018-06-01Use L_FLOATING instead of reapable booleanRyan Dwyer
2018-06-01Implement floatingRyan Dwyer
2018-06-01Send frame done to floating viewsDrew DeVault
2018-05-29Send IPC layout of node itselfBrian Ashworth
2018-05-29Fix layout in -t get_treeBrian Ashworth
2018-05-29Add tree representation to IPC workspace descriptionRyan Dwyer
2018-05-12Implement IPC get_seats commandRyan Dwyer
2018-04-26Remove sway_container.workspace_layoutRyan Dwyer
2018-04-07implement ipc focus stackTony Crisci
2018-04-06Revert "Break everything^W^WUse wlr_box for sway_container"Drew DeVault
2018-04-06Break everything^W^WUse wlr_box for sway_containerDrew DeVault
2018-04-05Remove L_TYPESemersion
2018-04-05address feedbackTony Crisci
2018-04-05add layout to ipc containersTony Crisci
2018-04-04add type to container jsonTony Crisci
2018-04-02rename input-manager functionsTony Crisci
2018-04-02rename seat functionsTony Crisci
2018-03-30IPC fixesDrew DeVault
2018-03-30Merge remote-tracking branch 'origin/wlroots' into swaybar-layersDrew DeVault
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29Implement enough IPC for swaybar to workDrew DeVault
2018-03-29rename container functionsTony Crisci
2018-03-29move tree includes to their own directoryTony Crisci
2018-03-12ipc: add output modesemersion
2018-02-26ipc show focused containerTony Crisci