spmenu/TODO

9 lines
449 B
Plaintext
Raw Normal View History

# TODO for spmenu
2023-03-04 18:44:15 +01:00
- Mouse bind array (mouse.h)
2023-03-01 12:10:11 +01:00
- Add configuration file using (probably) libconfig
2023-03-25 15:33:17 +01:00
- Use higher level libraries, MD5() is deprecated as of OpenSSL 3 but it has been temporarily silenced. This might also improve compatibility for people who don't use OpenSSL.
2023-03-28 20:00:40 +02:00
- Contextual completions
2023-03-29 19:21:24 +02:00
- Use cairo for text drawing over Xft
2023-03-29 22:50:00 +02:00
- MAYBE wayland support, but only if it doesn't require writing any extra code which as of now seems unlikely