53126 Commits

Author SHA1 Message Date
Michael Stefaniuc
fb5ef1c6c6 hhctrl.ocx: Add the Romanian translation.
Translation by Claudia Cotună.
2010-06-23 15:26:48 +02:00
Michael Stefaniuc
ea8313b1c1 serialui: Add the Romanian translation.
Translations by Claudia Cotună and Paul Chitescu.
2010-06-23 15:26:48 +02:00
Nikolay Sivov
16e465c7ae msxml3: Don't free namespace data tracked in a tree.
Fixes regression from ea9a6a4b4e33cc8f56bc7835f7f05146487fb5d2.
2010-06-23 10:34:46 +02:00
Nikolay Sivov
15720f8141 msxml3: Accept CLSID_FreeThreadedDOMDocument30 in class factory. 2010-06-23 10:34:36 +02:00
Nikolay Sivov
d24d007fa5 msxml3: Silence a warning in ::get_baseName() for document nodes. 2010-06-23 10:34:28 +02:00
André Hentschel
e17be10d44 uxtheme: Quiet a noisy fixme. 2010-06-23 10:34:09 +02:00
Sven Baars
9aa71a1fc6 oledlg: Fix Dutch translation. 2010-06-23 10:33:49 +02:00
Francois Gouget
7735f024ea msvcr100: The msvcr100 debug channel is unused so remove it. 2010-06-22 20:04:33 +02:00
Francois Gouget
31f7eb790f msvcr90/tests: Make test_invalid_parameter_handler() static. 2010-06-22 20:04:20 +02:00
Francois Gouget
1a1f1aa588 ws2_32/tests: Fix a typo in a variable name. 2010-06-22 20:04:09 +02:00
Francois Gouget
4c8b3b0f3d ntdll: Fix a typo in a parameter name. 2010-06-22 20:04:03 +02:00
Francois Gouget
aebbbcb06b shlwapi/tests: Make the XXX_Construct() functions static. 2010-06-22 20:03:54 +02:00
Francois Gouget
1f07f583cf msvcrt/tests: Make test_dup2() static. 2010-06-22 20:03:49 +02:00
Francois Gouget
e39b983f49 usp10/tests: Add a trailing '\n' to an ok() call. 2010-06-22 20:03:44 +02:00
Francois Gouget
8e7ad19064 opengl32/tests: Add a trailing '\n' to a skip() call. 2010-06-22 20:03:40 +02:00
Francois Gouget
eb8ce091cb msvcrt/tests: Add a trailing '\n' to an ok() call. 2010-06-22 20:03:36 +02:00
Francois Gouget
7d66375fba d3d10/tests: Add a trailing '\n' to ok() calls. 2010-06-22 20:03:32 +02:00
Francois Gouget
fea384cea4 crypt32/tests: Add a trailing '\n' to ok() calls. 2010-06-22 20:03:27 +02:00
Aric Stewart
802c4dee57 winex11.drv: Make UploadGlyph fallback to notdef and space so as to not fail. 2010-06-22 16:59:05 +02:00
Nikolay Sivov
302fb5f15a msxml3: Use vtable macros consistently, depending on pointer type. 2010-06-22 16:58:37 +02:00
Alexandre Julliard
79b6351c9c kernel32: Add the TlsAlloc/FreeInternal entry points. 2010-06-22 16:58:13 +02:00
Henri Verbeet
b769c912cc wined3d: read_from_framebuffer_texture() isn't suitable for readback of onscreen surfaces. 2010-06-22 13:51:30 +02:00
Piotr Caban
c0637edda2 msvcrt: Added __crtLCMapStringW partial implementation. 2010-06-22 13:51:30 +02:00
Alexandre Julliard
0fdcab06ac ntdll/tests: Fix some exception tests for Wow64. 2010-06-22 13:51:18 +02:00
Alexandre Julliard
6cf16d723a psapi/tests: Fix the working set tests for Wow64. 2010-06-22 13:06:23 +02:00
Alexandre Julliard
b4d21efd12 jscript/tests: Fix a test that fails because of the reduced FPU precision. 2010-06-22 12:52:03 +02:00
André Hentschel
8f0a0c23fa krnl386.exe16: Update a comment. 2010-06-22 11:47:40 +02:00
Andrew Nguyen
bdc29f83bc ddraw/tests: Add an observation regarding device color model criteria for IDirect3D3::FindDevice. 2010-06-22 11:47:39 +02:00
Andrew Nguyen
eb9227015a ddraw: Allow the ddraw RGB device to be enumerated in IDirect3D3::FindDevice.
Partially based on a patch by David Adam.
2010-06-22 11:47:24 +02:00
Andrew Nguyen
10a076ad8d ddraw: Validate structure pointers and sizes in IDirect3D3::FindDevice. 2010-06-22 11:24:59 +02:00
Matteo Bruni
6585bec5ac wined3d: Check for error conditions in GL call. 2010-06-22 11:22:38 +02:00
Nikolay Sivov
ea9a6a4b4e msxml3: Properly free namespace structure pointer. 2010-06-22 11:22:35 +02:00
Alexandre Julliard
0db65fd36e ntdll: Fix the initial FPU control word on 32-bit too. 2010-06-22 11:19:02 +02:00
Alexandre Julliard
58a698882d advapi32: Make rpcrt4 a delayed import to work around circular dependencies with native. 2010-06-21 17:55:37 +02:00
Andrey Turkin
5b3750e2a4 ntdll: Fix race in NtRead/WriteFile. 2010-06-21 16:48:27 +02:00
Nikolay Sivov
94e88e6712 msxml3: Extend traces for inc/dec refs on libxml2 documents. 2010-06-21 16:48:21 +02:00
André Hentschel
858ae060fd user32: Update comment. 2010-06-21 12:26:17 +02:00
Nikolay Sivov
473c5c4cc0 msxml3: Don't crash on null pointer when doing ::Next() on a last child. 2010-06-21 12:25:44 +02:00
Nikolay Sivov
b00046ccc4 msxml3: Support xml:lang attribute in IXMLElement::getAttribute(). 2010-06-21 12:25:31 +02:00
Eric Pouech
6f778a79f4 mmsystem.drv: Always map parameters for all callback kinds. 2010-06-21 12:22:09 +02:00
Marko Nikolic
b8978553ad advapi32/tests Fixed test macro in ConvertSecurityDescriptorToString. 2010-06-21 12:20:31 +02:00
Marko Nikolic
3675a38447 advapi32/tests: Fixed -Wsign-compare warnings in security tests. 2010-06-21 12:20:27 +02:00
Paul Chitescu
f479aa5ce5 gdi32: If driver is missing claim vectorial fonts are supported so GDI fonts (freetype) are used. 2010-06-21 12:17:26 +02:00
Florian Köberle
2f77e2b93d comctl32/tests: Test calculating the rect of a child item while handling TVN_ITEMEXPANDED. 2010-06-21 11:52:26 +02:00
Jacek Caban
2c354b8bbb shdocvw: Return IHTMLDocument2's IDispatch in get_Document. 2010-06-21 11:52:09 +02:00
Jacek Caban
1eced6053d mshtml: Check if event_table entry is allocated before using it in remove_event_handler. 2010-06-21 11:51:52 +02:00
Jacek Caban
c00121a603 mshtml: Fixed event tests. 2010-06-21 11:51:47 +02:00
Alexandre Julliard
db1c43c399 user32: Fallback to English in MessageBoxIndirect if the specified language is not supported. 2010-06-21 11:51:12 +02:00
Alexandre Julliard
fa2444caf1 shell32/tests: Use the windows directory for the SHParseDisplayName test to avoid ambiguous namings. 2010-06-21 11:50:15 +02:00
Alexandre Julliard
8b54390686 ntdll: Fix the initial FPU control word on 64-bit. 2010-06-21 11:49:25 +02:00