index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
/
x11_common.c
Commit message (
Expand
)
Author
Age
*
Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight right
reimar
2009-03-04
*
Remove now unused vo_calc_drwXY function.
reimar
2009-02-12
*
Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window was
reimar
2009-02-12
*
Add standard license headers, unify header formatting.
diego
2009-02-08
*
Factor calc_drwXY out of vo_xv and vo_xvmc.
cehoyos
2009-01-09
*
Remove unused variable.
diego
2008-12-24
*
100l, forgot an assignment, broke special keys handling for X11-based vos.
reimar
2008-12-21
*
Add and use a special lookup function to do table-based translation to MPlaye...
reimar
2008-12-20
*
Use a table to translate X11 to MPlayer keycodes.
reimar
2008-12-20
*
Simplify handling of X11 key events that are just passed through.
reimar
2008-12-20
*
Set the base size window manager hint, otherwise some subtract the minimum
reimar
2008-12-05
*
Factor common code like -wid handling, vo_gc creation etc. out into
reimar
2008-11-19
*
include limits.h for INT_MAX.
reimar
2008-11-15
*
Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
reimar
2008-11-15
*
Set modified window position and monitor aspect in vo_vm_switch instead of in
reimar
2008-11-15
*
Set modeline_width/height to sane values in vo_vm_switch even when
reimar
2008-11-15
*
Replace some of the different inconsistent XGetGeometry uses by a
reimar
2008-11-15
*
Remove X11 backing store: this is now a useless flag.
ben
2008-10-29
*
Add missing support for some multimedia keys to X11 backend code.
diego
2008-10-12
*
Remove already disabled and probably long obsolete code that worked around an...
reimar
2008-09-20
*
Use already "prefetched" atoms instead of calling XInternAtom each time.
reimar
2008-09-20
*
Change a bunch of X11-specific preprocessor directives.
diego
2008-08-04
*
Rename two GUI-related preprocessor directives:
diego
2008-07-30
*
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
reimar
2008-07-22
*
Support -noborder with X11-based vos
reimar
2008-07-22
*
Make vo_x11_fullscreen not break vo_border (proper support still needs vo cha...
reimar
2008-07-22
*
Add parentheses to expression to avoid the warning:
diego
2008-06-15
*
cosmetics: Remove useless parentheses from from return statements.
diego
2008-05-16
*
revert commits 26437-26439
attila
2008-04-19
*
cosmetics: fix indentation
attila
2008-04-13
*
move the #ifdef HAVE_XINERAMA to enclose the whole function
attila
2008-04-13
*
Always calculate the xinerama screen mplayer is on.
attila
2008-04-13
*
typo fix: inited --> initialized
diego
2008-02-14
*
Use a transform_color function to reduce code duplication
reimar
2008-01-12
*
Remove unnecessary <signal.h> includes
uau
2008-01-09
*
Remove some now unused screensaver stuff code.
reimar
2008-01-07
*
Remove most of the messy screensaver code in favour of only XResetScreenSaver
reimar
2008-01-07
*
Use a screensaver_off variable to save current state and avoid
reimar
2008-01-07
*
Add missing X11/extensions/scrnsaver.h include
reimar
2007-12-22
*
Add support for XScreenSaverSuspend
reimar
2007-12-22
*
Move more variables into the block where they are used
reimar
2007-12-20
*
Move a variable to where it is used
reimar
2007-12-20
*
Remove some pointless 'inline' qualifiers
uau
2007-11-01
*
Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.
diego
2007-09-05
*
Remove checks that in the worst case will completely break fullscreen
reimar
2007-09-03
*
Make sure aspect hint is adjusted on aspect change
reimar
2007-09-03
*
Cosmetics: set vo_hint.flags at more consistent places (directly before
reimar
2007-09-02
*
make sure update_xinerama_info is always called even when using the
reimar
2007-07-28
*
document "default" behaviour if CopyFromParent is passed as colormap
attila
2007-07-22
*
Fix vo_x11_clearwindow_part: x position is one less to avoid not clearing
reimar
2007-06-27
[next]