summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wintable/new/main.c1
-rw-r--r--wintable/new/resize.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c
index e4d136c..7ee7306 100644
--- a/wintable/new/main.c
+++ b/wintable/new/main.c
@@ -29,7 +29,6 @@
// - make panic messages grammatically correct ("Table error: adding...")
// - make access to column widths consistent; see whether HDITEMW.cxy == (ITEMRECT.right - ITEMRECT.left)
// - make sure all uses of t->headerHeight are ADDED to RECT.top
-// - do we maintain the scrolling metaphor?
// - WM_THEMECHANGED, etc.
// - see if vertical centering is really what we want or if we just want to offset by a few pixels or so
// - going right from column 0 to column 2 with the right arrow key deselects
diff --git a/wintable/new/resize.h b/wintable/new/resize.h
index 1edab7f..2ffaad7 100644
--- a/wintable/new/resize.h
+++ b/wintable/new/resize.h
@@ -1,7 +1,7 @@
// 7 december 2014
// TODO why doesn't this trigger on first show?
-// TODO last few bits of the scrollbar series, that talk about WM_WINDOWPOSCHANGING and the metaphor
+// TODO see if there's anything not metaphor related in the last bits of the scrollbar series
// TODO rename this to boot
HANDLER(resizeHandler)