log gui/ui/main.c @ 35541:ded4a8c2aa70

age author description
Sun, 09 Dec 2012 12:33:00 +0000 ib Fix bug with evSetBalance.
Thu, 06 Dec 2012 15:16:38 +0000 ib Rebuild GUI directory structure.
Thu, 06 Dec 2012 14:59:06 +0000 ib Rebuild GUI directory structure.
Thu, 06 Dec 2012 13:47:47 +0000 ib Rebuild GUI directory structure.
Wed, 05 Dec 2012 23:28:14 +0000 ib Avoid using local variables named filename.
Tue, 04 Dec 2012 18:44:54 +0000 ib Remove unused variables.
Tue, 04 Dec 2012 18:36:14 +0000 ib Introduce boolean symbolic constants.
Mon, 03 Dec 2012 16:26:39 +0000 ib Replace confusing guiInfoMediumClear() by MediumPrepare().
Mon, 03 Dec 2012 14:10:12 +0000 ib Set filename for MPlayer in GUI_PREPARE.
Sat, 01 Dec 2012 19:05:24 +0000 ib Cosmetic: Rename uiSetFileName().
Fri, 30 Nov 2012 11:14:30 +0000 ib Create new header file gui.h.
Thu, 29 Nov 2012 15:10:27 +0000 ib Check and set track for DVDs just as for the other StreamTypes.
Mon, 26 Nov 2012 10:48:26 +0000 ib Simplify playlist handling by defining a symbolic constant.
Sun, 25 Nov 2012 15:13:19 +0000 ib A non-existing path shouldn't be an empty string.
Sun, 25 Nov 2012 15:04:44 +0000 ib Avoid a duplicate strrchr() call.
Sun, 25 Nov 2012 11:55:07 +0000 ib Choose better variable name for current playlist item.
Fri, 23 Nov 2012 14:10:10 +0000 ib Cosmetic: Adjust indent.
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.