summaryrefslogtreecommitdiff
path: root/comctl_windows.go
AgeCommit message (Collapse)Author
2014-04-29Decided not to deactivate the Windows Common Control 6 manifest activation ↵Pietro Gagliardi
context since it's active for the life of the program already.
2014-04-28Got rid of another TODO about GetLastError() in the same way as earlier ↵Pietro Gagliardi
(this time in stdfont_windows.go); also fixed capitalization on the earlier one.
2014-04-28Removed a TODO about GetLastError() being set in comctl_windows.go, ↵Pietro Gagliardi
rewording the error message itself to compensate instead.
2014-04-28Moved TODOs about stripping non-Windows XP constants to future plans; also ↵Pietro Gagliardi
reworded a comment in comctl_windows.go.
2014-04-02Forced Common Controls version 6 on Windows by embedding the needed manifest in.Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-12Added indeterminate ProgressBar code on Windows and fixed up a few other ↵Pietro Gagliardi
things along the way.
2014-03-12Dropped Windows 2000 support.Pietro Gagliardi
2014-02-25Removed a stray TODO about a constant in comctl_windows.go.Pietro Gagliardi
2014-02-25Added Windows implementation of ProgressBar and the requisite comctl32.dll code.Pietro Gagliardi