summaryrefslogtreecommitdiff
path: root/uitask_windows.go
AgeCommit message (Expand)Author
2014-04-12Removed the GDI+ dependency on Windows since we no longer use it.Pietro Gagliardi
2014-04-09As it turns out, Windows does have a facility for windows that only serve as ...Pietro Gagliardi
2014-04-01Fixed the Windows stalling when scrolling an Area problem: messages were gett...Pietro Gagliardi
2014-04-01Removed a stray TODO comment whose purpose is long forgotten.Pietro Gagliardi
2014-04-01Reordered each part of the Windows uitask so that it does things in the same ...Pietro Gagliardi
2014-03-29Implemented Area.SetSize() on Windows.Pietro Gagliardi
2014-03-24Added GDI+ to the package's Windows version: DLL loaded, initialized, and shu...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-05Have ui.Go() return on main() return on Windows.Pietro Gagliardi
2014-03-01Major code restructure to allow Cocoa to work correctly. Cocoa requires that ...Pietro Gagliardi
2014-02-19Got rid of my Windows input lag problems on Windows (triggered by the switch ...Pietro Gagliardi
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to bui...Pietro Gagliardi
2014-02-17Removed all //package ui comments.Pietro Gagliardi
2014-02-15More error/TODO reduction.Pietro Gagliardi
2014-02-11Fixed the PeekMessage() call as per http://blogs.msdn.com/b/oldnewthing/archi...Pietro Gagliardi
2014-02-11Fixed the wndproc not responding: turns out I have to have message dispatch i...Pietro Gagliardi
2014-02-11All build errors resolved. Now to test...Pietro Gagliardi
2014-02-11Locked the Windows message loop goroutine to the OS thread.Pietro Gagliardi
2014-02-11Added the Windows message loop.Pietro Gagliardi
2014-02-11Set up initialization on Windows (2/2).Pietro Gagliardi
2014-02-11Started implementing the public API: added the Window and Control types and t...Pietro Gagliardi