log gui/win32/interface.c @ 37152:3dca2acb98ac

age author description
Wed, 06 Aug 2014 16:36:30 +0000 ib Remove pointless code.
Wed, 06 Aug 2014 16:35:38 +0000 ib Apply skin defaults in Win32 GUI.
Thu, 08 May 2014 09:15:32 +0000 ib Simplify code.
Wed, 07 May 2014 14:14:49 +0000 ib Remove unnecessary variable.
Wed, 07 May 2014 14:09:10 +0000 ib Cosmetic: Adjust indent.
Wed, 07 May 2014 14:07:12 +0000 ib Simplify code.
Wed, 07 May 2014 14:03:40 +0000 ib Fix segmentation fault.
Thu, 24 Apr 2014 11:31:31 +0000 ib Cosmetic: Revise a few comments.
Tue, 25 Mar 2014 12:25:09 +0000 ib Detect audio AC3/DTS pass-through S/PDIF.
Sun, 23 Mar 2014 12:34:31 +0000 ib Set guiInfo.AudioChannels in Win32 GUI.
Sun, 23 Mar 2014 12:31:50 +0000 ib Add variable sh_audio in Win32 GUI.
Sun, 23 Mar 2014 12:10:30 +0000 ib Remove unnecessary variable in Win32 GUI.
Sun, 23 Mar 2014 12:05:32 +0000 ib Change variable in if statement in Win32 GUI.
Sun, 23 Mar 2014 11:57:18 +0000 ib Change variable in switch statement in Win32 GUI.
Sun, 23 Mar 2014 11:52:09 +0000 ib Change assignment of stream in Win32 GUI.
Sat, 22 Mar 2014 19:53:49 +0000 ib Cosmetic: Rename GUI_SET_MIXER GUI_SET_VOLUME_BALANCE.
Fri, 21 Mar 2014 15:21:11 +0000 ib Cosmetic: Rename symbolic constant GUI_END_FILE GUI_END_PLAY.
Fri, 21 Mar 2014 15:12:37 +0000 ib Cosmetic: Rename guiInfo member NewPlay MediumChanged.
Fri, 21 Mar 2014 15:01:48 +0000 ib Cosmetic: Rename symbolic constants GUI_FILE_SAME and GUI_FILE_NEW.
Wed, 12 Mar 2014 13:30:36 +0000 ib Make value explicitly type float.
Wed, 12 Mar 2014 13:24:34 +0000 ib Increase arithmetic precision.
Wed, 12 Mar 2014 12:56:52 +0000 ib Remove pointless parentheses.
Tue, 25 Feb 2014 17:47:05 +0000 ib Silence Win32 GUI's "warning: unused parameter".
Mon, 17 Feb 2014 14:33:03 +0000 ib Simplify code.
Mon, 17 Feb 2014 01:28:05 +0000 ib Avoid pointer cast warnings.
Tue, 17 Dec 2013 22:57:00 +0000 ib Get rid of guiInfo member afilter.
Fri, 29 Nov 2013 13:10:31 +0000 ib Don't discard current DVD track information without cause.
Thu, 01 Aug 2013 17:45:31 +0000 ib Remove GUI_HANDLE_EVENTS.
Sat, 13 Jul 2013 21:24:03 +0000 ib Calculate aspect ratio by ourselves.
Sat, 13 Jul 2013 19:45:12 +0000 ib Enable the change of the movie aspect ratio on the fly.
Wed, 27 Mar 2013 18:57:09 +0000 ib Change parameter declaration to const.
Thu, 06 Dec 2012 14:59:06 +0000 ib Rebuild GUI directory structure.
Wed, 05 Dec 2012 23:28:14 +0000 ib Avoid using local variables named filename.
Wed, 05 Dec 2012 23:12:53 +0000 ib Don't unnecessarily use global MPlayer variable filename in Win32 GUI.
Wed, 05 Dec 2012 12:08:12 +0000 ib Cosmetic: Change variable names.
Wed, 05 Dec 2012 12:00:52 +0000 ib Cosmetic: Adjust indent.
Wed, 05 Dec 2012 11:51:08 +0000 ib Combine guiPlaylistInitialize() and guiPlaylistAdd().
Tue, 04 Dec 2012 20:10:10 +0000 ib Cosmetic: Choose better variable name in Win32 GUI.
Tue, 04 Dec 2012 20:06:43 +0000 ib Use boolean symbolic constants in Win32 GUI.
Sat, 01 Dec 2012 19:05:24 +0000 ib Cosmetic: Rename uiSetFileName().
Fri, 30 Nov 2012 12:17:29 +0000 ib Use symbolic constants to set abs_seek_pos.
Fri, 30 Nov 2012 11:40:35 +0000 ib Move uiProcessNextInPlaylist to the guiInfo structure.
Sun, 25 Nov 2012 11:51:35 +0000 ib Move add_to_gui_playlist() to util/list.c.
Sat, 24 Nov 2012 15:54:22 +0000 ib Rename uiGotoTheNext uiProcessNextInPlaylist.
Fri, 23 Nov 2012 21:47:31 +0000 al gui/win32: Remove static from add_to_gui_playlist
Thu, 22 Nov 2012 13:57:40 +0000 ib Rename import_file_into_gui() add_to_gui_playlist().
Mon, 19 Nov 2012 15:27:36 +0000 ib Fix segmentation fault after end of file playback.
Sun, 21 Oct 2012 15:00:48 +0000 ib Set guiInfo.Track after the stream is open.
Sun, 21 Oct 2012 14:40:49 +0000 ib Fix building GUI without DVD support.
Thu, 18 Oct 2012 12:17:58 +0000 ib Get rid of global variable dvd_title in GUI.
Wed, 15 Aug 2012 13:14:59 +0000 ib Add parentheses to avoid compiler warning.
Wed, 15 Aug 2012 13:00:44 +0000 ib Fix compiler warnings (comparison between signed and unsigned).
Sat, 03 Mar 2012 16:45:15 +0000 ib Rename sub window video window.
Sun, 12 Feb 2012 18:44:19 +0000 ib Cosmetic: Rename functions in list.c.
Thu, 12 Jan 2012 10:08:25 +0000 ib Remove all unnecessary #ifdefs from GUI code.
Tue, 10 Jan 2012 12:04:50 +0000 ib Retrieve DVD's titles, chapters and angles by stream control commands.
Tue, 03 Jan 2012 16:17:21 +0000 ib Allow Windows style CDROM device names for Wine port.
Tue, 03 Jan 2012 16:16:04 +0000 ib Use cdparanoia compatibility names for CD function calls.
Mon, 02 Jan 2012 15:28:30 +0000 ib Cosmetic: Adjust indent.
Mon, 02 Jan 2012 15:16:55 +0000 ib Don't explicitly set stream type if the type doesn't change.
Sat, 31 Dec 2011 13:42:24 +0000 ib Cosmetic: Collect together Wine port related functions.
Sat, 31 Dec 2011 13:25:23 +0000 ib Allow Windows style devices for Wine port.
Sat, 31 Dec 2011 13:20:29 +0000 ib Fix Win32 GUI DVD playback.
Sun, 11 Dec 2011 14:43:16 +0000 ib Enable gui slave commands.
Thu, 08 Dec 2011 12:05:00 +0000 ib Remove event evDropFile from Win32 GUI.
Tue, 25 Oct 2011 13:59:33 +0000 ib Remove unused code from the Win32 GUI.
Thu, 20 Oct 2011 10:41:31 +0000 ib Revise comment on filename conversion in the Wine port.
Tue, 18 Oct 2011 12:45:24 +0000 ib Fix bug with option sub_window in the Win32 GUI.
Mon, 17 Oct 2011 10:48:20 +0000 ib Cosmetic: Change comment.
Sun, 16 Oct 2011 10:48:23 +0000 ib Change and add comment.
Sat, 15 Oct 2011 13:20:52 +0000 ib Port to Wine.
Sat, 01 Oct 2011 15:49:19 +0000 ib Enable option "enqueue" for Win32 GUI.
Fri, 30 Sep 2011 14:38:56 +0000 ib Restrict use of STREAMTYPE_STREAM in Win32 GUI.
Fri, 30 Sep 2011 14:18:26 +0000 ib Remove check for STREAMTYPE_PLAYLIST.
Thu, 29 Sep 2011 13:52:19 +0000 ib Don't needlessly set filename in GUI_PREPARE.
Thu, 29 Sep 2011 13:35:31 +0000 ib Change guiInfo.Filename by using uiSetFileName() only.
Thu, 29 Sep 2011 13:26:32 +0000 ib Set MPlayer filename in uiSetFileName().
Wed, 28 Sep 2011 16:55:52 +0000 ib Remove pointless assignment.
Wed, 28 Sep 2011 16:17:35 +0000 ib Fix Win32 GUI filename problems.
Tue, 27 Sep 2011 14:15:42 +0000 ib Remove gui() instruction GUI_SET_FILE.
Mon, 15 Aug 2011 18:37:10 +0000 ib Add guiDVDStruct members to guiInfo.
Mon, 15 Aug 2011 13:27:58 +0000 ib Cosmetic: Rename guiInfo members.
Fri, 12 Aug 2011 15:25:30 +0000 ib Cosmetic: Rename some guiInfo members.
Fri, 12 Aug 2011 14:09:36 +0000 ib Remove needless guiInfo member FilenameChanged.
Fri, 12 Aug 2011 13:14:13 +0000 ib Remove needless guiInfo member DiskChanged.
Thu, 11 Aug 2011 13:54:24 +0000 ib Get rid of a bunch of needless or redundant guiInfo members.
Tue, 12 Jul 2011 08:59:47 +0000 ib Cosmetic: Change parameter names of gui() and mplayer().
Mon, 11 Jul 2011 10:36:09 +0000 ib Fix memory leak in the Win32 GUI.
Sun, 10 Jul 2011 15:45:18 +0000 ib Remove duplicated list code from the Win32 GUI.
Sun, 10 Jul 2011 15:42:09 +0000 ib Remove duplicated string code from the Win32 GUI.
Sun, 10 Jul 2011 12:01:39 +0000 ib Remove member FPS from struct guiInterface_t.
Sat, 09 Jul 2011 11:11:52 +0000 ib Use macro nfree() in Win32 GUI code.
Fri, 08 Jul 2011 09:52:02 +0000 ib Fix Win32 GUI compilation problems.
Thu, 07 Jul 2011 14:54:53 +0000 ib Cosmetic: Rename the GUI playlist functions.
Thu, 07 Jul 2011 10:16:22 +0000 ib Remove macros guiSetFilename() and guiSetDF() from interface.h.
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 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: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:16:35 +0000 ib Remove unused guiGetEvent type guiSetFileName.
Wed, 29 Jun 2011 09:12:03 +0000 ib Simplify code of guiGetEvent type guiSetAudio.
Tue, 28 Jun 2011 17:36:19 +0000 ib Rename guiGetEvent type guiSetVolume guiSetMixer.
Tue, 28 Jun 2011 10:55:17 +0000 ib Change return code of guiGetEvent() to indicate success.
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:04:13 +0000 ib Rename guiGetEvent type guiSetVideo guiSetVideoWindow.
Mon, 27 Jun 2011 11:23:21 +0000 ib Rename guiGetEvent type guiSetShVideo guiSetVideo.
Mon, 27 Jun 2011 10:02:04 +0000 ib Rename guiInterface_t member AudioType AudioChannels.
Wed, 22 Jun 2011 12:53:30 +0000 ib Replace all playback integer constants by their symbolic constants.