mpv/video
Martin Herkt d2e750ccd6 w32_common: fix mouse clicks
Apparently this has been broken for a year or so. The were three
reasons for the breakage here:

    1. The window dragging hack prevented any DOWN event from
       passing through since it always returned before we even got
       the button.
    2. The window style had CS_DBLCLKS in its flags, so we did not
       get any DOWN events when the OS had detected a double click
       (instead expecting us to handle a DBL event).
    3. We never sent any mouse buttons when mouse movement handling
       was disabled.
2013-12-19 21:04:10 +01:00
..
decode Reduce recursive config.h inclusions in headers 2013-12-18 17:12:21 +01:00
filter vf_lavfi: don't access AVFilterPad directly 2013-12-18 17:13:13 +01:00
out w32_common: fix mouse clicks 2013-12-19 21:04:10 +01:00
csputils.c
csputils.h
fmt-conversion.c Reduce recursive config.h inclusions in headers 2013-12-18 17:12:21 +01:00
fmt-conversion.h Take care of some libavutil deprecations, drop support for FFmpeg 1.0 2013-11-29 17:39:57 +01:00
hwdec.h video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
image_writer.c Move options/config related files from mpvcore/ to options/ 2013-12-17 02:07:57 +01:00
image_writer.h
img_format.c compat: add compatibility kludge for Libav 9 2013-12-08 23:51:39 +01:00
img_format.h Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
img_fourcc.h
memcpy_pic.h memcpy_pic: reformat 2013-11-06 20:27:13 +01:00
mp_image.c mp_image: deal with FFmpeg PSEUDOPAL braindeath 2013-12-01 20:51:38 +01:00
mp_image.h Reduce recursive config.h inclusions in headers 2013-12-18 17:12:21 +01:00
mp_image_pool.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
mp_image_pool.h
sws_utils.c Reduce recursive config.h inclusions in headers 2013-12-18 17:12:21 +01:00
sws_utils.h
vaapi.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
vaapi.h
vdpau.c vdpau: move device and video surface management from vo_vdpau.c to vdpau.c 2013-11-05 22:13:05 +01:00
vdpau.h Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
vdpau_functions.inc
vfcap.h video: remove --flip 2013-12-05 22:58:54 +01:00