summaryrefslogtreecommitdiff
path: root/unmigrated
AgeCommit message (Collapse)Author
2014-04-13Renamed unmigrated/ to experiments/ as I have now migrated everything and ↵Pietro Gagliardi
that folder now contains experimental code.
2014-04-13Migrated cursors_windows.go and icons_windows.go.Pietro Gagliardi
2014-04-13Removed unmigrated/main_windows.go; that test program has long since been ↵Pietro Gagliardi
unneeded.
2014-04-13Rolled back the Windows horizontally scrolling Listbox changes because I ↵Pietro Gagliardi
can't seem to get it to work on Mac OS X (and keeping that code there is inefficient); removed the guarantee of horizontal scrollbars in Listbox and made that a future plan. Both the Windows and the non-working Mac OS X code is in unmigrated/hscrolllistbox.go (and the unmigrated/ folder will be renamed shortly).
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-10unmigrated/messages_windows.go removed; it was migrated ages ago (in ↵Pietro Gagliardi
uitask_windows.go). The only thing that is lost here is HWND_BROADCAST, but we don't use it.
2014-02-24Re-added Windows font grabbing code. I won't use it just yet, since I only ↵Pietro Gagliardi
now realize I don't actually need it for preferred sizes, but eh
2014-02-21Fixed the unregistered window class error on 64-bit Windows: turns out it ↵Pietro Gagliardi
was a difference in Go's int vs. what Windows expected (thanks Microsoft for not using your special types here). Fixed all instances of this, even in unmigrated/. Still does not work in wine...
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to ↵Pietro Gagliardi
build. Once I iron out a bug with Windows event handling, I'll add a README.
2014-02-17Moved the old Windows main() to unmigrated/; may wind up deleting it instead.Pietro Gagliardi
2014-02-15Added message boxes and adjusted init() accordingly to display one on failure.Pietro Gagliardi
2014-02-12Added buttons.Pietro Gagliardi
2014-02-11More error corrections; not done yet...Pietro Gagliardi
2014-02-11Added the window creation code. Now let's hope this works...Pietro Gagliardi
2014-02-11Moved some more data structures to common_windows.go and made more things ↵Pietro Gagliardi
private.
2014-02-11Migrated over the window class and window procedure stuff, set up the ↵Pietro Gagliardi
standard window class, and wrote the skeleton window procedure.
2014-02-11Moved things that I haven't migated yet out of the way for now.Pietro Gagliardi