summaryrefslogtreecommitdiffstats
path: root/Gui
Commit message (Collapse)AuthorAgeFilesLines
* 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
* add stop_xscreensaverpontscho2002-11-282-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8309 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add Rüdiger Kuhlmann's <mplayer-list-UGa6JdjLujS2@ruediger-kuhlmann.de> patchpontscho2002-11-282-0/+13
| | | | | | | - fix one 10l bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8306 b3059339-0415-0410-9bf9-f77b7e298cf2
* no exit on fulscreen if you press escpontscho2002-11-283-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8303 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix in item disabling (vagymi)pontscho2002-11-274-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8301 b3059339-0415-0410-9bf9-f77b7e298cf2
* - remove some unused/nonusable variablespontscho2002-11-2715-1617/+515
| | | | | | | | | - remove unneded gtk function - replace some gtk function - small bug fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8300 b3059339-0415-0410-9bf9-f77b7e298cf2
* cache (buzeralas)pontscho2002-11-255-9/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8285 b3059339-0415-0410-9bf9-f77b7e298cf2
* no seeking if stream is STREAMTYPE_STREAM (net/stdin)pontscho2002-11-257-33/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8281 b3059339-0415-0410-9bf9-f77b7e298cf2
* if no have subwindow ... some menupoint is disabled:)pontscho2002-11-251-7/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8279 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix(?) cachepontscho2002-11-252-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8277 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversing my patch to check for -Wall support & use it if available ↵rathann2002-11-251-1/+1
| | | | | | (requested by A'rpi) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8274 b3059339-0415-0410-9bf9-f77b7e298cf2
* check for -Wall support & use it if available patch by (Dominik Mierzejewski ↵michael2002-11-231-1/+1
| | | | | | | | | <dominik at rangers dot eu dot org>) arpi, feel free to reverse if u dont like -Wall git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8256 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2002-11-132-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8182 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanuppontscho2002-11-121-745/+130
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8174 b3059339-0415-0410-9bf9-f77b7e298cf2
* new entrypontscho2002-11-122-0/+141
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8173 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the Gui with NEW_CONFIGalbeu2002-11-121-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8169 b3059339-0415-0410-9bf9-f77b7e298cf2
* size ...pontscho2002-11-111-304/+75
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8157 b3059339-0415-0410-9bf9-f77b7e298cf2
* size optimpontscho2002-11-111-228/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8155 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatingpontscho