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
/
uitask_windows.go
Age
Commit message (
Expand
)
Author
2014-03-05
Have ui.Go() return on main() return on Windows.
Pietro Gagliardi
2014-03-01
Major code restructure to allow Cocoa to work correctly. Cocoa requires that ...
Pietro Gagliardi
2014-02-19
Got rid of my Windows input lag problems on Windows (triggered by the switch ...
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-17
Removed all //package ui comments.
Pietro Gagliardi
2014-02-15
More error/TODO reduction.
Pietro Gagliardi
2014-02-11
Fixed the PeekMessage() call as per http://blogs.msdn.com/b/oldnewthing/archi...
Pietro Gagliardi
2014-02-11
Fixed the wndproc not responding: turns out I have to have message dispatch i...
Pietro Gagliardi
2014-02-11
All build errors resolved. Now to test...
Pietro Gagliardi
2014-02-11
Locked the Windows message loop goroutine to the OS thread.
Pietro Gagliardi
2014-02-11
Added the Windows message loop.
Pietro Gagliardi
2014-02-11
Set up initialization on Windows (2/2).
Pietro Gagliardi
2014-02-11
Started implementing the public API: added the Window and Control types and t...
Pietro Gagliardi