log gui/skin/skin.c @ 32926:7c205a5c2a9b

age author description
Thu, 03 Mar 2011 13:13:20 +0000 ib Remove parameter from appInitStruct() function.
Thu, 03 Mar 2011 12:21:18 +0000 ib Make ITEMS a const int (it was a symbolic constant).
Wed, 02 Mar 2011 16:05:37 +0000 ib Adjust the listItems structure.
Wed, 02 Mar 2011 15:37:50 +0000 ib Clean up the wItem structure.
Wed, 02 Mar 2011 13:30:44 +0000 ib Improve documentation on dlabel.
Sun, 27 Feb 2011 17:41:05 +0000 ib Get rid of needless listItems variable and pointer.
Thu, 24 Feb 2011 23:51:27 +0000 ib Cosmetic: Adjust indent.
Thu, 24 Feb 2011 23:49:33 +0000 ib Comply with the requested verbosity on GUI message boxes.
Thu, 24 Feb 2011 17:55:36 +0000 ib Limit scope of internally used skinItem array.
Thu, 24 Feb 2011 17:47:40 +0000 ib Change message levels to 'error'.
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.