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
/
newcontrol_windows.c
Age
Commit message (
Expand
)
Author
2015-04-09
Changed onWM_NOTIFY() to only pass the NMHDR * in. The LPARAM is more useful ...
Pietro Gagliardi
2015-04-09
Changed onWM_COMMAND() to give our controls only the notification code. We do...
Pietro Gagliardi
2015-04-09
Finished Windows conversion. Works perfectly!
Pietro Gagliardi
2015-04-09
Migrated the new control logic on Windows to the new uiControl/uiSizing system.
Pietro Gagliardi
2015-04-09
Decided to split control removal from parent into its own method removeParent...
Pietro Gagliardi
2015-04-09
Implemented the text functions on Windows.
Pietro Gagliardi
2015-04-08
More TODO resolution.
Pietro Gagliardi
2015-04-08
Fixed initial (and future) window redraw issues on Windows.
Pietro Gagliardi
2015-04-08
Finished Windows cleanup management. Everything (almost, only parentWindow is...
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 containerShow() and containerHide() for now.
Pietro Gagliardi
2015-04-07
Added the new native control code to the GTK+ backend. Fixed some missing sta...
Pietro Gagliardi
2015-04-07
Wrote up the initial uiButton implementation. It (mostly; just needs text and...
Pietro Gagliardi
2015-04-07
Fixed build issues. Now I just need to hook resizing into uiWindow and implem...
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