index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
redo
/
common_windows.go
Age
Commit message (
Collapse
)
Author
2014-08-01
Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ↵
Pietro Gagliardi
are a few cases of const->non-const conversions as a result.
2014-07-18
Fixed all the remaining compiler errors. C conversion works!
Pietro Gagliardi
2014-07-17
Fixed Go compiler errors in the new Windows code; round 1.
Pietro Gagliardi
2014-07-17
Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler ↵
Pietro Gagliardi
errors...
2014-07-17
Some Unicode-related fixups and additions in the new Windows code.
Pietro Gagliardi
2014-07-17
Began the drudgery of converting all the Windows code to use cgo, because ↵
Pietro Gagliardi
I'm not going to wait to debug this smashed stack.
2014-07-17
Laid 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-12
Finished writing initial Windows implementation. Now to find out why it ↵
Pietro Gagliardi
doesn't work...