log gui/skin/skin.c @ 33095:772af04413f3

age author description
Fri, 01 Apr 2011 13:30:17 +0000 ib Avoid using appMPlayer.
Fri, 01 Apr 2011 13:00:07 +0000 ib Cosmetic: Rearrange variable declarations to match parameters.
Fri, 01 Apr 2011 12:56:23 +0000 ib Cosmetic: Rearrange variable declarations to match parameters.
Fri, 01 Apr 2011 12:48:40 +0000 ib Use more appropriate name for variable and reduce it to reasonable size.
Fri, 01 Apr 2011 12:23:56 +0000 ib Remove needless variable.
Fri, 01 Apr 2011 12:15:10 +0000 ib Reduce resp. increase arrays to reasonable size.
Fri, 01 Apr 2011 12:09:17 +0000 ib Cosmetic: Use more appropriate variable names.
Fri, 01 Apr 2011 11:25:57 +0000 ib Disable background definition for playbar.
Fri, 01 Apr 2011 11:04:48 +0000 ib Simplify parameter analysis.
Fri, 01 Apr 2011 10:58:04 +0000 ib Remove needless variable.
Thu, 31 Mar 2011 12:25:32 +0000 ib Cosmetic: Rename menuBase menu.
Thu, 31 Mar 2011 12:03:54 +0000 ib Clean up cmd_window().
Thu, 31 Mar 2011 10:56:42 +0000 ib (Almost entirely) cosmetic: Use more appropriate variable names.
Thu, 31 Mar 2011 09:38:03 +0000 ib Cosmetic: Adjust indent.
Thu, 31 Mar 2011 09:37:12 +0000 ib Reset skin pointer and window name.
Thu, 31 Mar 2011 09:09:54 +0000 ib Add a check for unknown items.
Thu, 31 Mar 2011 09:03:53 +0000 ib Leave loop after item function has been found and called.
Thu, 31 Mar 2011 08:56:52 +0000 ib Cosmetic: Rename command item.
Wed, 30 Mar 2011 14:24:11 +0000 ib Improve handling of the comment character.
Wed, 30 Mar 2011 13:47:33 +0000 ib Cosmetic: Adjust indent.
Wed, 30 Mar 2011 13:46:03 +0000 ib Conform message determination
Wed, 30 Mar 2011 12:07:54 +0000 ib Rename error message and add missing checks.
Wed, 30 Mar 2011 11:15:03 +0000 ib Issue error message in case of wrong section name.
Wed, 30 Mar 2011 11:06:57 +0000 ib Don't start GUI in case of window name error.
Wed, 30 Mar 2011 11:01:55 +0000 ib Rename and revise error message.
Wed, 30 Mar 2011 10:36:52 +0000 ib Add error check.
Wed, 30 Mar 2011 10:14:41 +0000 ib Remove pointless assignment.
Wed, 30 Mar 2011 10:07:15 +0000 ib Cosmetic: Rename error message.
Tue, 29 Mar 2011 12:59:30 +0000 ib Remove pointless code and messages.
Tue, 29 Mar 2011 11:17:01 +0000 ib Replace macro by function.
Tue, 29 Mar 2011 10:47:07 +0000 ib Cosmetic: Adjust indent.
Tue, 29 Mar 2011 10:45:13 +0000 ib Prevent a segmentation fault.
Tue, 29 Mar 2011 10:31:03 +0000 ib Make use of return value of strlower().
Tue, 29 Mar 2011 10:21:39 +0000 ib Replace macros to check whether a command is allowed by functions.
Tue, 29 Mar 2011 08:53:07 +0000 ib Cosmetic: Separate return statement with newline.
Tue, 29 Mar 2011 08:28:11 +0000 ib Move strlower() into auxiliary string function file.
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.
Fri, 25 Mar 2011 10:33:48 +0000 ib Add message showing function.
Fri, 25 Mar 2011 09:26:00 +0000 ib Cosmetic: Rename ERRORMESSAGE() skin_error().
Thu, 10 Mar 2011 15:43:08 +0000 ib Cosmetic: Rename pointers handling current window and items.
Thu, 10 Mar 2011 14:20:36 +0000 ib Replace some awkward and unnecessary usages of strlen().
Tue, 08 Mar 2011 09:57:04 +0000 ib Fix some debug messages.
Mon, 07 Mar 2011 16:44:42 +0000 ib Clean up debug messages.
Mon, 07 Mar 2011 13:33:00 +0000 ib Output right message number.
Sun, 06 Mar 2011 11:55:52 +0000 ib Use FF_ARRAY_ELEMS() rather than a separate constant.
Fri, 04 Mar 2011 12:50:21 +0000 ib Cosmetic: Rename listItems structure.
Thu, 03 Mar 2011 15:00:05 +0000 ib Move fntFreeFont() into appFreeStruct().
Thu, 03 Mar 2011 14:52:21 +0000 ib Cosmetic: Rename appInitStruct() to appFreeStruct().
Thu, 03 Mar 2011 14:37:47 +0000 ib Rename the 'NumberOf' members of the listItems structure.
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'.