summaryrefslogtreecommitdiffstats
path: root/Gui
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-2/+2
* fix name clash fix libsmbclient, patch by Raindel Shachar <raindel@techunix.t...alex2003-06-031-1/+1
* vf_scale.h & related cleanup & some small warning fix by dominikmichael2003-06-011-7/+1
* From: Ben Low <ben@bdlow.net>pontscho2003-05-265-19/+55
* From: Michael Joosten <joost@c-lab.de>pontscho2003-05-263-2/+5
* [PATCH] CP1250 encoding to GUI and UTF-8 to font.descpontscho2003-05-251-0/+1
* This could be a 10l, but the codes check later if the wsConvFunc is valid, so...alex2003-05-231-0/+10
* simplyfied it and fixed some 10ls (but sadly xshape still don't works)alex2003-05-231-12/+4
* some fixes and bigendian fix for 32bpp pngsalex2003-05-232-8/+11
* support for pnm and rtsp stream opening with gui, patch by Ambrose Li <a.c.li...alex2003-05-231-1/+5
* support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>henry2003-04-071-11/+16
* Using a different alignment for only the Gui is bad as this code usealbeu2003-04-041-3/+0
* fix dvd, vcd playing, compiling, and add one small playlist patchpontscho2003-04-032-4/+15
* many 10l for me ...pontscho2003-03-2012-15/+57
* bugfix from Raindel Shachar <raindel@techunix.technion.ac.il>pontscho2003-03-201-14/+17
* what's the opposite of backport? :)arpi2003-03-172-5/+30
* linux->osdeparpi2003-02-091-1/+1
* 10lpontscho2003-02-081-5/+5
* minor fixes for font autoscalinghenry2003-02-081-7/+7
* - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreenfilon2003-02-071-12/+6
* this patch adds the option -guiwid to gmplayer. I think its a more cleanarpi2003-02-071-2/+4
* Embed gui into the playback window, if winid>0arpi2003-02-061-0/+10
* another 10lpontscho2003-02-061-0/+2
* fix one 10lpontscho2003-02-061-11/+10
* - It adds an option enqueue/noenqueue, so users can choose if they want toarpi2003-02-054-7/+185
* fix idxpontscho2003-02-031-2/+3
* better language supportpontscho2003-02-011-12/+12
* - rewrite Jan Spitalnik's patchpontscho2003-02-019-46/+94
* add Type1 and fix one 10lpontscho2003-02-011-3/+8
* again ...pontscho2003-02-011-4/+14
* devfs baszaspontscho2003-02-011-5/+16
* save only video files placepontscho2003-02-011-5/+5
* workaround one possible sig11pontscho2003-02-011-1/+1
* commit Dominik Mierzejewski's patchpontscho2003-02-013-3/+5
* commit and extend Diego Biurrun's patchpontscho2003-02-011-71/+79
* - fix -fspontscho2003-01-253-7/+15
* fix compilation error when HAVE_FREETYPE isn't definedcolin2003-01-231-1/+1
* - add subcppontscho2003-01-215-16/+90
* - rewrite sub_fpspontscho2003-01-217-78/+88
* - add new entry's to hungarian skin howto (please Gabu translate)pontscho2003-01-192-4/+3
* fix selected audio language in menuarpi2003-01-191-2/+2
* show one ...pontscho2003-01-191-2/+9
* 11l:)pontscho2003-01-191-1/+8
* 10lpontscho2003-01-181-10/+5
* 10lpontscho2003-01-181-0/+1
* 10l found by Arpi (njamd)pontscho2003-01-181-10/+3
* 10larpi2003-01-171-1/+1
* 10lpontscho2003-01-172-0/+2
* hm ...pontscho2003-01-171-1/+1
* - add playbarpontscho2003-01-1719-324/+764
* preferences cosmeticspontscho2003-01-161-40/+52
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...mosu2003-01-152-2/+2
* correct skin changingpontscho2003-01-136-13/+55
* add DVD and CDRom device entry's, and fix two 10l bugpontscho2003-01-123-4/+38
* "cosmetic" :)pontscho2003-01-121-6/+18
*