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.c
Age
Commit message (
Collapse
)
Author
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-30
Fixed wine build. wine is sure missing a few things (and gets a few things ↵
Pietro Gagliardi
wrong...)
2014-08-28
Implemented WM_PRINTCLIENT on Window and cleaned up the WM_CTLCOLOR*** ↵
Pietro Gagliardi
message handler; both are on the Windows backend.
2014-08-28
Fixed Group child control transparency on Windows.
Pietro Gagliardi
2014-08-28
Improved control transparency on Windows.
Pietro Gagliardi
2014-08-14
Can't think of a better name for sharedWndProc().
Pietro Gagliardi
2014-08-14
Made Labels on Windows transparent.
Pietro Gagliardi
2014-08-14
Fixed some small issues in the C code of the Windows port.
Pietro Gagliardi
2014-08-14
Moved code to handle window user data in the Windows backend to a single ↵
Pietro Gagliardi
function.
2014-08-14
Split out common container window procedure code in Windows to its own function.
Pietro Gagliardi
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
Added #include "_cgo_export.h" to files that needed it and fixed a cast ↵
Pietro Gagliardi
error in controls_windows.c that that revealed. Anyway buttons work now on all platforms, woo :D
2014-07-17
Fixed assorted typos in some of the new C files.
Pietro Gagliardi
2014-07-17
Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler ↵
Pietro Gagliardi
errors...