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
/
window_windows.c
Age
Commit message (
Expand
)
Author
2014-08-18
Implemented the beginning of a potential solution to the Windows modality issue.
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 func...
Pietro Gagliardi
2014-08-14
Split out common container window procedure code in Windows to its own function.
Pietro Gagliardi
2014-08-14
Stripped C-style comments from C sources and headers where appropriate.
Pietro Gagliardi
2014-08-04
Re-added base units calculation to the resizing code now that container store...
Pietro Gagliardi
2014-08-04
Split layout and Window on Windows to use two separate window classes. This i...
Pietro Gagliardi
2014-08-04
Changed Tab on Windows to store each control in a *layout (see previous commi...
Pietro Gagliardi
2014-08-04
Split apart the Windows Window code so that the same window class can be used...
Pietro Gagliardi
2014-08-01
Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ...
Pietro Gagliardi
2014-07-28
Made the previous commit's changes on Windows. If the Stack Overflow question...
Pietro Gagliardi
2014-07-25
Implemented Tab on Windows.
Pietro Gagliardi
2014-07-18
Added #include "_cgo_export.h" to files that needed it and fixed a cast error...
Pietro Gagliardi
2014-07-18
Fixed all the remaining compiler errors. C conversion works!
Pietro Gagliardi
2014-07-17
Migrated window_windows.go to C.
Pietro Gagliardi