index
:
jcarr/ui
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 (
Collapse
)
Author
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 ↵
Pietro Gagliardi
uiControl and implemented most of the work for Windows.
2015-04-07
Decided to remove the logging for now. Will inject it right into the ↵
Pietro Gagliardi
allocation system later.
2015-04-07
More allocation logging. I wonder if I can just log directly in the ↵
Pietro Gagliardi
allocators themselves...
2015-04-07
More TODO cleanup.
Pietro Gagliardi
2015-04-07
Started working on code to monitor creation and deletion of UI objects ↵
Pietro Gagliardi
correctly.
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 ↵
Pietro Gagliardi
and for that I need to add a uiControlHandle()) works!
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 ↵
Pietro Gagliardi
implement a control and we'll be set...
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