More TODOs.
This commit is contained in:
parent
38800f027f
commit
3058927f2e
4
todo.md
4
todo.md
|
@ -50,5 +50,9 @@ 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
|
||||
- related: in wine,
|
||||
- set progress to 0, indeterminate, dec - frozen indeterminate animation
|
||||
- set progress to 100, indeterminate, inc - frozen indetemrinate animation
|
||||
- need to see if this is a wine bug or not
|
||||
- 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?)
|
||||
|
|
Loading…
Reference in New Issue