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
/
prefsize_windows.go
Age
Commit message (
Expand
)
Author
2014-06-25
Finished the Windows conversion to the new sizing system. Untested.
Pietro Gagliardi
2014-06-25
Implemented new label behavior on Windows.
Pietro Gagliardi
2014-06-10
More go fmt.
Pietro Gagliardi
2014-06-09
Properly integrated the Area preferred size into the Windows backend's prefer...
Pietro Gagliardi
2014-06-09
Actually make the prefsize_windows.go change from the previous commit.
Pietro Gagliardi
2014-06-09
Removed TODO about GetDC() vs GetWindowDC() in prefsize_windows.go; the latte...
Pietro Gagliardi
2014-06-06
Set Area's preferred size in the documentation and on Windows and Mac OS X.
Pietro Gagliardi
2014-06-04
Added a link to the older Layout page on MSDN to prefsize_windows.go.
Pietro Gagliardi
2014-04-13
Rolled back the Windows horizontally scrolling Listbox changes because I can'...
Pietro Gagliardi
2014-04-13
Added horizontal scrollbars to Listboxes on Windows. Also fixed typos and bug...
Pietro Gagliardi
2014-04-10
"Fixed" the zero-size Combobox drop-down on Windows by having Windows fix it ...
Pietro Gagliardi
2014-04-03
Adjusted Button and Combobox sizes on Windows to be better...
Pietro Gagliardi
2014-04-02
Switched to calling the Windows MulDiv() function instead of reimplementing i...
Pietro Gagliardi
2014-04-01
Changed the font loading on Windows to always load the control font unless a ...
Pietro Gagliardi
2014-04-01
Fixed Windows control sizing: turns out simply calling GetTextMetrics() was n...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-09
Changed Windows sysData.preferredSize() to panic on error, since the other pl...
Pietro Gagliardi
2014-02-25
Added most of the Windows implementation of ProgressBar. Now to grab the comc...
Pietro Gagliardi
2014-02-24
Quick documentation change in prefsize_windows.go.
Pietro Gagliardi
2014-02-24
Some notes on the last few changes.
Pietro Gagliardi
2014-02-24
And the uitask message fixed was the issue all along. Now it works.
Pietro Gagliardi
2014-02-24
Oh right derp, preferredSize() is running on uitask already; don't use the di...
Pietro Gagliardi
2014-02-24
Added Windows preferred size code. It doesn't work right now; both GetDC() an...
Pietro Gagliardi