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
/
windows_windows.go
Age
Commit message (
Expand
)
Author
2014-05-26
Merged windows_windows.go into common_windows.go.
Pietro Gagliardi
2014-05-25
Removed constants from windows_windows.go, controls_windows.go, and comctl_wi...
Pietro Gagliardi
2014-05-25
Removed CW_USEDEFAULT variable definition. It won't compile right now, but ou...
Pietro Gagliardi
2014-05-25
Changed most instances of var to const in the Windows code. Only one left...
Pietro Gagliardi
2014-05-11
Consistency change: all Windows API structure field names now match case-wise...
Pietro Gagliardi
2014-04-13
Wrote non-working code to get Windows to have Window sizes not count window d...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-12
Added indeterminate ProgressBar code on Windows and fixed up a few other thin...
Pietro Gagliardi
2014-03-12
Forgot one Windows XP move.
Pietro Gagliardi
2014-03-12
Dropped Windows 2000 support.
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-15
Removing more leftover stuff.
Pietro Gagliardi
2014-02-13
Added sizing of windows and the main window control. It presently deadlocks; ...
Pietro Gagliardi
2014-02-12
Added Window.SetTitle(). Also oops, forgot to mark the window as created.
Pietro Gagliardi
2014-02-11
More error corrections; not done yet...
Pietro Gagliardi
2014-02-11
Started implementing the public API: added the Window and Control types and t...
Pietro Gagliardi
2014-02-11
Added _windows.go extensions to all the files in preparation for the library ...
Pietro Gagliardi