index
:
jcarr/ui
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
/
redo
/
basicctrls_windows.go
Age
Commit message (
Expand
)
Author
2014-08-01
Added debug chatter to Button.preferredSize() on Windows.
Pietro Gagliardi
2014-08-01
Implemented Button.preferredSize() on Windows.
Pietro Gagliardi
2014-08-01
Added TextField preferredSize() on Windows.
Pietro Gagliardi
2014-08-01
Removed previous commit's TODO and added Checkbox preferredSize() on Windows.
Pietro Gagliardi
2014-08-01
More TODOs.
Pietro Gagliardi
2014-08-01
Implemented preferredSize() for Label on Windows. Seems to work...
Pietro Gagliardi
2014-08-01
Converted direct usages of C.setWindowText() in the Windows Control code into...
Pietro Gagliardi
2014-08-01
More Windows sizing framework code: merged together the MulDiv() instances in...
Pietro Gagliardi
2014-08-01
Applied non-standalone Label offsets to the Windows backend. Also more TODOs.
Pietro Gagliardi
2014-07-30
Set up a new, cleaner model for deriving Control's methods and applied it to ...
Pietro Gagliardi
2014-07-30
Renamed the controls* and containers* files to basicctrls* and containerctrls...
Pietro Gagliardi