aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gui/skin
Commit message (Collapse)AuthorAge
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-12-08
| | | | 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 skinGravatar reimar2005-05-28
| | | | | | | 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 hangingGravatar reimar2005-05-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15555 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msg conversion, less verbosityGravatar diego2004-12-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14157 b3059339-0415-0410-9bf9-f77b7e298cf2
* string handling security fixesGravatar diego2004-06-25
| | | | | | | | 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 ↵Gravatar pontscho2004-02-03
| | | | | | (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 ↵Gravatar alex2003-06-03
| | | | | | <raindel@techunix.technion.ac.il> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10242 b3059339-0415-0410-9bf9-f77b7e298cf2
* many 10l for me ...Gravatar pontscho2003-03-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9626 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar pontscho2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8979 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add playbarGravatar pontscho2003-01-17
| | | | | | | | | - 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 finishedGravatar pontscho2003-01-11
| | | | | | | - 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_commonGravatar pontscho2003-01-09
| | | | | | | - 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 bugGravatar pontscho2002-12-11
| | | | | | | | | | | | | - 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> patchGravatar pontscho2002-11-28
| | | | | | | - 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)Gravatar pontscho2002-11-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8281 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticGravatar pontscho2002-11-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8059 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the character substitution code from fntRender() / fntTextWidth()Gravatar jkeil2002-09-10
| | | | | | | | | | 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 equalizerGravatar pontscho2002-07-19
| | | | | | | | | - 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 filesGravatar pontscho2002-07-03
| | | | 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.Gravatar atmos42002-06-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6569 b3059339-0415-0410-9bf9-f77b7e298cf2
* add XShape support for gui's submenuGravatar pontscho2002-05-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6222 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix text render chrash ...Gravatar pontscho2002-05-28
| | | | 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>Gravatar pontscho2002-05-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6167 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied 64bit patch from Ulrich Hecht <uli@suse.de>Gravatar pontscho2002-05-23
| | | | 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 issuesGravatar pontscho2002-05-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6146 b3059339-0415-0410-9bf9-f77b7e298cf2
* some bug fixGravatar pontscho2002-05-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5920 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix skin loading bugGravatar pontscho2002-04-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5691 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dvd playing under guiGravatar pontscho2002-04-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5666 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix playtree bug. but ... i dont' see this ... bazmegGravatar pontscho2002-02-24
| | | | 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 :)Gravatar pontscho2002-02-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4819 b3059339-0415-0410-9bf9-f77b7e298cf2
* itt a skin nem van hibauzenet igy.Gravatar pontscho2001-12-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3587 b3059339-0415-0410-9bf9-f77b7e298cf2
* fs button bug fixGravatar pontscho2001-12-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3480 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug fixsGravatar pontscho2001-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3081 b3059339-0415-0410-9bf9-f77b7e298cf2
* uuupsz ... 1l cola ;)Gravatar pontscho2001-11-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2782 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix small xshape bugGravatar pontscho2001-11-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2718 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing newlines fixedGravatar arpi2001-10-04
| | | | 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 ? :)Gravatar pontscho2001-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2026 b3059339-0415-0410-9bf9-f77b7e298cf2
* add new features. and fix skin error loop.Gravatar pontscho2001-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1908 b3059339-0415-0410-9bf9-f77b7e298cf2
* add to multi lang supportGravatar pontscho2001-09-12
| | | | 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)Gravatar pontscho2001-09-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1867 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix xshape, mixer, fullscreen, etcGravatar pontscho2001-09-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1853 b3059339-0415-0410-9bf9-f77b7e298cf2
* add font free func.Gravatar pontscho2001-09-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1830 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix hprogressbarGravatar pontscho2001-08-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1730 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not overwrite memory in the width%8 == 0 caseGravatar jkeil2001-08-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1714 b3059339-0415-0410-9bf9-f77b7e298cf2
* GUI version n-1Gravatar arpi2001-08-25
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1694 b3059339-0415-0410-9bf9-f77b7e298cf2