2007-04-23 |
diego |
Gui --> gui
|
2007-04-01 |
uau |
"()" to "(void)" function param list fixes
|
2007-03-29 |
rathann |
Code cleanup: don't include a .c file in mplayer.c and fix a few
|
2007-01-21 |
reimar |
Move code to ignore mouse wheel "down" events to fifo.c (needed because
|
2007-01-18 |
diego |
grammar/spelling/wording in comments
|
2007-01-05 |
reimar |
Do not abort on X11 errors, most are not at all fatal.
|
2006-12-16 |
reimar |
Get rid of completely useless includes that in addition hinder compilation
|
2006-09-16 |
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
|
2006-07-08 |
uau |
Make some functions static.
|
2006-06-15 |
reimar |
Fix window position when changing videos while in fullscreen and for
|
2006-05-14 |
reimar |
typo fixes: Extenstion -> extension
|
2006-05-13 |
rathann |
Simplify condition, since both time and time_last are unsigned.
|
2006-04-25 |
uau |
Remove updating of vo_mouse_timer_const from the main loop and also
|
2006-04-24 |
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
|
2006-04-20 |
reimar |
10l, aspect_save_screenres must be always called in update_xinerama_info.
|
2006-04-19 |
reimar |
Register for window-manager delete window events and quit MPlayer.
|
2006-04-16 |
reimar |
Fix and improve xinerama support
|
2006-03-04 |
diego |
Make -xy help output consistent, output an empty line before and after.
|
2006-02-09 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
2006-01-12 |
rathann |
massive attack: mp_msg printf format fixes
|
2005-12-07 |
al |
Don't abort when xscreensaver window isn't available anymore.
|
2005-11-22 |
al |
Revert previous commit
|
2005-11-21 |
ptt |
resolves problem in module stop_xscreensaver, crashing mp after sleep and awake or enabling/disabling xssaver by hand
|
2005-11-10 |
al |
Test if source image dimensions are too big.
|
2005-11-02 |
albeu |
libvo input cleanup: remove the dependency on libinput,
|
2005-10-18 |
diego |
Make a few more messages translatable by moving them into help_mp-en.h.
|
2005-08-24 |
diego |
Slightly reduce unnecessary verbosity.
|
2005-08-21 |
reimar |
remove extern for variables that are already in headers.
|
2005-06-27 |
reimar |
Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters.
|
2005-06-20 |
gpoirier |
adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
|
2005-06-16 |
reimar |
helper functions for comparing strarg_t "strings".
|
2005-04-16 |
al |
- fix black screen problem on reinit
|
2005-04-10 |
iive |
fix vo_xv_draw_colorkey to a workable state
|
2005-02-20 |
al |
We should not crash, only because we couldn't hide the cursor.
|
2005-02-20 |
al |
Unified colorkey code for vo xv and vo xvmc.
|
2005-02-02 |
diego |
Separate XF86 video mode extension check from XF86 keysym check as
|
2004-12-27 |
al |
Fix ontop for some WMs that lose ontop state after fullscreen event.
|
2004-12-21 |
joey |
added -wid support for vo_directx.
|
2004-11-21 |
al |
The GUI shouldn't handle key events at two places.
|
2004-11-15 |
iive |
3 memory leaks fixed
|
2004-11-15 |
diego |
Reduce excessive verbosity.
|
2004-11-14 |
reimar |
keep screensaver off when playing multiple files.
|
2004-11-04 |
reimar |
more fullscreen fixes and gl2 uses setGlWindow.
|
2004-11-01 |
reimar |
fullscreen fixes and GUI support for vo_gl
|
2004-10-31 |
atmos4 |
Fix erroneus extern declarations, fix wrong signedness of some vars
|
2004-10-28 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
2004-08-08 |
nplourde |
now use vo_rootwin var to check for -rootwin switch
|
2004-07-11 |
rtognimp |
Indentation fix from previous patch, as discussed on IRC.
|
2004-07-11 |
rtognimp |
This fixes the problems that originated from my ewmh
|
2004-06-14 |
attila |
major reindentation of x11 code try #2
|
2004-06-02 |
diego |
Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,
|
2004-05-01 |
faust3 |
keepaspect and nokeepaspect are now useable by all vos
|
2004-04-05 |
rathann |
full screen flipping synchronization corrections (by Adam Tla/lka)
|
2004-04-05 |
rathann |
Unmap window before change in decor and size while flipping full screen mode (by Adam Tla/lka)
|
2004-04-03 |
rathann |
move window decor changes after setting Withdrawn state so we have no additionalwindow refresh
|
2004-04-03 |
rathann |
- win_gravity memorizing and restoring while switching fullscreen mode (by Adam Tla/lka)
|
2004-04-01 |
atlka |
ALSA syc is not so good as OSS - small corrections
|
2004-03-16 |
diego |
Don't mess with the window position in xinerama when -geometry changes it.
|
2004-03-16 |
diego |
Use system clock for xscreensaver pings (Tobias Diedrich).
|
2004-02-24 |
attila |
set min width/height
|