sway/sway
Kenny Levinsen 80315217f7 input: Move get_current_time_msec in from util
get_current_time_msec is only used in cursor.c, so we can move it in and
make it static. This is primarily intended to avoid a symbol collision
with wlroots, which we unfortunately do not have a good solution for
yet.
2021-06-23 09:55:36 +02:00
..
commands Revert "Add workspace {prev,next}_on_output --create" 2021-06-22 19:00:31 +02:00
config sway: restore SIGPIPE handler before exec:ing swaybar 2021-06-05 11:50:11 +02:00
desktop remove usage of wlr_texture_get_size 2021-05-17 10:48:54 +02:00
input input: Move get_current_time_msec in from util 2021-06-23 09:55:36 +02:00
tree Revert "Add workspace {prev,next}_on_output --create" 2021-06-22 19:00:31 +02:00
commands.c Fix for_window criteria and mouse button bindings 2021-02-25 09:48:39 -05:00
config.c cairo: Replace <cairo/cairo.h> by <cairo.h> 2021-05-10 10:28:32 +02:00
criteria.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
decoration.c
ipc-json.c config: Fix swaybar pango_markup inconsistency 2021-06-03 14:18:23 +02:00
ipc-server.c
main.c main: removed vc4 detection code. 2021-04-29 18:04:34 +02:00
meson.build Implement xdg-activation-v1 2021-06-02 19:39:40 +02:00
server.c Implement xdg-activation-v1 2021-06-02 19:39:40 +02:00
sway-bar.5.scd
sway-input.5.scd man: document input XXX map_to_output * 2021-02-25 09:38:00 -05:00
sway-ipc.7.scd Added scroll_factor input variable to ipc output 2021-05-05 19:50:15 +02:00
sway-output.5.scd fix typo in sway-output.5.scd 2021-06-13 17:22:33 +02:00
sway.1.scd
sway.5.scd
swaynag.c Use execlp("sh") instead of execl("/bin/sh") 2021-04-22 23:12:49 +02:00
xdg_activation_v1.c Implement xdg-activation-v1 2021-06-02 19:39:40 +02:00
xdg_decoration.c