index
:
interesting/andlabs-ui
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
/
comctl32_windows.c
Age
Commit message (
Collapse
)
Author
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-25
Added cleanup of Windows image lists.
Pietro Gagliardi
2014-08-16
Added the beginning of ImageList, including the Windows implementation.
Pietro Gagliardi
2014-08-14
Stripped C-style comments from C sources and headers where appropriate.
Pietro Gagliardi
2014-08-12
Got rid of the strlen() call in comctl32_windows.c. Thanks to joeshow on the ↵
Pietro Gagliardi
Gopher Academy Slack.
2014-08-12
Migrated all Common Controls version 6 initialization on the Windows backend ↵
Pietro Gagliardi
to C.
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-28
Began the implementation of Table on Windows.
Pietro Gagliardi
2014-07-25
Implemented Tab on Windows.
Pietro Gagliardi
2014-07-21
Resolved ambiguous WINAPI issues on Windows.
Pietro Gagliardi
2014-07-18
Fixed all the remaining compiler errors. C conversion works!
Pietro Gagliardi
2014-07-17
Fixed assorted typos in some of the new C files.
Pietro Gagliardi
2014-07-17
Migrated comctl32_windows.go to C.
Pietro Gagliardi