summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2014-02-11More of the previous error and not printing panics... derp me. Still not ↵Pietro Gagliardi
fixed yet though...
2014-02-11Added the init and testing main functions and started fixing errors. Let's ↵Pietro Gagliardi
fix the rest and hope it works...
2014-02-11Added _windows.go extensions to all the files in preparation for the library ↵Pietro Gagliardi
writing.
2014-02-11Added window sizing. I think I'm now ready for the wrapper itself.Pietro Gagliardi
2014-02-11Added window minimum sizes.Pietro Gagliardi
2014-02-10Improved program appearance by setting the correct font, colors, and other ↵Pietro Gagliardi
styles.
2014-02-10Added a checkbox to the example window.Pietro Gagliardi
2014-02-10Added static controls and added a static label to the example window.Pietro Gagliardi
2014-02-10Added listboxes and added a list box to the example window.Pietro Gagliardi
2014-02-10Added edit controls and added one to the example window.Pietro Gagliardi
2014-02-10Added combo boxes and added some to the main window example.Pietro Gagliardi
2014-02-10Added a button to the test main window, including click handling.Pietro Gagliardi
2014-02-09Added window messages and custom message loops.Pietro Gagliardi
2014-02-09Added the rest of the skeleton necessary for opening a simple window as well ↵Pietro Gagliardi
as the code to actually open one. Now for custom window procedures!
2014-02-07Initial commit. Added MessageBox() code.Pietro Gagliardi