summaryrefslogtreecommitdiff
path: root/redo/container_windows.c
AgeCommit message (Expand)Author
2014-08-14Moved code to handle window user data in the Windows backend to a single func...Pietro Gagliardi
2014-08-14Split out common container window procedure code in Windows to its own function.Pietro Gagliardi
2014-08-14Made Windows container transparent. Transparency not completely functioning y...Pietro Gagliardi
2014-08-14Stripped C-style comments from C sources and headers where appropriate.Pietro Gagliardi
2014-08-12Added WS_EX_CONTROLPARENT to container and Tab on Windows.Pietro Gagliardi
2014-08-12Improved dialog base units calculations on Windows.Pietro Gagliardi
2014-08-09Settled the placement of functions formerly in sizing_windows.c and updated t...Pietro Gagliardi
2014-08-08Decided to revert the transparency changes; I'll try flicker-free first.Pietro Gagliardi
2014-08-07Added what should have been the flicker-free code to Windows containers; it d...Pietro Gagliardi
2014-08-06Made containers transparent on Windows. This is the first of a four-part set ...Pietro Gagliardi
2014-08-04Completed the migration of the Windows backend to the new container system.Pietro Gagliardi
2014-08-04Split layout and Window on Windows to use two separate window classes. This i...Pietro Gagliardi