summaryrefslogtreecommitdiff
path: root/tools/windowsconstgen.go
AgeCommit message (Collapse)Author
2014-08-30Out with the old...Pietro Gagliardi
2014-06-10Made adjustments to the output of windowsconstgen to please go fmt.Pietro Gagliardi
2014-05-30Moved the standard window class (for Window) on Windows to get the sysData ↵Pietro Gagliardi
pointer from CreateWindowEx() and store it in the window memory instead of being given it via a closure. This will lead to having only one window class for all Windows, which will come next. Also fixed an error in windowsconstgen's output related to GetWindowLongPtr()/SetWindowLongPtr().
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.