| Age | Commit message (Collapse) | Author |
|
initialization option.
|
|
|
|
|
|
|
|
as a NMHDR *, and the WPARAM contains duplicate data (http://blogs.msdn.com/b/oldnewthing/archive/2013/12/04/10473637.aspx). Ideally we wouldn't even have the NMHDR.idFrom (see previous commit message), but oh well :/
|
|
don't want to give the control the ID part of wParam because that's (or that'll be) dynamically assigned based on control parenting and prior controls; we don't want to give the control the LPARAM since that contains the window handle and uiControl already has that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
uiControl and uiSizing public. Also restructured uiSizing to make system-dependent data in another structure.
|
|
removeParent() rather than automatically doing it in setParent().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
back and add uiCheckboxChecked() and uICheckboxSetChecked().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
there.
|
|
|
|
|
|
functions...
|
|
|
|
|
|
|
|
|
|
Cocoa one doesn't either, and besides, if controls expose something then the parent areas would be invalidated anyway :/ More TODO removal.
|
|
a clean fix; need to test some things on real Windows first.
|
|
used WM_WINDOWPOSCHANGED instead of WM_WINDOWPOSCHANGING. Startup looks wrong; will fix that next.
|
|
|
|
|
|
|
|
|
|
|
|
|