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 (
Expand
)
Author
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-25
Part 2 of previous commit.
Pietro Gagliardi
2014-08-25
Moved some functions around.
Pietro Gagliardi
2014-08-25
Added a third function for comdlg32.dll errors on Windows.
Pietro Gagliardi
2014-08-25
Added code for printing HRESULTs on Windows. (There is no HRESULT-to-string f...
Pietro Gagliardi
2014-08-01
Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ...
Pietro Gagliardi
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
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 I'm...
Pietro Gagliardi
2014-07-17
Laid down the framework for control events on Windows. The only problem left ...
Pietro Gagliardi
2014-07-12
Finished writing initial Windows implementation. Now to find out why it doesn...
Pietro Gagliardi