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
/
new
/
container_windows.c
Age
Commit message (
Collapse
)
Author
2015-04-12
Set up the foundation for the new Windows uiParent.
Pietro Gagliardi
2015-04-12
Some comment and TODO adjustments.
Pietro Gagliardi
2015-04-12
More TODOs.
Pietro Gagliardi
2015-04-12
More TODOs.
Pietro Gagliardi
2015-04-12
Made controls transparent to tab backgrounds on Windows. It doesn't quite ↵
Pietro Gagliardi
work right...
2015-04-11
Decided to keep the current Windows API padding rules. We can change it ↵
Pietro Gagliardi
later if needed.
2015-04-10
More commentary and TODOs.
Pietro Gagliardi
2015-04-09
More TODO resolution.
Pietro Gagliardi
2015-04-09
DlgUnit -> DlgUnits
Pietro Gagliardi
2015-04-09
Finished Windows conversion. Works perfectly!
Pietro Gagliardi
2015-04-09
More Windows conversion. Not done yet.
Pietro Gagliardi
2015-04-09
Implemented the foundation for padding.
Pietro Gagliardi
2015-04-09
Implemented uiWindowSetMargined() on Windows.
Pietro Gagliardi
2015-04-08
Decided 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-08
More TODO resolution.
Pietro Gagliardi
2015-04-08
Fixed initial (and future) window redraw issues on Windows.
Pietro Gagliardi
2015-04-07
Resolved a bunch of TODOs. Added one.
Pietro Gagliardi
2015-04-07
Fixed compiler warnings. Stack works!
Pietro Gagliardi
2015-04-07
Moved Windows container functions from util_windows.c to container_windows.c.
Pietro Gagliardi