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
Age
Commit message (
Expand
)
Author
2014-02-15
Added Combobox.Append() and Combobox.InsertBefore().
Pietro Gagliardi
2014-02-15
Added a TODO related to the previous commit.
Pietro Gagliardi
2014-02-15
Fixed a build error in the previous commit.
Pietro Gagliardi
2014-02-15
Added message boxes and adjusted init() accordingly to display one on failure.
Pietro Gagliardi
2014-02-15
Removed a TODO regarding Windows Common Controls because I'm not going to be ...
Pietro Gagliardi
2014-02-15
Gave all relevant controls matching SetText()/Text() pairs. Also added a TODO...
Pietro Gagliardi
2014-02-15
More TODO reduction.
Pietro Gagliardi
2014-02-15
More TODO reduction.
Pietro Gagliardi
2014-02-15
More TODOs.
Pietro Gagliardi
2014-02-15
More error/TODO reduction.
Pietro Gagliardi
2014-02-15
Made sure sysData.selectedIndices() returns an empty slice if nothing was sel...
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
Resolved some more TODOs... though resolving the rest in this file is going t...
Pietro Gagliardi
2014-02-15
Removed another TODO in window.go related to resizing. Also a note I forgot t...
Pietro Gagliardi
2014-02-15
More TODOs.
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
Split out combobox and listbox error constants into their own sections of con...
Pietro Gagliardi
2014-02-15
Fixed build errors in the previous commits.
Pietro Gagliardi
2014-02-15
Added combobox/listbox selection helper functions.
Pietro Gagliardi
2014-02-15
Added sysData.insertBefore().
Pietro Gagliardi
2014-02-15
Resolved some of window.go's TODOs.
Pietro Gagliardi
2014-02-15
Removing more leftover stuff.
Pietro Gagliardi
2014-02-14
Window-related TODOs.
Pietro Gagliardi
2014-02-14
Added scrollbars to Listbox.
Pietro Gagliardi
2014-02-14
More TODOs.
Pietro Gagliardi
2014-02-14
Handled all controls's created field.
Pietro Gagliardi
2014-02-14
More TODOs.
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
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
More TODOs.
Pietro Gagliardi
2014-02-14
Now that we have sysData.text() we no longer need the getText() that needed t...
Pietro Gagliardi
2014-02-14
Added Combobox.
Pietro Gagliardi
2014-02-14
Windows no longer need to be Controls after I reworked the parent-child syste...
Pietro Gagliardi
2014-02-14
Renamed Control.apply() to Control.make().
Pietro Gagliardi
2014-02-14
Changed manual sysData construction to use a helper function instead.
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-13
Adjusted bookkeeping notes for the now-implemented sizing code.
Pietro Gagliardi
2014-02-13
Removed Control.setParent() as the parent/child hierarchy is now unidirectional.
Pietro Gagliardi
2014-02-13
Fixed the resizing deadlock.
Pietro Gagliardi
2014-02-13
Added sizing of windows and the main window control. It presently deadlocks; ...
Pietro Gagliardi
2014-02-12
Added a reminder/TODO related to why I needed to do all that (add resizing).
Pietro Gagliardi
2014-02-12
Fixed compiler errors. New code structure success!
Pietro Gagliardi
[next]