aboutsummaryrefslogtreecommitdiff
path: root/sway/ipc-server.c
AgeCommit message (Expand)Author
2017-04-07Fix dangling file descriptors (fixes #1152)Drew DeVault
2017-04-03Add pretty printing to swaymsgDrew DeVault
2017-03-10UnGNUify the codebaseDrew DeVault
2017-02-20Read configs from /etc/sway/security.d/*Drew DeVault
2017-02-20Enforce new IPC policiesDrew DeVault
2017-02-20Add initial support code for new IPC securityDrew DeVault
2016-12-15Fix build errorDrew DeVault
2016-12-15Handle IPC server allocation failuresDrew DeVault
2016-12-15Handle some more memory allocation failuresDrew DeVault
2016-12-09Fix build on FreeBSDGreg V
2016-12-06Use return value of writeDrew DeVault
2016-12-02Add ipc connection feature policy controlsDrew DeVault
2016-12-02Enforce IPC security policyDrew DeVault
2016-12-02Add IPC policy to configDrew DeVault
2016-12-02Drop -Denable-binding-eventDrew DeVault
2016-12-02Enforce command policiesDrew DeVault
2016-09-18implement "focused container" feature for swaygrabZandr Martin
2016-09-17fix get_workspaces json replyZandr Martin
2016-09-01Reorganize includesDrew DeVault
2016-08-04ipc: log sending of eventsTony Crisci
2016-08-04ipc: recursive workspace containers in eventTony Crisci
2016-07-28Initialize client's subscribed eventsMykyta Holubakha
2016-07-21Unite describe_view and describe_windowMykyta Holubakha
2016-07-21Fix dispatching and assigning eventsMykyta Holubakha
2016-07-21More progress on window eventsMykyta Holubakha
2016-07-21Initial work on window eventsMykyta Holubakha
2016-07-04implement `get_tree` commandZandr Martin
2016-05-31fix swaybar problem in 08bef67Zandr Martin
2016-05-31sway: refactor ipc_client_handle_command()Eric Engestrom
2016-05-31sway: fix IPC resource leakEric Engestrom
2016-05-02sway: always terminate ipc pathEric Engestrom
2016-04-24Renamed to pango_markupMykyta Holubakha
2016-04-24Added plaintext_markup to swaybar IPCMykyta Holubakha
2016-04-17Use correct format string for x86_64 and i686Mikkel Oscar Lyderik
2016-02-27Add outputs to bar_config ipc responseMikkel Oscar Lyderik
2016-02-08Replace deprecated function wlc_output_get_pixels.Mikkel Oscar Lyderik
2016-01-27font: Allow adding font to the config. In prep for border titlescrondog
2016-01-19libinputCole Mickens
2016-01-09Add backwards compatability for binding eventMikkel Oscar Lyderik
2016-01-09Add bindcode to binding events.Mikkel Oscar Lyderik
2016-01-08Make IPC binding event support a compile time opt.Mikkel Oscar Lyderik
2016-01-08Implement IPC binding event (keyboard)Mikkel Oscar Lyderik
2016-01-05Add modifier key to bar_config jsonMikkel Oscar Lyderik
2016-01-05Move modifier name table to common/util.cMikkel Oscar Lyderik
2016-01-05Send IPC modifier event on bar_modifier up/downMikkel Oscar Lyderik
2016-01-03swaybar: Implement binding_mode_indicatorMikkel Oscar Lyderik
2016-01-03Add IPC event typesMikkel Oscar Lyderik
2015-12-21Trigger ipc_event_workspace in all casesMikkel Oscar Lyderik
2015-12-21Merge pull request #390 from mikkeloscar/workspace-ipc-eventDrew DeVault
2015-12-21Don't skip all clients on ipc_workspace_event.Mikkel Oscar Lyderik