Andri Yngvason
|
27a8008edf
|
Emit "detached" control event
|
2023-11-19 20:47:39 +00:00 |
Andri Yngvason
|
9647d1089a
|
Implement detached mode
This makes it possible to attach to a compositor at a later time and to
detach and re-attach.
|
2023-11-19 20:47:39 +00:00 |
Andri Yngvason
|
87c034db43
|
Add seat name to client-connected event
|
2023-04-29 19:35:24 +00:00 |
Andri Yngvason
|
d53a04b5b0
|
Remove unnecessary copying when listing clients
|
2023-04-29 19:35:24 +00:00 |
Andri Yngvason
|
51f868c6ff
|
Iterate over clients instead of listing
This model avoids memory allocations and allows for re-use of
the info function for client events.
|
2023-04-29 19:35:24 +00:00 |
Andri Yngvason
|
1c9a8c0769
|
Show seat in client list
|
2023-04-29 19:35:24 +00:00 |
Jim Ramsay
|
00539935ba
|
Add output power state to get_outputs ipc command
I forgot to plumb this through when I did the initial state on the
output power state.
Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
|
2022-12-07 19:56:37 -05:00 |
Jim Ramsay
|
e958b06e44
|
Add wayvncctl wayvnc-exit command
Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
|
2022-11-26 19:57:53 +00:00 |
Jim Ramsay
|
467cfa1889
|
Add wayvncctl capture-changed event
Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
|
2022-11-26 19:57:53 +00:00 |
Jim Ramsay
|
5c8014d19b
|
Add wayvncctl disconnect-client command
Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
|
2022-11-26 19:57:53 +00:00 |
Jim Ramsay
|
80fd6b074e
|
Add wayvncctl get-outputs command
Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
|
2022-11-26 19:57:53 +00:00 |
Jim Ramsay
|
19e3d78d78
|
Add wayvncctl get-clients command
Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
|
2022-11-23 09:41:46 +00:00 |
Jim Ramsay
|
c75b64eae8
|
Add server event infrastructure
Includes "client-connect" and "client-disconnect" events as
proof-of-concept.
Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
|
2022-11-12 20:11:00 +00:00 |
Jim Ramsay
|
5043f8e149
|
Refactor some common utilities out of main
Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
|
2022-11-10 18:02:59 +00:00 |
Jim Ramsay
|
1a0e8aae97
|
Add ctl control socket and initial command infrastructure
This implements the first wayvncctl command: set-output
Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
|
2022-11-10 18:02:59 +00:00 |