summaryrefslogtreecommitdiff
path: root/new/container_windows.c
AgeCommit message (Collapse)Author
2015-04-12Set up the foundation for the new Windows uiParent.Pietro Gagliardi
2015-04-12Some comment and TODO adjustments.Pietro Gagliardi
2015-04-12More TODOs.Pietro Gagliardi
2015-04-12More TODOs.Pietro Gagliardi
2015-04-12Made controls transparent to tab backgrounds on Windows. It doesn't quite ↵Pietro Gagliardi
work right...
2015-04-11Decided to keep the current Windows API padding rules. We can change it ↵Pietro Gagliardi
later if needed.
2015-04-10More commentary and TODOs.Pietro Gagliardi
2015-04-09More TODO resolution.Pietro Gagliardi
2015-04-09DlgUnit -> DlgUnitsPietro Gagliardi
2015-04-09Finished Windows conversion. Works perfectly!Pietro Gagliardi
2015-04-09More Windows conversion. Not done yet.Pietro Gagliardi
2015-04-09Implemented the foundation for padding.Pietro Gagliardi
2015-04-09Implemented uiWindowSetMargined() on Windows.Pietro Gagliardi
2015-04-08Decided to not call InvalidateRect() in the Windows updateParent(); the ↵Pietro Gagliardi
Cocoa one doesn't either, and besides, if controls expose something then the parent areas would be invalidated anyway :/ More TODO removal.
2015-04-08"Fixed" initial Windows window shows for now (see previous commit). Not yet ↵Pietro Gagliardi
a clean fix; need to test some things on real Windows first.
2015-04-08More TODO resolution.Pietro Gagliardi
2015-04-08Fixed initial (and future) window redraw issues on Windows.Pietro Gagliardi
2015-04-07Resolved a bunch of TODOs. Added one.Pietro Gagliardi
2015-04-07Fixed compiler warnings. Stack works!Pietro Gagliardi
2015-04-07Moved Windows container functions from util_windows.c to container_windows.c.Pietro Gagliardi