summaryrefslogtreecommitdiff
path: root/new/window_windows.c
AgeCommit message (Expand)Author
2015-04-09More TODO resolution.Pietro Gagliardi
2015-04-09Added uiWindowMargined() and implemented it on all platforms.Pietro Gagliardi
2015-04-09Removed direct vtable calls from uiControl.Pietro Gagliardi
2015-04-09Implemented uiWindowSetMargined() on Windows.Pietro Gagliardi
2015-04-09Implemented the text functions on Windows.Pietro Gagliardi
2015-04-08"Fixed" initial Windows window shows for now (see previous commit). Not yet a...Pietro Gagliardi
2015-04-08Fixed flicker and minimize issues on Windows. Simple mistake; should have use...Pietro Gagliardi
2015-04-08More TODOs.Pietro Gagliardi
2015-04-08Fixed initial (and future) window redraw issues on Windows.Pietro Gagliardi
2015-04-08Started work on ensuring things get cleaned up. Added a destroy() method to u...Pietro Gagliardi
2015-04-07Decided to remove the logging for now. Will inject it right into the allocati...Pietro Gagliardi
2015-04-07More allocation logging. I wonder if I can just log directly in the allocator...Pietro Gagliardi
2015-04-07More TODO cleanup.Pietro Gagliardi
2015-04-07Started working on code to monitor creation and deletion of UI objects correc...Pietro Gagliardi
2015-04-07Added uiControlHandle() and fixed other uiButton issues.Pietro Gagliardi
2015-04-07Wrote up the initial uiButton implementation. It (mostly; just needs text and...Pietro Gagliardi
2015-04-07Hooked up resizing. Now to make a control that uses this.Pietro Gagliardi
2015-04-07Fixed build issues. Now I just need to hook resizing into uiWindow and implem...Pietro Gagliardi
2015-04-07Hooked up the WM_COMMAND and WM_NOTIFY bouncers.Pietro Gagliardi
2015-04-07Changed ui_*.h to uipriv_*.h pending a public non-portable API.Pietro Gagliardi
2015-04-06Implemented what we have so far, but on Windows.Pietro Gagliardi