log libvo/x11_common.c @ 33874:e1bec41397bb

age author description
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.