log gui/ui/main.c @ 35365:fb054f36c3a9

age author description
Fri, 23 Nov 2012 14:03:37 +0000 ib Prevent negative array index read.
Fri, 23 Nov 2012 10:04:26 +0000 ib Pass guiApp's wsTWindow parameters always by reference (if possible).
Fri, 23 Nov 2012 09:20:49 +0000 ib Pass big parameter by reference rather than by value.
Thu, 22 Nov 2012 14:13:43 +0000 ib Don't unconditionally delete the old playlist.
Thu, 22 Nov 2012 14:01:41 +0000 ib Fix segmentation fault with mouse button release.
Thu, 22 Nov 2012 13:13:29 +0000 ib Add an URL loaded by the GUI to its playlist.
Mon, 21 May 2012 18:46:25 +0000 ib Add playlist support to the GUI.
Sat, 03 Mar 2012 16:53:21 +0000 ib Cosmetic: Move, change and add some comments on GUI windows.
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.
Tue, 21 Feb 2012 18:55:14 +0000 ib Replace symbolic constants by enums.
Sun, 12 Feb 2012 18:44:19 +0000 ib Cosmetic: Rename functions in list.c.
Sat, 14 Jan 2012 15:46:58 +0000 ib Don't needlessly set variables.
Fri, 13 Jan 2012 17:16:35 +0000 ib Cosmetic: Revise comment.
Fri, 13 Jan 2012 16:44:35 +0000 ib Remove unused parameter from uiMenuMouseHandle().
Fri, 13 Jan 2012 16:19:35 +0000 ib Fix bug with switching audio and video tracks.
Thu, 12 Jan 2012 14:21:55 +0000 ib Add user event evMenu.
Thu, 12 Jan 2012 10:39:37 +0000 ib Fix bug with VCD stream calling DVD code.
Thu, 12 Jan 2012 10:31:39 +0000 ib Replace goto label by an internal event case expression.
Thu, 12 Jan 2012 10:08:25 +0000 ib Remove all unnecessary #ifdefs from GUI code.
Thu, 05 Jan 2012 12:06:03 +0000 ib Move some DVD related events.
Thu, 05 Jan 2012 11:39:27 +0000 ib Remove #ifdef MP_DEBUG.
Mon, 02 Jan 2012 16:48:18 +0000 ib Initialize device options in guiInit().
Mon, 02 Jan 2012 16:25:00 +0000 ib Remove pointless filename setting from device name.
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:38:52 +0000 ib Add audio CD playback support to the X11/GTK GUI.
Fri, 09 Dec 2011 13:34:38 +0000 ib Change prefix for internal events from ev to iv.
Fri, 09 Dec 2011 12:25:48 +0000 ib Replace evPlayNetwork by evLoadURL.
Thu, 08 Dec 2011 17:11:52 +0000 ib Replace evSetURL by evLoadURL for consistency.
Thu, 08 Dec 2011 16:06:24 +0000 ib Cosmetic: Synchronize evPlaylist event and message names.
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Fri, 30 Sep 2011 15:28:01 +0000 ib Cosmetic: Order STREAMTYPE related code.
Thu, 29 Sep 2011 13:44:21 +0000 ib Set an URL guiInfo.Filename by using uiSetFileName().
Wed, 21 Sep 2011 14:20:04 +0000 ib Force redraw of main window after playback has ended.
Thu, 08 Sep 2011 15:31:25 +0000 ib Preserve x and y position of a double-size window if possible.
Thu, 08 Sep 2011 14:00:12 +0000 ib Preserve x and y position of a half-size window.
Thu, 08 Sep 2011 11:11:02 +0000 ib Change parameter b of wsMoveWindow().
Thu, 01 Sep 2011 17:57:15 +0000 ib Cosmetic: Adjust indent.
Thu, 01 Sep 2011 17:53:33 +0000 ib Resize video window after switching from fullscreen to normal size.
Thu, 01 Sep 2011 17:31:46 +0000 ib Change repositioning of the normal size video window.
Thu, 01 Sep 2011 17:27:44 +0000 ib Modify video window size change behavior.
Thu, 01 Sep 2011 17:08:58 +0000 ib Remove assignments to guiInfo.VideoWindow when playback stops.
Thu, 01 Sep 2011 16:55:14 +0000 ib Change ESC key behavior in fullscreen state.
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 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 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.
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:04:56 +0000 ib Cosmetic: Rename two functions that do MPlayer calls.
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 09:29:15 +0000 ib Remove gfree() from interface.c.
Thu, 07 Jul 2011 08:48:46 +0000 ib Remove unnecessary #include "gui/interface.h".