summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)Author
2018-08-26Migrated util.go and main.go to the new pkgui convention and C file. Also rep...Pietro Gagliardi
2018-08-26Moved all the Go files out of the way again, this time so we can migrate them...Pietro Gagliardi
2018-08-12Fixed build errors.Pietro Gagliardi
2018-08-12Migrated main.go. Migrated link_darwin_amd64.go and removed -DMACOSX_DEPLOYME...Pietro Gagliardi
2018-08-11Moved the existing .go files out of the way and replaced ui.h with the alpha4...Pietro Gagliardi
2018-08-11First step toward alpha 4: we no longer need the Windows resource trick.Pietro Gagliardi
2018-08-11Removed ensureMainThread() now that the latest Go has a guarantee (which was ...Pietro Gagliardi
2018-03-27Added some extra documentation to QueueMain. Fixes #164.Pietro Gagliardi
2016-01-06Re-enabled @executable_path and OS X linking now that the OS X build is fixed...Pietro Gagliardi
2015-12-21Made QueueMain() immune to collisions.Pietro Gagliardi
2015-12-13Added OS X building. Go 1.5 required because of https://github.com/golang/go/...Pietro Gagliardi
2015-12-12Added uiWindow.Pietro Gagliardi
2015-12-12Implemented some utility functions.Pietro Gagliardi
2015-12-12Added OnShouldQuit().Pietro Gagliardi
2015-12-11More work.Pietro Gagliardi
2015-12-11More work.Pietro Gagliardi
2015-12-11Started the work I guess.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-18Buffered the event channels, as per skelterjohn's suggestion; I thought this ...Pietro Gagliardi
2014-02-15Added Listbox.Selection() and Listbox.SelectedIndices(). Also fixed a bug inv...Pietro Gagliardi
2014-02-15Added Combobox.SelectedIndex().Pietro Gagliardi
2014-02-15Added Combobox.Delete() and Listbox.Delete() and added some TODOs.Pietro Gagliardi
2014-02-15Added Listbox.Append() and Listbox.InsertBefore().Pietro Gagliardi
2014-02-15Added Combobox.Append() and Combobox.InsertBefore().Pietro Gagliardi
2014-02-15Reduced the number of unnecessary error returns based on MSDN. The TODOs that...Pietro Gagliardi
2014-02-14More TODOs and example program tweaks.Pietro Gagliardi
2014-02-14Added Listboxes. You can't use the results just yet...Pietro Gagliardi
2014-02-14Added labels.Pietro Gagliardi
2014-02-14Added LineEdit.Pietro Gagliardi
2014-02-14Added Combobox.Pietro Gagliardi
2014-02-14Changed Stack so that controls are added only at creation time.Pietro Gagliardi
2014-02-13Added Stacks of controls.Pietro Gagliardi
2014-02-13Added Checkbox.Checked().Pietro Gagliardi
2014-02-13Added checkboxes. You can't really do anything with them yet, though...Pietro Gagliardi
2014-02-12Adjusted sysData.make() to make the new window class and fixed main(). Now to...Pietro Gagliardi
2014-02-12Added Window.SetTitle(). Also oops, forgot to mark the window as created.Pietro Gagliardi
2014-02-12Added buttons.Pietro Gagliardi
2014-02-12Added initial window size and the Window.SetTitle() function.Pietro Gagliardi
2014-02-11More of the previous error and not printing panics... derp me. Still not fixe...Pietro Gagliardi
2014-02-11Added the init and testing main functions and started fixing errors. Let's fi...Pietro Gagliardi
2014-02-11Added _windows.go extensions to all the files in preparation for the library ...Pietro Gagliardi
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 st...Pietro Gagliardi
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