Reece Dunn
a2c41b72f8
Don't generate FIXME warnings for DllCanUnloadNow.
2010-01-06 10:59:51 +01:00
Tillmann Werner
29e58e30f1
winedump: Fix null pointer dereference in spec mode.
2010-01-06 10:57:56 +01:00
David Adam
5e39af2683
dmloader: Fix a possible null dereference.
2010-01-06 10:47:42 +01:00
Alexandre Julliard
993de4d82f
user32: Remove a useless comment.
2010-01-06 09:54:35 +01:00
Maarten Lankhorst
7615ec0700
mmdevapi: Fix reference leak in tests.
...
Reported by Dan Kegel
2010-01-06 09:54:25 +01:00
Maarten Lankhorst
ef0a0d8b86
Revert "dsound: Only initialize one guid for capture and renderer."
...
Reverts b474649e0e
. Some games use
pointers to the guid rather than copying the guid even after the
enumeration function returns. Allocating on the stack breaks those
games.
2010-01-06 09:54:18 +01:00
Henri Verbeet
d34aba2a1c
avifil32: Don't leak the buffer on HeapReAlloc() failure in AVISaveOptionsFmtChoose().
2010-01-06 09:53:37 +01:00
Henri Verbeet
7ab7103946
avifil32: Don't leak the buffer on HeapReAlloc() failure in AVIFILE_AddFrame().
...
Perhaps the code should also just double the buffer. I can send another patch
for that if needed.
2010-01-06 09:53:17 +01:00
Henri Verbeet
63aa5418c1
avifil32: Only modify the stream info after a succesful allocation in AVIFILE_AddFrame().
2010-01-06 09:53:07 +01:00
Henri Verbeet
c2051d33d6
avifil32: Properly check the required buffer size in AVIFILE_AddFrame().
2010-01-06 09:53:02 +01:00
Henri Verbeet
32c3adbbaa
avifil32: Always add the format change frame to the buffer in AVIFILE_AddFrame().
...
It doesn't make sense to only do this when the buffer is resized.
2010-01-06 09:52:57 +01:00
André Hentschel
2e339c471e
msi/tests: Remove dead url.
2010-01-06 09:52:52 +01:00
André Hentschel
2f5ba0d8c0
dbghelp: Fix typo in url.
2010-01-06 09:52:48 +01:00
André Hentschel
76c518539f
winedbg: Update link.
2010-01-06 09:52:44 +01:00
Andrew Eikum
d1a916a614
msi: Implement recursive INSTALLSTATE updates for msi treeview selector.
2010-01-06 09:51:17 +01:00
Detlef Riekenberg
2f529c39fd
user32: Move a comment about HLOCAL16 to user.exe.
2010-01-05 18:08:19 +01:00
Hans Leidekker
e5180c101b
wininet: Fix a memory leak.
...
Found by Valgrind.
2010-01-05 16:28:48 +01:00
Alexandre Julliard
5d8861b084
kernel: Stop exporting some 16-bit functions that are no longer used outside of kernel.
2010-01-05 16:28:43 +01:00
Alexandre Julliard
26a42f8452
winedos: Merge all of winedos back into krnl386.
2010-01-05 16:25:34 +01:00
Alistair Leslie-Hughes
03e31f9b86
gdiplus: Implement GdipIsVisibleClipEmpty.
2010-01-05 12:29:43 +01:00
Paul Vriens
157b1f6902
mshtml/tests: Fix a test failure on NT4.
2010-01-05 12:29:24 +01:00
Paul Vriens
a95e070824
kernel32: Add a stubbed GetConsoleProcessList().
2010-01-05 12:29:18 +01:00
James Hawkins
289047c735
user32: Don't try to free a handle with a value of 1, which is the dde handle value for asynchronous operations.
2010-01-05 12:29:03 +01:00
Maarten Lankhorst
f10d56088e
mmdevapi: Add test showing collection doesn't keep ref on parent.
2010-01-05 12:27:32 +01:00
Maarten Lankhorst
5e9ec19217
mmdevapi: Add an empty IMMDeviceCollection implementation.
2010-01-05 12:27:27 +01:00
Maarten Lankhorst
056588abbc
mmdevapi: Constify IMMDeviceEnumeratorVtbl.
2010-01-05 12:27:19 +01:00
Henri Verbeet
c274d6f06e
avifil32: Don't leak the buffer on HeapReAlloc() failure in AVIFILE_ReadBlock().
2010-01-05 12:19:25 +01:00
Henri Verbeet
1fb72a37eb
avifil32: Just assign maxSize to This->cbBuffer in AVIFILE_ReadBlock().
2010-01-05 12:19:22 +01:00
Henri Verbeet
4c36e12be6
avifil32: Properly check the required buffer size in AVIFILE_ReadBlock().
2010-01-05 12:19:18 +01:00
Henri Verbeet
f5c8153edd
wined3d: Handle stateblock capture for default lights created while recording.
...
For non-recorded stateblocks a light always exists in the device stateblock as
well, since that's where it's copied from. However, when SetLightEnable() is
called for a light that didn't a exist yet while recording a stateblock, the
light is only created on the recorded stateblock.
2010-01-05 12:19:14 +01:00
Henri Verbeet
5bac33d358
wined3d: Remove a few redundant context dereferences.
2010-01-05 12:19:09 +01:00
Jacek Caban
367cca6a9f
urlmon: Fixed accept_mimes freeing.
2010-01-05 12:19:05 +01:00
Alexandre Julliard
25c2236a91
ole2: Convert the icon for OleMetafilePictFromIconAndLabel to 32-bit explicitly instead of casting the handle.
2010-01-04 20:26:54 +01:00
Alexandre Julliard
67e1ac9a93
shell: Convert the about icon to 32-bit explicitly instead of casting the handle.
2010-01-04 20:20:15 +01:00
Alexandre Julliard
8108549804
winedos: Link to DirectSoundCreate through delayed imports instead of doing it by hand.
2010-01-04 17:58:25 +01:00
Alexandre Julliard
0a8573a226
winedos: Link to DirectDrawCreate through delayed imports instead of doing it by hand.
2010-01-04 17:57:55 +01:00
Alexandre Julliard
00b06dac85
winex11: Don't process ConfigureNotify events that have been superseded by a later configure request.
2010-01-04 17:56:32 +01:00
Alexandre Julliard
f74e312bf8
Update copyright info for 2010.
2010-01-04 17:09:21 +01:00
Maarten Lankhorst
3410ab8b7c
mmdevapi: Add stubs for MMDevEnum with tests.
2010-01-04 17:06:58 +01:00
Gerald Pfeifer
eae5829ed2
configure: Sort WINE_TRY_CFLAGS entries alphabetically.
2010-01-04 17:06:58 +01:00
Alexandre Julliard
2ef707cc09
winedos: Merge the few definitions from dosvm.h into dosexe.h.
2010-01-04 17:06:58 +01:00
Alexandre Julliard
fd75ec1dfe
winedos: Remove some obsolete comments.
2010-01-04 17:06:58 +01:00
Alexandre Julliard
c7a57ee1a1
winedos: Merge the parallel port device I/O handling into ioports.c.
2010-01-04 17:06:58 +01:00
Alexandre Julliard
9492e1808b
winedos: Merge the UMB management into dosvm.c.
2010-01-04 17:06:58 +01:00
Alexandre Julliard
741690faa4
winedos: Merge the XMS handler into int31.c.
2010-01-04 17:06:58 +01:00
Alexandre Julliard
58cd87abb1
winedos: Internal functions don't need to be WINAPI.
2010-01-04 17:06:58 +01:00
Josselin Bardet
2b07ae5e6f
msiexec: Support of /package option.
2010-01-04 17:06:52 +01:00
Alexandre Julliard
2b5d06afb9
wpp: Reset the line position when parsing a new file.
2010-01-04 13:02:16 +01:00
Alexandre Julliard
82f910eb62
wrc: Merge the menu and menuex structures.
2010-01-04 12:41:16 +01:00
Alexandre Julliard
1b305dd2df
wrc: Merge the menuitem and menuitemex structures.
2010-01-04 12:31:22 +01:00