log libvo/x11_common.c @ 36166:a6263abe514f

age author description
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().
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.
Sat, 09 Oct 2010 11:17:28 +0000 reimar Add VO_EVENT_MOVE which is required for VOs that interact directly
Tue, 03 Aug 2010 15:55:17 +0000 siretart various spelling fixes, found by the Debian QA tool 'lintian'
Sat, 10 Jul 2010 17:57:10 +0000 reimar 100l, only set VO_EVENT_RESIZE on an actual resize, not just for movement.
Fri, 02 Jul 2010 19:59:02 +0000 reimar Get window dimensions also for -wid 0.
Fri, 02 Jul 2010 19:50:23 +0000 reimar Re-enable keyboard input for GUI video window.
Fri, 02 Jul 2010 19:19:21 +0000 reimar Remove useless ()
Fri, 02 Jul 2010 19:18:17 +0000 reimar Remove some commented-out code that has no purpose and is only confusing.
Thu, 01 Jul 2010 20:04:38 +0000 reimar Always request expose events, we have to handle them, the application
Thu, 01 Jul 2010 20:00:19 +0000 reimar Fix resizing with -wid after previous commit.
Thu, 01 Jul 2010 19:52:18 +0000 reimar Some indentation fixes.
Thu, 01 Jul 2010 19:48:00 +0000 reimar Do not try to grab input from -wid windows, it will most likely break
Mon, 14 Jun 2010 19:17:38 +0000 reimar Consistently use "None" instead of "NULL" for X resources.
Sun, 13 Jun 2010 22:38:15 +0000 reimar Remove more gui-related code from libvo.
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'