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_windows.go
Age
Commit message (
Expand
)
Author
2014-02-14
Added LineEdit.
Pietro Gagliardi
2014-02-14
Added Combobox.
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
Fixed compiler errors. New code structure success!
Pietro Gagliardi
2014-02-12
Adjusted sysData.make() to make the new window class and fixed main(). Now to...
Pietro Gagliardi
2014-02-12
Windows sysData has been adjusted to deal with child controls. Rather than st...
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-12
Separated initial text from sysData and fixed errors in the previous commits.
Pietro Gagliardi
2014-02-12
Added control ID generation.
Pietro Gagliardi
2014-02-11
Changed the sysData cache so that if we didn't fill it in yet, getSysData() r...
Pietro Gagliardi
2014-02-11
Derp me, more incorrect error checking! But now a window shows, and the proce...
Pietro Gagliardi
2014-02-11
It appears the result of syscall.StringToUTF16Ptr() is only temporary, so rem...
Pietro Gagliardi
2014-02-11
Changed the caching such that the window procedure is held until we added the...
Pietro Gagliardi
2014-02-11
More of the previous error and not printing panics... derp me. Still not fixe...
Pietro Gagliardi
2014-02-11
All build errors resolved. Now to test...
Pietro Gagliardi
2014-02-11
More error corrections; not done yet...
Pietro Gagliardi
2014-02-11
Added the window creation code. Now let's hope this works...
Pietro Gagliardi
2014-02-11
Migrated over the window class and window procedure stuff, set up the standar...
Pietro Gagliardi
2014-02-11
Set up initialization on Windows (1/2) and fixed a leftover error in sysdata_...
Pietro Gagliardi
2014-02-11
Started implementing the public API: added the Window and Control types and t...
Pietro Gagliardi
[prev]