log gui/interface.c @ 35467:364387ae95f4

age author description
Sun, 02 Dec 2012 15:56:19 +0000 ib Fix bug with stop button and playlist.
Sun, 02 Dec 2012 01:44:24 +0000 ib Add video codec name to guiInfo structure.
Sun, 02 Dec 2012 00:36:56 +0000 ib Add listMgr command PLAYLIST_ITEM_GET_CURR_POS.
Sat, 01 Dec 2012 19:16:36 +0000 ib Fix wrong display of video width and height.
Sat, 01 Dec 2012 19:08:53 +0000 ib Add an uiSetFile() counterpart.
Sat, 01 Dec 2012 19:05:24 +0000 ib Cosmetic: Rename uiSetFileName().
Fri, 30 Nov 2012 11:40:35 +0000 ib Move uiProcessNextInPlaylist to the guiInfo structure.
Fri, 30 Nov 2012 11:14:30 +0000 ib Create new header file gui.h.
Thu, 29 Nov 2012 14:30:40 +0000 ib Fix bug with resetting guiInfo's Track.
Thu, 29 Nov 2012 14:23:26 +0000 ib Don't unconditionally reset Track, Chapter and Angle after playback.
Thu, 29 Nov 2012 14:11:03 +0000 ib Move the code to set guiInfo's Track, Chapter and Angle start values.
Thu, 29 Nov 2012 14:00:02 +0000 ib Reset guiInfo's Track, Chapter and Angle after playback.
Thu, 29 Nov 2012 13:51:15 +0000 ib Set track counter on guiPlaylistInitialize().
Thu, 29 Nov 2012 11:43:40 +0000 ib Reset RunningTime after playback.
Thu, 29 Nov 2012 11:39:55 +0000 ib Cosmetic: Adjust indent.
Thu, 29 Nov 2012 11:35:22 +0000 ib Don't unconditionally reset AudioChannels after playback.
Mon, 26 Nov 2012 10:48:26 +0000 ib Simplify playlist handling by defining a symbolic constant.
Sun, 25 Nov 2012 14:38:58 +0000 ib Without current playlist item, reset guiInfo's Filename and StreamType.
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 10:04:26 +0000 ib Pass guiApp's wsTWindow parameters always by reference (if possible).
Thu, 22 Nov 2012 13:57:40 +0000 ib Rename import_file_into_gui() add_to_gui_playlist().
Thu, 22 Nov 2012 13:10:46 +0000 ib Make import_file_into_gui() available.
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.
Mon, 21 May 2012 18:46:25 +0000 ib Add playlist support to the GUI.
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.
Fri, 24 Feb 2012 17:16:54 +0000 ib Cosmetic: Prefer C style for single line comments.
Thu, 23 Feb 2012 13:23:54 +0000 ib Rename PLAYLIST_ITEM_ADD PLAYLIST_ITEM_APPEND.
Wed, 22 Feb 2012 13:27:42 +0000 ib Remove global variable pointing to playlist item last played.
Wed, 22 Feb 2012 10:39:05 +0000 ib Remove global variable pointing to top of playlist.
Tue, 21 Feb 2012 19:44:21 +0000 ib Remove global variable pointing to current playlist item.
Tue, 21 Feb 2012 18:55:14 +0000 ib Replace symbolic constants by enums.
Mon, 13 Feb 2012 14:12:54 +0000 ib Cosmetic: Adjust indent.
Mon, 13 Feb 2012 14:10:43 +0000 ib Don't unnecessarily destroy audio_driver_list.
Sun, 12 Feb 2012 18:44:19 +0000 ib Cosmetic: Rename functions in list.c.
Sat, 11 Feb 2012 20:43:02 +0000 ib Free playlist and URL list items when GUI ends.
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.