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_windows.h
Age
Commit message (
Collapse
)
Author
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
Added subclassing, which finishes off newcontrol_windows.c.
Pietro Gagliardi
2015-04-07
More Windows control work.
Pietro Gagliardi
2015-04-07
More work on the Windows control hooking.
Pietro Gagliardi
2015-04-07
Added a public API for creating raw Windows controls. Removed include guards ↵
Pietro Gagliardi
from uipriv_*.h.
2015-04-07
Changed ui_*.h to uipriv_*.h pending a public non-portable API.
Pietro Gagliardi
2015-04-07
Decided to start with the parenting stuff now.
Pietro Gagliardi
2015-04-06
Started writing code for handling single-HWND controls on Windows. Similar ↵
Pietro Gagliardi
code will exist for single-GtkWidget controls on GTK+ and single-NSView controls on Cocoa.
2015-04-06
Started working on uiControl.
Pietro Gagliardi
2015-04-06
Implemented what we have so far, but on Windows.
Pietro Gagliardi