summaryrefslogtreecommitdiff
path: root/wintable/imagelist_windows.c
AgeCommit message (Collapse)Author
2015-01-06Removed the initial implementation of the Windows Table. The new ↵Pietro Gagliardi
implementation has long since surpassed it.
2014-11-18Started the work to handle checkboxes. For now, we draw just a red ↵Pietro Gagliardi
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-14Stored the checkbox width/height in the new Windows Table. This will be ↵Pietro Gagliardi
needed for hit-testing checkboxes.
2014-11-10Added the code for the checkbox image lists to the Windows Table test.Pietro Gagliardi