| Age | Commit message (Expand) | Author |
| 2014-02-12 | More TODOs. | Pietro Gagliardi |
| 2014-02-12 | Added button events. | Pietro Gagliardi |
| 2014-02-12 | Added buttons. | Pietro Gagliardi |
| 2014-02-12 | More TODOs. | Pietro Gagliardi |
| 2014-02-12 | Added a TODO list. | 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-12 | Set up restrictions tracking. Added a restriction that a window and its contr... | 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 | 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 | Derp me, more incorrect error checking! But now a window shows, and the proce... | Pietro Gagliardi |
| 2014-02-11 | Got rid of the reverse HWND->sysData lookup for now, to see if there's a mist... | 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 | Whoops, copy-paste fail somehow changed init error checks. Now it starts... a... | 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 init and testing main functions and started fixing errors. Let's fi... | Pietro Gagliardi |
| 2014-02-11 | Added the window creation code. Now let's hope this works... | Pietro Gagliardi |
| 2014-02-11 | Moved some more data structures to common_windows.go and made more things pri... | 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 | Filled in the standard window procedure. | Pietro Gagliardi |
| 2014-02-11 | (see previous commit; part 2) | 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 (2/2). | Pietro Gagliardi |
| 2014-02-11 | Set up initialization on Windows (1/2) and fixed a leftover error in sysdata_... | Pietro Gagliardi |
| 2014-02-11 | Moved things that I haven't migated yet out of the way for now. | Pietro Gagliardi |
| 2014-02-11 | Started implementing the public API: added the Window and Control types and t... | Pietro Gagliardi |
| 2014-02-11 | Simplifying file structure by combining controls files (2/2). | Pietro Gagliardi |
| 2014-02-11 | Simplifying file structure by combining controls files (1/2). | Pietro Gagliardi |
| 2014-02-11 | Added _windows.go extensions to all the files in preparation for the library ... | Pietro Gagliardi |
| 2014-02-11 | Added the initial planning document for the portable API. | Pietro Gagliardi |
| 2014-02-11 | Added window sizing. I think I'm now ready for the wrapper itself. | Pietro Gagliardi |
| 2014-02-11 | Added window minimum sizes. | Pietro Gagliardi |
| 2014-02-10 | Added some TODOs. | Pietro Gagliardi |
| 2014-02-10 | Improved program appearance by setting the correct font, colors, and other st... | Pietro Gagliardi |
| 2014-02-10 | Added a checkbox to the example window. | Pietro Gagliardi |
| 2014-02-10 | Added static controls and added a static label to the example window. | Pietro Gagliardi |
| 2014-02-10 | Added listboxes and added a list box to the example window. | Pietro Gagliardi |
| 2014-02-10 | Added edit controls and added one to the example window. | Pietro Gagliardi |
| 2014-02-10 | Added combo boxes and added some to the main window example. | Pietro Gagliardi |
| 2014-02-10 | More TODOs. | Pietro Gagliardi |
| 2014-02-10 | Added a button to the test main window, including click handling. | Pietro Gagliardi |
| 2014-02-09 | Added button code. | Pietro Gagliardi |
| 2014-02-09 | Added window messages and custom message loops. | Pietro Gagliardi |
| 2014-02-09 | Added the rest of the skeleton necessary for opening a simple window as well ... | Pietro Gagliardi |