summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer
Commit message (Expand)AuthorAgeFilesLines
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-316-6/+6
* marks several strings inside structs as const when they hold just reynaldo2006-07-161-2/+2
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-151-1/+1
* Mark several string parameters that are not modified in the function as const.diego2006-07-148-19/+19
* drops casts from void * on malloc/calloc from the gui codereynaldo2006-07-133-8/+8
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-094-15/+1
* Make most of the xpm-files read 'const char*' instead of 'char*'diego2006-06-2145-45/+45
* Remove now obsolete .cvsignore files.diego2006-06-021-2/+0
* Rename some misspelled and misnamed messages.diego2006-04-281-1/+1
* 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-162-0/+40
* 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-273-1/+13
* Automaticall convert message to console charset, use utf8 for GTK2 Guireimar2006-03-081-1/+0
* Bandaid fix for compilation failure when creating main/.depend with GUIdiego2006-01-041-1/+1
* 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-0819-137/+137
* 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
* 100l, video_out.h is now needed for some vo_ variables.reimar2005-08-211-0/+1
* Support for GTK 2.x.reimar2005-08-173-0/+25
* gmplayer + arts == bad!reimar2005-07-281-0/+2
* ESD configuration dialog and software volume control option for Guireimar2005-02-121-0/+32
* Add half size entry to the GMPlayer menu.diego2005-01-253-3/+166
* libao2/eq.h was removed, use libaf/equalizer.h instead.reimar2005-01-061-1/+1
* printf --> mp_msg conversion, less verbositydiego2004-12-152-3/+3
* 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
* 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-302-280/+287
* 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
* 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-264-5/+10
* scroll strings from the left to right, patch by Andre Kuhnealex2004-06-261-1/+2
* string handling security fixesdiego2004-06-251-42/+65
* Address removed upon request.diego2004-06-151-1/+0
* Buffer overflow fix in string handling, patch by c0ntex, approved by .so.diego2004-06-021-2/+2
* 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-251-1/+2
* 'video window vanishes after pause' bugfix, based on André Kühne's (andre.k...pontscho2004-02-031-2/+5
* 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
* Added Matroska file extensions to the GUI. Patch by t0nik@yandex.ru.mosu2003-09-171-4/+8
* replacing old MPlayer logo for the much nicer OSX versiongabucino2003-08-111-213/+1225
* From: Ben Low <ben@bdlow.net>pontscho2003-05-263-10/+10
* From: Michael Joosten <joost@c-lab.de>pontscho2003-05-262-2/+4
* [PATCH] CP1250 encoding to GUI and UTF-8 to font.descpontscho2003-05-251-0/+1
* support for pnm and rtsp stream opening with gui, patch by Ambrose Li <a.c.li...alex2003-05-231-1/+5
* fix dvd, vcd playing, compiling, and add one small playlist patchpontscho2003-04-031-2/+4
* many 10l for me ...pontscho2003-03-206-5/+13
* what's the opposite of backport? :)arpi2003-03-171-5/+28
* linux->osdeparpi2003-02-091-1/+1
* 10lpontscho2003-02-081-5/+5
* minor fixes for font autoscalinghenry2003-02-081-7/+7
* 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-052-1/+32
* fix idxpontscho2003-02-031-2/+3
* better language supportpontscho2003-02-011-12/+12
* - rewrite Jan Spitalnik's patchpontscho2003-02-015-39/+43
* 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-012-0/+3
* commit and extend Diego Biurrun's patchpontscho2003-02-011-71/+79
* - fix -fspontscho2003-01-252-5/+13
* fix compilation error when HAVE_FREETYPE isn't definedcolin2003-01-231-1/+1
* - add subcppontscho2003-01-212-14/+81
* - rewrite sub_fpspontscho2003-01-214-77/+51
* - add new entry's to hungarian skin howto (please Gabu translate)pontscho2003-01-191-2/+2
* 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
* 10l found by Arpi (njamd)pontscho2003-01-181-10/+3
* 10lpontscho2003-01-172-0/+2
* - add playbarpontscho2003-01-179-226/+572
* preferences cosmeticspontscho2003-01-161-40/+52
* correct skin changingpontscho2003-01-132-7/+32
* add DVD and CDRom device entry's, and fix two 10l bugpontscho2003-01-122-4/+35
* "cosmetic" :)pontscho2003-01-121-6/+18
* not needed.pontscho2003-01-121-11/+0
* add osd_level=3 supportpontscho2003-01-111-0/+6
* - new font render finishedpontscho2003-01-111-8/+2
* 10lpontscho2003-01-091-2/+2
* - sync with x11_commonpontscho2003-01-094-9/+16
* Fix spelling of my namejkeil2003-01-041-1/+1
* add fwd/bck 10 minpontscho2003-01-021-0/+2
* correct widget destroy event handler (thank for D J Hawkey Jr <hawkeyd@visi.c...pontscho2003-01-0210-13/+25
* add overlapping to preferencespontscho2003-01-021-0/+5
* SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>pontscho2003-01-022-0/+132
* persistant history path from Pavel Rousar <p.rousar@sh.cvut.cz>pontscho2003-01-022-2/+79
* Lots of functions and variables specific to OSS audio are used withoutarpi2002-12-281-0/+4
* - fix (?) "mixer bug"pontscho2002-12-163-5/+5
* applied Gregory's patchpontscho2002-12-161-11/+44
* - fix three submenu bugpontscho2002-12-113-39/+40
* need thispontscho2002-12-051-3/+8
* better 'Audio track' support, and one 10lpontscho2002-12-052-13/+36
* - audio track handling in menu (idea from Rüdiger Kuhlmann)pontscho2002-11-292-12/+33
* add autosync && some 10l bugfixpontscho2002-11-281-3/+29
* add stop_xscreensaverpontscho2002-11-281-0/+5
* - add Rüdiger Kuhlmann's <mplayer-list-UGa6JdjLujS2@ruediger-kuhlmann.de> patchpontscho2002-11-281-0/+9
* no exit on fulscreen if you press escpontscho2002-11-281-1/+9
* 10l fix in item disabling (vagymi)pontscho2002-11-271-2/+1
* - remove some unused/nonusable variablespontscho2002-11-2715-1617/+515
* cache (buzeralas)pontscho2002-11-251-8/+7
* no seeking if stream is STREAMTYPE_STREAM (net/stdin)pontscho2002-11-252-0/+2
* if no have subwindow ... some menupoint is disabled:)pontscho2002-11-251-7/+10
* fix(?) cachepontscho2002-11-251-4/+4
* 10lpontscho2002-11-131-5/+8
* cleanuppontscho2002-11-121-745/+130
* new entrypontscho2002-11-122-0/+141
* size ...pontscho2002-11-111-304/+75
* size optimpontscho2002-11-111-228/+48
* updatingpontscho2002-11-111-3/+2
* 10l - found by Jerome De Greef <jdegreef@brutele.be>arpi2002-11-101-0/+1
* patch from Colin Leroy <colin@colino.net>pontscho2002-11-061-1/+1
* cosmeticpontscho2002-11-025-118/+28
* not neededpontscho2002-11-024-29/+41
* renamepontscho2002-11-023-0/+0
* cleanuppontscho2002-11-0213-71/+52
* 10lpontscho2002-11-021-1/+4
* add and extended Gregory Kovriga's <gkovriga@techunix.technion.ac.il> patchpontscho2002-10-211-12/+49
* - dvd aspect changing bug - fixedpontscho2002-10-162-2/+8
* - better dxr3 supportpontscho2002-10-102-13/+28
* last flip bug fixedpontscho2002-10-101-1/+2
* use snprintf instead of sprintfpontscho2002-10-021-4/+4
* add [video||audio]_driver_listpontscho2002-10-021-30/+10
* upsz ...pontscho2002-09-291-1/+1
* add aspect changing supportpontscho2002-09-282-1/+20
* fix filter handling bugpontscho2002-09-281-8/+7
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>arpi2002-09-281-1/+1
* - add "start in fullscreen" functionpontscho2002-09-281-0/+34
* no fix window sizepontscho2002-09-281-5/+5
* akarki fs pecsepontscho2002-09-281-5/+9
* added uhulinux urlalex2002-09-281-1/+2
* - fix new afm/vfm supportpontscho2002-09-281-8/+104
* compilation fix, patch by Sidik Isani <lksi@cfht.hawaii.edu>arpi2002-09-221-1/+1
* adding CP1251 to GUI's Font encoding for FreeTypeiive2002-09-161-0/+1
* add one linepontscho2002-09-141-0/+2
* Can't return pointer to automatic C array, gmplayer file selector box doesjkeil2002-09-131-1/+1
* 100lpontscho2002-09-051-1/+1
* Pontscho forgot to add *.rm to all video files...diego2002-09-011-1/+1
* rewrite eq interface and add *.rm to fspontscho2002-09-013-8/+16
* - add None to audio/video family selectionpontscho2002-08-312-44/+64
* enable linewrappingalex2002-08-311-0/+6
* fix flip handling bugalex2002-08-311-1/+2
* upsz ...pontscho2002-08-311-1/+1
* fix vfm and add afm supportpontscho2002-08-311-31/+76
* add subtitle dropping supportpontscho2002-08-303-1/+6
* - fix window handling with dxr3pontscho2002-08-291-0/+1
* - add play time subtitle change supportpontscho2002-08-292-6/+8
* - add freetype support for guipontscho2002-08-292-8/+302
* removed old input codealex2002-08-281-29/+0
* - warning fixes from Dominik Mierzejewski <dominik@rangers.eu.org>pontscho2002-08-269-9/+27
* Fix small typo noticed by Francisco Javier Cabello <fjcabello@visual-tools.com>atmos42002-08-241-1/+1
* fix (?) cmd line handlingpontscho2002-08-152-47/+46
* - add dxr3 gui support (dialogbox, etc.)pontscho2002-08-146-33/+336
* add uri2filename converter</