log gui/skin/font.c @ 33971:922771be85f6

age author description
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.
Thu, 17 Feb 2011 15:06:37 +0000 ib Do proper and portable initialization.
Thu, 17 Feb 2011 13:35:58 +0000 ib Enlarge uchar buffer, because GLib implements 31-bit UTF-8,
Thu, 17 Feb 2011 10:17:45 +0000 ib Add alpha channel value to the ARGB initialization constant
Thu, 17 Feb 2011 10:02:25 +0000 ib Simplify array initialization.
Wed, 16 Feb 2011 18:43:48 +0000 ib Add braces for easier association.
Wed, 16 Feb 2011 18:29:24 +0000 ib Prevent a segmentation fault.
Wed, 16 Feb 2011 18:21:02 +0000 ib Initialize array in a compiler independent way.
Wed, 16 Feb 2011 18:10:04 +0000 ib Revert r32911.
Wed, 16 Feb 2011 17:19:28 +0000 ib Simplify array initialization.
Wed, 16 Feb 2011 16:59:56 +0000 ib Remove needless pointer check.
Wed, 16 Feb 2011 16:44:42 +0000 ib Add additional include directory for gui.
Wed, 16 Feb 2011 15:56:54 +0000 ib Remove needless cast.
Wed, 16 Feb 2011 15:43:47 +0000 ib Simplify condition.
Wed, 16 Feb 2011 15:24:08 +0000 ib Don't use constant not related to definition size
Wed, 16 Feb 2011 15:16:15 +0000 ib Use gfree().
Wed, 16 Feb 2011 12:00:29 +0000 ib Clean up variable declarations.
Sat, 12 Feb 2011 23:58:50 +0000 ib Partially revert cosmetic r32892.
Sat, 12 Feb 2011 22:15:18 +0000 ib Allow font characters varying in height.
Fri, 11 Feb 2011 16:54:32 +0000 ib Prevent memory leaks.
Fri, 11 Feb 2011 16:34:29 +0000 ib Cosmetic
Fri, 11 Feb 2011 16:30:35 +0000 ib Allow equals sign to be defined in the font description file.
Fri, 11 Feb 2011 14:43:28 +0000 ib Simplify input preparation and allow semicolon
Fri, 11 Feb 2011 13:17:08 +0000 ib Fix usage of wrong variable.
Fri, 11 Feb 2011 12:56:25 +0000 ib Make freed font reusable.
Thu, 10 Feb 2011 13:50:28 +0000 ib Only replace non-existing font character by space if space itself exists.
Thu, 10 Feb 2011 13:26:18 +0000 ib Use defined variable and do not recalculate again.
Thu, 10 Feb 2011 13:24:00 +0000 ib Remove desultory parameter checks.
Thu, 10 Feb 2011 12:28:43 +0000 ib Always access font characters in the same way
Thu, 10 Feb 2011 11:47:29 +0000 ib Reduce Fonts array to required size.
Thu, 10 Feb 2011 11:35:32 +0000 ib Define constants in a single place.
Thu, 10 Feb 2011 10:55:18 +0000 ib Remove needless includes and declarations.
Thu, 03 Feb 2011 14:19:19 +0000 ib Remove useless format argument.
Thu, 27 Jan 2011 18:04:19 +0000 ib Allow character in the font description file to be in UTF-8.
Wed, 19 Jan 2011 22:02:58 +0000 ib Fix resource leaks and check for realloc failures