| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-17 | Migrated the comctl32.dll code and added all the window subclassing stuff. ↵ | Pietro Gagliardi | |
| Starting to consider just doing what I'm doing with the Mac OS X backend and just using cgo... | |||
| 2014-07-17 | Laid down the framework for control events on Windows. The only problem left ↵ | Pietro Gagliardi | |
| is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back. | |||
| 2014-07-16 | Re-added the Windows sizing code. | Pietro Gagliardi | |
| 2014-07-15 | Added the beginninig of the Windows Control code. | Pietro Gagliardi | |
| 2014-07-15 | Implemented resize event detection on Windows. | Pietro Gagliardi | |
| 2014-07-13 | Added Stop() and implemented it on Windows. | Pietro Gagliardi | |
| 2014-07-12 | Implemented Window.Close() on Windows. | Pietro Gagliardi | |
| 2014-07-12 | Finished writing initial Windows implementation. Now to find out why it ↵ | Pietro Gagliardi | |
| doesn't work... | |||
| 2014-07-11 | Added function generation to zwinconstgen.go. cgo uses DWARF to get function ↵ | Pietro Gagliardi | |
| parameters, so we'll just specify them manually ourselves; see funcnames_windows.go. | |||
