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.
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.
Thu, 12 Nov 2009 09:21:53 +0000 ptt Added -name, -title and -use-filename-title options and implementation in X11 vos
Tue, 03 Nov 2009 20:46:54 +0000 reynaldo Remove unneeded initialization
Fri, 30 Oct 2009 22:18:29 +0000 corey Slightly change behavior of "none" if fstype specification.
Sat, 24 Oct 2009 12:35:18 +0000 diego Move some variable initializations to the beginning of vo_x11_fullscreen().
Tue, 01 Sep 2009 16:39:46 +0000 reimar Do not do a unmap/map cycle on Windows given with -wid, with some window
Thu, 27 Aug 2009 12:03:02 +0000 reimar First attempts at supporting -fs with -wid, -vo gl on X11 only so far
Fri, 19 Jun 2009 20:21:58 +0000 attila fix missing event on move that breaks xmga window movement
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 04 Mar 2009 08:37:54 +0000 reimar Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight right
Thu, 12 Feb 2009 18:03:38 +0000 reimar Remove now unused vo_calc_drwXY function.
Thu, 12 Feb 2009 12:43:14 +0000 reimar Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window was
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Fri, 09 Jan 2009 15:25:24 +0000 cehoyos Factor calc_drwXY out of vo_xv and vo_xvmc.
Wed, 24 Dec 2008 16:57:35 +0000 diego Remove unused variable.
Sun, 21 Dec 2008 04:11:51 +0000 reimar 100l, forgot an assignment, broke special keys handling for X11-based vos.
Sat, 20 Dec 2008 11:52:11 +0000 reimar Add and use a special lookup function to do table-based translation to MPlayer keycodes.
Sat, 20 Dec 2008 11:12:45 +0000 reimar Use a table to translate X11 to MPlayer keycodes.
Sat, 20 Dec 2008 10:25:13 +0000 reimar Simplify handling of X11 key events that are just passed through.
Fri, 05 Dec 2008 19:01:49 +0000 reimar Set the base size window manager hint, otherwise some subtract the minimum
Wed, 19 Nov 2008 20:19:25 +0000 reimar Factor common code like -wid handling, vo_gc creation etc. out into
Sat, 15 Nov 2008 19:06:25 +0000 reimar include limits.h for INT_MAX.
Sat, 15 Nov 2008 18:56:25 +0000 reimar Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
Sat, 15 Nov 2008 18:28:35 +0000 reimar Set modified window position and monitor aspect in vo_vm_switch instead of in
Sat, 15 Nov 2008 18:11:10 +0000 reimar Set modeline_width/height to sane values in vo_vm_switch even when
Sat, 15 Nov 2008 17:45:55 +0000 reimar Replace some of the different inconsistent XGetGeometry uses by a
Wed, 29 Oct 2008 22:03:36 +0000 ben Remove X11 backing store: this is now a useless flag.
Sun, 12 Oct 2008 15:58:44 +0000 diego Add missing support for some multimedia keys to X11 backend code.
Sat, 20 Sep 2008 08:16:05 +0000 reimar Remove already disabled and probably long obsolete code that worked around an OpenBox bug.
Sat, 20 Sep 2008 08:14:28 +0000 reimar Use already "prefetched" atoms instead of calling XInternAtom each time.
Mon, 04 Aug 2008 06:16:23 +0000 diego Change a bunch of X11-specific preprocessor directives.
Wed, 30 Jul 2008 13:44:59 +0000 diego Rename two GUI-related preprocessor directives:
Tue, 22 Jul 2008 18:46:07 +0000 reimar Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
Tue, 22 Jul 2008 18:38:04 +0000 reimar Support -noborder with X11-based vos
Tue, 22 Jul 2008 18:33:53 +0000 reimar Make vo_x11_fullscreen not break vo_border (proper support still needs vo changes)
Sun, 15 Jun 2008 11:11:39 +0000 diego Add parentheses to expression to avoid the warning:
Fri, 16 May 2008 08:33:27 +0000 diego cosmetics: Remove useless parentheses from from return statements.
Sat, 19 Apr 2008 09:58:01 +0000 attila revert commits 26437-26439
Sun, 13 Apr 2008 11:15:08 +0000 attila cosmetics: fix indentation
Sun, 13 Apr 2008 11:12:24 +0000 attila move the #ifdef HAVE_XINERAMA to enclose the whole function
Sun, 13 Apr 2008 11:08:59 +0000 attila Always calculate the xinerama screen mplayer is on.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sat, 12 Jan 2008 16:30:41 +0000 reimar Use a transform_color function to reduce code duplication
Wed, 09 Jan 2008 01:17:49 +0000 uau Remove unnecessary <signal.h> includes
Mon, 07 Jan 2008 12:22:03 +0000 reimar Remove some now unused screensaver stuff code.
Mon, 07 Jan 2008 12:18:27 +0000 reimar Remove most of the messy screensaver code in favour of only XResetScreenSaver
Mon, 07 Jan 2008 12:18:17 +0000 reimar Use a screensaver_off variable to save current state and avoid
Sat, 22 Dec 2007 18:51:05 +0000 reimar Add missing X11/extensions/scrnsaver.h include
Sat, 22 Dec 2007 11:09:43 +0000 reimar Add support for XScreenSaverSuspend
Thu, 20 Dec 2007 12:57:36 +0000 reimar Move more variables into the block where they are used
Thu, 20 Dec 2007 12:51:24 +0000 reimar Move a variable to where it is used
Thu, 01 Nov 2007 06:52:10 +0000 uau Remove some pointless 'inline' qualifiers
Wed, 05 Sep 2007 11:09:25 +0000 diego Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.
Mon, 03 Sep 2007 08:36:27 +0000 reimar Remove checks that in the worst case will completely break fullscreen
Mon, 03 Sep 2007 08:33:35 +0000 reimar Make sure aspect hint is adjusted on aspect change
Sun, 02 Sep 2007 22:09:55 +0000 reimar Cosmetics: set vo_hint.flags at more consistent places (directly before
Sat, 28 Jul 2007 22:21:29 +0000 reimar make sure update_xinerama_info is always called even when using the
Sun, 22 Jul 2007 18:31:17 +0000 attila document "default" behaviour if CopyFromParent is passed as colormap
Wed, 27 Jun 2007 13:09:39 +0000 reimar Fix vo_x11_clearwindow_part: x position is one less to avoid not clearing
Wed, 27 Jun 2007 10:26:13 +0000 reimar Make X11 window creation and (with -fixed-vo) management simpler and more
Sun, 24 Jun 2007 10:46:40 +0000 reimar Add missing return value for x11 error handler
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui
Sun, 01 Apr 2007 21:59:54 +0000 uau "()" to "(void)" function param list fixes
Thu, 29 Mar 2007 17:16:11 +0000 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
Sun, 21 Jan 2007 11:05:21 +0000 reimar Move code to ignore mouse wheel "down" events to fifo.c (needed because
Thu, 18 Jan 2007 09:03:42 +0000 diego grammar/spelling/wording in comments
Fri, 05 Jan 2007 11:57:06 +0000 reimar Do not abort on X11 errors, most are not at all fatal.
Sat, 16 Dec 2006 21:24:12 +0000 reimar Get rid of completely useless includes that in addition hinder compilation
Sat, 16 Sep 2006 15:13:41 +0000 nicodvb report to mplayer with a slave command the coordinates of the pointer reported by x11; rescale coordinates to [0,1]x[0,1] range - patch by Jonas Jermann and me
Sat, 08 Jul 2006 15:26:36 +0000 uau Make some functions static.
Thu, 15 Jun 2006 08:00:37 +0000 reimar Fix window position when changing videos while in fullscreen and for
Sun, 14 May 2006 17:56:04 +0000 reimar typo fixes: Extenstion -> extension
Sat, 13 May 2006 18:34:02 +0000 rathann Simplify condition, since both time and time_last are unsigned.
Tue, 25 Apr 2006 21:36:02 +0000 uau Remove updating of vo_mouse_timer_const from the main loop and also
Mon, 24 Apr 2006 07:20:34 +0000 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Thu, 20 Apr 2006 16:17:06 +0000 reimar 10l, aspect_save_screenres must be always called in update_xinerama_info.
Wed, 19 Apr 2006 15:58:10 +0000 reimar Register for window-manager delete window events and quit MPlayer.
Sun, 16 Apr 2006 13:38:28 +0000 reimar Fix and improve xinerama support