summaryrefslogtreecommitdiffstats
path: root/Gui/wm
Commit message (Collapse)AuthorAgeFilesLines
* a + b => (a + b) for defines, just to be sure.reimar2006-10-081-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20108 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix longstanding drag and drop bug: Only n-1 files get played when n filesdiego2006-09-271-1/+1
| | | | | | | | get queued via drag and drop. patch by laurent wozniak, laurent.wozniak at laposte dot net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19992 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
* Change function declararation w/o parameters to the correct foo(void) syntax.diego2006-07-152-2/+2
| | | | | | | patch by Stefan Huehner, stefan at huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19106 b3059339-0415-0410-9bf9-f77b7e298cf2
* Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui willreimar2006-07-111-18/+12
| | | | | | | consist of something besides duplicate code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19017 b3059339-0415-0410-9bf9-f77b7e298cf2
* postproc --> libswscalediego2006-06-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18868 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move postproc ---> libswscalelucabe2006-06-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18866 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-12-082-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17145 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, video_out.h is now needed for some vo_ variables.reimar2005-08-211-0/+1
| | | | | | | This is ugly, but interface.c already does it like that, so why bother... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16285 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msg conversion, less verbositydiego2004-12-152-20/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14157 b3059339-0415-0410-9bf9-f77b7e298cf2
* Indentation fix from previous patch, as discussed on IRC.rtognimp2004-07-111-22/+22
| | | | | | | Patch by Alexander Strasser git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12799 b3059339-0415-0410-9bf9-f77b7e298cf2
* This fixes the problems that originated from my ewmhrtognimp2004-07-111-3/+19
| | | | | | | | | fs patch, caused by a different handling of the wm's ewmh fs implementations. Patch by Alexander Strasser git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12797 b3059339-0415-0410-9bf9-f77b7e298cf2
* detect screen resolution as in x11_common.creimar2004-06-131-0/+16
| | | | | | | Patch by Philippe Dumont (dumont (at) lifl (dot) fr) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12575 b3059339-0415-0410-9bf9-f77b7e298cf2
* Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,diego2004-06-021-0/+4
| | | | | | | approved by Attila. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12521 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch from Rune <runner@mail.tele.dk>pontscho2004-03-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12069 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2004-02-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11977 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support binding F11 and F12 keys to commands.diego2004-01-162-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11794 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11543 b3059339-0415-0410-9bf9-f77b7e298cf2
* translated a message to englishalex2003-08-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10607 b3059339-0415-0410-9bf9-f77b7e298cf2
* I attach a fix to the problem described in:arpi2003-07-121-1/+1
| | | | | | | | | | | | | | | | http://mplayerhq.hu/pipermail/mplayer-dev-eng/2003-July/019494.html The bug came out to be that sws_rgb2rgb_init was called, but only after the critical step in which ws.c copied the relevant function pointer to wsConvFunc. Someone deserves 1000l for this. Maybe we want to preinit the function pointers so that they will print something like "Call to an rgb2rgb function without calling to sws_rgb2rgb_init first. Please report." - this bug wasn't discovered since the function pointers were NULL, and the rest of the cde uses "wsConvFunc" only if it is not NULL. Raindel Shachar <raindel@techunix.technion.ac.il> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10412 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_scale.h & related cleanup & some small warning fix by dominikmichael2003-06-011-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10234 b3059339-0415-0410-9bf9-f77b7e298cf2
* From: Ben Low <ben@bdlow.net>pontscho2003-05-262-9/+45
| | | | | | | [PATCH] xineramascreen for gmplayer (the right way) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10195 b3059339-0415-0410-9bf9-f77b7e298cf2
* This could be a 10l, but the codes check later if the wsConvFunc is valid, ↵alex2003-05-231-0/+10
| | | | | | so no sig11 if it's NULL, but at least no XShape support on PPC :) After all, finally the GUI works on my PPC!%#^^ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10171 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
* - add playbarpontscho2003-01-171-2/+5
| | | | | | | | | - 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
* 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-131-4/+14
| | | | | | | (fix one critical bug) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8950 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
* - sync with x11_commonpontscho2003-01-092-225/+18
| | | | | | | - half rewrited font render engine (disabled by default) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8865 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied Gregory's patchpontscho2002-12-161-4/+1
| | | | 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
* updatingpontscho2002-11-111-23/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8151 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticpontscho2002-11-022-6/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8059 b3059339-0415-0410-9bf9-f77b7e298cf2
* not neededpontscho2002-11-022-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8053 b3059339-0415-0410-9bf9-f77b7e298cf2
* small warning fix from Dominik Mierzejewskipontscho2002-10-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7893 b3059339-0415-0410-9bf9-f77b7e298cf2
* Choose a good visual from the list of supported visuals on the X11 server,jkeil2002-10-192-25/+41
| | | | | | | | | instead of using the attributes from the root window. A framebuffer in a Sun often runs using a default visual of 8-bit pseudocolor, yet a better 24 or 32 bit truecolor visual is available. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7803 b3059339-0415-0410-9bf9-f77b7e298cf2
* - wsErrorHandler was crashing on solaris with a null pointer access in printf;jkeil2002-10-191-2/+1
| | | | | | | | | | | don't crash when current_module is not set. - CWX, CWY, CWWidth, CWHeight are invalid attributes for CreateWindow, they should be used with ConfigureWindow only. (Note: their definition is equivalent to CWBackPixmap, CWBackPixel, CWBorderPixmap, CWBorderPixel) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7802 b3059339-0415-0410-9bf9-f77b7e298cf2
* - dvd aspect changing bug - fixedpontscho2002-10-161-7/+7
| | | | | | | | | - if codec is not found -> sig11 - fixed - pp autoq handling bug - fixed - some warning - fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7752 b3059339-0415-0410-9bf9-f77b7e298cf2
* - better dxr3 supportpontscho2002-10-101-3/+3
| | | | | | | | - 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
* _NET_WM_FULLSCREEN supportpontscho2002-10-011-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7573 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpontscho2002-09-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7546 b3059339-0415-0410-9bf9-f77b7e298cf2
* morepontscho2002-09-281-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7544 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-311-6/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7207 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-261-2/+4
| | | | | | | | | | - 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
* kde3 dnd fix from Gregory Kovriga and file name handling fix in dnd callbackpontscho2002-08-111-5/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6978 b3059339-0415-0410-9bf9-f77b7e298cf2
* add xdnd support (from Gregory Kovriga <gkovriga@techunix.technion.ac.il>) ↵pontscho2002-08-114-3/+272
| | | | | | and fix -subdelay bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6968 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add preferences support (first try)pontscho2002-07-252-5/+6
| | | | | | | | | | | | - 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
* - add icon (nice, but very ugly hakk:)pontscho2002-07-052-0/+24
| | | | | | | | | | | | | - 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
* fix window hiding bug with some wms (kde, gnome, icewm, mwm, wmaker)pontscho2002-07-021-3/+3
| | | | 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-021-3/+0
| | | | | | and fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6620 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix two small bug and add multimedia keyboard support ( i tested with Acer ↵pontscho2002-05-253-10/+21
| | | | | | AirKey V only ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6184 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied 64bit patch from Ulrich Hecht <uli@suse.de>pontscho2002-05-231-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6160 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix some gtk bug...pontscho2002-05-202-10/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6147 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixespontscho2002-05-144-15/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6090 b3059339-0415-0410-9bf9-f77b7e298cf2
* fullscreen -- round three -- icewm fullscreen fixedpontscho2002-05-091-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6035 b3059339-0415-0410-9bf9-f77b7e298cf2
* some bugfix, x[11|mga|v] ( fullscreen with more files )pontscho2002-05-081-22/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6014 b3059339-0415-0410-9bf9-f77b7e298cf2
* wm detection -- round twopontscho2002-05-071-29/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6010 b3059339-0415-0410-9bf9-f77b7e298cf2
* add WM detection, and wm specific fullscreen code. (???)pontscho2002-05-062-19/+190
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5998 b3059339-0415-0410-9bf9-f77b7e298cf2
* window resize bug fixedpontscho2002-05-051-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5987 b3059339-0415-0410-9bf9-f77b7e298cf2
* some bug fixpontscho2002-05-012-162/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5920 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix fullscreen bug es ilyen libvo not initialized bug with gui igypontscho2002-04-291-12/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5911 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewrite MWM hint handlingpontscho2002-03-101-47/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5032 b3059339-0415-0410-9bf9-f77b7e298cf2
* new gui interface, and gtk moved into mplayer process. fork ... bleh :)pontscho2002-02-234-26/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4819 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing #ifdef HAVE_XDPMSpl2002-02-121-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4680 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dpsm compile bug in guipontscho2002-02-071-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4567 b3059339-0415-0410-9bf9-f77b7e298cf2
* small bugfixes, and kill other warningpontscho2002-02-012-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4466 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changespontscho2002-01-291-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4412 b3059339-0415-0410-9bf9-f77b7e298cf2
* add XF86 multimedia key cucc.pontscho2002-01-292-1/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4410 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove dga supportpontscho2001-11-211-20/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3056 b3059339-0415-0410-9bf9-f77b7e298cf2
* add half dvd support for guipontscho2001-11-211-13/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3055 b3059339-0415-0410-9bf9-f77b7e298cf2
* hm. kurva hibakezelespontscho2001-11-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2982 b3059339-0415-0410-9bf9-f77b7e298cf2
* move bug meg fileload bug fixed asszem.pontscho2001-11-122-24/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2855 b3059339-0415-0410-9bf9-f77b7e298cf2
* add roleld mouse support and some small bugfix. neked jol a testedbe.pontscho2001-11-122-18/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2852 b3059339-0415-0410-9bf9-f77b7e298cf2
* app michale's rgb32tobgr32pontscho2001-11-093-22/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2783 b3059339-0415-0410-9bf9-f77b7e298cf2
*