log libvo/x11_common.c @ 35640:5cc5f1acfc4f

age author description
Fri, 11 Jan 2013 23:55:47 +0000 ib Make variable static that is only used inside the file.
Tue, 30 Oct 2012 16:35:36 +0000 reimar Make some variables static.
Tue, 30 Oct 2012 16:34:02 +0000 reimar Since the modecount variable is only ever initialized when the videmodes
Tue, 14 Feb 2012 20:23:02 +0000 reimar Mark window title as UTF-8.
Sun, 04 Dec 2011 13:30:54 +0000 reimar Add workaround for CTRL key getting stuck for X11 backend
Sat, 03 Dec 2011 19:06:19 +0000 reimar X11: update title only on reconfigure instead of at least once per frame.
Thu, 01 Dec 2011 18:34:18 +0000 reimar X11: support CTRL key and thus key combinations with it.
Tue, 22 Nov 2011 20:24:24 +0000 reimar Change extended key handling so we will never call mplayer_put_key twice
Wed, 21 Sep 2011 13:15:04 +0000 ib Don't hide or show cursor if attached to an existing window.
Mon, 19 Sep 2011 22:11:12 +0000 reimar Get rid of X11_FULLSCREEN.
Wed, 07 Sep 2011 16:15:58 +0000 reimar Change stop_xscreensaver default to 1 to be more user-friendly.
Tue, 06 Sep 2011 20:39:06 +0000 reimar Make the stop-xscreensaver option behave as described in the man page.
Mon, 05 Sep 2011 11:48:36 +0000 ib Make vo_hidecursor() and vo_showcursor() static.
Sat, 27 Aug 2011 16:51:52 +0000 ib Add a parameter to vo_x11_ewmh_fullscreen().
Sat, 20 Aug 2011 10:19:23 +0000 cigaes x11_common: XChangeProperty uses long for 32-bits.
Tue, 05 Jul 2011 14:00:18 +0000 ib Cosmetic: Rename GUI_X_EVENT GUI_HANDLE_X_EVENT.
Tue, 05 Jul 2011 12:05:06 +0000 ib Cosmetic: Change prefix for symbolic constants from GMP to GUI.
Tue, 05 Jul 2011 10:47:51 +0000 ib Rename the gui() symbolic constants.
Tue, 05 Jul 2011 09:33:09 +0000 ib Rename guiGetEvent() gui().
Mon, 27 Jun 2011 10:35:25 +0000 ib Replace numeric constant by symbolic constant in guiGetEvent() call.
Mon, 27 Jun 2011 10:29:34 +0000 ib Cast arg in guiGetEvent() to void * or remove cast where unnecessary.
Tue, 14 Jun 2011 12:13:47 +0000 diego Allow Pause/Break key to be bound as MPlayer input key under X11.
Fri, 03 Jun 2011 14:26:56 +0000 ib Remove commented and disabled code.
Fri, 03 Jun 2011 14:25:43 +0000 ib Remove needless explicit initialization of Display variables.
Sun, 29 May 2011 23:28:55 +0000 iive Create empty vo_gc graphic context instead of one with
Sun, 29 May 2011 23:05:57 +0000 iive Remove useles XSetBackground() call right before freeing the graphic context.
Sun, 29 May 2011 23:00:14 +0000 iive Make vo_x11_create_smooth_window() use its parameter mRoot instead
Sat, 28 May 2011 10:27:31 +0000 iive Fix vo_x11 window background clearing.
Sat, 07 May 2011 18:48:31 +0000 reimar Add "const" to equalizer name argument to avoid compiler warnings.
Fri, 06 May 2011 10:12:54 +0000 iive Make vo_xv_set/get_eq() functions expect "const char *" for attribute name.