summaryrefslogtreecommitdiffstats
path: root/Gui
Commit message (Collapse)AuthorAgeFilesLines
* adding CP1251 to GUI's Font encoding for FreeTypeiive2002-09-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7416 b3059339-0415-0410-9bf9-f77b7e298cf2
* add one linepontscho2002-09-141-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7396 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
* Use the character substitution code from fntRender() / fntTextWidth()jkeil2002-09-101-2/+9
| | | | | | | | | | for non-existant characters in fntTextHeight(), too. Otherwise the image height is mis-computed and we allocate an output image that is too small; this could result in malloc heap corruption. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7354 b3059339-0415-0410-9bf9-f77b7e298cf2
* Off-by-one error allocating bitmap, when (width*height) % 8 != 0jkeil2002-09-102-2/+2
| | | | | | | The code was writing beyond allocated memory, and could corrupt malloc heap. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7353 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100lpontscho2002-09-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7288 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add fuckin locale fix from Dietrich Clauß <dc2@clauss.dyndns.org>pontscho2002-09-051-21/+15
| | | | | | | (Yeah. Nice round:) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7284 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add workaround for fuckin localepontscho2002-09-046-154/+36
| | | | | | | - remove tga and bmp filter git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7266 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsoletedpontscho2002-09-044-320/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7265 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-016-54/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7218 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsoletedpontscho2002-09-012-246/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7217 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove obsoleted filespontscho2002-08-312-7/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7207 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add None to audio/video family selectionpontscho2002-08-312-44/+64
| | | | | | | - add *.divx and case insensitive search to fs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7204 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable linewrappingalex2002-08-311-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7199 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix flip handling bugalex2002-08-311-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7195 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz ...pontscho2002-08-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7188 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix vfm and add afm supportpontscho2002-08-312-32/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7187 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz, 10lpontscho2002-08-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7171 b3059339-0415-0410-9bf9-f77b7e298cf2
* add subtitle dropping supportpontscho2002-08-306-6/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7170 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix window handling with dxr3pontscho2002-08-292-3/+1
| | | | | | | - workaround dxr3 subpicture size with freetype osd rendering git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7152 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add play time subtitle change supportpontscho2002-08-294-6/+35
| | | | | | | - better language support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7151 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch fixes a compile error when HAVE_FREETYPE is not defined.arpi2002-08-291-0/+2
| | | | | | | Alexander.Gottwald@informatik.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7147 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add freetype support for guipontscho2002-08-295-9/+344
| | | | | | | - fix some small bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7140 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD iconv change/fixnexus2002-08-281-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7129 b3059339-0415-0410-9bf9-f77b7e298cf2
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-282-1/+5
| | | | | | | patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7123 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed old input codealex2002-08-282-31/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7112 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add dxr3 equ patch from "Szombathelyi [iso-8859-2] György" ↵pontscho2002-08-271-1/+4
| | | | | | | | | <gyurco@freemail.hu> - add cosmetic patch from uh ... don't know :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7096 b3059339-0415-0410-9bf9-f77b7e298cf2
* - warning fixes from Dominik Mierzejewski <dominik@rangers.eu.org>pontscho2002-08-2614-33/+125
| | | | | | | | | | - wsXDNDProcessSelection return Truae fix - add url list saving support from Morten Volden <mvolden@tdcadsl.dk> - fix bug's in this patches - fix some memleak and bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7093 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix small typo noticed by Francisco Javier Cabello <fjcabello@visual-tools.com>atmos42002-08-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7081 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix (?) cmd line handlingpontscho2002-08-156-172/+103
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7020 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add dxr3 gui support (dialogbox, etc.)pontscho2002-08-1410-71/+439
| | | | | | | | - fix one small dvd playing bug ( dvd playing don't del the playlist) - add some ifdef() check git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7010 b3059339-0415-0410-9bf9-f77b7e298cf2
* add uri2filename converterpontscho2002-08-145-11/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6997 b3059339-0415-0410-9bf9-f77b7e298cf2
* kde3 dnd fix from Gregory Kovriga and file name handling fix in dnd callbackpontscho2002-08-112-10/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6978 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix -subpontscho2002-08-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6974 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l :)pontscho2002-08-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6969 b3059339-0415-0410-9bf9-f77b7e298cf2
* add xdnd support (from Gregory Kovriga <gkovriga@techunix.technion.ac.il>) ↵pontscho2002-08-119-6/+329
| | | | | | and fix -subdelay bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6968 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix equ handlingpontscho2002-08-058-20/+23
| | | | | | | | | - 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 playlist2dvd bugpontscho2002-08-042-2/+2
| | | | | | | - change playlist selection mode git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6906 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix mixer handlingpontscho2002-08-0415-52/+73
| | | | | | | | | - some change in menu - fix evLoadPlay bug - etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6904 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix fuckin' locale (?:)pontscho2002-08-045-13/+14
| | | | | | | - fix msg box layer handling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6899 b3059339-0415-0410-9bf9-f77b7e298cf2
* gui.conf parsing moved to after gtkInit() - should fix i18n problemsarpi2002-08-042-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6892 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz 2pontscho2002-07-312-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6858 b3059339-0415-0410-9bf9-f77b7e298cf2
* gtk dialog bug fixpontscho2002-07-3010-21/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6855 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz :)pontscho2002-07-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6843 b3059339-0415-0410-9bf9-f77b7e298cf2
* - some cosmetic change in preferencespontscho2002-07-306-62/+126
| | | | | | | | - add *.wav to file selector - fix setlocale() bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6841 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz, sorry, i forgott this :) (skin name saving:)pontscho2002-07-252-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6798 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add preferences support (first try)pontscho2002-07-2523-951/+2067
| | | | | | | | | | | | - 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
* firstpontscho2002-07-232-0/+249
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6771 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix audio equalizerpontscho2002-07-1913-67/+72
| | | | | | | | | - 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-129-272/+785
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6714 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add icon (nice, but very ugly hakk:)pontscho2002-07-0516-102/+621
| | | | | | | | | | | | | - 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
* add equalizer support and fix some small bug...pontscho2002-07-037-56/+344
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6628 b3059339-0415-0410-9bf9-f77b7e298cf2
* First probe :)pontscho2002-07-032-0/+559
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6627 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unneded config filespontscho2002-07-039-207/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6626 b3059339-0415-0410-9bf9-f77b7e298cf2
* add -audiofile support for guipontscho2002-07-0210-38/+59
| | | | 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-025-10/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6623 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix volume handling ( step 2 ) -- add balance support and some code cleanup ↵pontscho2002-07-027-47/+69
| | | | | | and fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6620 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for skin in user's .mplayer first so he can override systemwide skin.atmos42002-06-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6569 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compatibility with old skins, that contain evEqualeaser typo.atmos42002-06-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6568 b3059339-0415-0410-9bf9-f77b7e298cf2
* equalizer typo fix by diegoatmos42002-06-243-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6547 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-06-072-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6336 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mute support ( step 1 ) and fixed panscan bugs (1000l for me)pontscho2002-06-062-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6312 b3059339-0415-0410-9bf9-f77b7e298cf2
* add network streaming support for guipontscho2002-06-048-3/+261
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6299 b3059339-0415-0410-9bf9-f77b7e298cf2
* add VCD support for GUIpontscho2002-06-038-18/+148
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6281 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changes in skin selectionpontscho2002-05-282-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6223 b3059339-0415-0410-9bf9-f77b7e298cf2
* add XShape support for gui's submenupontscho2002-05-283-13/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6222 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz ...pontscho2002-05-284-12/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6220 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix text render chrash ...pontscho2002-05-2814-88/+76
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6219 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix two small bug and add multimedia keyboard support ( i tested with Acer ↵pontscho2002-05-254-50/+78
| | | | | | AirKey V only ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6184 b3059339-0415-0410-9bf9-f77b7e298cf2
* inttypes gui patch from Bjrn Sandell <biorn@dce.chalmers.se>pontscho2002-05-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6167 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied 64bit patch from Ulrich Hecht <uli@suse.de>pontscho2002-05-237-22/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6160 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix some gtk bug...pontscho2002-05-2015-168/+242
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6147 b3059339-0415-0410-9bf9-f77b7e298cf2
* Gui and 64-bit issues patch from Gui and 64-bit issuespontscho2002-05-205-23/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6146 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixespontscho2002-05-146-18/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6090 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendian fix by Colin Leroy <colin@colino.net>arpi2002-05-122-6/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6055 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix gtk dialog box destroy bugpontscho2002-05-117-251/+179
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6045 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix some small bug and -rootwinpontscho2002-05-111-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6044 b3059339-0415-0410-9bf9-f77b7e298cf2
* patchs by Björn Sandell <biorn@dce.chalmers.se>:pl2002-05-102-2/+2
| | | | | | | | | - --disable-select affects more than the oss audio - openbsd and netbsd oss support for non-x86 - ar/AR cleanups as '$(AR)' defaults to 'ar' with make git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6037 b3059339-0415-0410-9bf9-f77b7e298cf2
* fullscreen -- round three -- icewm fullscreen fixedpontscho2002-05-091-1/+14
| | |