spmenu/TODO

9 lines
390 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-29 20:03:07 +02:00
- Fix arrow drawing (not sure what went wrong yet)
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