index
:
jcarr/ui
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Age
Commit message (
Expand
)
Author
2018-08-26
Migrated util.go and main.go to the new pkgui convention and C file. Also rep...
Pietro Gagliardi
2018-08-26
Moved all the Go files out of the way again, this time so we can migrate them...
Pietro Gagliardi
2018-08-12
Fixed build errors.
Pietro Gagliardi
2018-08-12
Migrated main.go. Migrated link_darwin_amd64.go and removed -DMACOSX_DEPLOYME...
Pietro Gagliardi
2018-08-11
Moved the existing .go files out of the way and replaced ui.h with the alpha4...
Pietro Gagliardi
2018-08-11
First step toward alpha 4: we no longer need the Windows resource trick.
Pietro Gagliardi
2018-08-11
Removed ensureMainThread() now that the latest Go has a guarantee (which was ...
Pietro Gagliardi
2018-03-27
Added some extra documentation to QueueMain. Fixes #164.
Pietro Gagliardi
2016-01-06
Re-enabled @executable_path and OS X linking now that the OS X build is fixed...
Pietro Gagliardi
2015-12-21
Made QueueMain() immune to collisions.
Pietro Gagliardi
2015-12-13
Added OS X building. Go 1.5 required because of https://github.com/golang/go/...
Pietro Gagliardi
2015-12-12
Added uiWindow.
Pietro Gagliardi
2015-12-12
Implemented some utility functions.
Pietro Gagliardi
2015-12-12
Added OnShouldQuit().
Pietro Gagliardi
2015-12-11
More work.
Pietro Gagliardi
2015-12-11
More work.
Pietro Gagliardi
2015-12-11
Started the work I guess.
Pietro Gagliardi
2014-02-19
Moved to a proper package; main() is now a test and go test -c is used to bui...
Pietro Gagliardi
2014-02-18
Buffered the event channels, as per skelterjohn's suggestion; I thought this ...
Pietro Gagliardi
2014-02-15
Added Listbox.Selection() and Listbox.SelectedIndices(). Also fixed a bug inv...
Pietro Gagliardi
2014-02-15
Added Combobox.SelectedIndex().
Pietro Gagliardi
2014-02-15
Added Combobox.Delete() and Listbox.Delete() and added some TODOs.
Pietro Gagliardi
2014-02-15
Added Listbox.Append() and Listbox.InsertBefore().
Pietro Gagliardi
2014-02-15
Added Combobox.Append() and Combobox.InsertBefore().
Pietro Gagliardi
2014-02-15
Reduced the number of unnecessary error returns based on MSDN. The TODOs that...
Pietro Gagliardi
2014-02-14
More TODOs and example program tweaks.
Pietro Gagliardi
2014-02-14
Added Listboxes. You can't use the results just yet...
Pietro Gagliardi
2014-02-14
Added labels.
Pietro Gagliardi
2014-02-14
Added LineEdit.
Pietro Gagliardi
2014-02-14
Added Combobox.
Pietro Gagliardi
2014-02-14
Changed Stack so that controls are added only at creation time.
Pietro Gagliardi
2014-02-13
Added Stacks of controls.
Pietro Gagliardi
2014-02-13
Added Checkbox.Checked().
Pietro Gagliardi
2014-02-13
Added checkboxes. You can't really do anything with them yet, though...
Pietro Gagliardi
2014-02-12
Adjusted sysData.make() to make the new window class and fixed main(). Now to...
Pietro Gagliardi
2014-02-12
Added Window.SetTitle(). Also oops, forgot to mark the window as created.
Pietro Gagliardi
2014-02-12
Added buttons.
Pietro Gagliardi
2014-02-12
Added initial window size and the Window.SetTitle() function.
Pietro Gagliardi
2014-02-11
More of the previous error and not printing panics... derp me. Still not fixe...
Pietro Gagliardi
2014-02-11
Added the init and testing main functions and started fixing errors. Let's fi...
Pietro Gagliardi
2014-02-11
Added _windows.go extensions to all the files in preparation for the library ...
Pietro Gagliardi
2014-02-11
Added window sizing. I think I'm now ready for the wrapper itself.
Pietro Gagliardi
2014-02-11
Added window minimum sizes.
Pietro Gagliardi
2014-02-10
Improved program appearance by setting the correct font, colors, and other st...
Pietro Gagliardi
2014-02-10
Added a checkbox to the example window.
Pietro Gagliardi
2014-02-10
Added static controls and added a static label to the example window.
Pietro Gagliardi
2014-02-10
Added listboxes and added a list box to the example window.
Pietro Gagliardi
2014-02-10
Added edit controls and added one to the example window.
Pietro Gagliardi
2014-02-10
Added combo boxes and added some to the main window example.
Pietro Gagliardi
2014-02-10
Added a button to the test main window, including click handling.
Pietro Gagliardi
[next]