Thu, 17 Jun 2010 09:46:44 +0000 |
diego |
Declare stop_xscreensaver extern in x11_common.h instead of all over the code.
|
Sun, 14 Feb 2010 12:57:18 +0000 |
diego |
Add xscreensaver_heartbeat() declaration to x11_common.h.
|
Mon, 04 Jan 2010 19:04:33 +0000 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
Sun, 27 Dec 2009 14:19:48 +0000 |
reimar |
vo_x11_classhint name argument should be const, since we pass string constants there.
|
Thu, 12 Feb 2009 18:03:38 +0000 |
reimar |
Remove now unused vo_calc_drwXY function.
|
Sun, 08 Feb 2009 03:27:30 +0000 |
diego |
Add standard license headers, unify header formatting.
|
Fri, 09 Jan 2009 15:25:24 +0000 |
cehoyos |
Factor calc_drwXY out of vo_xv and vo_xvmc.
|
Sat, 15 Nov 2008 18:56:25 +0000 |
reimar |
Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
|
Sat, 15 Nov 2008 17:48:27 +0000 |
reimar |
Cosmetics: remove useless "extern"
|
Sat, 15 Nov 2008 17:45:55 +0000 |
reimar |
Replace some of the different inconsistent XGetGeometry uses by a
|
Thu, 16 Oct 2008 18:19:36 +0000 |
diego |
Move X11_FULLSCREEN definition to x11_common.h where it belongs.
|
Mon, 04 Aug 2008 06:16:23 +0000 |
diego |
Change a bunch of X11-specific preprocessor directives.
|
Tue, 22 Jul 2008 18:46:07 +0000 |
reimar |
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
|
Fri, 22 Feb 2008 09:09:46 +0000 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
Wed, 20 Feb 2008 08:51:53 +0000 |
diego |
Remove pointless #ifdefs around extern declarations.
|
Mon, 31 Dec 2007 16:15:50 +0000 |
diego |
Add explanatory comments to the #endif part of multiple inclusion guards.
|
Wed, 27 Jun 2007 10:26:13 +0000 |
reimar |
Make X11 window creation and (with -fixed-vo) management simpler and more
|
Sun, 01 Apr 2007 21:59:54 +0000 |
uau |
"()" to "(void)" function param list fixes
|
Tue, 25 Apr 2006 21:36:02 +0000 |
uau |
Remove updating of vo_mouse_timer_const from the main loop and also
|
Fri, 21 Apr 2006 18:42:55 +0000 |
reimar |
forgotten update_xinerama_info prototypes
|
Sun, 16 Apr 2006 13:38:28 +0000 |
reimar |
Fix and improve xinerama support
|
Thu, 09 Feb 2006 14:08:03 +0000 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
Thu, 10 Nov 2005 02:39:31 +0000 |
al |
Test if source image dimensions are too big.
|
Sun, 21 Aug 2005 01:20:31 +0000 |
reimar |
remove extern for variables that are already in headers.
|
Thu, 30 Jun 2005 10:16:35 +0000 |
reimar |
added forgotten xv_enable_vsync
|
Sun, 10 Apr 2005 16:02:28 +0000 |
iive |
fix vo_xv_draw_colorkey to a workable state
|
Tue, 01 Mar 2005 22:54:24 +0000 |
rathann |
missing externs (fixes implicit declaration warnings)
|
Sun, 20 Feb 2005 22:43:25 +0000 |
al |
Unified colorkey code for vo xv and vo xvmc.
|
Sun, 06 Feb 2005 10:12:34 +0000 |
reimar |
X11 headers must be included also when X11_FULLSCREEN is not defined (although
|
Mon, 01 Nov 2004 20:24:37 +0000 |
reimar |
fullscreen fixes and GUI support for vo_gl
|
Sun, 08 Aug 2004 23:22:29 +0000 |
nplourde |
now use vo_rootwin var to check for -rootwin switch
|
Wed, 02 Jun 2004 02:34:39 +0000 |
diego |
Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,
|
Sun, 30 Nov 2003 16:36:10 +0000 |
joey |
runtime 'stay-on-top' functionality
|
Fri, 12 Sep 2003 15:48:33 +0000 |
pl |
fix for warning in some vo_*.c
|
Sun, 31 Aug 2003 23:13:45 +0000 |
alex |
10000l. Never ever use such foolish GCC 3.x extensionscvs diff -u x11_common.c x11_common.h |more
|
Tue, 01 Jul 2003 21:37:20 +0000 |
iive |
move xv_set_eq to x11_common
|
Fri, 07 Feb 2003 19:38:39 +0000 |
filon |
- support command line parameter -fstype, eg. -fstype layer=12,above,fullscreen
|
Thu, 09 Jan 2003 20:47:14 +0000 |
pontscho |
- sync with x11_common
|
Tue, 29 Oct 2002 20:27:47 +0000 |
arpi |
here is a somewhat generic equalizer implementation for the X11 vo drivers
|
Tue, 03 Sep 2002 18:10:42 +0000 |
jkeil |
Add the code that chooses a good X11 truecolor visual to the vo_x11 config()
|
Fri, 09 Aug 2002 17:43:49 +0000 |
arpi |
ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warning
|
Thu, 13 Jun 2002 00:26:17 +0000 |
atmos4 |
Aii 10l forgot to commit with my last x11_common.c commit
|
Tue, 14 May 2002 23:44:35 +0000 |
arpi |
some cleanup, gl/gl2 updated to use vo_window
|
Wed, 08 May 2002 16:41:44 +0000 |
pontscho |
some bugfix, x[11|mga|v] ( fullscreen with more files )
|
Mon, 06 May 2002 15:48:07 +0000 |
pontscho |
upsz, 10l
|
Mon, 06 May 2002 15:05:07 +0000 |
pontscho |
add WM detection, and wm specific fullscreen code. (???)
|
Fri, 03 May 2002 20:57:13 +0000 |
pontscho |
fix xmga fs, resize to movie size and mouse auto hide + dga
|
Thu, 25 Apr 2002 21:52:47 +0000 |
pontscho |
fix fullscreen (?)
|
Tue, 16 Apr 2002 17:41:29 +0000 |
pontscho |
fix playlist bug with gui and rewrite mousecursor show/hide code
|
Fri, 08 Mar 2002 20:14:08 +0000 |
pontscho |
small changes in libvo's X11 support
|
Thu, 07 Mar 2002 17:50:25 +0000 |
pontscho |
rewrite fullscreen support in some libvo driver
|
Thu, 21 Feb 2002 21:11:01 +0000 |
pontscho |
small changes
|
Thu, 31 Jan 2002 00:37:27 +0000 |
arpi |
common -vm code, patch by Santi Bjar <tiarda@yahoo.es>
|
Sat, 05 Jan 2002 08:49:46 +0000 |
atmos4 |
xinerama fix by attila
|
Fri, 28 Dec 2001 13:24:27 +0000 |
arpi |
WinID cleanup, support for Xv
|
Wed, 24 Oct 2001 17:04:08 +0000 |
sven |
printf-gcc3 patch, x11-commons mRootwin
|
Fri, 31 Aug 2001 21:18:22 +0000 |
pontscho |
fix size ?
|
Wed, 29 Aug 2001 15:09:19 +0000 |
pontscho |
add half gui support
|
Mon, 27 Aug 2001 23:56:44 +0000 |
arpi |
GUI stuff. now seeking works, and xmga renders to video window
|
Sun, 17 Jun 2001 01:22:09 +0000 |
arpi_esp |
patch: some X11 compliance fixed: set ClassHint and better fullscreen mode
|