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