summaryrefslogtreecommitdiffstats
path: root/Gui
Commit message (Collapse)AuthorAgeFilesLines
* proper fix for avoiding file skipping when mplayer is already playing a file.vayne2007-01-133-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21915 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not add libavutil unconditionally to CFLAGS.diego2007-01-131-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21895 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile fix after latest swscaler changes (r21888)gpoirier2007-01-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21890 b3059339-0415-0410-9bf9-f77b7e298cf2
* small oops fix from my last commitvayne2006-12-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21790 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix to allow adding multiple files to the playlist with the open file dialog.vayne2006-12-292-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21786 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove two unused functions.vayne2006-12-281-67/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21781 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid code duplication.vayne2006-12-281-35/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21780 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace deprecated vo_plugin_args by vf_settings.diego2006-12-022-33/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21445 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename functions and variable names from vop to vf.diego2006-12-025-19/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21444 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile fix since libvo/sub.h include was removed from mplayer.hreimar2006-12-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21433 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate OPTFLAGS from CFLAGS.diego2006-11-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21391 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some superfluous include CFLAGS.diego2006-11-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21390 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some of the worst "headers include headers which includereimar2006-11-293-1/+4
| | | | | | | completely unrelated headers" mess. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21386 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value sincereimar2006-11-261-2/+2
| | | | | | | it both is more correct and is available on gtk1 under the same name. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21284 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-25/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.hdiego2006-11-256-5/+5
| | | | | | | already exists, both get included at the same time in some files... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21243 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplifydiego2006-11-251-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21233 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove commented-out cruft.diego2006-11-251-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21232 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous comment.diego2006-11-251-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make compilation depending on USE_OSD unconditional.uau2006-11-222-9/+0
| | | | | | | | | USE_OSD was hardcoded to true in configure, manually turning it off would break compilation, and most OSD-related code wasn't affected by it anyway so it did nothing useful. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21177 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make compilation depending on USE_SUB unconditional.uau2006-11-217-48/+0
| | | | | | | | | | USE_SUB was hardcoded to true in configure, manually turning it off would break compilation, and there's no apparent reason why having all subtitle code under #ifdefs (even working ones) would be worth the clutter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21156 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.diego2006-11-201-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove remnants of long-gone libfame.diego2006-11-064-31/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20739 b3059339-0415-0410-9bf9-f77b7e298cf2
* ARCH_X86 simplificationsreimar2006-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20593 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add ASS subtitle rendering options to gui.eugeni2006-10-256-0/+134
| | | | | | | Patch by Piotr Kaczuba <pepe at attika dot ath dot cx>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20440 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable.diego2006-10-161-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20266 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move "Play CD/DVD/VCD/SVCD" submenu generation to right-click handlingreimar2006-10-151-28/+21
| | | | | | | so that Volume names are updated after changing media. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20251 b3059339-0415-0410-9bf9-f77b7e298cf2
* strcat->strcpy simplificationreimar2006-10-151-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20243 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set SetErrorMode to make sure no dialog box will pop up when no disk in ↵reimar2006-10-151-0/+3
| | | | | | CD/DVD drive. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20241 b3059339-0415-0410-9bf9-f77b7e298cf2
* as per request, fullscreen and mute options have been added to the context ↵vayne2006-10-142-0/+16
| | | | | | menus. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20217 b3059339-0415-0410-9bf9-f77b7e298cf2
* code simplification and minor bug fix for files restarting rather than ↵vayne2006-10-131-16/+7
| | | | | | moving to the next file within the playlist. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20200 b3059339-0415-0410-9bf9-f77b7e298cf2
* indentation fixes.vayne2006-10-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20140 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a simple timer to hide the mouse when in fullscreen mode.vayne2006-10-092-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20138 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed a crash bug as a result of the last change, as well as file skipping ↵vayne2006-10-091-3/+4
| | | | | | (hopefully) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20137 b3059339-0415-0410-9bf9-f77b7e298cf2
* a + b => (a + b) for defines, just to be sure.reimar2006-10-081-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20108 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add ASS subtitles to the subtitles file chooser dialog.diego2006-10-051-1/+2
| | | | | | | patch by Piotr Kaczuba, pepe attika_ath_cx git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20075 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not compile with -DDEBUG by default.diego2006-09-291-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20004 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix #ifdef indentation.diego2006-09-292-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20003 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug fix for replaying files when double clicking in the playlist.vayne2006-09-281-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20002 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix longstanding drag and drop bug: Only n-1 files get played when n filesdiego2006-09-271-1/+1
| | | | | | | | get queued via drag and drop. patch by laurent wozniak, laurent.wozniak at laposte dot net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19992 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid buffer overflow: memory has do be allocated accordingly when ↵reimar2006-09-231-2/+9
| | | | | | overwriting a string! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19954 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not assign constant string to audio_driver_list, it is supposedreimar2006-09-231-2/+3
| | | | | | | to contain malloc'd strings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19953 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for disabling screensaver when in fullscreen mode while using the sub ↵vayne2006-09-181-11/+11
| | | | | | window. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19903 b3059339-0415-0410-9bf9-f77b7e298cf2
* ISO C90 warnings fixesvayne2006-09-064-26/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19724 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug fix for starting gmplayer with -fs when using the sub windowvayne2006-08-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19577 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_colorkey change to avoid clashes with other black windowsvayne2006-08-281-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of demux_aid_vid_mismatch mess.reimar2006-08-261-11/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19546 b3059339-0415-0410-9bf9-f77b7e298cf2
* Further fullscreen switching improvements. Fixes sub window position bug ↵vayne2006-08-262-15/+22
| | | | | | when exiting a file from fullscreen. Fixes sub window position when switching between windows and fullscreen modes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19541 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove backup files from the win32 subdir as well.diego2006-08-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19499 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix audio stream selection in Gtk GUIgpoirier2006-08-201-2/+9
| | | | | | | | | | Patch by Rich % rincebrain A gmail P com % Original Thred: Date: Aug 19, 2006 11:33 AM Subject: [MPlayer-dev-eng] [PATCH] Fix audio stream selection in Gtk GUI git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19467 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
| | | | | | | | header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19426 b3059339-0415-0410-9bf9-f77b7e298cf2
* further improvements to fullscreen switching.vayne2006-08-162-26/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19414 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure we do not print the obsolete skin path when we did not find any skin.reimar2006-08-071-0/+1
| | | | | | | Closes bug #550 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19356 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix includes due to libmpdemux split (patch by Stefan Huehner)ben2006-07-313-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19280 b3059339-0415-0410-9bf9-f77b7e298cf2
* introduce new 'stream' directory for all stream layer related components and ↵ben2006-07-319-10/+10
| | | | | | split them from libmpdemux git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19277 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated documentation.vayne2006-07-291-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19251 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved fullscreen switchingvayne2006-07-292-27/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19250 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths in the build system, part I.diego2006-07-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19195 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %gpoirier2006-07-211-2/+2
| | | | | | | | | | Original thread: Date: Jul 20, 2006 10:15 PM Subject: [MPlayer-dev-eng] [PATCH] Make Win32 GUI compile again (broken by const fixes) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19152 b3059339-0415-0410-9bf9-f77b7e298cf2
* marks several strings inside structs as const when they hold just reynaldo2006-07-164-5/+5
| | | | | | | | | read-only information and modifies GetLanguage in Gui/mplayer/gtk/menu.c to cope which the changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19115 b3059339-0415-0410-9bf9-f77b7e298cf2
* marks several read-only string parameters which aren't modified inside the ↵reynaldo2006-07-154-4/+4
| | | | | | called function as const. Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19109 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change function declararation w/o parameters to the correct foo(void) syntax.diego2006-07-152-2/+2
| | | | | | | patch by Stefan Huehner, stefan at huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19106 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark several string parameters that are not modified in the function as const.diego2006-07-1410-29/+29
| | | | | | | patch by Stefan Huehner, stefan at huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19086 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics to ease future patchingdiego2006-07-131-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19077 b3059339-0415-0410-9bf9-f77b7e298cf2
* drops casts from void * on malloc/calloc from the gui codereynaldo2006-07-136-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19066 b3059339-0415-0410-9bf9-f77b7e298cf2
* Streamline GUI build.diego2006-07-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19057 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use only one global config.mak file.diego2006-07-121-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless variable.diego2006-07-121-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19038 b3059339-0415-0410-9bf9-f77b7e298cf2
* center sub window option within the preferences dialog.vayne2006-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19036 b3059339-0415-0410-9bf9-f77b7e298cf2
* Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui willreimar2006-07-111-18/+12
| | | | | | | consist of something besides duplicate code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19017 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-095-17/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fix to properly display skins when switching skins during playback.vayne2006-07-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18959 b3059339-0415-0410-9bf9-f77b7e298cf2
* crash fix when clicking on volume sliders when in stop state.vayne2006-07-081-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18958 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenGL outputs actually support WinID, not to mention that showing the optionreimar2006-07-082-7/+3
| | | | | | | but just ignoring the setting is a very ugly and confusing way to handle it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18952 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_init hack is no longer required after the last patch removed the callreimar2006-07-081-9/+0
| | | | | | | from mplayer.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18951 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack ↵reimar2006-07-071-0/+4
| | | | | | around that for now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18935 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial win32 gui release.vayne2006-07-0615-0/+6731
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18919 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial win32 gui release.vayne2006-07-061-3/+14
|