summaryrefslogtreecommitdiff
path: root/prefsize_windows.go
AgeCommit message (Expand)Author
2014-04-13Rolled back the Windows horizontally scrolling Listbox changes because I can'...Pietro Gagliardi
2014-04-13Added 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-03Adjusted Button and Combobox sizes on Windows to be better...Pietro Gagliardi
2014-04-02Switched to calling the Windows MulDiv() function instead of reimplementing i...Pietro Gagliardi
2014-04-01Changed the font loading on Windows to always load the control font unless a ...Pietro Gagliardi
2014-04-01Fixed Windows control sizing: turns out simply calling GetTextMetrics() was n...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-09Changed Windows sysData.preferredSize() to panic on error, since the other pl...Pietro Gagliardi
2014-02-25Added most of the Windows implementation of ProgressBar. Now to grab the comc...Pietro Gagliardi
2014-02-24Quick documentation change in prefsize_windows.go.Pietro Gagliardi
2014-02-24Some notes on the last few changes.Pietro Gagliardi
2014-02-24And the uitask message fixed was the issue all along. Now it works.Pietro Gagliardi
2014-02-24Oh right derp, preferredSize() is running on uitask already; don't use the di...Pietro Gagliardi
2014-02-24Added Windows preferred size code. It doesn't work right now; both GetDC() an...Pietro Gagliardi