log libvo/x11_common.c @ 37086:f19959d0bbc9

age author description
Sat, 08 Feb 2014 20:39:02 +0000 ib Make more messages translatable.
Sat, 25 Jan 2014 16:55:09 +0000 reimar Document switch case fallthroughs.
Thu, 17 Oct 2013 00:07:12 +0000 reimar Fix hang if uninit is called while the window is still hidden.
Mon, 05 Aug 2013 16:48:56 +0000 reimar On X11 use root window as "hidden" window instead of
Thu, 09 May 2013 14:06:19 +0000 reimar Avoid duplicating the mouse button handling.
Thu, 09 May 2013 14:06:18 +0000 reimar Avoid duplicating the mouse autohide code.
Thu, 09 May 2013 14:06:17 +0000 reimar Handle X events even while waiting for a map event.
Thu, 09 May 2013 14:06:16 +0000 reimar Remove debug printfs that have not been used in ages.
Thu, 09 May 2013 14:06:15 +0000 reimar Remove XSelectInput and XSync call that do not seem to serve any purpose.
Mon, 25 Mar 2013 23:03:07 +0000 reimar Ignore XLookupString results in ASCII range.
Wed, 20 Mar 2013 23:08:34 +0000 al x11 common: Improve spelling/grammar
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Thu, 14 Mar 2013 19:59:35 +0000 reimar Add support for binding any key in UTF-8 range.
Sat, 02 Mar 2013 22:40:12 +0000 ib Don't modify a -wid window's decoration.
Sun, 27 Jan 2013 15:24:56 +0000 ib Cosmetic: Adjust indent.
Sun, 27 Jan 2013 15:23:39 +0000 ib Don't destroy a -wid window's WM_NORMAL_HINTS property information.
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().