log gui/app.c @ 34704:cc658103f214

age author description
Sat, 03 Mar 2012 16:45:15 +0000 ib Rename sub window video window.
Thu, 12 Jan 2012 14:21:55 +0000 ib Add user event evMenu.
Sat, 31 Dec 2011 12:38:52 +0000 ib Add audio CD playback support to the X11/GTK GUI.
Mon, 12 Dec 2011 09:20:34 +0000 ib Return right pointer.
Sun, 11 Dec 2011 14:43:16 +0000 ib Enable gui slave commands.
Fri, 09 Dec 2011 12:11:03 +0000 ib Change parameter name and its declaration to const.
Fri, 09 Dec 2011 12:05:37 +0000 ib Add doxygen comment to app.c
Fri, 09 Dec 2011 11:42:25 +0000 ib Remove non-existing GUI user events.
Thu, 08 Dec 2011 17:11:52 +0000 ib Replace evSetURL by evLoadURL for consistency.
Thu, 08 Dec 2011 16:28:19 +0000 ib Cosmetic: Add evSetAspect event to video events.
Thu, 08 Dec 2011 16:06:24 +0000 ib Cosmetic: Synchronize evPlaylist event and message names.
Thu, 08 Dec 2011 15:48:17 +0000 ib Fix bug with evHalfSize event.
Thu, 08 Dec 2011 15:38:35 +0000 ib Cosmetic: Rearrange and group GUI user events.
Tue, 06 Sep 2011 10:08:53 +0000 ib Add doxygen comments to app.c.
Thu, 07 Jul 2011 15:07:31 +0000 ib Remove unnecessary #include "interface.h".
Sat, 18 Jun 2011 14:33:41 +0000 ib Cosmetic: Rename some GUI variables and functions.
Tue, 03 May 2011 15:55:20 +0000 ib Use designators for structure initialization.
Tue, 03 May 2011 13:42:00 +0000 ib Initialize appMPlayer differently.
Sat, 23 Apr 2011 08:05:27 +0000 ib Position windows initially at coordinates given in skin file.
Sat, 02 Apr 2011 22:01:55 +0000 ib Remove unused wItem member tmp.
Thu, 31 Mar 2011 12:25:32 +0000 ib Cosmetic: Rename menuBase menu.
Mon, 28 Mar 2011 13:46:50 +0000 ib Remove misspelled GUI message 'evEqualeaser'.
Thu, 10 Mar 2011 18:59:44 +0000 ib Cosmetic: Prefer path relative to current directory.
Tue, 08 Mar 2011 11:06:27 +0000 ib Make constants explicitly type float.
Sun, 06 Mar 2011 13:04:07 +0000 ib Prefer free() to gfree().
Sun, 06 Mar 2011 12:30:49 +0000 ib Simplify appClearItem() by using memset().
Sun, 06 Mar 2011 12:21:52 +0000 ib Cosmetic: Rename appResetStruct() appInitStruct().
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 14:13:41 +0000 ib Cosmetic: Remove needless include.
Thu, 03 Mar 2011 14:09:50 +0000 ib Clean up appInitStruct().
Thu, 03 Mar 2011 13:58:48 +0000 ib Fix memory leak in appInitStruct().
Thu, 03 Mar 2011 13:45:30 +0000 ib Fix memory leak in appInitStruct().
Thu, 03 Mar 2011 13:13:20 +0000 ib Remove parameter from appInitStruct() function.
Thu, 03 Mar 2011 12:30:50 +0000 ib Cosmetic: Remove needless include.
Thu, 03 Mar 2011 12:16:09 +0000 ib Cosmetic: Rename constant for number of events from evBoxs to EVENTS.
Thu, 03 Mar 2011 11:44:39 +0000 ib Cosmetic: Adjust indent.
Thu, 03 Mar 2011 11:43:01 +0000 ib Fix memory leak in appClearItem().
Wed, 02 Mar 2011 18:16:15 +0000 ib Cosmetic: Adjust indent.
Wed, 02 Mar 2011 18:14:20 +0000 ib Add new function bpFree() to free txSamples (bitmaps).
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.
Mon, 28 Feb 2011 14:47:17 +0000 ib Move global skin directory variables.
Mon, 28 Feb 2011 13:42:39 +0000 ib Remove unused functions appCopy(), appFindKey() and btnGetValue().
Mon, 28 Feb 2011 13:29:36 +0000 ib Limit scope of internally used appClearItem().
Mon, 28 Feb 2011 13:25:45 +0000 ib Cosmetic: Format to MPlayer coding style.
Sat, 19 Feb 2011 22:02:34 +0000 ib Remove support for skins directories using the obsolete name 'Skin'.
Thu, 03 Feb 2011 14:44:46 +0000 ib Improve the readability of dynamic labels which scroll.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 22 Apr 2008 09:33:39 +0000 diego Add standard GPL header to individual files.
Sun, 02 Dec 2007 21:41:51 +0000 reimar evNames / evBoxs should be "static const"
Sun, 24 Jun 2007 11:09:32 +0000 reimar get_path prototype is already in interface.h and probably many more places.
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui