summaryrefslogtreecommitdiff
path: root/redo/container_windows.c
AgeCommit message (Collapse)Author
2014-08-14Moved code to handle window user data in the Windows backend to a single ↵Pietro Gagliardi
function.
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 ↵Pietro Gagliardi
yet...
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 ↵Pietro Gagliardi
the winapi_windows.h header file to suit.
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 ↵Pietro Gagliardi
doesn't actually work 100%, though (not flicker-free; window backgrounds are now black), so it's #ifdef'd out for now.
2014-08-06Made containers transparent on Windows. This is the first of a four-part set ↵Pietro Gagliardi
(though IDK if it will be four commits) to make both containers and areas both transparent and flicker-free. Also added a Space() tab to the test program to test the transparency.
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 ↵Pietro Gagliardi
is the first half of the two-part migration of the Windows backend to use container.