From 39dc4dee1688b38729cf14e259affcb19c475a26 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Wed, 20 Mar 2013 12:40:41 +0000 Subject: [PATCH] sdl: update todo list --- trunk/TODO-SDL | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/trunk/TODO-SDL b/trunk/TODO-SDL index 755b3de0..3d380318 100644 --- a/trunk/TODO-SDL +++ b/trunk/TODO-SDL @@ -1,3 +1,10 @@ +Priorities +========== + * Backwards-cpp still has an issue with clang++; look into this + * Users are reporting crashing issues with hotkey dialog (probably because its a mess!). A huge chunk of the hotkey code should be rewritten (GUI and hotkey structs - or lack there-of) + * GTK File menu quit element has "CTRL-Q" accelerator. This causes confusion with there being another SDL Hotkey for quit. This should be addressed. + * Quit was mapped to '0' to prevent users from accidently quitting. Perhaps a default quit combo could be used. + Features ======== * SDL.Vsync