libui/redo
Pietro Gagliardi 0cd82b7c3d Integrated uthash into uipriv.h. 2015-05-21 10:32:55 -04:00
..
test Started radiobutton work. This event model isn't going to work. 2015-05-20 17:52:21 -04:00
tools More type stuff. Almost working. 2015-05-17 18:53:06 -04:00
uthash Added uthash. This will be useful for a number of things. 2015-05-21 10:06:22 -04:00
windows Started a major overhaul of the control system on Windows. Events are now handled using registered handlers rather than having them be part of the singleHWND. This is needed for radio buttons. Right now, only WM_COMMAND has been modified as such. 2015-05-20 22:46:50 -04:00
GNUbase.mk Fixed duplication of types. 2015-05-17 20:04:19 -04:00
GNUmakefile Reworked (most of) windows/control.c to play with the portable control base. Not too happy with having to store the uiControl in the singleHWND for the subclass procedure, but... I think I've reached the breaking point with this particular object-oriented model. 2015-05-18 22:32:22 -04:00
GNUmaketest.mk Fixed assorted errors. Now to figure out why we're running out of memory... 2015-05-16 11:55:03 -04:00
box.c Removed the uiBox parent stuff from box.c; it's no longer needed (and having the parented check there isn't necessary; it'll be reached eventually). 2015-05-18 19:02:23 -04:00
control.c Reworked (most of) windows/control.c to play with the portable control base. Not too happy with having to store the uiControl in the singleHWND for the subclass procedure, but... I think I've reached the breaking point with this particular object-oriented model. 2015-05-18 22:32:22 -04:00
ptrarray.c InsertBefore -> InsertAt. 2015-05-18 10:32:08 -04:00
shouldquit.c Fixed some build errors. 2015-05-16 01:45:20 -04:00
types.c Fixed duplication of types. 2015-05-17 20:04:19 -04:00
ui.idl Started radiobutton work. This event model isn't going to work. 2015-05-20 17:52:21 -04:00
ui_windows.h Added onWM_HSCROLL to the Windows control creation parameters since sliders will be using it; also did other assorted preparations for sliders. 2015-05-19 23:16:46 -04:00
uipriv.h Integrated uthash into uipriv.h. 2015-05-21 10:32:55 -04:00