log gui/util/bitmap.h @ 36989:0b80003f6542

age author description
Tue, 22 Jan 2013 17:04:36 +0000 ib Revise some doxygen comments.
Fri, 24 Feb 2012 17:16:54 +0000 ib Cosmetic: Prefer C style for single line comments.
Tue, 06 Sep 2011 15:10:01 +0000 ib Add doxygen comments to bitmap.c and bitmap.h.
Tue, 06 Sep 2011 14:59:04 +0000 ib Cosmetic: Rename parameters bf img in bitmap.c.
Tue, 05 Jul 2011 12:05:06 +0000 ib Cosmetic: Change prefix for symbolic constants from GMP to GUI.
Tue, 05 Jul 2011 11:03:03 +0000 ib Cosmetic: Adjust indent.
Tue, 05 Jul 2011 11:01:24 +0000 ib Cosmetic: Rename symbolic constant MP_TRANSPARENT GMP_TRANSPARENT.
Sat, 02 Jul 2011 23:12:45 +0000 reimar Clean up some function prototypes.
Sun, 19 Jun 2011 23:03:30 +0000 ib Cosmetic: Adjust indent.
Sun, 19 Jun 2011 17:33:11 +0000 diego gui: Rename TRANSPARENT #define to MP_TRANSPARENT.
Sat, 18 Jun 2011 14:33:41 +0000 ib Cosmetic: Rename some GUI variables and functions.
Thu, 16 Jun 2011 11:19:15 +0000 ib Remove function Normalize().
Mon, 04 Apr 2011 19:12:31 +0000 ib Define the transparent color as a macro.
Mon, 04 Apr 2011 15:10:05 +0000 ib Replace inttypes.h by stdint.h and remove inttypes.h where unneeded.
Mon, 04 Apr 2011 13:02:56 +0000 ib Use appropriate data type uint32_t for 32 bpp bitmap data.
Mon, 04 Apr 2011 12:40:20 +0000 ib Remove useless warning message.
Mon, 28 Mar 2011 12:37:48 +0000 ib Move files with auxiliary functions to own directory.