summaryrefslogtreecommitdiff
path: root/redo/zwinconstgen.go
AgeCommit message (Collapse)Author
2014-07-17Removed Windows constant generation code as we will no longer need it.Pietro Gagliardi
2014-07-17Migrated the comctl32.dll code and added all the window subclassing stuff. ↵Pietro Gagliardi
Starting to consider just doing what I'm doing with the Mac OS X backend and just using cgo...
2014-07-17Laid down the framework for control events on Windows. The only problem left ↵Pietro Gagliardi
is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back.
2014-07-12Finished writing initial Windows implementation. Now to find out why it ↵Pietro Gagliardi
doesn't work...
2014-07-11Added function generation to zwinconstgen.go. cgo uses DWARF to get function ↵Pietro Gagliardi
parameters, so we'll just specify them manually ourselves; see funcnames_windows.go.
2014-07-11More zwinconstgen.go work.Pietro Gagliardi
2014-07-11More zwinconstgen.go output refinement.Pietro Gagliardi
2014-07-11More refinement of struct output in zwinconstgen.go.Pietro Gagliardi
2014-07-11Added a handler for embedded structure values in zwinconstgen.go.Pietro Gagliardi
2014-07-11Added an attempt at overriding HWND, etc. in the zwinconstgen.go type ↵Pietro Gagliardi
generation; will test now.
2014-07-11Fixed up output of zwinconstgen.go to some extent.Pietro Gagliardi
2014-07-11Improved the structure type output of zwinconstgen.go.Pietro Gagliardi
2014-07-11Converted zwinconstgen.go to use a template to generate its output.Pietro Gagliardi
2014-07-11Added basic struct parsing to zwinconstgen.go.Pietro Gagliardi
2014-07-11Fixed compiler errors in zwinconstgen.go output.Pietro Gagliardi
2014-07-10Actually never mind I'm dumb there's no Windows files yetPietro Gagliardi
2014-07-10Moved winconstgen.go into a tools/ folder because blah more than one package ↵Pietro Gagliardi
found.
2014-07-10Fixed compilation errors in zwinconstgen.go.Pietro Gagliardi
2014-07-09Added the beginning of a modified winconstgen.go that'll be more thorough ↵Pietro Gagliardi
than the old one (includes structures and functions) and treats all names like hacknames. THe defaultCCs CL will need to be resolved somehow...