summaryrefslogtreecommitdiff
path: root/common_windows.go
AgeCommit message (Collapse)Author
2014-02-15Removed a TODO regarding Windows Common Controls because I'm not going to be ↵Pietro Gagliardi
using those constants (and if I ever add more controls I will need to use comctl anyway).
2014-02-15More TODO reduction.Pietro Gagliardi
2014-02-14Now that we have sysData.text() we no longer need the getText() that needed ↵Pietro Gagliardi
to be migrated.
2014-02-11Moved some more data structures to common_windows.go and made more things ↵Pietro Gagliardi
private.
2014-02-11Added _windows.go extensions to all the files in preparation for the library ↵Pietro Gagliardi
writing.