log gui/interface.c @ 33768:cee9987bc81d

age author description
Sat, 09 Jul 2011 10:23:47 +0000 ib Remove guiExit().
Fri, 08 Jul 2011 21:41:34 +0000 ib Rename the mplayer() symbolic constants.
Fri, 08 Jul 2011 21:11:51 +0000 ib Cosmetic: Rename mplayer() parameter.
Fri, 08 Jul 2011 21:04:56 +0000 ib Cosmetic: Rename two functions that do MPlayer calls.
Thu, 07 Jul 2011 15:09:58 +0000 ib Add missing #includes <stdarg.h> and <stdio.h>.
Thu, 07 Jul 2011 14:54:53 +0000 ib Cosmetic: Rename the GUI playlist functions.
Thu, 07 Jul 2011 14:35:31 +0000 ib Remove variable holding history of selected files from interface.[ch].
Thu, 07 Jul 2011 14:20:35 +0000 ib Remove skin related variables from interface.[ch].
Thu, 07 Jul 2011 14:09:57 +0000 ib Remove config related variables from interface.[ch].
Thu, 07 Jul 2011 13:46:59 +0000 ib Cosmetic: Separate interface functions.
Thu, 07 Jul 2011 13:37:14 +0000 ib Cosmetic: Separate interface functions.
Thu, 07 Jul 2011 12:24:31 +0000 ib Remove pointless return code from mplayer().
Thu, 07 Jul 2011 12:02:20 +0000 ib Cosmetic: Rename remaining part of gtkSet() mplayer().
Thu, 07 Jul 2011 11:50:32 +0000 ib Move purely list related parts of gtkSet() from interface.c to list.c.
Thu, 07 Jul 2011 10:37:58 +0000 ib Create new file list.c for list related functions.
Thu, 07 Jul 2011 10:16:22 +0000 ib Remove macros guiSetFilename() and guiSetDF() from interface.h.
Thu, 07 Jul 2011 09:29:15 +0000 ib Remove gfree() from interface.c.
Thu, 07 Jul 2011 08:32:10 +0000 ib Move string functions from interface.c to string.c.
Tue, 05 Jul 2011 15:04:00 +0000 ib Rename GUI playtree import functions.
Tue, 05 Jul 2011 14:00:18 +0000 ib Cosmetic: Rename GUI_X_EVENT GUI_HANDLE_X_EVENT.
Tue, 05 Jul 2011 13:48:55 +0000 ib Make guiEventHandling() a gui() call.
Tue, 05 Jul 2011 12:05:06 +0000 ib Cosmetic: Change prefix for symbolic constants from GMP to GUI.
Tue, 05 Jul 2011 11:34:26 +0000 ib Remove gui() GMP_SET_DVD.
Tue, 05 Jul 2011 10:54:16 +0000 ib Cosmetic: Rename gui() parameter.
Tue, 05 Jul 2011 10:47:51 +0000 ib Rename the gui() symbolic constants.
Tue, 05 Jul 2011 09:33:09 +0000 ib Rename guiGetEvent() gui().
Wed, 29 Jun 2011 15:26:03 +0000 ib Cosmetic: Move command MP_CMD_QUIT to the end.
Wed, 29 Jun 2011 15:22:22 +0000 ib Don't let MPlayer directly call user interface functions.
Wed, 29 Jun 2011 14:31:17 +0000 ib Rename guiGetEvent type guiSetDefaults guiNewFile.
Wed, 29 Jun 2011 14:24:39 +0000 ib Don't let MPlayer directly call user interface functions.
Wed, 29 Jun 2011 13:37:04 +0000 ib Use unsigned index variable for comparison with array size.
Wed, 29 Jun 2011 13:33:21 +0000 ib Cosmetic: Arrange guiGetEvent() types in the sequence they are called.
Wed, 29 Jun 2011 13:16:35 +0000 ib Remove unused guiGetEvent type guiSetFileName.
Wed, 29 Jun 2011 11:35:58 +0000 ib Replace numeric constants for gtkEquChannels array size.
Wed, 29 Jun 2011 11:21:09 +0000 ib Don't destroy the equalizer settings.
Wed, 29 Jun 2011 10:53:15 +0000 ib Cosmetic: Rename variable dvdp dvd.
Wed, 29 Jun 2011 10:51:22 +0000 ib Prefer previously assigned guiInfo.StreamTyp over stream->type.
Wed, 29 Jun 2011 10:49:43 +0000 ib Make assignments to variables in guiGetEvent() only if needed.
Wed, 29 Jun 2011 10:25:02 +0000 ib Don't stop playing after a DXR3 demuxer type error.
Wed, 29 Jun 2011 10:07:25 +0000 ib Cosmetic: Remove wrong comment.
Wed, 29 Jun 2011 10:05:32 +0000 ib Move audio related code from guiSetVideo to guiSetAudio.
Wed, 29 Jun 2011 09:12:03 +0000 ib Simplify code of guiGetEvent type guiSetAudio.
Tue, 28 Jun 2011 18:18:32 +0000 ib Cosmetic: Adjust indent.
Tue, 28 Jun 2011 18:16:06 +0000 ib Prevent balance from hopping.
Tue, 28 Jun 2011 17:52:30 +0000 ib Fix volume and balance bug.
Tue, 28 Jun 2011 17:36:19 +0000 ib Rename guiGetEvent type guiSetVolume guiSetMixer.
Tue, 28 Jun 2011 15:00:05 +0000 ib Fix bug introduced as a side effect in r33750.
Tue, 28 Jun 2011 10:55:17 +0000 ib Change return code of guiGetEvent() to indicate success.
Tue, 28 Jun 2011 09:20:13 +0000 ib Cosmetic: Adjust indent.
Tue, 28 Jun 2011 09:19:28 +0000 ib Fix bug introduced in r33743.
Tue, 28 Jun 2011 09:07:43 +0000 ib Remove needless memset initialization of guiInfo.
Tue, 28 Jun 2011 08:52:02 +0000 ib Rename guiGetEvent type guiSetAudioOnly guiSetAudio.
Tue, 28 Jun 2011 07:31:35 +0000 ib Rename guiGetEvent type guiSetValues guiSetVideo.
Mon, 27 Jun 2011 19:39:57 +0000 ib Rename guiGetEvent type guiIEvent guiRunCommand.
Mon, 27 Jun 2011 19:25:04 +0000 ib Rename guiGetEvent type guiSetParameters guiPreparation.
Mon, 27 Jun 2011 19:14:45 +0000 ib Remove guiGetEvent type guiSetDemuxer.
Mon, 27 Jun 2011 18:55:18 +0000 ib Remove guiGetEvent type guiSetFileFormat.
Mon, 27 Jun 2011 14:27:33 +0000 ib Rename guiInterface_t member NoWindow MovieWindow.
Mon, 27 Jun 2011 14:08:30 +0000 ib Use X11 Bool symbolic constant.
Mon, 27 Jun 2011 14:04:13 +0000 ib Rename guiGetEvent type guiSetVideo guiSetVideoWindow.