summaryrefslogtreecommitdiffstats
path: root/Gui
Commit message (Collapse)AuthorAgeFilesLines
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, ↵arpi2003-06-091-2/+2
| | | | | | LIBDIR->MPLAYER_LIBDIR git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10273 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix name clash fix libsmbclient, patch by Raindel Shachar ↵alex2003-06-031-1/+1
| | | | | | <raindel@techunix.technion.ac.il> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10242 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_scale.h & related cleanup & some small warning fix by dominikmichael2003-06-011-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10234 b3059339-0415-0410-9bf9-f77b7e298cf2
* From: Ben Low <ben@bdlow.net>pontscho2003-05-265-19/+55
| | | | | | | [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-263-2/+5
| | | | | | | 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
* This could be a 10l, but the codes check later if the wsConvFunc is valid, ↵alex2003-05-231-0/+10
| | | | | | so no sig11 if it's NULL, but at least no XShape support on PPC :) After all, finally the GUI works on my PPC!%#^^ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10171 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplyfied it and fixed some 10ls (but sadly xshape still don't works)alex2003-05-231-12/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10170 b3059339-0415-0410-9bf9-f77b7e298cf2
* some fixes and bigendian fix for 32bpp pngsalex2003-05-232-8/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10169 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
* support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>henry2003-04-071-11/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9871 b3059339-0415-0410-9bf9-f77b7e298cf2
* Using a different alignment for only the Gui is bad as this code usealbeu2003-04-041-3/+0
| | | | | | | some header in the rest of MPlayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9826 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dvd, vcd playing, compiling, and add one small playlist patchpontscho2003-04-032-4/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9813 b3059339-0415-0410-9bf9-f77b7e298cf2
* many 10l for me ...pontscho2003-03-2012-15/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9626 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfix from Raindel Shachar <raindel@techunix.technion.ac.il>pontscho2003-03-201-14/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9624 b3059339-0415-0410-9bf9-f77b7e298cf2
* what's the opposite of backport? :)arpi2003-03-172-5/+30
| | | | | | | 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
* - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreenfilon2003-02-071-12/+6
| | | | | | | | | | | | - help (-fstype help) also availabible - support state BELOW (someone may want to use it...) and by -fstype none forcing of not changing window layer (user request) - drop icelayer option, it can be set by -fstype layer=<number> - simplify vo_x11_fullscreen - fs change code cleanup git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9318 b3059339-0415-0410-9bf9-f77b7e298cf2
* this patch adds the option -guiwid to gmplayer. I think its a more cleanarpi2003-02-071-2/+4
| | | | | | | | approach than using just wid. Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Embed gui into the playback window, if winid>0arpi2003-02-061-0/+10
| | | | | | | | | also don't center window and align gui at the bottom. (see http://mplayerplug-in.sf.net for screenshot and speial skin) patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9307 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-054-7/+185
| | | | | | | | | | | | | | 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
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9209 b3059339-0415-0410-9bf9-f77b7e298cf2
* - rewrite Jan Spitalnik's patchpontscho2003-02-019-46/+94
| | | | | | | - fix some nice 10l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9203 b3059339-0415-0410-9bf9-f77b7e298cf2
* add Type1 and fix one 10lpontscho2003-02-011-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9196 b3059339-0415-0410-9bf9-f77b7e298cf2
* again ...pontscho2003-02-011-4/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9195 b3059339-0415-0410-9bf9-f77b7e298cf2
* devfs baszaspontscho2003-02-011-5/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9194 b3059339-0415-0410-9bf9-f77b7e298cf2
* save only video files placepontscho2003-02-011-5/+5
| | | | | | | (eh) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9193 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround one possible sig11pontscho2003-02-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9192 b3059339-0415-0410-9bf9-f77b7e298cf2
* commit Dominik Mierzejewski's patchpontscho2003-02-013-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9191 b3059339-0415-0410-9bf9-f77b7e298cf2
* commit and extend Diego Biurrun's patchpontscho2003-02-011-71/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9190 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix -fspontscho2003-01-253-7/+15
| | | | | | | | | | - set sub_fps to null for new files - fix one sig11, if you play vcd, and the disc is not vcd, playtree is dead - add playbar vertical position support - etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9089 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation error when HAVE_FREETYPE isn't definedcolin2003-01-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9076 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add subcppontscho2003-01-215-16/+90
| | | | | | | | - fix some 10l in gui - fix one 10l bug in subreader git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9057 b3059339-0415-0410-9bf9-f77b7e298cf2
* - rewrite sub_fpspontscho2003-01-217-78/+88
| | | | | | | | - add fps support - rewrite history git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9056 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add new entry's to hungarian skin howto (please Gabu translate)pontscho2003-01-192-4/+3
| | | | | | | - trivial changes in the code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9041 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix selected audio language in menuarpi2003-01-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9039 b3059339-0415-0410-9bf9-f77b7e298cf2
* show one ...pontscho2003-01-191-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9038 b3059339-0415-0410-9bf9-f77b7e298cf2
* 11l:)pontscho2003-01-191-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9032 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2003-01-181-10/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8981 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2003-01-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8979 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l found by Arpi (njamd)pontscho2003-01-181-10/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8978 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2003-01-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8977 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2003-01-172-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8976 b3059339-0415-0410-9bf9-f77b7e298cf2
* hm ...pontscho2003-01-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8975 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add playbarpontscho2003-01-1719-324/+764
| | | | | | | | | - add vpotmeter - fix gtk menu's pixel bug - fix some critical (10l) bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8974 b3059339-0415-0410-9bf9-f77b7e298cf2
* preferences cosmeticspontscho2003-01-161-40/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8965 b3059339-0415-0410-9bf9-f77b7e298cf2
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines ↵mosu2003-01-152-2/+2
| | | | | | can be safely used like functions: mydef(flag ? val1 : val2) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8958 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct skin changingpontscho2003-01-136-13/+55
| | | | | | | (fix one critical bug) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8950 b3059339-0415-0410-9bf9-f77b7e298cf2
* add DVD and CDRom device entry's, and fix two 10l bugpontscho2003-01-123-4/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8934 b3059339-0415-0410-9bf9-f77b7e298cf2
* "cosmetic" :)pontscho2003-01-121-6/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8924 b3059339-0415-0410-9bf9-f77b7e298cf2
* not needed.pontscho2003-01-124-17/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8921 b3059339-0415-0410-9bf9-f77b7e298cf2
* motion fix from Gregory Kovriga <gkovriga@techunix.technion.ac.il>pontscho2003-01-121-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8917 b3059339-0415-0410-9bf9-f77b7e298cf2
* add osd_level=3 supportpontscho2003-01-112-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8887 b3059339-0415-0410-9bf9-f77b7e298cf2
* - new font render finishedpontscho2003-01-113-155/+63
| | | | | | | - fix 'l' button (evLoad changed to evLoadPlay) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8884 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2003-01-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8866 b3059339-0415-0410-9bf9-f77b7e298cf2
* - sync with x11_commonpontscho2003-01-098-243/+177
| | | | | | | - half rewrited font render engine (disabled by default) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8865 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix spelling of my namejkeil2003-01-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8780 b3059339-0415-0410-9bf9-f77b7e298cf2
* add fwd/bck 10 minpontscho2003-01-021-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8721 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct widget destroy event handler (thank for D J Hawkey Jr ↵pontscho2003-01-0210-13/+25
| | | | | | <hawkeyd@visi.com>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8720 b3059339-0415-0410-9bf9-f77b7e298cf2
* add overlapping to preferencespontscho2003-01-022-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8718 b3059339-0415-0410-9bf9-f77b7e298cf2
* SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>pontscho2003-01-025-1/+149
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8715 b3059339-0415-0410-9bf9-f77b7e298cf2
* persistant history path from Pavel Rousar <p.rousar@sh.cvut.cz>pontscho2003-01-022-2/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8714 b3059339-0415-0410-9bf9-f77b7e298cf2
* these patches let ,,oldstyle'' and freetype subtitle renderers livearpi2002-12-291-1/+1
| | | | | | | | | | | together happily. if an oldstyle subtitle (font.desc) is found, it will be used. otherwise mplayer will choose subfont.ttf, if freetype was detected during ./configure. (also you can use -font /path/to/font.desc and -font /path/to/foobar.ttf too) patch-set by Wojtek Kaniewski <wojtekka@bydg.pdi.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8636 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing #endifarpi2002-12-281-0/+1
| | | | | | | noticed by Mark Szabo mw3@bsd.hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8616 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lots of functions and variables specific to OSS audio are used withoutarpi2002-12-284-0/+15
| | | | | | | | | ifdefs, so it is not possible to compile mplayer without enabling it, alse some are already ifdefed, so it is a mess. patch by Filip Kalinski <filon@pld.org.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8601 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix (?) "mixer bug"pontscho2002-12-164-11/+9
| | | | | | | | - fix audio_id/video_id changing - fix some other bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8485 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied Gregory's patchpontscho2002-12-162-15/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8482 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable DPMS handlingpontscho2002-12-161-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8479 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix three submenu bugpontscho2002-12-117-63/+99
| | | | | | | | | | | | | - audio/video track hiding - normal/double/fullscreen handling - dvd audio channel setting bug - fix file/url/vcd/dvd playing - fix variables initialization - some small bug fix - applied some patch from Rüdiger Kuhlmann git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8424 b3059339-0415-0410-9bf9-f77b7e298cf2
* need thispontscho2002-12-052-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8381 b3059339-0415-0410-9bf9-f77b7e298cf2
* better 'Audio track' support, and one 10lpontscho2002-12-052-13/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8379 b3059339-0415-0410-9bf9-f77b7e298cf2
* - audio track handling in menu (idea from Rüdiger Kuhlmann)pontscho2002-11-296-14/+42
| | | | | | | - some userfriendly changes in menu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8313 b3059339-0415-0410-9bf9-f77b7e298cf2
* add autosync && some 10l bugfixpontscho2002-11-284-5/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8312 b3059339-0415-0410-9bf9-f77b7e298cf2