aboutsummaryrefslogtreecommitdiff
path: root/sway/ipc-json.c
AgeCommit message (Expand)Author
2018-11-19Merge pull request #3083 from c-edw/feature/StripWorkspaceNameemersion
2018-11-18Use #if instead of #ifdefemersion
2018-11-17Implement strip_workspace_name.Connor E
2018-11-17Move view {x,y,width,height} into container structRyan Dwyer
2018-11-12IPC: Send keyboard layout info in IPC_GET_INPUTSHarish Krupo
2018-11-03ipc: move refresh from output to output->current_modeCole Mickens
2018-11-03fix: restore refresh to the modes_arrayCole Mickens
2018-11-03sway-ipc: includes current_mode for each outputCole Mickens
2018-11-01Move view marks properties to container structRyan Dwyer
2018-10-27ipc: make class, instance, and title window properties optionalFranklin "Snaipe" Mathieu
2018-10-27ipc: remove class key from view jsonFranklin "Snaipe" Mathieu
2018-10-23xwayland: populate window_properties in json for viewsFranklin "Snaipe" Mathieu
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-09Implement bar bindsymBrian Ashworth
2018-10-08swaybar: allow null status_commandRyan Dwyer
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