summaryrefslogtreecommitdiff
path: root/stdfont_windows.go
AgeCommit message (Collapse)Author
2014-08-30Out with the old...Pietro Gagliardi
2014-07-02Moved 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-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-09Removed TODO about messagebox font in stdfont_windows.go; decided to just ↵Pietro Gagliardi
use it.
2014-05-25Finished migrating the Windows code to using the pregenerated constants.Pietro Gagliardi
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-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-02-24Re-added Windows font grabbing code. I won't use it just yet, since I only ↵Pietro Gagliardi
now realize I don't actually need it for preferred sizes, but eh
2014-02-11Moved things that I haven't migated yet out of the way for now.Pietro Gagliardi
2014-02-11Added _windows.go extensions to all the files in preparation for the library ↵Pietro Gagliardi
writing.