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].
|
Thu, 07 Jul 2011 14:09:57 +0000 |
ib |
Remove config related variables from interface.[ch].
|
Thu, 07 Jul 2011 13:46:59 +0000 |
ib |
Cosmetic: Separate interface functions.
|
Thu, 07 Jul 2011 13:37:14 +0000 |
ib |
Cosmetic: Separate interface functions.
|
Thu, 07 Jul 2011 12:24:31 +0000 |
ib |
Remove pointless return code from mplayer().
|
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 10:37:58 +0000 |
ib |
Create new file list.c for list related functions.
|
Thu, 07 Jul 2011 10:16:22 +0000 |
ib |
Remove macros guiSetFilename() and guiSetDF() from interface.h.
|
Thu, 07 Jul 2011 09:29:15 +0000 |
ib |
Remove gfree() from interface.c.
|
Thu, 07 Jul 2011 08:32:10 +0000 |
ib |
Move string functions from interface.c to string.c.
|
Tue, 05 Jul 2011 15:04:00 +0000 |
ib |
Rename GUI playtree import functions.
|
Tue, 05 Jul 2011 14:00:18 +0000 |
ib |
Cosmetic: Rename GUI_X_EVENT GUI_HANDLE_X_EVENT.
|
Tue, 05 Jul 2011 13:48:55 +0000 |
ib |
Make guiEventHandling() a gui() call.
|
Tue, 05 Jul 2011 12:05:06 +0000 |
ib |
Cosmetic: Change prefix for symbolic constants from GMP to GUI.
|
Tue, 05 Jul 2011 11:34:26 +0000 |
ib |
Remove gui() GMP_SET_DVD.
|
Tue, 05 Jul 2011 10:54:16 +0000 |
ib |
Cosmetic: Rename gui() parameter.
|
Tue, 05 Jul 2011 10:47:51 +0000 |
ib |
Rename the gui() symbolic constants.
|
Tue, 05 Jul 2011 09:33:09 +0000 |
ib |
Rename guiGetEvent() gui().
|
Wed, 29 Jun 2011 15:26:03 +0000 |
ib |
Cosmetic: Move command MP_CMD_QUIT to the end.
|
Wed, 29 Jun 2011 15:22:22 +0000 |
ib |
Don't let MPlayer directly call user interface functions.
|
Wed, 29 Jun 2011 14:31:17 +0000 |
ib |
Rename guiGetEvent type guiSetDefaults guiNewFile.
|
Wed, 29 Jun 2011 14:24:39 +0000 |
ib |
Don't let MPlayer directly call user interface functions.
|
Wed, 29 Jun 2011 13:37:04 +0000 |
ib |
Use unsigned index variable for comparison with array size.
|
Wed, 29 Jun 2011 13:33:21 +0000 |
ib |
Cosmetic: Arrange guiGetEvent() types in the sequence they are called.
|
Wed, 29 Jun 2011 13:16:35 +0000 |
ib |
Remove unused guiGetEvent type guiSetFileName.
|
Wed, 29 Jun 2011 11:35:58 +0000 |
ib |
Replace numeric constants for gtkEquChannels array size.
|
Wed, 29 Jun 2011 11:21:09 +0000 |
ib |
Don't destroy the equalizer settings.
|
Wed, 29 Jun 2011 10:53:15 +0000 |
ib |
Cosmetic: Rename variable dvdp dvd.
|
Wed, 29 Jun 2011 10:51:22 +0000 |
ib |
Prefer previously assigned guiInfo.StreamTyp over stream->type.
|
Wed, 29 Jun 2011 10:49:43 +0000 |
ib |
Make assignments to variables in guiGetEvent() only if needed.
|
Wed, 29 Jun 2011 10:25:02 +0000 |
ib |
Don't stop playing after a DXR3 demuxer type error.
|
Wed, 29 Jun 2011 10:07:25 +0000 |
ib |
Cosmetic: Remove wrong comment.
|
Wed, 29 Jun 2011 10:05:32 +0000 |
ib |
Move audio related code from guiSetVideo to guiSetAudio.
|
Wed, 29 Jun 2011 09:12:03 +0000 |
ib |
Simplify code of guiGetEvent type guiSetAudio.
|
Tue, 28 Jun 2011 18:18:32 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 28 Jun 2011 18:16:06 +0000 |
ib |
Prevent balance from hopping.
|
Tue, 28 Jun 2011 17:52:30 +0000 |
ib |
Fix volume and balance bug.
|
Tue, 28 Jun 2011 17:36:19 +0000 |
ib |
Rename guiGetEvent type guiSetVolume guiSetMixer.
|
Tue, 28 Jun 2011 15:00:05 +0000 |
ib |
Fix bug introduced as a side effect in r33750.
|
Tue, 28 Jun 2011 10:55:17 +0000 |
ib |
Change return code of guiGetEvent() to indicate success.
|
Tue, 28 Jun 2011 09:20:13 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 28 Jun 2011 09:19:28 +0000 |
ib |
Fix bug introduced in r33743.
|
Tue, 28 Jun 2011 09:07:43 +0000 |
ib |
Remove needless memset initialization of guiInfo.
|
Tue, 28 Jun 2011 08:52:02 +0000 |
ib |
Rename guiGetEvent type guiSetAudioOnly guiSetAudio.
|
Tue, 28 Jun 2011 07:31:35 +0000 |
ib |
Rename guiGetEvent type guiSetValues guiSetVideo.
|
Mon, 27 Jun 2011 19:39:57 +0000 |
ib |
Rename guiGetEvent type guiIEvent guiRunCommand.
|
Mon, 27 Jun 2011 19:25:04 +0000 |
ib |
Rename guiGetEvent type guiSetParameters guiPreparation.
|
Mon, 27 Jun 2011 19:14:45 +0000 |
ib |
Remove guiGetEvent type guiSetDemuxer.
|
Mon, 27 Jun 2011 18:55:18 +0000 |
ib |
Remove guiGetEvent type guiSetFileFormat.
|
Mon, 27 Jun 2011 14:27:33 +0000 |
ib |
Rename guiInterface_t member NoWindow MovieWindow.
|
Mon, 27 Jun 2011 14:08:30 +0000 |
ib |
Use X11 Bool symbolic constant.
|
Mon, 27 Jun 2011 14:04:13 +0000 |
ib |
Rename guiGetEvent type guiSetVideo guiSetVideoWindow.
|
Mon, 27 Jun 2011 13:56:19 +0000 |
ib |
Add missing break.
|
Mon, 27 Jun 2011 11:23:21 +0000 |
ib |
Rename guiGetEvent type guiSetShVideo guiSetVideo.
|
Mon, 27 Jun 2011 10:46:25 +0000 |
ib |
Simplify code concerning guiGetEvent type guiSetAudioOnly.
|
Fri, 24 Jun 2011 13:00:04 +0000 |
ib |
Simplify code for guiGetEvent type guiSetState.
|
Fri, 24 Jun 2011 12:54:10 +0000 |
ib |
Cosmetic: Adjust indent.
|
Wed, 22 Jun 2011 12:53:30 +0000 |
ib |
Replace all playback integer constants by their symbolic constants.
|
Wed, 22 Jun 2011 12:12:50 +0000 |
ib |
Rename the symbolic playback state constants.
|
Wed, 22 Jun 2011 11:48:31 +0000 |
ib |
Rename guiGetEvent type guiCEvent guiSetState.
|
Wed, 22 Jun 2011 11:30:27 +0000 |
ib |
Remove unused guiGetEvent type guiSetState.
|
Wed, 22 Jun 2011 11:19:23 +0000 |
ib |
Enable fullscreen with inactive video window.
|
Sun, 19 Jun 2011 23:32:17 +0000 |
ib |
Revise guiGetEvent() calls.
|
Sat, 18 Jun 2011 16:03:31 +0000 |
ib |
Rename GUI directory 'mplayer' and some files in it.
|
Sat, 18 Jun 2011 14:33:41 +0000 |
ib |
Cosmetic: Rename some GUI variables and functions.
|
Fri, 17 Jun 2011 17:51:50 +0000 |
ib |
Remove unused parameter 'Size' in wsConvert().
|
Thu, 16 Jun 2011 14:50:24 +0000 |
ib |
Add support for _NET_WM_ICON
|
Thu, 16 Jun 2011 13:09:52 +0000 |
ib |
Avoid compiler warnings.
|
Tue, 14 Jun 2011 23:05:02 +0000 |
ib |
Revise some messages.
|
Tue, 14 Jun 2011 18:55:04 +0000 |
ib |
Store icon data in a struct variable.
|
Sun, 05 Jun 2011 14:54:41 +0000 |
ib |
When adding a playlist item, preventively set its next pointer to NULL.
|
Sun, 05 Jun 2011 14:32:53 +0000 |
ib |
Cosmetic: Correct a comment and add a new one.
|
Fri, 03 Jun 2011 14:31:13 +0000 |
ib |
Don't pointlessly cast Display pointer.
|
Mon, 23 May 2011 11:51:25 +0000 |
ib |
Revert r33482.
|
Sun, 22 May 2011 19:55:18 +0000 |
ib |
Cosmetic: Remove braces and adjust indent after r33481.
|
Sun, 22 May 2011 19:46:35 +0000 |
ib |
Remove unnecessary #include "libvo/video_out.h".
|
Sun, 22 May 2011 11:20:07 +0000 |
reimar |
Use mixer directly without checking for an audio_out.
|
Sun, 22 May 2011 11:16:19 +0000 |
reimar |
Remove completely unused variable.
|
Sat, 07 May 2011 15:58:06 +0000 |
ib |
Declare parameter type for guiExit() more precisely.
|
Sat, 07 May 2011 15:34:10 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sat, 07 May 2011 15:30:14 +0000 |
ib |
Set GUI initialization flag earlier.
|
Thu, 05 May 2011 11:56:34 +0000 |
ib |
Cosmetic: uncrustify related indent adjustments
|
Tue, 03 May 2011 14:03:03 +0000 |
ib |
Instead of exit_player(), exit with appropriate return code.
|
Tue, 03 May 2011 13:49:59 +0000 |
ib |
Free appMPlayer.
|
Tue, 03 May 2011 13:42:00 +0000 |
ib |
Initialize appMPlayer differently.
|
Tue, 03 May 2011 13:19:39 +0000 |
ib |
Free config.
|
Tue, 03 May 2011 12:19:22 +0000 |
ib |
Add an exit function.
|
Mon, 25 Apr 2011 14:25:15 +0000 |
ib |
Do not remove video filters.
|
Sat, 23 Apr 2011 08:07:41 +0000 |
ib |
Cosmetic: Adjust indent and space.
|
Sat, 23 Apr 2011 08:05:27 +0000 |
ib |
Position windows initially at coordinates given in skin file.
|
Tue, 29 Mar 2011 08:53:07 +0000 |
ib |
Cosmetic: Separate return statement with newline.
|
Fri, 25 Mar 2011 12:40:20 +0000 |
ib |
Revise some GUI error message texts.
|
Fri, 25 Mar 2011 11:28:25 +0000 |
ib |
Show GUI message when GUI must exit.
|
Fri, 25 Mar 2011 10:33:48 +0000 |
ib |
Add message showing function.
|
Mon, 21 Mar 2011 19:33:22 +0000 |
ib |
Initialize guiIntfStruct.VCDTracks.
|
Mon, 21 Mar 2011 19:21:32 +0000 |
ib |
Remove unused variable vcd_track.
|
Mon, 21 Mar 2011 12:35:38 +0000 |
ib |
Replace vcd_seek_to_track() by stream_control().
|
Fri, 11 Mar 2011 00:58:09 +0000 |
ib |
Cosmetic: Format to MPlayer coding style.
|
Thu, 10 Mar 2011 13:22:11 +0000 |
ib |
Remove unused function guiMessageBox().
|
Sun, 06 Mar 2011 12:21:52 +0000 |
ib |
Cosmetic: Rename appResetStruct() appInitStruct().
|
Thu, 03 Mar 2011 13:45:30 +0000 |
ib |
Fix memory leak in appInitStruct().
|
Mon, 28 Feb 2011 14:47:17 +0000 |
ib |
Move global skin directory variables.
|
Sat, 19 Feb 2011 22:02:34 +0000 |
ib |
Remove support for skins directories using the obsolete name 'Skin'.
|
Wed, 19 Jan 2011 22:02:58 +0000 |
ib |
Fix resource leaks and check for realloc failures
|
Tue, 16 Nov 2010 21:06:52 +0000 |
cboesch |
Export mp_basename in a function instead of duplicate macros in various places
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Wed, 27 Oct 2010 17:47:13 +0000 |
cigaes |
Move libvo/sub.[ch] from libvo to sub.
|
Wed, 27 Oct 2010 17:37:29 +0000 |
cigaes |
Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
|
Wed, 27 Oct 2010 17:08:36 +0000 |
cigaes |
Move ass_mp.[ch] to the sub directory.
|
Fri, 17 Sep 2010 15:13:37 +0000 |
diego |
Move libass/ass_mp.[ch] ---> ass_mp.[ch].
|
Sun, 12 Sep 2010 15:38:21 +0000 |
diego |
Remove libavcodec ifdeffery from the GUI code.
|
Thu, 09 Sep 2010 17:10:18 +0000 |
diego |
Move stream_dump_type extern declaration to mplayer.h, where it belongs.
|
Thu, 09 Sep 2010 16:17:27 +0000 |
diego |
Move **sub_name extern declaration to mpcommon.h.
|
Thu, 09 Sep 2010 15:41:43 +0000 |
diego |
Move **sub_name extern declaration to mplayer.h, where it belongs.
|
Sun, 20 Jun 2010 15:53:45 +0000 |
diego |
Add declarations for open.c externally used variables to stream.h.
|
Sun, 20 Jun 2010 15:43:45 +0000 |
diego |
Move af_cfg extern variable declaration to dec_audio.h.
|
Sun, 20 Jun 2010 15:38:38 +0000 |
diego |
Move extern declarations for vf.c variables to vf.h.
|
Thu, 17 Jun 2010 08:07:37 +0000 |
diego |
Place vo_osd_list extern declaration in sub.h instead of all over the code.
|
Sun, 13 Jun 2010 22:38:15 +0000 |
reimar |
Remove more gui-related code from libvo.
|
Sun, 13 Jun 2010 12:04:13 +0000 |
reimar |
For vos that support the new libvo API (provide UPDATE_SCREENINFO),
|
Sun, 13 Jun 2010 11:34:14 +0000 |
reimar |
Remove Gui-specific slave commands and associated key-bindings and other code.
|
Mon, 05 Apr 2010 16:42:52 +0000 |
reimar |
Remove unused functions.
|
Sat, 20 Mar 2010 23:38:27 +0000 |
diego |
Rename get_path.[ch] --> path.[ch].
|
Thu, 25 Feb 2010 21:27:22 +0000 |
reimar |
Fix silly type of guiGetEvent argument to use void * instead of char * and
|
Mon, 22 Feb 2010 09:51:44 +0000 |
diego |
Declare externally used variables from vd.c as extern in vd.h.
|
Sun, 14 Feb 2010 14:33:16 +0000 |
diego |
Move GUI-related extern declarations to a GUI header file.
|
Sun, 14 Feb 2010 14:02:09 +0000 |
diego |
GUI: Mark functions that are not used outside their files as static.
|
Sun, 14 Feb 2010 10:53:20 +0000 |
diego |
Fix exit_player() usage throughout the codebase.
|
Thu, 24 Dec 2009 10:26:29 +0000 |
reimar |
Remove more direct includes of libass/ass.h
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Thu, 07 Aug 2008 10:36:07 +0000 |
diego |
Rename font-related preprocessor directives.
|
Wed, 06 Aug 2008 23:19:29 +0000 |
diego |
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
|
Tue, 05 Aug 2008 16:32:47 +0000 |
diego |
Rename some audio-output-related preprocessor directives.
|
Sun, 03 Aug 2008 15:21:40 +0000 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
Fri, 01 Aug 2008 20:28:58 +0000 |
diego |
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Tue, 22 Apr 2008 09:33:39 +0000 |
diego |
Add standard GPL header to individual files.
|
Sun, 27 Jan 2008 15:14:02 +0000 |
reimar |
Allow independent scaling of vo_font and sub_font.
|
Sat, 19 Jan 2008 11:33:36 +0000 |
reimar |
audio_out / video_out structs should be treated as const
|
Sun, 02 Dec 2007 14:24:23 +0000 |
reimar |
Mark several uses of vo_functions_t as const to stop some of the current
|
Tue, 28 Aug 2007 11:20:24 +0000 |
diego |
Clean up the way get_path is handled: Compile get_path.c to an object to link
|
Sat, 25 Aug 2007 13:05:07 +0000 |
diego |
Remove redundant extern declarations, #include the right headers instead.
|
Sat, 25 Aug 2007 12:25:34 +0000 |
diego |
Remove redundant extern variable declarations, include proper headers instead.
|
Mon, 20 Aug 2007 14:17:43 +0000 |
iive |
remove gconvert_uri_to_filename() and use url_unescape_string() instead.
|
Wed, 18 Jul 2007 10:09:42 +0000 |
diego |
Fix a bunch of redundant redeclaration warnings.
|
Sun, 24 Jun 2007 09:52:19 +0000 |
reimar |
Add a (almost correct) prototype for vcd_seek_to_track
|
Sun, 20 May 2007 21:07:14 +0000 |
ben |
missed part of gui code change while introducing -subfont option (patch by Piotr Kaczuba)
|
Mon, 30 Apr 2007 00:45:52 +0000 |
iive |
10l to Diego for breaking svn (again).
|
Sun, 29 Apr 2007 12:44:34 +0000 |
diego |
Fix several implicit declarations of functions warnings.
|
Mon, 23 Apr 2007 07:42:42 +0000 |
diego |
Gui --> gui
|