summaryrefslogtreecommitdiff
path: root/new/newcontrol_windows.c
AgeCommit message (Collapse)Author
2015-04-08Fixed initial (and future) window redraw issues on Windows.Pietro Gagliardi
2015-04-08Finished Windows cleanup management. Everything (almost, only parentWindow ↵Pietro Gagliardi
is still around, but that shouldn't be a uiWindow to begin with) now cleaned!
2015-04-08Started work on ensuring things get cleaned up. Added a destroy() method to ↵Pietro Gagliardi
uiControl and implemented most of the work for Windows.
2015-04-07Decided to remove containerShow() and containerHide() for now.Pietro Gagliardi
2015-04-07Added the new native control code to the GTK+ backend. Fixed some missing ↵Pietro Gagliardi
statics in the Windows one too.
2015-04-07Wrote up the initial uiButton implementation. It (mostly; just needs text ↵Pietro Gagliardi
and for that I need to add a uiControlHandle()) works!
2015-04-07Fixed build issues. Now I just need to hook resizing into uiWindow and ↵Pietro Gagliardi
implement a control and we'll be set...
2015-04-07Added subclassing, which finishes off newcontrol_windows.c.Pietro Gagliardi
2015-04-07More Windows control work.Pietro Gagliardi
2015-04-07More work on the Windows control hooking.Pietro Gagliardi