Peter Berg Larsen
6e3bcb5a54
Replace strncpy with memcpy or lstrcpyn.
2005-04-18 10:30:55 +00:00
Michael Stefaniuc
5ad7d858e0
Do not check for non NULL pointer before HeapFree'ing it. It's
...
redundant.
2004-12-23 17:06:43 +00:00
Dmitry Timoshkov
199247672c
- Add a lot of traces to make debugging a bit easier.
...
- Add support for MCIWNDF_NOAUTOSIZEMOVIE, MCIWNDF_NOAUTOSIZEWINDOW
and MCIWNDF_NOERRORDLG flags in the MCIWndClass implementation.
- Implement support for MCI_UPDATE in the MCIAVI driver and use it in
the MCIWndClass WM_PAINT handler.
- Reimplement MCI_STOP command in the MCIAVI driver via an event.
- Add a test preventing the MCIAVI driver to crash after MCI_SEEK
behind an end of stream.
2004-03-01 23:38:25 +00:00
Dmitry Timoshkov
bd6d7392b7
Fix a typo in a comment.
2004-02-27 21:24:47 +00:00
Dmitry Timoshkov
2ae461e400
Use some heuristics to decide what type of MCIWNDM_OPEN message to
...
use.
2004-02-27 04:32:16 +00:00
Dmitry Timoshkov
21272b31aa
Make MCIWnd play a bit better as an MDI child.
2004-01-20 22:34:34 +00:00
Dmitry Timoshkov
2b9d138cc3
Trackbar range should be fixed only in the case of successful
...
mciSendStringW. It's better to initialize dwCallback parameter if
MCI_NOTIFY is specified.
2004-01-02 01:48:15 +00:00
Dmitry Timoshkov
cd61ce8529
Add support for many MCIWNDM_ messages and some MCI_ commands in the
...
MCIWndClass implementation.
MCIWndRegisterClass() takes no parameters according to Platform SDK
headers.
2004-01-01 00:12:13 +00:00
Dmitry Timoshkov
be6d014f35
Add Unicode->ANSI MCI message mapping, implement mciSendCommandW, fix
...
a bug with a window creation belonging to another hInstance, add
support for MCI_WINDOW command in mciavi.drv, add support for MCI_PLAY
and MCI_STOP in the MCIWndClass implementation.
2003-12-31 19:00:03 +00:00
Dmitry Timoshkov
06464999f1
Implement support for many MCIWndClass MCI_ and MCIWNDM_ messages.
...
Convert MCIWndClass implementation to unicode.
2003-12-15 20:17:11 +00:00
Dmitry Timoshkov
853329befe
Add support for some MCIWNDF_ styles, indicate that we do not support
...
MCIWNDM_* messages at all.
2003-12-10 02:10:18 +00:00
Alexandre Julliard
e37c6e18d0
Fixed header dependencies to be fully compatible with the Windows
...
headers (with help from Dimitrie O. Paun).
2003-09-05 23:08:26 +00:00
Dimitrie O. Paun
cef5961d2b
Eliminate lots of __WINE__ conditionals from the headers.
2003-01-03 19:12:55 +00:00
Francois Gouget
d2667a4ce3
Removed unnecessary HANDLE typecasts.
2002-12-02 18:10:57 +00:00
Alexandre Julliard
7a1cb65cb9
Moved 16-bit definitions out of mmddk.h into mmsystem16.h.
2002-10-31 02:23:43 +00:00
Michael Stefaniuc
ca3dd3f4fb
Compile the msvideo dll with -DSTRICT.
2002-10-23 23:33:21 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
Uwe Bonnes
39d013c6e9
MCIWndCreateA: check for NULL filename.
2002-04-11 17:30:45 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Patrik Stridvall
72d41524c8
Documentation fixes.
2001-09-10 23:16:31 +00:00
Eric Pouech
a3d3d40506
Started implementing the MCIWnd* functions.
2001-08-18 18:02:34 +00:00