summaryrefslogtreecommitdiff
path: root/experiments
AgeCommit message (Collapse)Author
2014-08-30Out with the old...Pietro Gagliardi
2014-06-30Copied all the handler-based stuff to a ZIP file as I'm rolling it all back.Pietro Gagliardi
2014-05-28Merged back combobox_darwin.m, rewrote it to use boundListboxArray() instead ↵Pietro Gagliardi
of creating a whole new object, and implemented what appears to be a fix for NSPopUpButton selection. Will delete the unneeded select(-1) code later and test again...
2014-05-25Moved windowsconstgen.go out of the experiments/ folder and into a new ↵Pietro Gagliardi
tools/ folder.
2014-05-25Finished migrating the Windows code to using the pregenerated constants.Pietro Gagliardi
2014-05-25Removed constants from common_windows.go. Almost done!Pietro Gagliardi
2014-05-25Removed extra newline generated in the zconstants_windows_GOARCH.go file ↵Pietro Gagliardi
from the Windows constants generator.
2014-05-25Fixed issues handling INVALID_HANDLE_VALUE in the Windows constant ↵Pietro Gagliardi
generator, and built the first build with generated constants!
2014-05-25Added a comment to the previous commit.Pietro Gagliardi
2014-05-25Added the ability to pass arguments to the go tool from the Windows constant ↵Pietro Gagliardi
generator's command line; this will be for debugging.
2014-05-25Changed the logic of the Windows constants generator so that it only ↵Pietro Gagliardi
generates unknown constants and complains on known constants (though that's disabled during the transitional period) as that's the situation that will happen now.
2014-05-25Updated the Windows constants generator to warn against variables that ↵Pietro Gagliardi
haven't been converted to constants (in case I forget I ever did this).
2014-05-25Added quick credit thanks left out of previous commit by accident.Pietro Gagliardi
2014-05-25Updated the Windows constant generator again; this time it now works fully, ↵Pietro Gagliardi
and I just have to nail the variables and nuke the static constants...
2014-05-25Even more work on the Windows constant generator. There are still some edge ↵Pietro Gagliardi
cases involving variables that I need to resolve, and I still need to write the code that actually runs the generated program.
2014-05-25Refactored the constant gathering program a bit.Pietro Gagliardi
2014-05-25More work on the constant generation tool. We can almost actually write the ↵Pietro Gagliardi
generator portion now...
2014-05-25More work on the constant generation tool.Pietro Gagliardi
2014-05-24Added incomplete code for a program that generates a set of Windows ↵Pietro Gagliardi
constants using cgo.
2014-05-17Added experimental code that tried, and failed, to combat combobox ↵Pietro Gagliardi
autoselection on Mac OS X.
2014-05-16Cleaned up objc_darwin.h and changed all instances of int64_t in the wrapper ↵Pietro Gagliardi
structs to intptr_t.
2014-04-13Wrote non-working code to get Windows to have Window sizes not count window ↵Pietro Gagliardi
decoration. Technically it does work, but it doesn't seem to fix Area scrollbars... which reminds me, the default configuration for the keyboard test exhibits the "last pixel" but mentioned in one of the TODOs in area_windows.go on both scrollbars, so let's fix that first anyway. I'll move the TODO for window decoration to the future plans after I get a definite answer about GTK+'s behavior.
2014-04-13Renamed unmigrated/ to experiments/ as I have now migrated everything and ↵Pietro Gagliardi
that folder now contains experimental code.