summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-29 12:22:21 -0400
committerPietro Gagliardi <[email protected]>2014-04-29 12:22:21 -0400
commit90e4fa6f8f61ad0086395d23a7143d0f86a6ad00 (patch)
tree9c95e9497e66b0c1c203d69821d92704cd37d476
parent86c95f40aa9a52b7711ac322b5f8aa2d49af19f2 (diff)
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).
-rw-r--r--futureplans.md1
1 files changed, 0 insertions, 1 deletions
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