You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ashkan Kiani
aa4deef8a8
Fix the payload type returned by IPC
...
If a client is subscribed and sends a subsequent ipc command which
causes event updates, then those event updates override the
`client->current_command` and send the incorrect type for the payload
associated with the command.
Example:
SUBSCRIBE {window}
RUN_COMMAND focus -> PAYLOAD_TYPE is 0x80000002 for window events
Therefore, we decouple the `client->current_command` by passing it as an
argument to the ipc_send_reply function, avoiding a data race. The same
is done for the `client->payload_length` as a precautionary measure for
the same reason.
6 years ago
..
commands
Add deprecation warnings for new_float, new_window, and force_focus_wrapping.
6 years ago
config
Implement input type configs ( #3784 )
6 years ago
desktop
Fix scratchpad fullscreen behavior and crash
6 years ago
input
Implement input type configs ( #3784 )
6 years ago
tree
Don't apply hide_edge_borders to floating windows
6 years ago
commands.c
Add deprecation warnings for new_float, new_window, and force_focus_wrapping.
6 years ago
config.c
Implement input type configs ( #3784 )
6 years ago
criteria.c
criteria: fix __focused__ when no focus or unset
6 years ago
decoration.c
Fix double free when unmapping any view
6 years ago
ipc-json.c
Send disabled output available modes on IPC get_outputs
6 years ago
ipc-server.c
Fix the payload type returned by IPC
6 years ago
main.c
Spawn swaynag as a wayland client
6 years ago
meson.build
Add deprecation warnings for new_float, new_window, and force_focus_wrapping.
6 years ago
security.c
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
6 years ago
server.c
Set DISPLAY after initializing Xwayland
6 years ago
sway-bar.5.scd
swaybar: add overlay mode ( fix #1620 )
6 years ago
sway-input.5.scd
Implement input type configs ( #3784 )
6 years ago
sway-ipc.7.scd
Add support for manually setting subpixel hinting on outputs.
6 years ago
sway-output.5.scd
Add support for manually setting subpixel hinting on outputs.
6 years ago
sway.1.scd
Update language in sway.desktop & sway(1)
6 years ago
sway.5.scd
Add documentation for rename workspace
6 years ago
swaynag.c
Spawn swaynag as a wayland client
6 years ago
xdg_decoration.c
view: set xdg_decoration->view to NULL, check decoration destroy
6 years ago