log gui/interface.c @ 34458:1e84148527ab

age author description
Thu, 12 Jan 2012 14:21:55 +0000 ib Add user event evMenu.
Thu, 12 Jan 2012 10:08:25 +0000 ib Remove all unnecessary #ifdefs from GUI code.
Thu, 05 Jan 2012 14:26:21 +0000 ib Explicitly enumerate all stream types.
Mon, 02 Jan 2012 16:48:18 +0000 ib Initialize device options in guiInit().
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 12:55:28 +0000 ib Retrieve DVD's titles, chapters and angles by stream control commands.
Sat, 31 Dec 2011 12:45:46 +0000 ib Replace VCD's STREAM_CTRL_GET_NUM_CHAPTERS by STREAM_CTRL_GET_NUM_TITLES.
Sat, 31 Dec 2011 12:38:52 +0000 ib Add audio CD playback support to the X11/GTK GUI.
Sun, 11 Dec 2011 14:43:16 +0000 ib Enable gui slave commands.
Fri, 09 Dec 2011 13:34:38 +0000 ib Change prefix for internal events from ev to iv.
Sat, 15 Oct 2011 10:37:36 +0000 ib Allow GUI to use filename related config.
Sat, 01 Oct 2011 15:32:04 +0000 ib Simplify wsAutohideCursor().
Sat, 01 Oct 2011 15:09:09 +0000 ib Fix cursor autohide functionality of the GUI.
Fri, 30 Sep 2011 15:28:01 +0000 ib Cosmetic: Order STREAMTYPE related code.
Fri, 30 Sep 2011 14:33:13 +0000 ib Set all buttons related to seek operations according to stream type.
Fri, 30 Sep 2011 14:18:26 +0000 ib Remove check for STREAMTYPE_PLAYLIST.
Thu, 29 Sep 2011 14:02:32 +0000 ib Revise part of the comment on guiPlaylistInitialize().
Thu, 29 Sep 2011 13:58:57 +0000 ib Change handling for option "enqueue" in guiPlaylistInitialize().
Thu, 29 Sep 2011 13:52:19 +0000 ib Don't needlessly set filename in GUI_PREPARE.
Thu, 29 Sep 2011 13:36:25 +0000 ib Cosmetic: Adjust indent.
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.
Tue, 27 Sep 2011 14:15:42 +0000 ib Remove gui() instruction GUI_SET_FILE.
Wed, 21 Sep 2011 14:20:04 +0000 ib Force redraw of main window after playback has ended.
Wed, 21 Sep 2011 13:20:12 +0000 ib Hide cursor during playback in GUI.
Thu, 08 Sep 2011 11:11:02 +0000 ib Change parameter b of wsMoveWindow().
Tue, 06 Sep 2011 15:28:53 +0000 ib Replace all mp_dbg() calls by mp_msg().
Tue, 06 Sep 2011 09:29:04 +0000 ib Replace some btnModify() calls by btnSet().
Thu, 01 Sep 2011 20:17:03 +0000 ib Cosmetic: Adjust indent.
Thu, 01 Sep 2011 20:15:40 +0000 ib Rework fullscreen handling.
Thu, 01 Sep 2011 19:14:11 +0000 ib Perform a wsHandleEvents() when playback ends.
Thu, 01 Sep 2011 19:08:07 +0000 ib Set WinID early and once.
Thu, 01 Sep 2011 17:08:58 +0000 ib Remove assignments to guiInfo.VideoWindow when playback stops.
Thu, 01 Sep 2011 16:44:52 +0000 ib Don't use current x and y position of video window for saving.
Mon, 15 Aug 2011 18:38:24 +0000 ib Cosmetic: Adjust indent.
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.
Mon, 15 Aug 2011 09:09:29 +0000 ib Cosmetic: Rearrange statements.
Fri, 12 Aug 2011 16:31:18 +0000 ib Provide track information for playlists.
Fri, 12 Aug 2011 15:25:30 +0000 ib Cosmetic: Rename some guiInfo members.
Fri, 12 Aug 2011 14:10:35 +0000 ib Cosmetic: Adjust indent.
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.
Wed, 10 Aug 2011 14:48:49 +0000 ib Don't let VCD track number and guiInfo.Track differ.
Tue, 12 Jul 2011 08:59:47 +0000 ib Cosmetic: Change parameter names of gui() and mplayer().
Tue, 12 Jul 2011 08:45:52 +0000 ib Add const to some string pointer arguments that will not be modified.
Sun, 10 Jul 2011 12:01:39 +0000 ib Remove member FPS from struct guiInterface_t.
Sun, 10 Jul 2011 11:51:25 +0000 ib Change guiInterface_t void pointer member declarations.
Sun, 10 Jul 2011 11:21:40 +0000 ib Remove unused members from struct guiInterface_t.
Sat, 09 Jul 2011 11:48:13 +0000 ib Remove gtkClearStruct code from mplayer() in interface.c.
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].