| Age | Commit message (Collapse) | Author |
|
|
|
the buffered paint initialization is per-thread, doing it in the global
ALF_Initialize() is inappropriate.
|
|
|
|
should be more complete and correct, but not well tested yet
|
|
|
|
|
|
still missing mouseover effect and some fine tuning
|
|
|
|
for now only classic theme, also not well tested outside of winxp
|
|
|
|
|
|
this saves us from calling GetVersion() and massaging the result
in hot code paths
|
|
|
|
s/Widget/Control/ throughout the code. Only the widget factory gets
to keep its name for now.
|
|
|
|
|
|
|
|
|
|
|
|
not only for performance, but also at least the combo box has subtly
drawing bugs when the toplevel doesn't set this style
|
|
The alignment in the edit control works like on Win95, probably ever since
we mark the application as 4.0 compatible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes another default button bug
|
|
more focus bug fixes
|
|
fixes focus bugs
|
|
|
|
The idea is that the compiler can strip unused controls when linking
statically, but the window class initialization functions blocked that.
|
|
|
|
|
|
mostly untested for now
|
|
|
|
|
|
when you're reimplementing parts of the dialog manager, might as well
just use the real thing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|