From 90e4fa6f8f61ad0086395d23a7143d0f86a6ad00 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 29 Apr 2014 12:22:21 -0400 Subject: [PATCH] Removed going over The Old New Thing's scrollbar series as we have now done so (and things I didn't look at are elsewhere in future plans). --- futureplans.md | 1 - 1 file changed, 1 deletion(-) diff --git a/futureplans.md b/futureplans.md index d2aca24..58879e3 100644 --- a/futureplans.md +++ b/futureplans.md @@ -78,7 +78,6 @@ far off: - windows HIG refernece: http://msdn.microsoft.com/en-us/library/windows/desktop/aa511485.aspx - conflicting, confusing info - gtk+ HIG reference: https://developer.gnome.org/hig-book/3.4/controls-lists.html.en - mac HIG reference: ??? -- go over the old new thing's scrollbar series to make sure I'm doing everything right with scrollbars in Windows Areas - change the MsgBox() calls to encourage good alert dialog design??????? maybe? TODO - make gcc (Unix)/clang (Mac OS X) pedantic about warnings/errors; also -Werror - problem: cgo-generated files trip -Werror up; I can't seem to turn off unused argument warnings with the -Wall/-Wextra/-pedantic options