Eric Pouech
8e248c063f
gdi.exe: No longer use 16bit abort procs inside the DC structure.
2009-11-16 13:47:29 +01:00
Eric Pouech
6fab1e86f3
msvcrt: In undname functions, no longer use a fixed-size array for storing internal information.
2009-11-16 13:47:22 +01:00
Eric Pouech
c65106e1d5
msvcrt: In undname helpers, allow str_array_push to return errors (instead of asserting).
2009-11-16 13:44:15 +01:00
Owen Rudge
76c7f28050
comctl32: Implement Copy, Merge and Clone methods in IImageList.
2009-11-16 13:30:01 +01:00
Owen Rudge
b37009ee80
comctl32/tests: Add further tests for IImageList.
2009-11-16 13:29:09 +01:00
Owen Rudge
8a4a761683
comctl32: Implement SetOverlayImage, Replace, AddMasked, Draw, Remove, GetImageInfo.
2009-11-16 13:29:01 +01:00
Owen Rudge
a07c922fa3
comctl32/tests: Add tests for IImageList based on standard imagelist tests.
2009-11-16 13:27:54 +01:00
Owen Rudge
dff6be098e
comctl32: Implement Add, ReplaceIcon, GetImageCount, SetImageCount in IImageList.
2009-11-16 13:27:37 +01:00
André Hentschel
8f31df1dd8
gdi32/tests: Test CreateFontIndirect for suffix stripping.
2009-11-16 13:25:00 +01:00
Vladimir Pankratov
469a1ba4cc
mshtml: Update Russian translation.
2009-11-16 12:43:07 +01:00
Detlef Riekenberg
84d24e5de5
advapi32: Dump the guid in a FIXME.
2009-11-16 12:43:07 +01:00
Marcus Meissner
c2e0226d2f
comctl32: Removed useless NULL check (Coverity).
2009-11-16 12:43:07 +01:00
Austin Lund
f5271ce1e3
kernel32/tests: Fixed test for GetVolumeNameForVolumeMountPoint on directory.
2009-11-16 12:43:07 +01:00
Roderick Colenbrander
9120e9baeb
opengl32/tests: fix wglShareLists error messages.
2009-11-16 12:43:07 +01:00
Francois Gouget
9b329b2ed2
oledb32/tests: Add a trailing '\n' to an ok() call.
2009-11-16 12:43:06 +01:00
Francois Gouget
6e407cccb8
rsaenh/tests: Add a trailing '\n' to an ok() call.
2009-11-16 12:43:06 +01:00
Francois Gouget
54ada51450
commdlg.dll16: The commdlg debug channel is unused. Remove it.
2009-11-16 12:43:06 +01:00
Francois Gouget
5d06095dfb
jscript: We don't need throw_eval_error() so remove it.
2009-11-16 12:43:06 +01:00
Francois Gouget
67c8e896a9
mshtml: parse_complete() is unused so remove it.
2009-11-16 12:43:06 +01:00
Francois Gouget
8a00aaaa50
shell32: Make GetFileNameFromBrowse{A,W}() static.
2009-11-16 12:43:05 +01:00
Stefan Leichter
7f1fe90e7f
kernel32: Added stub for CreateMemoryResourceNotification.
2009-11-16 12:42:19 +01:00
Stefan Leichter
7f2943e712
setupapi/tests: Check the buffer content returned from SetupGetInfFileListW test.
2009-11-16 11:54:45 +01:00
Andrew Eikum
75b58fb537
mshtml: Implement IHTMLWindow2::get_parent.
2009-11-16 11:54:10 +01:00
Andrew Eikum
733dfb6429
mshtml: Implement IHTMLWindow2::item.
2009-11-16 11:54:05 +01:00
Andrew Eikum
ac226b20f0
mshtml: Implement IHTMLWindow2::get_frames and add tests.
2009-11-16 11:53:59 +01:00
Andrew Eikum
0eaae2745c
mshtml: Implement IHTMLWindow4::get_frameElement.
2009-11-16 11:53:53 +01:00
Andrew Eikum
334f2ce074
mshtml: Add stub implementation of IHTMLWindow4.
2009-11-16 11:53:45 +01:00
Anders Jonsson
b00b112fb6
mshtml: Update Swedish translation.
2009-11-16 11:40:24 +01:00
Rob Shearman
9cffed2c75
oleaut32: Make BSTR and VARIANT marshalling for typelibs use the user marshalling functions.
...
Remove now redundant cases in serialize_param and deserialize_param.
2009-11-16 11:39:52 +01:00
Rob Shearman
8bd2d5395d
oleaut32: Fix memory leaks in LPSAFEARRAY and VT_CARRAY marshalling.
2009-11-16 11:39:45 +01:00
Rob Shearman
b5139f45b3
oleaut32: Zero initialize the stack used on the server side of typelib marshalling.
...
This is needed to allow for NDR marshalling rules in reusing memory on
the client side.
2009-11-16 11:39:39 +01:00
Rob Shearman
1f3a14e767
advapi32: EqualSid should set last error to ERROR_SUCCESS.
2009-11-16 11:39:28 +01:00
Rob Shearman
3498a88179
advapi32: Add tests for EqualSid.
2009-11-16 11:39:24 +01:00
Alexandre Julliard
935e06c5c3
kernel32: Null-terminate the buffer also on error in GetPrivateProfileString16.
2009-11-16 11:36:08 +01:00
Rob Shearman
eb0d2828b2
rpcrt4: Fix potential NULL pointer access in process_bind_packet.
...
Upon failure to allocate results in process_bind_packet, build nack
packet and send right away, instead of falling into the normal path
and potentially dereferencing the NULL pointer.
2009-11-16 11:34:58 +01:00
André Hentschel
79307e596e
mshtml: Update German Gecko installer dialog.
2009-11-16 11:34:42 +01:00
Aurimas Fišeras
fdd9938754
mshtml: Update Lithuanain translation.
2009-11-16 11:34:36 +01:00
Juan Lang
8adc75b3ec
crypt32: Fix more test failures.
2009-11-16 11:34:31 +01:00
Detlef Riekenberg
c49606e8a0
commdlg: Fix a copy&paste typo.
2009-11-16 11:34:12 +01:00
Juan Lang
f6c4824675
crypt32: Update a comment.
2009-11-16 11:34:04 +01:00
Juan Lang
c4b997bab3
crypt32: Set CERT_TRUST_HAS_VALID_NAME_CONSTRAINTS when a certificate's name constraints are met.
2009-11-16 11:33:58 +01:00
Vincent Povirk
42e8dfa2cb
ole32: Rename propertyNameCmp to entryNameCmp.
2009-11-16 11:33:54 +01:00
Vincent Povirk
a9ad3fed29
ole32: Rename property variables in insertIntoTree.
2009-11-16 11:33:47 +01:00
Vincent Povirk
14647d7ca9
ole32: Rename deleteSt*Property to deleteSt*Contents.
...
We now only delete the node contents in these functions.
2009-11-16 11:33:41 +01:00
Vincent Povirk
390e2711f6
ole32: Rename rootPropertyName to rootEntryName.
2009-11-16 11:33:30 +01:00
Vincent Povirk
93db14e79a
ole32: Rename SmallBlockChainStream.ownerPropertyIndex to ownerDirEntry.
2009-11-16 11:33:22 +01:00
Vincent Povirk
848caa5168
ole32: Rename BlockChainStream.ownerPropertyIndex to ownerDirEntry.
2009-11-16 11:33:15 +01:00
Vincent Povirk
df960e27c4
ole32: Rename stream.ownerProperty to dirEntry.
2009-11-16 11:33:06 +01:00
Vincent Povirk
4ba13cb9a7
ole32: Rename rootPropertySetIndex to storageDirEntry.
...
Not only is it not related to property set storages, it's also not the root
of the tree that's used to search for elements.
2009-11-16 11:32:58 +01:00
Vincent Povirk
cf1242e03b
ole32: Rename propertyUniqueID to clsid.
2009-11-16 11:32:47 +01:00
Vincent Povirk
2203264bfa
ole32: Rename propertyType to stgType.
2009-11-16 11:32:39 +01:00
Jörg Höhle
b04178eb01
mciwave/tests: Fix a few tests including one hang on Win9X.
2009-11-13 16:30:09 +01:00
Jacek Caban
b4a7de9a08
mshtml: Update description in Gecko installer dialog.
2009-11-13 15:52:48 +01:00
Paul Vriens
1bbb880fd9
advapi32/tests: Add tests for reading and writing to a real eventlog.
2009-11-13 13:38:34 +01:00
Eric Pouech
aa9002755a
dbghelp: Fix the threads stream size.
2009-11-13 13:37:51 +01:00
Roderick Colenbrander
e7590fcfb5
wgl: Make sure we set a valid value for GLX_DRAWABLE_TYPE. Right now we default to 0 which is illegal.
2009-11-13 13:37:10 +01:00
Roderick Colenbrander
a46bd4bc9f
wgl: None of the WGL_render_texture attribute values makes sense for GLX_X_RENDERABLE, so get rid of it.
2009-11-13 13:36:55 +01:00
Huw Davies
16c20d3c73
gdi32/tests: Test the return value of GetClipBox before trying to access the rect.
2009-11-13 13:36:35 +01:00
Huw Davies
625ec9f05f
msctf/tests: Don't convert past the end of a nul terminated string.
...
Found by Valgrind.
2009-11-13 13:36:12 +01:00
Hans Leidekker
84ddfd8739
msi: Test more variations of environment string prefixes.
2009-11-13 13:35:58 +01:00
Hans Leidekker
e52531ab1d
msi: Handle environment strings without a value.
2009-11-13 12:21:46 +01:00
Paul Vriens
54a01bf5bc
comctl32/tests: Remove unused parameter.
2009-11-13 12:21:41 +01:00
Owen Rudge
856dda3288
comctl32/tests: Add IImageList creation test.
2009-11-13 12:14:46 +01:00
Owen Rudge
a4f2ab9d14
comctl32: Add basic structure for IImageList interface.
2009-11-13 12:14:40 +01:00
Huw Davies
d775d6e31f
msctf: Correctly initialize the description field.
...
Found by Valgrind.
2009-11-13 11:52:25 +01:00
Detlef Riekenberg
447e224380
ntdll/tests: GetVolumePathnameW is not present before w2k.
2009-11-13 11:52:25 +01:00
Rico Schüller
a679b4e3af
user32: Add argument check for PTITLEBARINFO in GetTitleBarInfo().
2009-11-13 11:52:25 +01:00
Juan Lang
9aee8fd556
crypt32: Fix test failures.
2009-11-13 11:52:25 +01:00
Juan Lang
21ecc84620
crypt32: Accept any matching dNSName in a subject alternate name.
2009-11-13 11:52:25 +01:00
Juan Lang
95a14deff9
crypt32: Add tests for cs.stanford.edu's chain.
2009-11-13 11:52:25 +01:00
Juan Lang
d311cc9bdb
crypt32: Use broken() to mark an expected result from a broken version of crypt32.
2009-11-13 11:52:25 +01:00
Juan Lang
b91d0c8bde
crypt32: Implement matching a certificate with a wildcard in its name.
2009-11-13 11:52:24 +01:00
Juan Lang
e740672647
crypt32: Test matching a certificate with a wildcard in its name.
2009-11-13 11:52:24 +01:00
Juan Lang
a29789e0bf
crypt32: Add openssl.org's cert to the tested chains.
2009-11-13 11:52:24 +01:00
Vincent Povirk
5838bcf801
ole32: Rename PROPERTY_RELATION constants to DIRENTRY_RELATION.
2009-11-13 11:52:24 +01:00
Vincent Povirk
5969bde0b1
ole32: Rename dirProperty to dirRootEntry.
2009-11-13 11:52:24 +01:00
Vincent Povirk
8a8471a765
ole32: Rename PROPSET_BLOCK_SIZE to RAW_DIRENTRY_SIZE.
2009-11-13 11:52:23 +01:00
Vincent Povirk
74d0503026
ole32: Rename PROPERTY_NAME_*_LEN to DIRENTRY_NAME_*_LEN.
2009-11-13 11:52:23 +01:00
Vincent Povirk
86759988f1
ole32: Rename PROPERTY_NULL to DIRENTRY_NULL.
2009-11-13 11:52:23 +01:00
Alexandre Julliard
727f23c581
user32: No longer export the 16-bit dialog and message functions.
2009-11-13 11:52:23 +01:00
Alexandre Julliard
b76f85872c
user32: Use the correct type for the return value of DefDlgProcA/W.
2009-11-13 11:52:15 +01:00
Alexandre Julliard
76dcb0ecb9
user32: Reimplement DefDlgProc16 using message mapping functions.
2009-11-13 11:11:31 +01:00
Alexandre Julliard
0bc1eaac76
ctl3d: Stub out Ctl3dDlgFramePaint16 to avoid calling DefWindowProc16.
2009-11-13 10:57:41 +01:00
Alexandre Julliard
2a64c6b11c
user32: Move driver support to mmsystem and replace it with stubs in user.exe.
2009-11-12 23:09:21 +01:00
Alexandre Julliard
dd64dd5548
user32: Reimplement UserYield using PeekMessageW.
2009-11-12 23:09:21 +01:00
Alexandre Julliard
18ddbc1c7d
kernel32: Use PeekMessageW instead of UserYield.
2009-11-12 23:09:21 +01:00
Alexandre Julliard
7c930a3771
mmsystem: Use PeekMessageW instead of UserYield.
2009-11-12 23:09:20 +01:00
Alexandre Julliard
9a43c410f9
winmm: Use PeekMessageW instead of UserYield.
2009-11-12 23:09:20 +01:00
Alexandre Julliard
910f331f8a
comdlg32: Make commdlg.dll into a stand-alone 16-bit module.
2009-11-12 23:04:42 +01:00
Alexandre Julliard
c8deafdfaa
comdlg32: Create a 32-bit dialog for find/replace.
2009-11-12 23:02:45 +01:00
Alexandre Julliard
424472c20d
comdlg32: Reimplement the 16-bit file dialog on top of the 32-bit one.
...
Stub out the functionality that cannot be supported that way.
2009-11-12 20:56:26 +01:00
Alexandre Julliard
024a0683eb
comdlg32: Reimplement the 16-bit color dialog on top of the 32-bit one.
...
Stub out the functionality that cannot be supported that way.
2009-11-12 20:33:49 +01:00
Alexandre Julliard
9e643967ab
comdlg32: Reimplement the 16-bit print dialog on top of the 32-bit one.
...
Stub out the functionality that cannot be supported that way.
2009-11-12 20:15:49 +01:00
Alexandre Julliard
e5a09cffeb
comdlg32: Reimplement the 16-bit font dialog on top of the 32-bit one.
...
Stub out the functionality that cannot be supported that way.
2009-11-12 19:32:56 +01:00
Nikolay Sivov
459a0c4de9
comctl32/treeview: Collapse some message handlers.
2009-11-12 17:06:47 +01:00
Nikolay Sivov
073486569a
comctl32/toolbar: Call handlers in more general way.
2009-11-12 17:06:35 +01:00
Nikolay Sivov
7b19d8bba6
comctl32/toolbar: Use single handler for TB_GETBUTTONTEXTW/TB_GETBUTTONTEXTA.
2009-11-12 17:06:26 +01:00
Nikolay Sivov
62a7373913
comctl32/toolbar: Use single handler for TB_SETBUTTONINFOW/TB_SETBUTTONINFOA pair.
2009-11-12 17:06:20 +01:00
Huw Davies
b03b1443b2
include: Add asysta.idl.
2009-11-12 17:06:08 +01:00
Maarten Lankhorst
f17484205a
avrt: Add stub for Av(Set,Revert)MmThreadCharacteristics.
2009-11-12 17:04:53 +01:00