Commit Graph

53541 Commits

Author SHA1 Message Date
Thomas Mullaly
1eca647bb3 urlmon: Added a parser function to determine the scheme type of a URI. 2010-07-21 13:23:58 +02:00
Thomas Mullaly
811ed515ab urlmon: Added a scheme name parser for the IUri interface. 2010-07-21 13:23:58 +02:00
Igor Paliychuk
2c35fccf4d winspool.drv: Add Ukrainian translation. 2010-07-21 13:23:58 +02:00
Igor Paliychuk
04af975d91 sane.ds: Add Ukrainian translation. 2010-07-21 13:23:58 +02:00
Igor Paliychuk
5440dfb8dc gphoto2.ds: Add Ukrainian translation. 2010-07-21 13:23:57 +02:00
Igor Paliychuk
a57e06aac8 jscript: Add Ukrainian translation. 2010-07-21 13:23:57 +02:00
Igor Paliychuk
2d5a6231c0 browseui: Add Ukrainian translation. 2010-07-21 13:23:57 +02:00
Peter Urbanec
5b22afd3c3 wintab32: Avoid NULL pointer dereferences. 2010-07-21 13:23:57 +02:00
Marcus Meissner
2f7ec73add gdi32: Rebuild font hash after changing the matrix. 2010-07-21 13:23:56 +02:00
Rico Schüller
51c2542631 d3d10: Add data and size check to parse_dxbc(). 2010-07-21 13:23:56 +02:00
Rico Schüller
53ea5de666 d3d10: Move some helper funcs to utils. 2010-07-21 13:23:56 +02:00
André Hentschel
bb2600b687 shell32: Add stub for SHGetPropertyStoreFromParsingName. 2010-07-21 13:23:56 +02:00
Dylan Smith
e5a476c66d comdlg32: Test and fix Find/ReplaceText parameter checking code. 2010-07-21 13:23:56 +02:00
Dylan Smith
51ba036f6c comdlg32: Zero length replace buffer is valid for ReplaceText. 2010-07-21 13:23:56 +02:00
Dylan Smith
f89b14020f comdlg32: Check for valid replace parameters on ReplaceTextW.
COMDLG32_FR_CheckPartial is called with the second parameter of TRUE to
indicate that it is checking for a replace dialog, which includes checking
for a non-NULL replace buffer. This was called correctly on ReplaceTextA
but not for ReplaceTextW.
2010-07-21 13:23:56 +02:00
Piotr Caban
166b7f4ffb msvcp90/tests: Added char_traits<char>::_Copy_s tests. 2010-07-21 13:23:56 +02:00
Piotr Caban
b5a6ed7469 msvcp90/tests: Added char_traits equal tests. 2010-07-21 13:23:56 +02:00
Piotr Caban
d589d95d50 msvcp90/tests: Added char_traits assign tests. 2010-07-21 13:23:55 +02:00
Piotr Caban
0a4e90153d msvcp90: Added char_traits<unsigned short> implementation. 2010-07-21 13:23:32 +02:00
Piotr Caban
8313d52ccc msvcp90: Added char_traits<wchar_t> implementation. 2010-07-21 10:11:55 +02:00
Piotr Caban
b895c10432 msvcp90: Added char_traits<char> implementation. 2010-07-21 10:11:52 +02:00
Piotr Caban
9ae9d263da msvcp90: Added stub dll. 2010-07-21 09:35:08 +02:00
Paul Vriens
5de86f4db2 appwiz.cpl: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-21 09:34:05 +02:00
Paul Vriens
bd16a7225d comctl32: Add the Serbian (Cyrillic) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-21 09:33:50 +02:00
Andrew Eikum
d6a827d083 shlwapi: Be less strict on which type of IShellFolder can be enumerated. 2010-07-21 09:33:35 +02:00
André Hentschel
10e1387f61 ntdll: Add LDT error codes. 2010-07-21 09:33:27 +02:00
Owen Rudge
11dea57f69 fusion: Implement IAssemblyNameImpl_GetDisplayName more completely. 2010-07-21 09:33:23 +02:00
Henri Verbeet
c411b45da9 wined3d: Use a more consistent name for the normalized texrect "extension". 2010-07-21 09:33:18 +02:00
Henri Verbeet
0344bc429d wined3d: Just implement BindTexture() for GDI surfaces in surface_gdi.c. 2010-07-21 09:33:05 +02:00
Henri Verbeet
aae8f13610 wined3d: Remove an unused prototype. 2010-07-21 09:33:01 +02:00
Henri Verbeet
9976e078cb wined3d: Add some missing flags to debug_d3dusage(). 2010-07-21 09:32:55 +02:00
Alexandre Goujon
061eb12ca3 advapi32: Fix cred domain according to tests. 2010-07-20 17:38:53 +02:00
Matteo Bruni
bfa3999284 d3dx9: Shader assembler ps_1_4 support. 2010-07-20 16:29:45 +02:00
Matteo Bruni
7c834e30d7 d3dx9: Add ps_1_4 instructions parsing to the shader assembler. 2010-07-20 16:29:45 +02:00
Matteo Bruni
949eca4012 d3dx9: Add shift modifiers parsing to the shader assembler. 2010-07-20 16:29:45 +02:00
Matteo Bruni
4c5954eaa4 d3dx9: Add ps_1_x source register modifiers to the shader assembler. 2010-07-20 16:29:45 +02:00
Hans Leidekker
9b329d5bab msi: Keep track of the patch filename in apply_registered_patch. 2010-07-20 16:29:45 +02:00
Hans Leidekker
b87271150a msi: Unpublish the product after running all the actions. 2010-07-20 16:29:45 +02:00
Hans Leidekker
f7aa88fe7d msi: Store the patch state in the registry. 2010-07-20 16:29:45 +02:00
Hans Leidekker
03cddf9d05 msi: Add a test for MsiSetFeatureState. 2010-07-20 16:29:45 +02:00
Hans Leidekker
7a2944d5ad shlwapi: Don't trace the contents of output buffers. 2010-07-20 16:29:44 +02:00
Hans Leidekker
f2081fb2bd advapi32: Stub out the Safer* functions a bit more. 2010-07-20 16:29:44 +02:00
Nikolay Sivov
b486c50523 comctl32/monthcal: Use memcpy to copy day state arrays. 2010-07-20 16:28:17 +02:00
Andrew Nguyen
fdabf10a97 shlwapi/tests: Correct the prototype of the StrRetToBSTR function pointer. 2010-07-20 16:28:17 +02:00
Andrew Nguyen
5709ef1a29 shlwapi/tests: Skip a StrCpyNW test that crashes on older Win9x. 2010-07-20 16:28:16 +02:00
Andrew Nguyen
fd9b8c4ac5 shlwapi/tests: Skip StrRStrI tests on older Win9x platforms. 2010-07-20 16:28:16 +02:00
Andrew Nguyen
bfcf59631e shlwapi/tests: Skip SHUnicodeToUnicode tests on Win98. 2010-07-20 16:28:16 +02:00
Andrew Nguyen
d3e0836435 shlwapi/tests: Skip SHAnsiToAnsi tests on Win98. 2010-07-20 16:28:16 +02:00
Andrew Nguyen
f8c88bc3d7 shlwapi/tests: Rename a string variable for clarity. 2010-07-20 16:28:16 +02:00
Paul Vriens
f2135efe48 msi: Add the Serbian (Cyrillic) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-20 14:53:22 +02:00