summaryrefslogtreecommitdiff
path: root/redo/imagelist_windows.c
AgeCommit message (Collapse)Author
2014-08-30Removed a leftover TODO.Pietro Gagliardi
2014-08-30Fixed image lists on Windows being NON-premultiplied.Pietro Gagliardi
2014-08-29Settled alpha support in Windows imagelists; now need to settle ↵Pietro Gagliardi
premultiplied....
2014-08-25Added cleanup of Windows image lists.Pietro Gagliardi
2014-08-25Implemented changing themes in Windows Tables. Phew...Pietro Gagliardi
2014-08-25Dropped checkboxImageList. This is the first of a multi-part commit stream ↵Pietro Gagliardi
becasue when I tried doing it alll at once the program broke in utterly mysterious ways.
2014-08-25Cleaned up the checkbox image list section of imagelist_winidows.c.Pietro Gagliardi
2014-08-25Added code for printing HRESULTs on Windows. (There is no HRESULT-to-string ↵Pietro Gagliardi
function because HRESULTs were designed to be extensible in vendor-specific ways.)
2014-08-17More TODOs.Pietro Gagliardi
2014-08-17Added code to prepare a state image list of checkboxes for adding checkbox ↵Pietro Gagliardi
columns to Table on Windows.
2014-08-16Improved scaling quality of images in ImageLists and more TODOs.Pietro Gagliardi
2014-08-16More TODOs.Pietro Gagliardi
2014-08-16Added image lists to Tables and added them to the Windows backend... mostly. ↵Pietro Gagliardi
There are a few kinks to work out...
2014-08-16Added the beginning of ImageList, including the Windows implementation.Pietro Gagliardi