From 3eaba244887409484d66dc6d080447f30a462760 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 2 Jun 2017 08:34:59 -0400 Subject: [PATCH] update --- minigui.d | 1 + simpledisplay.d | 1 + 2 files changed, 2 insertions(+) diff --git a/minigui.d b/minigui.d index c827192..4ca1912 100644 --- a/minigui.d +++ b/minigui.d @@ -1,6 +1,7 @@ // http://msdn.microsoft.com/en-us/library/windows/desktop/bb775498%28v=vs.85%29.aspx // FIXME: a scroll area event signaling when a thing comes into view might be good +// FIXME: arrow key navigation and accelerators in dialog boxes will be a must // FIXME: unify Windows style line endings diff --git a/simpledisplay.d b/simpledisplay.d index 530f401..cc3b0c0 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -1,3 +1,4 @@ +// FIXME: if the taskbar dies, a notification icon is undocked... but never detects a new taskbar spawning /* Text layout needs a lot of work. Plain drawText is useful but too limited. It will need some kind of text context thing which it will