aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-server.c
Commit message (Expand)AuthorAge
* address feedbackLibravatar Tony Crisci2018-04-05
* dont send ipc events when there are no listenersLibravatar Tony Crisci2018-04-05
* rename input-manager functionsLibravatar Tony Crisci2018-04-02
* rename seat functionsLibravatar Tony Crisci2018-04-02
* Merge pull request #1669 from emersion/workspace-pointer-eventsLibravatar Drew DeVault2018-03-30
|\
| * Fix segfaults when focusing a workspaceLibravatar emersion2018-03-30
* | 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
| * Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
| * rename container functionsLibravatar Tony Crisci2018-03-29
* | Move declaration into loopLibravatar Drew DeVault2018-03-29
* | Exit ipc_get_workspace_callback earlyLibravatar Drew DeVault2018-03-29
* | Implement modesLibravatar Drew DeVault2018-03-29
* | Do some small cleanupLibravatar Drew DeVault2018-03-29
* | Add bar configuration commandsLibravatar Drew DeVault2018-03-29
* | Implement enough IPC for swaybar to workLibravatar Drew DeVault2018-03-29
|/
* ipc new window eventLibravatar Tony Crisci2018-02-27
* take seat param for handle_command and renameLibravatar Tony Crisci2018-02-24
* basic focus (without direction)Libravatar Tony Crisci2018-02-14
* clear handler context before ipc commandLibravatar Tony Crisci2018-01-21
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
* 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
* Establish sway input submoduleLibravatar Drew DeVault2017-11-11
* Fire up the wlroots backend and run the event loopLibravatar Drew DeVault2017-11-11
* Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.Libravatar Johannes Lundberg2017-10-14
* Merge pull request #1263 from nyorain/masterLibravatar Drew DeVault2017-10-08
|\
| * Add get_clipbard ipc errors; Adapt swaymsgLibravatar nyorain2017-07-11
| * Close fd in clipboard requestLibravatar nyorain2017-07-11
| * Add timeout; Fix receive loop & style issuesLibravatar nyorain2017-07-11
| * Signal base64 in clipboard type; Reimplement loopLibravatar nyorain2017-07-07
| * Handle x11 text atoms in get_clipboard ipcLibravatar nyorain2017-07-07
| * Rework get_clipboard implementationLibravatar nyorain2017-07-07
| * Fix/Simplify get_clipboard ipc-server implLibravatar nyorain2017-07-07
| * Implement ipc get_clipboardLibravatar nyorain2017-07-07
* | ipc/window-event: fill "container" on close eventsLibravatar lbonn2017-10-08
* | Raise max ipc message size limit to 256 MBLibravatar Hummer120072017-08-14
* | Implement nonblocking IO in IPC serverLibravatar Ilya Lukyanov2017-08-08
|/
* Disambiguate get_*_policy() and get_*_policy_mask()Libravatar Jerzi Kaminsky2017-04-16
* Merge branch 'master' into pretty-print-swaymsgLibravatar Drew DeVault2017-04-10
|\
| * Add `-t get_marks` and use more i3-like marksLibravatar Calvin Lee2017-04-07
| * Removed explicitly setting file descriptors to -1Libravatar Scott Anderson2017-04-08
| * Fix dangling file descriptors (fixes #1152)Libravatar Drew DeVault2017-04-07
* | Add pretty printing to swaymsgLibravatar Drew DeVault2017-04-03
|/
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
* Read configs from /etc/sway/security.d/*Libravatar Drew DeVault2017-02-20