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
/
container_windows.c
Age
Commit message (
Expand
)
Author
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
Made Windows container transparent. Transparency not completely functioning y...
Pietro Gagliardi
2014-08-14
Stripped C-style comments from C sources and headers where appropriate.
Pietro Gagliardi
2014-08-12
Added WS_EX_CONTROLPARENT to container and Tab on Windows.
Pietro Gagliardi
2014-08-12
Improved dialog base units calculations on Windows.
Pietro Gagliardi
2014-08-09
Settled the placement of functions formerly in sizing_windows.c and updated t...
Pietro Gagliardi
2014-08-08
Decided to revert the transparency changes; I'll try flicker-free first.
Pietro Gagliardi
2014-08-07
Added what should have been the flicker-free code to Windows containers; it d...
Pietro Gagliardi
2014-08-06
Made containers transparent on Windows. This is the first of a four-part set ...
Pietro Gagliardi
2014-08-04
Completed the migration of the Windows backend to the new container system.
Pietro Gagliardi
2014-08-04
Split layout and Window on Windows to use two separate window classes. This i...
Pietro Gagliardi