Commit Graph

52939 Commits

Author SHA1 Message Date
Paul Vriens
a2b21781e3 comdlg32: Update the Danish translation and convert to UTF-8.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-09 20:20:54 +02:00
Paul Vriens
a60131e126 shell32: Update the Danish translation. 2010-06-09 16:16:24 +02:00
Paul Vriens
fa5fe06ca1 user32: Update the Danish translation and convert to UTF-8. 2010-06-09 16:16:21 +02:00
Hans Leidekker
b8ac327e7e msi: Display the directory identifier instead of the full path in standard actions. 2010-06-09 16:15:52 +02:00
Hans Leidekker
5ecbc4f8ca msi: Directly pass the disk id to installfiles_cb.
The MEDIAINFO structure is modified by the cabinet_next_cabinet
callback if there's a continuous cabinet in the installer.
2010-06-09 16:14:24 +02:00
Hans Leidekker
dcb501decd msi: Create directories right before installing files. 2010-06-09 16:12:44 +02:00
Alexander Scott-Johns
f2229e6de0 msvcrt/tests: Move function pointer initialization code in printf.c into separate init function. 2010-06-09 16:12:37 +02:00
Luca Bennati
53bf33a5f5 shdoclc: Fix again Italian translation. 2010-06-09 13:26:26 +02:00
Jose Rostagno
bd992d3aeb jscript: Add Spanish translation. 2010-06-09 11:17:37 +02:00
Jose Rostagno
15b6f4df03 shell32: Fix Spanish translation. 2010-06-09 10:57:41 +02:00
Łukasz Wojniłowicz
c2f55b3434 user32: Update the Polish translation. 2010-06-09 10:57:38 +02:00
Alexandre Julliard
a2791a0919 oleaut32: Fix handling of 'c' format for non-date variants in VarTokenizeFormatString. 2010-06-08 16:35:22 +02:00
Nikolay Sivov
16973508e7 comctl32/treeview: Remove some casts. 2010-06-08 13:00:25 +02:00
Nikolay Sivov
b354935092 comctl32/treeview: Remove commented out lines. 2010-06-08 13:00:07 +02:00
Nikolay Sivov
767754031d comctl32/treeview: Activate tree verification only when TRACE() is on. 2010-06-08 13:00:03 +02:00
Maarten Lankhorst
2d5c4944c1 dsound: Unofficially support 5.1 sound. 2010-06-08 12:59:58 +02:00
Jose Rostagno
b20b58250f msvidc32: Add Spanish translation. 2010-06-08 12:59:36 +02:00
Luca Bennati
ca1bdfe511 shdoclc: Fix Italian translation. 2010-06-08 12:59:30 +02:00
Eric Pouech
083eca072d dbghelp: Properly manage in dbghelp interfaces local variables and parameters that are constant. 2010-06-08 12:59:26 +02:00
Eric Pouech
99a5488a18 dbghelp: Ensure that local variables and parameter actually have a container. 2010-06-08 12:59:17 +02:00
Eric Pouech
8c7cc491ab dbghelp: In dwarf parser, properly handle array without size specified. 2010-06-08 12:59:13 +02:00
Juan Lang
f3968fdf80 winhttp/tests: Skip tests when a connection fails. 2010-06-08 12:59:09 +02:00
Paul Vriens
1edc58eae9 resources: Fix some copy-paste mistakes in resource files. 2010-06-08 12:59:03 +02:00
André Hentschel
b8ff44e627 kernel32/tests: Add a test about unicode collation. 2010-06-08 12:58:55 +02:00
Igor Paliychuk
cfff865a30 oledlg: Add Ukrainian translations. 2010-06-08 12:58:50 +02:00
Alexandre Julliard
a8c4edc8dc krnl386: Load gdi.exe and user.exe also when initializing universal thunks. 2010-06-08 12:46:28 +02:00
Alexandre Julliard
9eea385a0e comctl32/imagelist: Grow the has_alpha array also in ImageList_SetImageCount. 2010-06-08 12:45:48 +02:00
Alexandre Julliard
28e1398237 ntdll: Set a valid process title for the initial process. 2010-06-08 11:55:23 +02:00
Alexandre Julliard
2b99e1c17d kernel32: Make sure we always have a valid process title. 2010-06-08 11:53:58 +02:00
Alexandre Julliard
e091c12b66 kernel32/tests: Fix the process title tests to actually test something. 2010-06-08 11:50:20 +02:00
Alex Balut
32f240bfc1 comctl32/tests: Added a test that checks whether setting a custom default button in a property sheet works. 2010-06-07 16:43:34 +02:00
André Hentschel
31b9fefe0e comdlg32: Correctly report the filter. 2010-06-07 15:30:00 +02:00
Dylan Smith
6072a69d38 richedit: Keep default char format on WM_SETFONT in plain text mode. 2010-06-07 15:27:52 +02:00
Marcus Meissner
4f2e15d053 dbghelp: Add 2 new darf defines and implement DW_OP_stack_value. 2010-06-07 15:26:12 +02:00
Sylvain Petreolle
cf7de41edc mshtml: Allow either REG_SZ or REG_EXPAND_SZ for GeckoCabDir. 2010-06-07 15:17:17 +02:00
Matijn Woudt
1a159dfddc msi/tests: Testcases for CREATE TABLE. 2010-06-07 15:15:49 +02:00
Thomas Mullaly
d5e0a2edca urlmon/tests: Added tests for IUri_GetHost. 2010-06-07 15:15:45 +02:00
Thomas Mullaly
68db56d305 urlmon/tests: Added tests for IUri_IsEqual. 2010-06-07 15:15:39 +02:00
Matteo Bruni
8094c5563e d3dx9: Allow D3DXAssembleShader calls with NULL parameters. 2010-06-07 13:52:39 +02:00
Wolfram Sang
0dfedd50c3 user32: No sanity checks for BITMAPCOREINFO in BITMAP_Load. 2010-06-07 13:52:35 +02:00
Marcus Meissner
4169d4dfb8 mshtml: Add check for doc_obj being NULL (Coverity). 2010-06-07 13:52:27 +02:00
Marcus Meissner
f01c43c47b shlwapi: Handle NULL ptr return from allocation (Coverity). 2010-06-07 13:52:22 +02:00
Nikolay Sivov
fb1d5310ad comctl32/rebar: Use defined constants as parameters. 2010-06-07 13:52:17 +02:00
Alexander Scott-Johns
d313c0b982 msvcrt/test: Add some simple _vsnwprintf_s tests. 2010-06-07 13:52:09 +02:00
Alexander Scott-Johns
d3c00aab83 msvcrt: Fix spec file. 2010-06-07 13:52:03 +02:00
Alexander Scott-Johns
d56113cd4f msvcrt: The sizeOfBuffer argument of _vsnwprintf_s is measured in wide characters, not bytes. 2010-06-07 13:51:55 +02:00
Alexander Scott-Johns
4e8e2f39c5 include/msvcrt: Define _TRUNCATE; use it in the tests. 2010-06-07 13:51:49 +02:00
Alexander Scott-Johns
2663079c60 msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE. 2010-06-07 13:51:34 +02:00
Alexander Scott-Johns
b205fd8108 msvcrt/tests: Properly skip if functions are not available. 2010-06-07 13:51:24 +02:00
Alexander Scott-Johns
19bff6bda5 msvcrt: Fix comments. 2010-06-07 13:49:18 +02:00