log libvo/x11_common.c @ 31311:9ce59b78dbfd

age author description
Sun, 30 May 2010 19:14:18 +0000 reimar Change code to let Window Manager chose window location by default.
Fri, 14 May 2010 18:00:04 +0000 reimar Quit MPlayer if we receive a DestroyNotify event.
Tue, 27 Apr 2010 19:04:23 +0000 reimar Move variable declaration into the block where it is actually used.
Tue, 27 Apr 2010 15:16:42 +0000 diego Move "screen" variable declaration below the relevant #ifdef, fixes the warning:
Sun, 25 Apr 2010 16:13:57 +0000 reimar Avoid duplicating mouse-movement command-generation code.
Sun, 25 Apr 2010 15:49:46 +0000 reimar Deduplicate enable_mouse_movements declaration.
Fri, 23 Apr 2010 10:22:44 +0000 siretart rename 'struct keymap' -> 'struct mp_keymap'
Sat, 27 Feb 2010 17:55:57 +0000 reimar Enable StructureNotifyMask before waiting for a DestroyNotify event.
Tue, 16 Feb 2010 16:22:17 +0000 diego libvo: Mark functions not used outside of their files as static.
Sun, 14 Feb 2010 10:53:20 +0000 diego Fix exit_player() usage throughout the codebase.
Fri, 05 Feb 2010 16:42:13 +0000 reimar Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_state.
Thu, 04 Feb 2010 22:08:23 +0000 reimar Create the OpenGL probe window as a hidden Window on X11.
Wed, 03 Feb 2010 21:12:23 +0000 reimar Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also
Tue, 02 Feb 2010 21:27:17 +0000 reimar Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this
Sun, 27 Dec 2009 14:19:48 +0000 reimar vo_x11_classhint name argument should be const, since we pass string constants there.