index
:
go.wit.com/dev/andlabs/ui.git
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
/
sysdata.go
Age
Commit message (
Expand
)
Author
2014-02-25
Added portable parts of ProgressBar.
Pietro Gagliardi
2014-02-23
Added the preferred widget size basework and its GTK+ implementation.
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-18
Made event dispatch asynchronous to avoid deadlocks; right now events that ca...
Pietro Gagliardi
2014-02-15
Added Combobox.Delete() and Listbox.Delete() and added some TODOs.
Pietro Gagliardi
2014-02-15
More error handling reduction.
Pietro Gagliardi
2014-02-15
Reduced the number of unnecessary error returns based on MSDN. The TODOs that...
Pietro Gagliardi
2014-02-15
Removed setting the initial width and height in sysData.make() (this gets rid...
Pietro Gagliardi
2014-02-15
Added sysData.setWindowSize(), which will simplify a few things in Window.Ope...
Pietro Gagliardi
2014-02-15
Added combobox/listbox selection helper functions.
Pietro Gagliardi
2014-02-15
Added sysData.insertBefore().
Pietro Gagliardi
2014-02-14
Added Listboxes. You can't use the results just yet...
Pietro Gagliardi
2014-02-14
Renamed sysData.editable to sysData.alternate in preparation for ListBox.
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 manual sysData construction to use a helper function instead.
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-13
Added sizing of windows and the main window control. It presently deadlocks; ...
Pietro Gagliardi
2014-02-12
Formatting change for cSysData itself.
Pietro Gagliardi
2014-02-12
Each control may only need one event, so combine them all into a single chann...
Pietro Gagliardi
2014-02-12
Added Window.SetTitle(). Also oops, forgot to mark the window as created.
Pietro Gagliardi
2014-02-12
Added button events.
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-12
Separated initial text from sysData and fixed errors in the previous commits.
Pietro Gagliardi
2014-02-11
More error corrections; not done yet...
Pietro Gagliardi
2014-02-11
Added the init and testing main functions and started fixing errors. Let's fi...
Pietro Gagliardi
2014-02-11
Filled in the standard window procedure.
Pietro Gagliardi
2014-02-11
Started implementing the public API: added the Window and Control types and t...
Pietro Gagliardi