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.
Wed, 30 Mar 2011 14:24:11 +0000 ib Improve handling of the comment character.
Tue, 29 Mar 2011 08:53:07 +0000 ib Cosmetic: Separate return statement with newline.
Mon, 28 Mar 2011 15:51:20 +0000 ib Move auxiliary string functions into separate file.
Mon, 28 Mar 2011 12:37:48 +0000 ib Move files with auxiliary functions to own directory.
Wed, 02 Mar 2011 18:14:20 +0000 ib Add new function bpFree() to free txSamples (bitmaps).
Wed, 23 Feb 2011 15:32:51 +0000 ib Cosmetic: Format to MPlayer coding style.
Sun, 20 Feb 2011 22:40:21 +0000 ib Cosmetic: Specify path from main (compiling) directory.
Sun, 20 Feb 2011 00:44:27 +0000 ib Remove needless explicit initialization.
Sun, 20 Feb 2011 00:04:19 +0000 ib Cosmetic: Limit scope of internally used Fonts array.
Sat, 19 Feb 2011 23:57:03 +0000 ib Add missing include file.
Sat, 19 Feb 2011 12:50:54 +0000 ib Cosmetic: Limit scope of internal functions.
Fri, 18 Feb 2011 22:14:47 +0000 ib Cosmetic: Use 0, not '\0'.
Fri, 18 Feb 2011 20:16:36 +0000 ib Cosmetic: Make conditions more readable by having assignments outside.
Fri, 18 Feb 2011 10:38:39 +0000 ib Cosmetic: Use more natural notations.
Thu, 17 Feb 2011 23:39:29 +0000 ib Revert r32923: none of the systems known or tested have a problem in it.