summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2014-05-30Added GetWindowLongPtr()/SetWindowLongPtr() generation to the ↵Pietro Gagliardi
windowsconstgen tool and the pregenerated files. This will be needed for when we get rid of creating a new window class for each Window/Area. Also did some minor cleanup to the windowsconstgen tool.
2014-05-25Corrected the environment in windowsconstgen.go so that we can run it from ↵Pietro Gagliardi
test.sh. Phew!
2014-05-25Moved windowsconstgen.go out of the experiments/ folder and into a new ↵Pietro Gagliardi
tools/ folder.