summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer
Commit message (Collapse)AuthorAgeFilesLines
* marks several strings inside structs as const when they hold just reynaldo2006-07-161-2/+2
| | | | | | | | | 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-151-1/+1
| | | | | | 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
* Mark several string parameters that are not modified in the function as const.diego2006-07-148-19/+19
| | | | | | | patch by Stefan Huehner, stefan at huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19086 b3059339-0415-0410-9bf9-f77b7e298cf2
* drops casts from void * on malloc/calloc from the gui codereynaldo2006-07-133-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19066 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-094-15/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make most of the xpm-files read 'const char*' instead of 'char*'diego2006-06-2145-45/+45
| | | | | | | | to reflect the read-only status of the xpm-definitions. patch by Stefan Huehner stefan$$at$$huehner$$dot$$org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18776 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now obsolete .cvsignore files.diego2006-06-021-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename some misspelled and misnamed messages.diego2006-04-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18336 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove updating of vo_mouse_timer_const from the main loop and alsouau2006-04-251-2/+1
| | | | | | | | remove the variable itself. Convert code in x11_common.c and OSD timing that depended on the variable to use real time instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18288 b3059339-0415-0410-9bf9-f77b7e298cf2
* simpler and better subtitles switching, patch by Stanislav Maslovski ↵gpoirier2006-04-221-22/+4
| | | | | | <stanislav P maslovski A gmail P com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18186 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).gpoirier2006-04-162-0/+40
| | | | | | | | | | Patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com> Original thread: Date: Apr 12, 2006 1:50 PM Subject: [MPlayer-dev-eng] [PATCH] GUI: add cheap subtitle switching for non-DVD git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18119 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix segfault in the skin browser when sbSelectedSkin gets dereferenced ↵gpoirier2006-04-091-5/+8
| | | | | | | | | | | before setting, when no skin is selected in the skin list upon opening the browser, and "Cancel" or "OK" buttons get clicked. Noticed when runnig freshly compiled gmplayer on a system where the skins were still under the old location. based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18067 b3059339-0415-0410-9bf9-f77b7e298cf2
* vertical size of "Configure Equalizer" window is not enough to hold all ↵gpoirier2006-04-091-1/+1
| | | | | | comboboxes, based on a patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18066 b3059339-0415-0410-9bf9-f77b7e298cf2
* the title of this window was not localized => added new en and ru strings, ↵gpoirier2006-04-091-1/+1
| | | | | | based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18065 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename the default GUI skins directory from 'Skin' to 'skins', keepingdiego2006-03-273-1/+13
| | | | | | | backwards compatibility. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17975 b3059339-0415-0410-9bf9-f77b7e298cf2
* Automaticall convert message to console charset, use utf8 for GTK2 Guireimar2006-03-081-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17773 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bandaid fix for compilation failure when creating main/.depend with GUIdiego2006-01-041-1/+1
| | | | | | | enabled. This is only a problem if .developer is not present. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17315 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix the translator names list so that it conforms to lastname, firstnamerathann2006-01-021-8/+8
| | | | | | | convention, sort and add missing accents git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17288 b3059339-0415-0410-9bf9-f77b7e298cf2
* vpotmeter fix, scroll in the correct directionods152005-12-273-5/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17255 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid gcc warnings:rathann2005-12-151-2/+1
| | | | | | | | | | | | '...' might be used uninitialized in this function In this case 'H', 'N', 'D', and 'F' can indeed be used unitialized, thus possibly causing all sorts of problems. Patch by Peter Breitenlohner git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert this file to UTF-8 as it contains funky caracters from all around ↵gpoirier2005-12-101-26/+26
| | | | | | | | | the world. What's even better is that this gets rid of a GTK assertion error. \o/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17158 b3059339-0415-0410-9bf9-f77b7e298cf2
* #include help_mp.h only once.diego2005-12-091-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17149 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-12-0819-137/+137
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17145 b3059339-0415-0410-9bf9-f77b7e298cf2
* Every contribution deserves to be listed on the "about" window of the gui.gpoirier2005-12-071-91/+214
| | | | | | | Change the way this list is done by following the layout of AUTHORS git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix popup menu problems: GTK cannot get a grab while the button is down,reimar2005-12-044-11/+3
| | | | | | | so show it on button release instead of button press. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17088 b3059339-0415-0410-9bf9-f77b7e298cf2
* About text should _not_ be editable, it just looks stupid.reimar2005-12-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17087 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, video_out.h is now needed for some vo_ variables.reimar2005-08-211-0/+1
| | | | | | | This is ugly, but interface.c already does it like that, so why bother... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16285 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for GTK 2.x.reimar2005-08-173-0/+25
| | | | | | | Patch by Onur Kucuk (onur . delipenguen net). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16247 b3059339-0415-0410-9bf9-f77b7e298cf2
* gmplayer + arts == bad!reimar2005-07-281-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16123 b3059339-0415-0410-9bf9-f77b7e298cf2
* ESD configuration dialog and software volume control option for Guireimar2005-02-121-0/+32
| | | | | | | Patch by Paul Wilhelm Elsinghorst ( paul [at] uni-bonn de ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14687 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add half size entry to the GMPlayer menu.diego2005-01-253-3/+166
| | | | | | | | patch by Pierre Marc Dumuid <pierre dot dumuid at adelaide dot edu dot au> approved by Pontscho git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14590 b3059339-0415-0410-9bf9-f77b7e298cf2
* libao2/eq.h was removed, use libaf/equalizer.h instead.reimar2005-01-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14406 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msg conversion, less verbositydiego2004-12-152-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14157 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore normal/double size GUI functionality ( broken since EWMH fs support ).al2004-11-211-12/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14007 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixdiego2004-11-151-8/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13949 b3059339-0415-0410-9bf9-f77b7e298cf2
* icons for the GUI context menudiego2004-11-0240-71/+2936
| | | | | | | patch by Piero di Vita <scognito at acaro dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13853 b3059339-0415-0410-9bf9-f77b7e298cf2
* Limit Gui redraw rate.reimar2004-10-181-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13673 b3059339-0415-0410-9bf9-f77b7e298cf2
* File filter dropdown box value is now preserved between dialog invocations.diego2004-10-061-9/+17
| | | | | | | patch by Deomid Ryabkov aka Rojer <myself at rojer dot pp dot ru> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13571 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix examples for ao_alsa options dialog and add example for mixer index.reimar2004-09-231-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13444 b3059339-0415-0410-9bf9-f77b7e298cf2
* Copy-n-Paste bug breaking channel selection in audio configuration dialogreimar2004-09-061-2/+2
| | | | | | | Patch by (eyager at chartermi dot net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13267 b3059339-0415-0410-9bf9-f77b7e298cf2
* small gcc warning fixrathann2004-08-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13182 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, fixes DXR3 compile problems caused by my last patch.reimar2004-07-311-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12925 b3059339-0415-0410-9bf9-f77b7e298cf2
* unified audio options dialog, fixes also bug #40reimar2004-07-302-280/+287
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12919 b3059339-0415-0410-9bf9-f77b7e298cf2
* better menu icons by Piero di Vita <scognito@libero.it>diego2004-07-092-139/+784
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12785 b3059339-0415-0410-9bf9-f77b7e298cf2
* new error icon by piero <scognito@libero.it>diego2004-06-281-121/+542
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12724 b3059339-0415-0410-9bf9-f77b7e298cf2
* simple, smooth, ram-saving dynamic potmeter, which feature is required by ↵alex2004-06-262-2/+29
| | | | | | the tvisor skin, patch by Andre Kuhne git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12694 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix GUI compilation, patch by Reimar Döffinger and Alexander Strasser.diego2004-06-264-5/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12692 b3059339-0415-0410-9bf9-f77b7e298cf2
* scroll strings from the left to right, patch by Andre Kuhnealex2004-06-261-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12686 b3059339-0415-0410-9bf9-f77b7e298cf2
* string handling security fixesdiego2004-06-251-42/+65
| | | | | | | | patch by Nicholas Kain, Alexander Strasser <eclipse7@gmx.net> reviewed by Pontscho, Alex, Rich git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12647 b3059339-0415-0410-9bf9-f77b7e298cf2
* Address removed upon request.diego2004-06-151-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Buffer overflow fix in string handling, patch by c0ntex, approved by .so.diego2004-06-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12523 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer logo as taskbar icon by Scognitodiego2004-05-261-28/+140
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12507 b3059339-0415-0410-9bf9-f77b7e298cf2
* new and improved icons by Scognitodiego2004-05-257-2303/+1177
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12505 b3059339-0415-0410-9bf9-f77b7e298cf2
* nicer icons by Scognitodiego2004-05-243-109/+277
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12500 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch from Rune <runner@mail.tele.dk>pontscho2004-03-251-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12069 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'video window vanishes after pause' bugfix, based on André Kühne's ↵pontscho2004-02-031-2/+5
| | | | | | (andre.kuehne@gmx.net) bugreport git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11919 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch from Kelemen Gábor <kg0021@stud.unideb.hu>pontscho2004-01-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11761 b3059339-0415-0410-9bf9-f77b7e298cf2
* VCD/SVCD Images (*.bin) option in file selector by Spammail <spammail01@gmx.net>alex2003-12-071-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11570 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added Matroska file extensions to the GUI. Patch by t0nik@yandex.ru.mosu2003-09-171-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10880 b3059339-0415-0410-9bf9-f77b7e298cf2
* replacing old MPlayer logo for the much nicer OSX versiongabucino2003-08-111-213/+1225
| | | | | | | (AFAIK currently used only for Gentoo desktop icon, maybe other distribs also) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10574 b3059339-0415-0410-9bf9-f77b7e298cf2
* From: Ben Low <ben@bdlow.net>pontscho2003-05-263-10/+10
| | | | | | | [PATCH] xineramascreen for gmplayer (the right way) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10195 b3059339-0415-0410-9bf9-f77b7e298cf2
* From: Michael Joosten <joost@c-lab.de>pontscho2003-05-262-2/+4
| | | | | | | PATCH: fullscreen issues with GUI, WM layers, gmplayer plays first file always twice git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10194 b3059339-0415-0410-9bf9-f77b7e298cf2
* [PATCH] CP1250 encoding to GUI and UTF-8 to font.descpontscho2003-05-251-0/+1
| | | | | | | From: Nikola Smolenski <smolensk@eunet.yu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10183 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for pnm and rtsp stream opening with gui, patch by Ambrose Li ↵alex2003-05-231-1/+5
| | | | | | <a.c.li@ieee.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10161 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dvd, vcd playing, compiling, and add one small playlist patchpontscho2003-04-031-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9813 b3059339-0415-0410-9bf9-f77b7e298cf2
* many 10l for me ...pontscho2003-03-206-5/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9626 b3059339-0415-0410-9bf9-f77b7e298cf2
* what's the opposite of backport? :)arpi2003-03-171-5/+28
| | | | | | | some changes ported from 0_90 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9613 b3059339-0415-0410-9bf9-f77b7e298cf2
* linux->osdeparpi2003-02-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9381 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2003-02-081-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9352 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor fixes for font autoscalinghenry2003-02-081-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9347 b3059339-0415-0410-9bf9-f77b7e298cf2
* another 10lpontscho2003-02-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9306 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix one 10lpontscho2003-02-061-11/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9304 b3059339-0415-0410-9bf9-f77b7e298cf2
* - It adds an option enqueue/noenqueue, so users can choose if they want toarpi2003-02-052-1/+32
| | | | | | | | | | | | | | have playlist overwritten by files on commandline or just enqueue them at the end ... - Playtree is finally cleared, as such gui has total control! - Autoplay if files are available on commandline and -enqueue is not set! - Fallback on Playlists finally does work with Gui and even with streaming Playlists! [ Before gui was broken as mplayer.c:playtree tried to have control] patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9292 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix idxpontscho2003-02-031-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9260 b3059339-0415-0410-9bf9-f77b7e298cf2
* better language supportpontscho2003-02-011-12/+12
| |