| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-02 | Moved it all back; the preemptive multitaksing during an event handler kills ↵ | Pietro Gagliardi | |
| us on all platforms. Going to have to restrict ALL GUI accss to happening from one t hread, so going to need to drop uitask entirely and have just a start() callback for startup code and a post() function for posting requests to windows (like channel sends but into a perpetual buffer). | |||
| 2014-07-02 | Moved everything out of the way pending rewrite. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-04 | Resolved the ACTCTX_FLAG_SET_PROCESS_DEFAULT TODO by deciding to enable this ↵ | Pietro Gagliardi | |
| flag for maximum safety. Also added more future plans. | |||
| 2014-06-03 | Converted comctl_windows.go to use the new string wrapper functions. | Pietro Gagliardi | |
| 2014-05-25 | Fixed issues handling INVALID_HANDLE_VALUE in the Windows constant ↵ | Pietro Gagliardi | |
| generator, and built the first build with generated constants! | |||
| 2014-05-25 | Removed constants from windows_windows.go, controls_windows.go, and ↵ | Pietro Gagliardi | |
| comctl_windows.go, as we can now use the constants generator. | |||
| 2014-05-25 | Changed most instances of var to const in the Windows code. Only one left... | Pietro Gagliardi | |
| 2014-04-29 | Decided 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-28 | Got 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-28 | Removed a TODO about GetLastError() being set in comctl_windows.go, ↵ | Pietro Gagliardi | |
| rewording the error message itself to compensate instead. | |||
| 2014-04-28 | Moved TODOs about stripping non-Windows XP constants to future plans; also ↵ | Pietro Gagliardi | |
| reworded a comment in comctl_windows.go. | |||
| 2014-04-02 | Forced Common Controls version 6 on Windows by embedding the needed manifest in. | Pietro Gagliardi | |
| 2014-03-12 | Separated file creation dates from the package comment. | Pietro Gagliardi | |
| 2014-03-12 | Added indeterminate ProgressBar code on Windows and fixed up a few other ↵ | Pietro Gagliardi | |
| things along the way. | |||
| 2014-03-12 | Dropped Windows 2000 support. | Pietro Gagliardi | |
| 2014-02-25 | Removed a stray TODO about a constant in comctl_windows.go. | Pietro Gagliardi | |
| 2014-02-25 | Added Windows implementation of ProgressBar and the requisite comctl32.dll code. | Pietro Gagliardi | |
