andlabs-ui/wintable
Pietro Gagliardi 19358785f6 More new Windows Table stuff. 2014-12-04 21:12:24 -05:00
..
NEWcoord.h Don't use GetMessagePos(); it returns the same LPARAM format... (and the POINT in MSG is in screen coordinates, which means we need to call the potentially-erroring ScreenToClient(), and /even then/ we would need to hack up the message pump to get that point out, which is not guaranteed if someone takes our Table code and uses it in their own Windows program, or if I even export this Table for such use!). 2014-12-04 10:17:38 -05:00
NEWutil.h More new Windows Table stuff. 2014-12-04 21:12:24 -05:00
accessibility_darwin.c Settled a TODO in the accessibility code. 2014-11-09 23:44:46 -05:00
accessibilitynotes More TODOs. 2014-11-13 12:15:16 -05:00
api.h Started splitting message handlers for the new Windows Table into their respective files. 2014-11-30 21:27:32 -05:00
checkboxstuff Removed all the checkbox stuff for now. I need to do it a better way. 2014-11-24 10:49:36 -05:00
draw.h More Windows Table separation. 2014-11-30 17:05:42 -05:00
hscroll.h More Windows Table work. 2014-12-03 19:38:08 -05:00
imagelist_windows.c Started the work to handle checkboxes. For now, we draw just a red rectangle; when we do events this will change color dynamically. When I hook up the control to its parent, I will move from these rectangles to the actual checkbox images. In the meantime, fix some pointer bugs in imagelist_windows.c as well. 2014-11-18 13:53:53 -05:00
main.c More TODOs. 2014-12-03 19:55:00 -05:00
selection.h More Windows Table separation. 2014-11-30 17:05:42 -05:00
util.h Started splitting the new Windows Table code into more manageable chunks. 2014-11-29 18:29:50 -05:00
vscroll.h Isolated vertical scroll messages with the other vertical scroll code. 2014-12-01 15:34:26 -05:00