summaryrefslogtreecommitdiff
path: root/new/window_windows.c
AgeCommit message (Collapse)Author
2015-04-13Fixed initial content area size on uiWindows.Pietro Gagliardi
2015-04-12Fix helper: get rid of direct casts to HWND to make errors more obvious.Pietro Gagliardi
2015-04-12Fixed build issues. Now to fix runtime issues...Pietro Gagliardi
2015-04-12Finished the Windows uiParent conversion, I think. Now to test.Pietro Gagliardi
2015-04-10More TODO resolution and some GTK+ uiWindow inconsistency (and future ↵Pietro Gagliardi
repeated-event bug waiting to happen) cleanup.
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 ↵Pietro Gagliardi
a clean fix; need to test some things on real Windows first.
2015-04-08Fixed flicker and minimize issues on Windows. Simple mistake; should have ↵Pietro Gagliardi
used WM_WINDOWPOSCHANGED instead of WM_WINDOWPOSCHANGING. Startup looks wrong; will fix that next.
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 ↵Pietro Gagliardi
uiControl and implemented most of the work for Windows.
2015-04-07Decided to remove the logging for now. Will inject it right into the ↵Pietro Gagliardi
allocation system later.
2015-04-07More allocation logging. I wonder if I can just log directly in the ↵Pietro Gagliardi
allocators themselves...
2015-04-07More TODO cleanup.Pietro Gagliardi
2015-04-07Started working on code to monitor creation and deletion of UI objects ↵Pietro Gagliardi
correctly.
2015-04-07Added uiControlHandle() and fixed other uiButton issues.Pietro Gagliardi
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-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 ↵Pietro Gagliardi
implement a control and we'll be set...
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