log gui/skin/font.c @ 35045:fe1602874f0a

age author description
Thu, 09 Feb 2012 13:43:23 +0000 ib Cosmetic: Change some variable names.
Fri, 03 Feb 2012 13:38:42 +0000 ib Add fgetstr() to read from files without end-of-line characters.
Tue, 06 Sep 2011 15:28:53 +0000 ib Replace all mp_dbg() calls by mp_msg().
Mon, 05 Sep 2011 18:43:01 +0000 ib Add doxygen comments to font.c.
Mon, 05 Sep 2011 16:19:04 +0000 ib Cosmetic: Rename fntRender() fntTextRender().
Mon, 05 Sep 2011 16:00:37 +0000 ib Cosmetic: Rename skinBPRead() skinImageRead().
Thu, 07 Jul 2011 09:29:15 +0000 ib Remove gfree() from interface.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:01:24 +0000 ib Cosmetic: Rename symbolic constant MP_TRANSPARENT GMP_TRANSPARENT.
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.
Tue, 03 May 2011 14:34:40 +0000 ib Remove private symbolic constants from header files.
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.
Thu, 31 Mar 2011 11:38:30 +0000 ib Cosmetic: Use more appropriate variable names.