James Hawkins
|
fb45206ed7
|
msi: Initialize the size parameter.
|
2007-07-27 12:24:08 +02:00 |
James Hawkins
|
b0ac20e951
|
msi: Add more tests for MSIMODIFY_UPDATE.
|
2007-07-27 12:24:02 +02:00 |
Maarten Lankhorst
|
f3ed32bca0
|
dsound: Allow mixing the same buffer multiple times if we are looping.
|
2007-07-27 12:23:53 +02:00 |
Maarten Lankhorst
|
93b6f15826
|
winmm: Don't operate on freed data in timer.
|
2007-07-27 12:23:43 +02:00 |
Maarten Lankhorst
|
7107a6969d
|
wineoss: Make sure writepos < buflen for dsrender.
|
2007-07-27 12:23:35 +02:00 |
Maarten Lankhorst
|
3c8c02a393
|
winealsa: Minor fixes to ds output.
|
2007-07-27 12:23:31 +02:00 |
Maarten Lankhorst
|
0c3cd2a0e4
|
dsound: Some cosmetic changes.
|
2007-07-27 12:23:27 +02:00 |
Maarten Lankhorst
|
59a5669a97
|
dsound: Fix CheckEvent in mixer.
|
2007-07-27 12:22:33 +02:00 |
Maarten Lankhorst
|
f94114a88d
|
dsound: Make sure secondary_remainder and buflen are aligned to primary buffer in mixer.
|
2007-07-27 12:22:27 +02:00 |
Andrew Talbot
|
16e9c35910
|
oleaut32: Constify some variables.
|
2007-07-27 12:22:01 +02:00 |
Steven Edwards
|
e1347ecdc5
|
version: VerQueryValueA/W NULL pointer check.
|
2007-07-27 12:21:56 +02:00 |
Roderick Colenbrander
|
6f3e8a2fcf
|
wgl: Fix a typo in the WGL_TEXTURE_TARGET_ARB emulation code.
|
2007-07-27 12:21:33 +02:00 |
Roderick Colenbrander
|
4682f8f77a
|
wgl: Enable offscreen pixelformats for pbuffers.
|
2007-07-27 12:21:18 +02:00 |
Roderick Colenbrander
|
4a96be5a72
|
wgl: Replace the GLXFBConfigIDs in the pixelformat list with real GLXFBConfigs.
|
2007-07-27 12:21:06 +02:00 |
Roderick Colenbrander
|
cfd81827ac
|
wgl: Fill the format table with offscreen pixelformats which are needed for pbuffers.
|
2007-07-27 12:20:54 +02:00 |
Alexandre Julliard
|
1f5a4a8046
|
msvcrt: Get rid of the now unused strndup/wstrndup functions.
|
2007-07-27 12:18:44 +02:00 |
Alexandre Julliard
|
00c81e9d9f
|
msvcrt: Fixed errno setting in malloc, HeapAlloc doesn't set last error.
|
2007-07-27 12:18:15 +02:00 |
Alexandre Julliard
|
b2acafad44
|
msvcrt: Fixed buffer allocation in _getcwd/_wgetcwd.
|
2007-07-27 12:17:58 +02:00 |
Alexandre Julliard
|
8f0fb1e3e9
|
ntdll: Simply store the assembly type without interpreting it.
|
2007-07-27 12:17:07 +02:00 |
Jacek Caban
|
43adec3e81
|
kernel32: Added a number of activation context tests.
|
2007-07-26 19:42:06 +02:00 |
Evan Stade
|
a8fd94b126
|
gdiplus/tests: Added pen dash array tests.
|
2007-07-26 12:36:39 +02:00 |
Evan Stade
|
51bd0af43e
|
gdiplus: Added GdipSetPenDashArray/GdipGetPenDashArray.
|
2007-07-26 12:36:28 +02:00 |
Evan Stade
|
a4f238a117
|
gdiplus: Fix arc2polybezier.
|
2007-07-26 12:36:19 +02:00 |
Evan Stade
|
e11f7b7bbd
|
gdiplus/tests: Added GdipAddPathEllipse test.
|
2007-07-26 12:36:10 +02:00 |
Evan Stade
|
fe2ce3a08b
|
gdiplus: Added GdipAddPathEllipse.
|
2007-07-26 12:35:57 +02:00 |
Evan Stade
|
f52adfd0de
|
gdiplus: Fix memory leak.
|
2007-07-26 12:35:29 +02:00 |
Juan Lang
|
d5a478edfa
|
crypt32: Test and implement encoding signed messages with authenticated attributes.
|
2007-07-26 12:35:21 +02:00 |
Juan Lang
|
b8ab462100
|
crypt32: Trace a few more items when decoding.
|
2007-07-26 12:35:12 +02:00 |
Juan Lang
|
c58cb379eb
|
crypt32: Test and fix encoding and decoding of attributes in PKCS signers.
|
2007-07-26 12:35:05 +02:00 |
Juan Lang
|
3a85fa6b15
|
crypt32: Partially implement decoding of signed messages.
|
2007-07-26 12:34:56 +02:00 |
Juan Lang
|
5674ca2e4e
|
crypt32: Don't check tag in CRYPT_DecodeDERArray, caller already does.
|
2007-07-26 12:34:47 +02:00 |
Juan Lang
|
30346ee296
|
crypt32: Actually skip content when skipping an item in a sequence.
|
2007-07-26 12:34:39 +02:00 |
Juan Lang
|
429e5b300f
|
crypt32: Remove redundant assignment.
|
2007-07-26 12:34:32 +02:00 |
Juan Lang
|
e0b13a20b5
|
crypt32: Add initial tests for decoding signed messages.
|
2007-07-26 12:34:26 +02:00 |
Juan Lang
|
5572902046
|
crypt32: Test getting the hash from a hash message with an invalid index.
|
2007-07-26 12:34:19 +02:00 |
Misha Koshelev
|
c4f1adb7cc
|
urlmon/tests: Don't proceed with POST operation (that will fail) if we run out of memory.
|
2007-07-26 12:34:07 +02:00 |
Misha Koshelev
|
d5fedcdab0
|
urlmon/tests: Fix http protocol tests with absence of BINDF_FROMURLMON to properly expect ReportData.
|
2007-07-26 12:33:58 +02:00 |
Misha Koshelev
|
a8aa3fb546
|
urlmon: Don't free structures that are used by asynchronous HttpSendRequest until we are sure they won't be used.
|
2007-07-26 12:33:49 +02:00 |
Alexandre Julliard
|
5fe7589bb4
|
libwine: Get rid of the lookup in the top dlls/ dir, all dlls are named correctly now.
|
2007-07-26 11:57:14 +02:00 |
Alexandre Julliard
|
fd51447966
|
crypt32: Don't use off_t for memory offsets.
|
2007-07-26 11:57:14 +02:00 |
Rob Shearman
|
4dfdec2ef5
|
mshtml: Handle Ctrl-Home and Ctrl-End in edit mode.
|
2007-07-26 11:51:56 +02:00 |
H. Verbeet
|
b4e596e70e
|
wined3d: Flip the scissor rect when rendering offscreen.
|
2007-07-26 11:51:34 +02:00 |
H. Verbeet
|
4194d784f8
|
d3d9: Trace the Format parameter to IDirect3DDevice9Impl_CreateTexture as hexadecimal.
|
2007-07-26 11:51:26 +02:00 |
Jacek Caban
|
cb9527ac06
|
mshtml: Make sure we have associated listener before calling OnStopRequest.
|
2007-07-26 11:51:13 +02:00 |
Jacek Caban
|
262db80776
|
urlmon: Change some gotos to return.
|
2007-07-26 11:51:11 +02:00 |
Michael Stefaniuc
|
b8880e1640
|
ntdll: Remove a break after a break. Found by Smatch.
|
2007-07-26 11:51:05 +02:00 |
Michael Stefaniuc
|
863921b40d
|
winefile: Change choose_font() and init_output() to the W form.
|
2007-07-26 11:51:02 +02:00 |
Michael Stefaniuc
|
26369e1a8f
|
winefile: Move the font choosing code to a separate function.
|
2007-07-26 11:50:52 +02:00 |
Roderick Colenbrander
|
1855eb25f3
|
wgl: Set pbuffer dimensions in HDC.
|
2007-07-26 11:50:47 +02:00 |
Roderick Colenbrander
|
8a02dbb43c
|
opengl: WGL_ARB_render_texture support.
|
2007-07-26 11:49:28 +02:00 |