summaryrefslogtreecommitdiff
path: root/init_windows.go
AgeCommit message (Expand)Author
2014-02-24Added Windows preferred size code. It doesn't work right now; both GetDC() an...Pietro Gagliardi
2014-02-24Re-added Windows font grabbing code. I won't use it just yet, since I only no...Pietro Gagliardi
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to bui...Pietro Gagliardi
2014-02-15More error/TODO reduction.Pietro Gagliardi
2014-02-12Restructuring the codebase to make things neater. First off: each window now ...Pietro Gagliardi
2014-02-11More error corrections; not done yet...Pietro Gagliardi
2014-02-11Added the init and testing main functions and started fixing errors. Let's fi...Pietro Gagliardi
2014-02-11(see previous commit; part 2)Pietro Gagliardi
2014-02-11Migrated over the window class and window procedure stuff, set up the standar...Pietro Gagliardi
2014-02-11Set up initialization on Windows (2/2).Pietro Gagliardi