| Age | Commit message (Collapse) | Author |
|
|
|
|
|
that work for us (and abort on failure).
|
|
|
|
|
|
|
|
|
|
|
|
removed until now; thanks various people in irc.freenode.net/#macdev).
|
|
required changing the GTK+ backend to make it so; the Windows and Mac OS X backends are fine (setting their checkbox state programmatically will not send a signal; thanks to ThunderSnow in irc.freenode.net/#macdev for confirming this for Mac OS X).
|
|
|
|
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...
|
|
|
|
|