index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
new
/
button_windows.c
Age
Commit message (
Expand
)
Author
2015-04-12
Fix helper: get rid of direct casts to HWND to make errors more obvious.
Pietro Gagliardi
2015-04-10
Changed the Windows new control system to automatically assign the standard c...
Pietro Gagliardi
2015-04-09
Changed onWM_NOTIFY() to only pass the NMHDR * in. The LPARAM is more useful ...
Pietro Gagliardi
2015-04-09
Changed onWM_COMMAND() to give our controls only the notification code. We do...
Pietro Gagliardi
2015-04-09
DlgUnit -> DlgUnits
Pietro Gagliardi
2015-04-09
More Windows conversion. Not done yet.
Pietro Gagliardi
2015-04-09
Implemented the text functions on Windows.
Pietro Gagliardi
2015-04-08
More TODO resolution.
Pietro Gagliardi
2015-04-08
Removed some stale TODOs.
Pietro Gagliardi
2015-04-08
Finished Windows cleanup management. Everything (almost, only parentWindow is...
Pietro Gagliardi
2015-04-07
Added WS_TABSTOP to uiButton on Windows.
Pietro Gagliardi
2015-04-07
Implemented uiButton.preferredSize() on Windows. This includes adding a funct...
Pietro Gagliardi
2015-04-07
Implemented uiButton on GTK+. All we need to do is get it to show up...
Pietro Gagliardi
2015-04-07
Added uiControlHandle() and fixed other uiButton issues.
Pietro Gagliardi
2015-04-07
Wrote up the initial uiButton implementation. It (mostly; just needs text and...
Pietro Gagliardi