| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-04-02 | Fix spelling mistakes | Eric Engestrom | -1/+1 | |
| 2016-02-21 | Fix ipc event bit masks | Mikkel Oscar Lyderik | -9/+9 | |
| 2016-01-19 | libinput | Cole Mickens | -2/+4 | |
| 2016-01-05 | Send IPC modifier event on bar_modifier up/down | Mikkel Oscar Lyderik | -0/+1 | |
| Detects when a bar modifier key is pressed/released and sends a modifier IPC event to any listeners (usually swaybars). This way a swaybar can listen on the modifier event and hide/show the bar accordingly (not implemented yet) The modifier event looks like this: { "change": "pressed", // or released "modifier": "Mod4" } | ||||
| 2016-01-03 | Add IPC event types | Mikkel Oscar Lyderik | -0/+7 | |
| Adds custom IPC_EVENT_* types | ||||
| 2015-11-27 | Move IPC client into common, refactor IPC | Drew DeVault | -8/+0 | |
| 2015-11-12 | Start working on IPC for get_pixels | Drew DeVault | -0/+1 | |
| This is broken | ||||
| 2015-10-27 | implemented IPC subscribe for workspace event | minus | -0/+4 | |
| 2015-10-18 | main: Implement --get-socketpath switch. | S. Christoffer Eliesen | -0/+1 | |
| 2015-08-20 | Added in basic resize command | Luminarys | -6/+6 | |
| 2015-08-20 | added sway_terminate to exit cleanly | minus | -1/+1 | |
| 2015-08-20 | properly exit sway | minus | -1/+2 | |
| - wlc_terminate() instead of exit(0) - unlink IPC socket | ||||
| 2015-08-20 | added i3-ipc support/parsing | minus | -0/+11 | |
| 2015-08-20 | very basic IPC implementation | minus | -0/+6 | |
| simply executes the received data as command | ||||
