diff options
author | David <dbphillipsnz@gmail.com> | 2014-12-21 00:04:18 +1300 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-12-21 00:04:18 +1300 |
commit | b2bbb4bb7217efe600727c44ae0dcbb52b8256ba (patch) | |
tree | 022dc323253fba7736f2984f0483e357d2d384ec | |
parent | b2cc5d82a736ea04a539e84fda46e6385612524f (diff) | |
download | paramano-b2bbb4bb7217efe600727c44ae0dcbb52b8256ba.tar.xz |
Updated with new things to do
-rw-r--r-- | TODO.md | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -1,6 +1,20 @@ To do ===== -* Disable open_file wrapper when compiling without debug flag -* Get rid of various magic numbers +High Priority +------------- * Make tooltip strings cached +* Support graphical sudo front-ends + +Normal Priority +--------------- +* Get rid of various magic numbers +* Sniff for memory leaks +* Boil the code down +* Investigate shared library rather than calling paramano-set + +Low Priority +------------ +* Ensure all is aligned to my coding style +** Define my coding style +* Make a curses-based version of paramano |