summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-11 11:11:00 -0400
committerPietro Gagliardi <[email protected]>2014-05-11 11:11:57 -0400
commit9ed8d9c816ead83225edf75b562c136e3ceafa45 (patch)
treef8d93b26d6995cf6a1126b57b446426702e6acb2 /todo.md
parentd0ac56c0fcbf12e69cb364058ed92254cef1d575 (diff)
Consistency change: all Windows API structure field names now match case-wise (some were forcibly exported in the past for historical reasons: I originally started package ui by trying to write a Windows API wrapper, but decided to ditch that and just use the Windows API directly from package ui). Also more TODOs.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 69481f8..f6c3bd0 100644
--- a/todo.md
+++ b/todo.md
@@ -56,5 +56,5 @@ super ultra important things:
other things:
- on windows 7, progress bars seem to animate from 0 -> pos when you turn off marquee mode and set pos; see if that's documented or if I'm doing something wrong
- intentional: http://social.msdn.microsoft.com/Forums/en-US/61350dc7-6584-4c4e-91b0-69d642c03dae/progressbar-disable-smooth-animation http://stackoverflow.com/questions/2217688/windows-7-aero-theme-progress-bar-bug http://discuss.joelonsoftware.com/default.asp?dotnet.12.600456.2 http://stackoverflow.com/questions/22469876/progressbar-lag-when-setting-position-with-pbm-setpos http://stackoverflow.com/questions/6128287/tprogressbar-never-fills-up-all-the-way-seems-to-be-updating-too-fast - these links have workarounds but blah; more proof that progressbars were programmatically intended to be incremented in steps
-- clean up windows struct field names (holdover from when the intent was to make a wrapper lib first and then use it rather than using the windows API directly)
+- check all uses of RECT.right/.bottom in Windows that don't have an accompanying -RECT.left/.top to make sure they're correct
- make all widths and heights parameters in constructors in the same place (or drop the ones in Window entirely?)