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.