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'
|
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.
|