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
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
2014-02-09
Added window messages and custom message loops.
Pietro Gagliardi
2014-02-09
Added the rest of the skeleton necessary for opening a simple window as well ...
Pietro Gagliardi
2014-02-07
Initial commit. Added MessageBox() code.
Pietro Gagliardi