summaryrefslogtreecommitdiffstats
path: root/Gui
Commit message (Expand)AuthorAgeFilesLines
* proper fix for avoiding file skipping when mplayer is already playing a file.vayne2007-01-133-4/+1
* Do not add libavutil unconditionally to CFLAGS.diego2007-01-131-1/+3
* compile fix after latest swscaler changes (r21888)gpoirier2007-01-121-1/+1
* small oops fix from my last commitvayne2006-12-291-0/+2
* fix to allow adding multiple files to the playlist with the open file dialog.vayne2006-12-292-1/+2
* remove two unused functions.vayne2006-12-281-67/+0
* avoid code duplication.vayne2006-12-281-35/+2
* Replace deprecated vo_plugin_args by vf_settings.diego2006-12-022-33/+33
* cosmetics: Rename functions and variable names from vop to vf.diego2006-12-025-19/+19
* Compile fix since libvo/sub.h include was removed from mplayer.hreimar2006-12-021-0/+1
* Remove duplicate OPTFLAGS from CFLAGS.diego2006-11-291-1/+1
* Remove some superfluous include CFLAGS.diego2006-11-291-1/+1
* Remove some of the worst "headers include headers which includereimar2006-11-293-1/+4
* Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value sincereimar2006-11-261-2/+2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-25/+3
* Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.hdiego2006-11-256-5/+5
* simplifydiego2006-11-251-4/+2
* Remove commented-out cruft.diego2006-11-251-6/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Make compilation depending on USE_OSD unconditional.uau2006-11-222-9/+0
* Make compilation depending on USE_SUB unconditional.uau2006-11-217-48/+0
* Unify dep/depend targets.diego2006-11-201-6/+2
* Remove remnants of long-gone libfame.diego2006-11-064-31/+3
* ARCH_X86 simplificationsreimar2006-11-011-1/+1
* Add ASS subtitle rendering options to gui.eugeni2006-10-256-0/+134
* Remove unused variable.diego2006-10-161-1/+0
* Move "Play CD/DVD/VCD/SVCD" submenu generation to right-click handlingreimar2006-10-151-28/+21
* strcat->strcpy simplificationreimar2006-10-151-2/+1
* Set SetErrorMode to make sure no dialog box will pop up when no disk in CD/DV...reimar2006-10-151-0/+3
* as per request, fullscreen and mute options have been added to the context me...vayne2006-10-142-0/+16
* code simplification and minor bug fix for files restarting rather than moving...vayne2006-10-131-16/+7
* indentation fixes.vayne2006-10-091-2/+2
* added a simple timer to hide the mouse when in fullscreen mode.vayne2006-10-092-1/+13
* fixed a crash bug as a result of the last change, as well as file skipping (h...vayne2006-10-091-3/+4
* a + b => (a + b) for defines, just to be sure.reimar2006-10-081-5/+5
* Add ASS subtitles to the subtitles file chooser dialog.diego2006-10-051-1/+2
* Do not compile with -DDEBUG by default.diego2006-09-291-1/+2
* Fix #ifdef indentation.diego2006-09-292-6/+6
* bug fix for replaying files when double clicking in the playlist.vayne2006-09-281-2/+3
* Fix longstanding drag and drop bug: Only n-1 files get played when n filesdiego2006-09-271-1/+1
* Avoid buffer overflow: memory has do be allocated accordingly when overwritin...reimar2006-09-231-2/+9
* Do not assign constant string to audio_driver_list, it is supposedreimar2006-09-231-2/+3
* fix for disabling screensaver when in fullscreen mode while using the sub win...vayne2006-09-181-11/+11
* ISO C90 warnings fixesvayne2006-09-064-26/+29
* bug fix for starting gmplayer with -fs when using the sub windowvayne2006-08-281-1/+1
* vo_colorkey change to avoid clashes with other black windowsvayne2006-08-281-2/+10
* Get rid of demux_aid_vid_mismatch mess.reimar2006-08-261-11/+7
* Further fullscreen switching improvements. Fixes sub window position bug when...vayne2006-08-262-15/+22
* Remove backup files from the win32 subdir as well.diego2006-08-221-1/+1
* Fix audio stream selection in Gtk GUIgpoirier2006-08-201-2/+9
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* further improvements to fullscreen switching.vayne2006-08-162-26/+16
* Make sure we do not print the obsolete skin path when we did not find any skin.reimar2006-08-071-0/+1
* fix includes due to libmpdemux split (patch by Stefan Huehner)ben2006-07-313-4/+4
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-319-10/+10
* updated documentation.vayne2006-07-291-0/+3
* improved fullscreen switchingvayne2006-07-292-27/+56
* Unify include paths in the build system, part I.diego2006-07-271-1/+1
* Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %gpoirier2006-07-211-2/+2
* marks several strings inside structs as const when they hold just reynaldo2006-07-164-5/+5
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-154-4/+4
* Change function declararation w/o parameters to the correct foo(void) syntax.diego2006-07-152-2/+2
* Mark several string parameters that are not modified in the function as const.diego2006-07-1410-29/+29
* cosmetics to ease future patchingdiego2006-07-131-2/+4
* drops casts from void * on malloc/calloc from the gui codereynaldo2006-07-136-15/+15
* Streamline GUI build.diego2006-07-131-2/+2
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* Use only one global config.mak file.diego2006-07-121-1/+0
* Remove useless variable.diego2006-07-121-3/+1
* center sub window option within the preferences dialog.vayne2006-07-121-1/+1
* Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui willreimar2006-07-111-18/+12
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-095-17/+2
* small fix to properly display skins when switching skins during playback.vayne2006-07-081-0/+1
* crash fix when clicking on volume sliders when in stop state.vayne2006-07-081-0/+3
* OpenGL outputs actually support WinID, not to mention that showing the optionreimar2006-07-082-7/+3
* vo_init hack is no longer required after the last patch removed the callreimar2006-07-081-9/+0
* Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack arou...reimar2006-07-071-0/+4
* Initial win32 gui release.vayne2006-07-0615-0/+6731
* Initial win32 gui release.vayne2006-07-061-3/+14
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-033-3/+3
* postproc --> libswscalediego2006-06-301-1/+1
* Move postproc ---> libswscalelucabe2006-06-301-1/+1
* Make most of the xpm-files read 'const char*' instead of 'char*'diego2006-06-2145-45/+45
* respect saved default for cache enable when nothing specified onreimar2006-06-171-1/+1
* include stream_dvd's interface from libmpdemux/stream_dvd.hnicodvb2006-06-111-0/+5
* Remove now obsolete .cvsignore files.diego2006-06-022-5/+0
* also set guiIntfStruct.sh_video to NULL for guiSetDefaults.reimar2006-05-171-0/+1
* Make depend targets consistent: Remove redirection through .depend target.diego2006-05-131-4/+2
* Rename some misspelled and misnamed messages.diego2006-04-283-3/+3
* Remove updating of vo_mouse_timer_const from the main loop and alsouau2006-04-251-2/+1
* simpler and better subtitles switching, patch by Stanislav Maslovski <stanisl...gpoirier2006-04-221-22/+4
* Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).gpoirier2006-04-163-1/+42
* Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail ...gpoirier2006-04-111-0/+1
* fix segfault in the skin browser when sbSelectedSkin gets dereferenced before...gpoirier2006-04-091-5/+8
* vertical size of "Configure Equalizer" window is not enough to hold all combo...gpoirier2006-04-091-1/+1
* the title of this window was not localized => added new en and ru strings, ba...gpoirier2006-04-091-1/+1
* Rename the default GUI skins directory from 'Skin' to 'skins', keepingdiego2006-03-277-5/+34
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-4/+27
* Automaticall convert message to console charset, use utf8 for GTK2 Guireimar2006-03-081-1/+0
* Also remove objects in subdirectories.diego2006-01-281-1/+5
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-1/+2
* Change LIB to LIBNAME to fix compilation.diego2006-01-151-9/+8
* This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall fromrathann2006-01-131-2/+1
* Bandaid fix for compilation failure when creating main/.depend with GUIdiego2006-01-042-2/+2
* fix the translator names list so that it conforms to lastname, firstnamerathann2006-01-021-8/+8
* vpotmeter fix, scroll in the correct directionods152005-12-273-5/+16
* Avoid gcc warnings:rathann2005-12-151-2/+1
* Convert this file to UTF-8 as it contains funky caracters from all around the...gpoirier2005-12-101-26/+26
* #include help_mp.h only once.diego2005-12-091-1/+0
* Unify include paths, -I.. is in CFLAGS.diego2005-12-0830-196/+196
* Every contribution deserves to be listed on the "about" window of the gui.gpoirier2005-12-071-91/+214
* Fix popup menu problems: GTK cannot get a grab while the button is down,reimar2005-12-044-11/+3
* About text should _not_ be editable, it just looks stupid.reimar2005-12-041-0/+3
* Remove many annoying GTK includes in every compile line and remove GTKods152005-09-032-0/+22
* 100l, video_out.h is now needed for some vo_ variables.reimar2005-08-212-0/+2
* Support for GTK 2.x.reimar2005-08-173-0/+25
* gmplayer + arts == bad!reimar2005-07-281-0/+2
* strdup subtitle filename at a more appropriate place, fixing memleaks andreimar2005-06-011-1/+1
* last patch broke skin reading completely, becasue last line of skinreimar2005-05-281-5/+5
* Print error when skin file is not readable (e.g. a directory) instead of hangingreimar2005-05-231-1/+5
* ESD configuration dialog and software volume control option for Guireimar2005-02-124-0/+56
* Yet another memleak...reimar2005-01-311-3/+6
* Add half size entry to the GMPlayer menu.diego2005-01-255-3/+168
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-201-20/+0
* libao2/eq.h was removed, use libaf/equalizer.h instead.reimar2005-01-062-2/+2
* Do not use audio plugins anymorereimar2004-12-272-10/+65
* Fixes the bug that after opening the preferences panel gmplayer plays filesreimar2004-12-181-1/+2
* Somebody obviously took a course "coding non-portable".reimar2004-12-171-1/+1
* printf --> mp_msg conversion, less verbositydiego2004-12-158-45/+50
* printf --> mp_msgdiego2004-12-121-1/+1
* Restore normal/double size GUI functionality ( broken since EWMH fs support ).al2004-11-211-12/+16
* warning fixdiego2004-11-151-8/+14
* icons for the GUI context menudiego2004-11-0240-71/+2936
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* Limit Gui redraw rate.reimar2004-10-181-0/+11
* File filter dropdown box value is now preserved between dialog invocations.diego2004-10-061-9/+17
* fix examples for ao_alsa options dialog and add example for mixer index.reimar2004-09-231-5/+6
* Copy-n-Paste bug breaking channel selection in audio configuration dialogreimar2004-09-061-2/+2
* small gcc warning fixrathann2004-08-281-1/+1
* 100l, fixes DXR3 compile problems caused by my last patch.reimar2004-07-311-1/+5
* unified audio options dialog, fixes also bug #40reimar2004-07-305-289/+333
* Indentation fix from previous patch, as discussed on IRC.rtognimp2004-07-111-22/+22
* This fixes the problems that originated from my ewmhrtognimp2004-07-111-3/+19
* better menu icons by Piero di Vita <scognito@libero.it>diego2004-07-092-139/+784
* new error icon by piero <scognito@libero.it>diego2004-06-281-121/+542
* 10lfaust32004-06-271-1/+1
* simple, smooth, ram-saving dynamic potmeter, which feature is required by the...alex2004-06-262-2/+29
* Fix GUI compilation, patch by Reimar Döffinger and Alexander Strasser.diego2004-06-265-7/+14
* scroll strings from the left to right, patch by Andre Kuhnealex2004-06-261-1/+2
* string handling security fixesdiego2004-06-254-58/+91
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* Address removed upon request.diego2004-06-151-1/+0
* detect screen resolution as in x11_common.creimar2004-06-131-0/+16
* Buffer overflow fix in string handling, patch by c0ntex, approved by .so.diego2004-06-021-2/+2
* Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,diego2004-06-021-0/+4
* MPlayer logo as taskbar icon by Scognitodiego2004-05-261-28/+140
* new and improved icons by Scognitodiego2004-05-257-2303/+1177
* nicer icons by Scognitodiego2004-05-243-109/+277
* patch from Rune <runner@mail.tele.dk>pontscho2004-03-253-4/+5
* 10lalex2004-02-181-1/+1
* 'video window vanishes after pause' bugfix, based on André Kühne's (andre.k...pontscho2004-02-033-5/+6
* fix broken fullscreen start of gmplayerattila2004-01-291-0/+1
* Support binding F11 and F12 keys to commands.diego2004-01-162-0/+3
* patch from Kelemen Gábor <kg0021@stud.unideb.hu>pontscho2004-01-081-2/+2
* VCD/SVCD Images (*.bin) option in file selector by Spammail <spammail01@gmx.net>alex2003-12-071-1/+2
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+3
* Warning fixes (approved by A'rpi).rathann2003-11-082-3/+4
* Added Matroska file extensions to the GUI. Patch by t0nik@yandex.ru.mosu2003-09-171-4/+8
* 1000lalex2003-08-291-1/+1
* 1000l. The vcd api changed and nobody updated the gui..alex2003-08-251-2/+8
* unknow --> unknown as discussed on dev-engdiego2003-08-151-4/+4
* Fixed a long standing issue: if configured a not available (not existing, per...alex2003-08-141-2/+8
* translated a message to englishalex2003-08-141-1/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-132-36/+6
* replacing old MPlayer logo for the much nicer OSX versiongabucino2003-08-111-213/+1225
* I attach a fix to the problem described in:arpi2003-07-121-1/