summaryrefslogtreecommitdiff
path: root/comctl_windows.go
AgeCommit message (Expand)Author
2014-07-02Moved it all back; the preemptive multitaksing during an event handler kills ...Pietro Gagliardi
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-04Resolved the ACTCTX_FLAG_SET_PROCESS_DEFAULT TODO by deciding to enable this ...Pietro Gagliardi
2014-06-03Converted comctl_windows.go to use the new string wrapper functions.Pietro Gagliardi
2014-05-25Fixed issues handling INVALID_HANDLE_VALUE in the Windows constant generator,...Pietro Gagliardi
2014-05-25Removed constants from windows_windows.go, controls_windows.go, and comctl_wi...Pietro Gagliardi
2014-05-25Changed most instances of var to const in the Windows code. Only one left...Pietro Gagliardi
2014-04-29Decided not to deactivate the Windows Common Control 6 manifest activation co...Pietro Gagliardi
2014-04-28Got rid of another TODO about GetLastError() in the same way as earlier (this...Pietro Gagliardi
2014-04-28Removed a TODO about GetLastError() being set in comctl_windows.go, rewording...Pietro Gagliardi
2014-04-28Moved TODOs about stripping non-Windows XP constants to future plans; also re...Pietro Gagliardi
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 thin...Pietro Gagliardi
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