summaryrefslogtreecommitdiff
path: root/new/button_windows.c
AgeCommit message (Collapse)Author
2015-04-08Removed some stale TODOs.Pietro Gagliardi
2015-04-08Finished Windows cleanup management. Everything (almost, only parentWindow ↵Pietro Gagliardi
is still around, but that shouldn't be a uiWindow to begin with) now cleaned!
2015-04-07Added WS_TABSTOP to uiButton on Windows.Pietro Gagliardi
2015-04-07Implemented uiButton.preferredSize() on Windows. This includes adding a ↵Pietro Gagliardi
function to get the width of text in a control.
2015-04-07Implemented uiButton on GTK+. All we need to do is get it to show up...Pietro Gagliardi
2015-04-07Added uiControlHandle() and fixed other uiButton issues.Pietro Gagliardi
2015-04-07Wrote up the initial uiButton implementation. It (mostly; just needs text ↵Pietro Gagliardi
and for that I need to add a uiControlHandle()) works!