Sun, 13 Apr 2008 11:12:24 +0000 |
attila |
move the #ifdef HAVE_XINERAMA to enclose the whole function
|
Sun, 13 Apr 2008 11:08:59 +0000 |
attila |
Always calculate the xinerama screen mplayer is on.
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Sat, 12 Jan 2008 16:30:41 +0000 |
reimar |
Use a transform_color function to reduce code duplication
|
Wed, 09 Jan 2008 01:17:49 +0000 |
uau |
Remove unnecessary <signal.h> includes
|
Mon, 07 Jan 2008 12:22:03 +0000 |
reimar |
Remove some now unused screensaver stuff code.
|
Mon, 07 Jan 2008 12:18:27 +0000 |
reimar |
Remove most of the messy screensaver code in favour of only XResetScreenSaver
|
Mon, 07 Jan 2008 12:18:17 +0000 |
reimar |
Use a screensaver_off variable to save current state and avoid
|
Sat, 22 Dec 2007 18:51:05 +0000 |
reimar |
Add missing X11/extensions/scrnsaver.h include
|
Sat, 22 Dec 2007 11:09:43 +0000 |
reimar |
Add support for XScreenSaverSuspend
|
Thu, 20 Dec 2007 12:57:36 +0000 |
reimar |
Move more variables into the block where they are used
|
Thu, 20 Dec 2007 12:51:24 +0000 |
reimar |
Move a variable to where it is used
|
Thu, 01 Nov 2007 06:52:10 +0000 |
uau |
Remove some pointless 'inline' qualifiers
|
Wed, 05 Sep 2007 11:09:25 +0000 |
diego |
Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.
|
Mon, 03 Sep 2007 08:36:27 +0000 |
reimar |
Remove checks that in the worst case will completely break fullscreen
|
Mon, 03 Sep 2007 08:33:35 +0000 |
reimar |
Make sure aspect hint is adjusted on aspect change
|
Sun, 02 Sep 2007 22:09:55 +0000 |
reimar |
Cosmetics: set vo_hint.flags at more consistent places (directly before
|
Sat, 28 Jul 2007 22:21:29 +0000 |
reimar |
make sure update_xinerama_info is always called even when using the
|
Sun, 22 Jul 2007 18:31:17 +0000 |
attila |
document "default" behaviour if CopyFromParent is passed as colormap
|
Wed, 27 Jun 2007 13:09:39 +0000 |
reimar |
Fix vo_x11_clearwindow_part: x position is one less to avoid not clearing
|
Wed, 27 Jun 2007 10:26:13 +0000 |
reimar |
Make X11 window creation and (with -fixed-vo) management simpler and more
|
Sun, 24 Jun 2007 10:46:40 +0000 |
reimar |
Add missing return value for x11 error handler
|
Mon, 23 Apr 2007 07:42:42 +0000 |
diego |
Gui --> gui
|
Sun, 01 Apr 2007 21:59:54 +0000 |
uau |
"()" to "(void)" function param list fixes
|
Thu, 29 Mar 2007 17:16:11 +0000 |
rathann |
Code cleanup: don't include a .c file in mplayer.c and fix a few
|
Sun, 21 Jan 2007 11:05:21 +0000 |
reimar |
Move code to ignore mouse wheel "down" events to fifo.c (needed because
|
Thu, 18 Jan 2007 09:03:42 +0000 |
diego |
grammar/spelling/wording in comments
|
Fri, 05 Jan 2007 11:57:06 +0000 |
reimar |
Do not abort on X11 errors, most are not at all fatal.
|