summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/fs.c
Commit message (Collapse)AuthorAgeFilesLines
* introduce new 'stream' directory for all stream layer related components and ↵ben2006-07-311-1/+1
| | | | | | split them from libmpdemux git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-9/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-12-081-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17145 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
* 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
* - rewrite Jan Spitalnik's patchpontscho2003-02-011-0/+1
| | | | | | | - 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
* 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
* commit Dominik Mierzejewski's patchpontscho2003-02-011-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9191 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix -fspontscho2003-01-251-1/+1
| | | | | | | | | | - 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
* - add subcppontscho2003-01-211-1/+6
| | | | | | | | - 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-211-61/+15
| | | | | | | | - add fps support - rewrite history git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9056 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
* correct widget destroy event handler (thank for D J Hawkey Jr ↵pontscho2003-01-021-1/+1
| | | | | | <hawkeyd@visi.com>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8720 b3059339-0415-0410-9bf9-f77b7e298cf2
* persistant history path from Pavel Rousar <p.rousar@sh.cvut.cz>pontscho2003-01-021-2/+73
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8714 b3059339-0415-0410-9bf9-f77b7e298cf2
* - remove some unused/nonusable variablespontscho2002-11-271-150/+34
| | | | | | | | | - 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
* cleanuppontscho2002-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8044 b3059339-0415-0410-9bf9-f77b7e298cf2
* - better dxr3 supportpontscho2002-10-101-1/+0
| | | | | | | | - fix oss subdevice bug - add some warning fix from Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7707 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz ...pontscho2002-09-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7557 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix filter handling bugpontscho2002-09-281-8/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7541 b3059339-0415-0410-9bf9-f77b7e298cf2
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>arpi2002-09-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7540 b3059339-0415-0410-9bf9-f77b7e298cf2
* akarki fs pecsepontscho2002-09-281-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7532 b3059339-0415-0410-9bf9-f77b7e298cf2
* Can't return pointer to automatic C array, gmplayer file selector box doesjkeil2002-09-131-1/+1
| | | | | | | not show video files; use a static string instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7388 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pontscho forgot to add *.rm to all video files...diego2002-09-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7238 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewrite eq interface and add *.rm to fspontscho2002-09-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7218 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add None to audio/video family selectionpontscho2002-08-311-44/+62
| | | | | | | - add *.divx and case insensitive search to fs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7204 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add play time subtitle change supportpontscho2002-08-291-1/+3
| | | | | | | - better language support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7151 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add freetype support for guipontscho2002-08-291-0/+4
| | | | | | | - fix some small bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7140 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix (?) cmd line handlingpontscho2002-08-151-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7020 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix equ handlingpontscho2002-08-051-1/+1
| | | | | | | | | - fix dvd pos bar - fix 10l bug in evLoadPlay bugfix :) - mittomen git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6913 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix mixer handlingpontscho2002-08-041-2/+2
| | | | | | | | | - some change in menu - fix evLoadPlay bug - etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6904 b3059339-0415-0410-9bf9-f77b7e298cf2
* gtk dialog bug fixpontscho2002-07-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6855 b3059339-0415-0410-9bf9-f77b7e298cf2
* - some cosmetic change in preferencespontscho2002-07-301-3/+3
| | | | | | | | - add *.wav to file selector - fix setlocale() bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6841 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add preferences support (first try)pontscho2002-07-251-18/+64
| | | | | | | | | | | | - fix some playlist bug - fix some equ bug - fix some redraw bug - fix dvd playing - fix file open dialog box - etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6795 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix audio equalizerpontscho2002-07-191-2/+3
| | | | | | | | | - rewrite video equalizer handling (i teszted with mga g400 [x]mga,xv,xvidix and radeon xv,xvidix ) - fix some small gtk bug - i dunno, i don't remember ... :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6756 b3059339-0415-0410-9bf9-f77b7e298cf2
* add simple playlist supportpontscho2002-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6714 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add icon (nice, but very ugly hakk:)pontscho2002-07-051-0/+4
| | | | | | | | | | | | | - move all window to one group - better multilanguage support - some small bug fixed - some warning fixed - swap the two menu - fix small network playing bug ( evPlay instead of evPlayNetwork :) - add channel name selection for equalizer support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6652 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unneded config filespontscho2002-07-031-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6626 b3059339-0415-0410-9bf9-f77b7e298cf2
* add -audiofile support for guipontscho2002-07-021-19/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6624 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix window hiding bug with some wms (kde, gnome, icewm, mwm, wmaker)pontscho2002-07-021-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6623 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix some gtk bug...pontscho2002-05-201-6/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6147 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixespontscho2002-05-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6090 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix gtk dialog box destroy bugpontscho2002-05-111-84/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6045 b3059339-0415-0410-9bf9-f77b7e298cf2
* add multiple filter typespontscho2002-04-221-23/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5787 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l++pontscho2002-02-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4847 b3059339-0415-0410-9bf9-f77b7e298cf2
* new gui interface, and gtk moved into mplayer process. fork ... bleh :)pontscho2002-02-231-68/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4819 b3059339-0415-0410-9bf9-f77b7e298cf2
* add fselector changes (pwilkins@lashwhip.com)pontscho2002-02-211-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4780 b3059339-0415-0410-9bf9-f77b7e298cf2
* full language support for guipontscho2001-12-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3588 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add subtitle loader for guipontscho2001-12-151-179/+230
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3500 b3059339-0415-0410-9bf9-f77b7e298cf2
* add half dvd support for guipontscho2001-11-211-6/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3055 b3059339-0415-0410-9bf9-f77b7e298cf2
* size of array was incorrectpl2001-11-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2987 b3059339-0415-0410-9bf9-f77b7e298cf2
* add new file types, ijen jol.pontscho2001-11-181-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2976 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewrite ...pontscho2001-11-141-0/+635
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2902 b3059339-0415-0410-9bf9-f77b7e298cf2