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
/
ui.h
Age
Commit message (
Collapse
)
Author
2015-04-09
Re-enabled the text manipulation code in the test program.
Pietro Gagliardi
2015-04-08
Decided to call it uiEntry for now.
Pietro Gagliardi
2015-04-08
Decided not to take the suggestions of some TODOs in ui.h.
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
Added uiStack. Not yet tested; need to do a few things first.
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 ↵
Pietro Gagliardi
and for that I need to add a uiControlHandle()) works!
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-06
Started doing the C rewrite. Defined the basic initialization and main loop ↵
Pietro Gagliardi
and window API and implemented them on GTK+.