summaryrefslogtreecommitdiffstats
path: root/Gui/skin
Commit message (Collapse)AuthorAgeFilesLines
* marks several strings inside structs as const when they hold just reynaldo2006-07-161-1/+1
| | | | | | | | | read-only information and modifies GetLanguage in Gui/mplayer/gtk/menu.c to cope which the changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19115 b3059339-0415-0410-9bf9-f77b7e298cf2
* marks several read-only string parameters which aren't modified inside the ↵reynaldo2006-07-152-2/+2
| | | | | | called function as const. Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19109 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename some misspelled and misnamed messages.diego2006-04-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18336 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename the default GUI skins directory from 'Skin' to 'skins', keepingdiego2006-03-271-2/+10
| | | | | | | backwards compatibility. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17975 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-12-084-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17145 b3059339-0415-0410-9bf9-f77b7e298cf2
* last patch broke skin reading completely, becasue last line of skinreimar2005-05-281-5/+5
| | | | | | | file is empty. Fix and simplify, since fgets can do feof's job, too... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15584 b3059339-0415-0410-9bf9-f77b7e298cf2
* Print error when skin file is not readable (e.g. a directory) instead of hangingreimar2005-05-231-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15555 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msg conversion, less verbositydiego2004-12-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14157 b3059339-0415-0410-9bf9-f77b7e298cf2
* string handling security fixesdiego2004-06-252-14/+20
| | | | | | | | patch by Nicholas Kain, Alexander Strasser <eclipse7@gmx.net> reviewed by Pontscho, Alex, Rich git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12647 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'video window vanishes after pause' bugfix, based on André Kühne's ↵pontscho2004-02-031-2/+0
| | | | | | (andre.kuehne@gmx.net) bugreport git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11919 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
* many 10l for me ...pontscho2003-03-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9626 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
* - add playbarpontscho2003-01-173-78/+146
| | | | | | | | | - 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
* - new font render finishedpontscho2003-01-111-146/+59
| | | | | | | - fix 'l' button (evLoad changed to evLoadPlay) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8884 b3059339-0415-0410-9bf9-f77b7e298cf2
* - sync with x11_commonpontscho2003-01-092-9/+143
| | | | | | | - half rewrited font render engine (disabled by default) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8865 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix three submenu bugpontscho2002-12-111-1/+1
| | | | | | | | | | | | | - 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
* - add Rüdiger Kuhlmann's <mplayer-list-UGa6JdjLujS2@ruediger-kuhlmann.de> patchpontscho2002-11-281-0/+4
| | | | | | | - fix one 10l bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8306 b3059339-0415-0410-9bf9-f77b7e298cf2
* no seeking if stream is STREAMTYPE_STREAM (net/stdin)pontscho2002-11-252-33/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8281 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticpontscho2002-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8059 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
* - fix audio equalizerpontscho2002-07-191-0/+2
| | | | | | | | | - 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
* remove unneded config filespontscho2002-07-031-28/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6626 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
* add XShape support for gui's submenupontscho2002-05-281-13/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6222 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix text render chrash ...pontscho2002-05-283-48/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6219 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-231-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Gui and 64-bit issues patch from Gui and 64-bit issuespontscho2002-05-201-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6146 b3059339-0415-0410-9bf9-f77b7e298cf2
* some bug fixpontscho2002-05-011-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5920 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix skin loading bugpontscho2002-04-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5691 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dvd playing under guipontscho2002-04-171-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5666 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix playtree bug. but ... i dont' see this ... bazmegpontscho2002-02-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4849 b3059339-0415-0410-9bf9-f77b7e298cf2
* new gui interface, and gtk moved into mplayer process. fork ... bleh :)pontscho2002-02-232-129/+69
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4819 b3059339-0415-0410-9bf9-f77b7e298cf2
* itt a skin nem van hibauzenet igy.pontscho2001-12-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3587 b3059339-0415-0410-9bf9-f77b7e298cf2
* fs button bug fixpontscho2001-12-131-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3480 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug fixspontscho2001-11-231-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3081 b3059339-0415-0410-9bf9-f77b7e298cf2
* uuupsz ... 1l cola ;)pontscho2001-11-091-20/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2782 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix small xshape bugpontscho2001-11-051-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2718 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing newlines fixedarpi2001-10-041-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2083 b3059339-0415-0410-9bf9-f77b7e298cf2
* some bug fix, and sub window render speed up.. 10l kola ? :)pontscho2001-10-011-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2026 b3059339-0415-0410-9bf9-f77b7e298cf2
* add new features. and fix skin error loop.pontscho2001-09-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1908 b3059339-0415-0410-9bf9-f77b7e298cf2
* add to multi lang supportpontscho2001-09-121-36/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1885 b3059339-0415-0410-9bf9-f77b7e298cf2
* some bug fix, and add decoration item to skin conffile. faszom(C)pontscho2001-09-071-5/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1867 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix xshape, mixer, fullscreen, etcpontscho2001-09-043-52/+65
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1853 b3059339-0415-0410-9bf9-f77b7e298cf2
* add font free func.pontscho2001-09-012-2/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1830 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix hprogressbarpontscho2001-08-282-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1730 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not overwrite memory in the width%8 == 0 casejkeil2001-08-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1714 b3059339-0415-0410-9bf9-f77b7e298cf2
* GUI version n-1arpi2001-08-256-0/+969
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1694 b3059339-0415-0410-9bf9-f77b7e298cf2