spmenu/libs
speedie 91cc7782f7 greatly speed up image redrawing/resizing by removing unnecessary calls
to drawimage() and cleanupimage()

we don't need to call cleanupimage() as it is already called in
cleanup()

we don't need to call drawimage() because X11 events should handle that
for us anyway
2023-03-08 18:58:52 +01:00
..
sl move main.c and main.h to libs/sl as well 2023-03-06 16:38:27 +01:00
arg.c greatly speed up image redrawing/resizing by removing unnecessary calls 2023-03-08 18:58:52 +01:00
arg.h move all const Arg arg functions to libs/arg.c 2023-03-06 21:03:06 +01:00
argv.c Add -ngc argument 2023-03-06 20:06:00 +01:00
argv.h Move usage() to argv.c 2023-03-02 18:17:11 +01:00
client.c move more stuff to libs/ 2023-03-08 17:20:32 +01:00
client.h move more stuff to libs/ 2023-03-08 17:20:32 +01:00
colors.h add some comments to the top 2023-03-06 16:23:03 +01:00
draw.c cleanup all gcc warnings 2023-03-06 21:19:12 +01:00
event.c greatly speed up image redrawing/resizing by removing unnecessary calls 2023-03-08 18:58:52 +01:00
event.h don't allow the image to be scaled up beyond menu width 2023-03-08 18:20:27 +01:00
img.c greatly speed up image redrawing/resizing by removing unnecessary calls 2023-03-08 18:58:52 +01:00
img.h move image size stuff to a separate function we can call on demand 2023-03-08 17:50:58 +01:00
key.c move more stuff to libs/ 2023-03-08 17:20:32 +01:00
key.h move more stuff to libs/ 2023-03-08 17:20:32 +01:00
mode.c change the way keybinds work 2023-03-06 14:15:01 +01:00
mode.h add support for keybinds that work in any mode 2023-03-06 19:13:38 +01:00
mouse.c move more stuff to libs/ 2023-03-08 17:20:32 +01:00
mouse.h move more stuff to libs/ 2023-03-08 17:20:32 +01:00
rtl.c cleanup all gcc warnings 2023-03-06 21:19:12 +01:00
rtl.h move some stuff to libs/ in an effort to clean up 2023-02-26 05:13:40 +01:00
schemes.c cleanup all gcc warnings 2023-03-06 21:19:12 +01:00
schemes.h Move color scheme initialization to schemes.c 2023-03-02 12:03:26 +01:00
xrdb.c move some stuff to libs/ in an effort to clean up 2023-02-26 05:13:40 +01:00
xrdb.h move some stuff to libs/ in an effort to clean up 2023-02-26 05:13:40 +01:00
xresources.h add some comments to the top 2023-03-06 16:23:03 +01:00