summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-26api sketch for libperk.midipix1-0/+53
2015-04-05float: i686-nt32-midipixmidipix1-0/+49
2015-04-05float: i686-unknown-linux, building *without* --with-fpmath=ssemidipix1-0/+47
2015-04-05float, double, long doublemidipix5-0/+189
2015-03-26headers for gdi bitmaps, reflecting an idea about one possiblemidipix4-0/+590
principle/system that the winapi could follow: * if a header traditionally provided information about multiple implementation areas (i.e. bitmaps, brushes, clipping, etc.), provide the definitions for each of these areas in a designated header, and have the canonical header include them. * within each header, ideally begin by providing all of the enums, and then similarly all #defines, typedefs, and function signatures and/or forward declarations.