summaryrefslogtreecommitdiff
path: root/experiments
AgeCommit message (Collapse)Author
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.