log gui/skin/skin.c @ 32876:176bd475b6f3

age author description
Thu, 24 Feb 2011 15:28:37 +0000 ib Provide proper conversion specification.
Thu, 24 Feb 2011 15:19:15 +0000 ib Remove needless explicit initialization.
Thu, 24 Feb 2011 15:11:10 +0000 ib Clarify the lower case transformation.
Thu, 24 Feb 2011 15:00:29 +0000 ib Cosmetic: Format to MPlayer coding style.
Sun, 20 Feb 2011 01:10:52 +0000 ib Cosmetic: Use more natural notations.
Sun, 20 Feb 2011 00:50:35 +0000 ib Move declaration into scope of function where it's used.
Sun, 20 Feb 2011 00:42:29 +0000 ib Fix buggy strlower(). It's wrong to add 'A'.
Sat, 19 Feb 2011 22:39:17 +0000 ib Make setname() directly return the string created instead of writing it
Sat, 19 Feb 2011 22:26:10 +0000 ib Remove statement no longer needed and forgotten to remove in r32934.
Sat, 19 Feb 2011 22:04:07 +0000 ib Cosmetic: Adjust indent.
Sat, 19 Feb 2011 22:02:34 +0000 ib Remove support for skins directories using the obsolete name 'Skin'.
Sat, 19 Feb 2011 16:22:20 +0000 ib Use power-of-two sizes (mainly cosmetic).
Sat, 19 Feb 2011 16:08:47 +0000 ib Cosmetic: Don't use a constant for size.
Sat, 19 Feb 2011 13:23:16 +0000 ib Remove unused function.
Sat, 19 Feb 2011 13:20:11 +0000 ib Simplify input preparation (analogously to font.c).
Sat, 29 Jan 2011 15:13:55 +0000 ib Remove needless fontid.
Sun, 14 Feb 2010 14:02:09 +0000 diego GUI: Mark functions that are not used outside their files as static.
Sun, 14 Feb 2010 12:31:24 +0000 diego GUI: #include associated .h files in .c files.
Wed, 27 Jan 2010 19:42:24 +0000 reimar Fix newline removal code that might read and write out of bounds.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 04 Aug 2008 06:16:23 +0000 diego Change a bunch of X11-specific preprocessor directives.
Tue, 22 Apr 2008 09:33:39 +0000 diego Add standard GPL header to individual files.
Sat, 12 Apr 2008 16:03:07 +0000 diego Make include paths consistent; do not use ../ in them.
Fri, 11 Apr 2008 16:55:27 +0000 diego Add gui/ prefix to some #include paths so that compilation from the
Thu, 05 Jul 2007 22:01:07 +0000 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui