log gui/skin/skin.c @ 37082:9e3b2b71a146

age author description
Sat, 26 Apr 2014 16:30:54 +0000 ib Remove pointless statement.
Thu, 24 Apr 2014 11:31:31 +0000 ib Cosmetic: Revise a few comments.
Sat, 12 Apr 2014 23:29:29 +0000 ib Add new item 'rpotmeter'.
Thu, 10 Apr 2014 10:20:27 +0000 ib Remove pointless initialization.
Wed, 09 Apr 2014 13:30:50 +0000 ib Relocate code added in r37121.
Fri, 04 Apr 2014 13:55:57 +0000 ib Make the current item string as currItem global.
Fri, 04 Apr 2014 13:16:53 +0000 ib Don't use item_hpotmeter() for vpotmeter parsing.
Thu, 03 Apr 2014 10:16:01 +0000 ib Check potmeter and pimage default value in skin configuration file.
Thu, 03 Apr 2014 09:47:41 +0000 ib Add a file for miscellaneous auxiliary functions.
Mon, 31 Mar 2014 09:44:52 +0000 ib Rename guiItem's members pwidth and pheight.
Fri, 28 Mar 2014 12:04:57 +0000 ib Check numphases.
Fri, 28 Mar 2014 11:40:37 +0000 ib Cosmetic: Adjust indent.
Fri, 28 Mar 2014 11:39:47 +0000 ib Cosmetic: Rename some variables.
Thu, 27 Mar 2014 19:50:30 +0000 ib Don't use data type long.
Thu, 27 Mar 2014 09:44:01 +0000 ib Cosmetic: Rename cut functions.
Thu, 27 Mar 2014 09:15:47 +0000 ib Relocate the cut functions.
Wed, 26 Mar 2014 16:18:51 +0000 ib Remove unnecessary, bothering parentheses.
Mon, 17 Mar 2014 12:29:46 +0000 ib Replace old item 'potmeter' by new item 'pimage'.
Mon, 10 Mar 2014 17:32:29 +0000 ib Internally map item 'potmeter' onto 'hpotmeter'.
Mon, 10 Mar 2014 17:15:24 +0000 ib Print an information on deprecated skin config file entries.
Tue, 04 Mar 2014 13:39:42 +0000 ib Fix spelling.
Wed, 05 Feb 2014 16:39:38 +0000 ib Rename symbolic constants of GUI help message texts.
Wed, 03 Apr 2013 16:09:58 +0000 ib Cosmetic: Rename variables (consistently).
Sun, 31 Mar 2013 23:09:34 +0000 ib Cosmetic: Rearrange #includes.
Fri, 25 Jan 2013 14:51:03 +0000 ib Cosmetic: Adjust indent.
Fri, 25 Jan 2013 14:47:30 +0000 ib Allow video window without image displayed in it.
Fri, 25 Jan 2013 14:42:21 +0000 ib Improve debug message.
Fri, 18 Jan 2013 17:35:07 +0000 ib Cosmetic: Rename wItem guiItem.
Tue, 15 Jan 2013 22:10:59 +0000 ib Relocate some functions.
Thu, 06 Dec 2012 15:16:38 +0000 ib Rebuild GUI directory structure.
Thu, 06 Dec 2012 13:47:47 +0000 ib Rebuild GUI directory structure.
Tue, 04 Dec 2012 18:36:14 +0000 ib Introduce boolean symbolic constants.
Fri, 30 Nov 2012 23:30:47 +0000 ib Don't include config.h if not necessary.
Fri, 23 Nov 2012 10:31:07 +0000 ib Close the skin file after reading.
Sat, 03 Mar 2012 16:48:08 +0000 ib Cosmetic: Adjust indent.
Sat, 03 Mar 2012 16:45:15 +0000 ib Rename sub window video window.
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.
Thu, 12 Jan 2012 16:14:20 +0000 ib Remove unnecessary #ifdef.
Tue, 06 Sep 2011 15:28:53 +0000 ib Replace all mp_dbg() calls by mp_msg().
Mon, 05 Sep 2011 18:29:35 +0000 ib Cosmetic: Rename skinImageRead() parameter bf img in doxygen comment.
Mon, 05 Sep 2011 16:00:37 +0000 ib Cosmetic: Rename skinBPRead() skinImageRead().
Mon, 05 Sep 2011 15:47:55 +0000 ib Add doxygen comments to skin.c.
Thu, 07 Jul 2011 14:20:35 +0000 ib Remove skin related variables from interface.[ch].
Sat, 18 Jun 2011 16:03:31 +0000 ib Rename GUI directory 'mplayer' and some files in it.
Sat, 18 Jun 2011 14:33:41 +0000 ib Cosmetic: Rename some GUI variables and functions.
Sun, 08 May 2011 13:34:32 +0000 diego gui: Fix compilation without debug enabled.
Mon, 04 Apr 2011 19:12:31 +0000 ib Define the transparent color as a macro.
Mon, 04 Apr 2011 12:40:20 +0000 ib Remove useless warning message.
Sun, 03 Apr 2011 10:54:03 +0000 ib Cosmetic: Rename cmd functions item.
Sun, 03 Apr 2011 10:38:35 +0000 ib Cosmetic: Adjust indent after simplifying cmd_base().
Sun, 03 Apr 2011 10:31:11 +0000 ib Simplify cmd_base().
Sat, 02 Apr 2011 22:01:55 +0000 ib Remove unused wItem member tmp.
Sat, 02 Apr 2011 20:45:43 +0000 ib Move debug messages so that they will be processed earlier.
Sat, 02 Apr 2011 20:24:19 +0000 ib Order member assignments according to their definition in the structure.
Fri, 01 Apr 2011 22:21:42 +0000 ib Add an itMenu item type.
Fri, 01 Apr 2011 22:16:32 +0000 ib Don't needlessly store font information in the wItems array
Fri, 01 Apr 2011 21:23:50 +0000 ib Prevent an out-of-bounds array access.
Fri, 01 Apr 2011 20:42:06 +0000 ib Revise font related error messages.
Fri, 01 Apr 2011 13:59:50 +0000 ib Avoid using skin pointer.