Nicolas Le Cam
da2e044125
schannel/tests: Fix test on Win2k.
2009-03-23 13:24:47 +01:00
Nicolas Le Cam
5fc199263e
shell32/tests: Fix a test on Win2k platform and above.
2009-03-23 13:24:21 +01:00
Paul Vriens
ad5e68e8a1
urlmon/tests: Fix a test failure on Vista and higher.
2009-03-23 13:24:03 +01:00
Rein Klazes
3aec62dcf6
user32/tests: In sysparams.c disable some Get/Set border tests for now. These may permanently change desktop settings of the testers.
2009-03-23 13:23:46 +01:00
Aric Stewart
6979c4142f
propsys: Stub for PSUnregisterPropertySchema.
...
Needed for IE8 install.
2009-03-23 13:22:22 +01:00
Hwang YunSong(황윤성)
d496a49084
mshtml: Updated Korean resource.
2009-03-23 13:21:28 +01:00
Aric Stewart
8044c11ecf
kernel32: Report unixfs instead of ntfs for unknown filesystem type.
...
This avoids programs such as the .Net2.0 installer trying to do ntfs
specific functions on the disk.
2009-03-23 12:41:36 +01:00
Michael Stefaniuc
58f2a01e23
ddraw/tests: Use ULONG instead of unsigned long.
2009-03-23 12:41:21 +01:00
Michael Stefaniuc
2df012a01a
d3d9/tests: Use LONG instead of long.
2009-03-23 12:41:14 +01:00
Michael Stefaniuc
d4c2a387c8
d3d8/tests: Use ULONG instead of unsigned long.
2009-03-23 12:41:08 +01:00
Michael Stefaniuc
b8e1b138bc
d3dxof/tests: Use ULONG instead of unsigned long.
2009-03-23 12:41:05 +01:00
Michael Stefaniuc
4de7ac858b
advapi32/tests: Don't use "long" for variable types.
2009-03-23 12:40:56 +01:00
Michael Stefaniuc
d2f6f56873
ntdll: Remove superfluous pointer casts.
2009-03-23 12:40:53 +01:00
Aurimas Fischer
6f8ce0e376
wineboot: Add Lithuanian translation.
2009-03-23 12:40:46 +01:00
Aurimas Fischer
c5af05dfb4
start: Add Lithuanian translation.
2009-03-23 12:40:43 +01:00
Aurimas Fischer
9da142f7e1
reg: Add Lithuanian translation.
2009-03-23 12:40:40 +01:00
Aurimas Fischer
9b8c3c7885
uninstaller: Add Lithuanian translation.
2009-03-23 12:40:36 +01:00
Aurimas Fischer
54b3fda09a
mshtml: Update Lithuanian translation.
2009-03-23 12:40:32 +01:00
Konstantin Kondratyuk
80e505eede
fonts: Add Bielorussian and Ukrainian symbols to tahoma.
2009-03-23 12:39:59 +01:00
Konstantin Kondratyuk
6af8ed673b
fonts: Add Bielorussian and Ukrainian symbols to tahomabd.
2009-03-23 12:39:48 +01:00
William Waghorn
1debd88ce3
imaadp32: Refuse unknown destination format.
...
ADPCM_FormatSuggest must report NOTPOSSIBLE if the destination format
is not supported.
2009-03-23 12:37:40 +01:00
William Waghorn
461a428fe6
msadp32: Refuse unknown destination format.
...
ADPCM_FormatSuggest must report NOTPOSSIBLE if the destination format
is not supported.
2009-03-23 12:37:37 +01:00
Michael Stefaniuc
097f3ba7d3
regedit: Fix the German translation.
2009-03-23 12:37:26 +01:00
Michael Stefaniuc
1b3a781357
regedit: Convert the German translation to UTF8.
2009-03-23 12:37:22 +01:00
Michael Stefaniuc
49250a3cdb
regedit: Remove commented out STRINGTABLE from the resource files.
...
The STRINGTABLE is commented out since mid 2003.
2009-03-23 12:37:08 +01:00
Michael Stefaniuc
58e9834af8
reg: Fix/update the German translation.
2009-03-23 12:37:02 +01:00
Michael Stefaniuc
331bb8f356
reg: Change the German translation to UTF8.
2009-03-23 12:36:59 +01:00
Michael Stefaniuc
5b6be96a18
mshtml: Update the German translation.
2009-03-23 12:36:55 +01:00
Michael Stefaniuc
16425006c6
mshtml: Convert the German translation to UTF8.
2009-03-23 12:36:51 +01:00
Michael Stefaniuc
5eabd089e3
mshtml: Update the Romanian translation.
2009-03-23 12:36:21 +01:00
Alexandre Julliard
3d35a630c4
Release 1.1.17.
2009-03-13 17:07:55 +01:00
Paul Vriens
5974ad1200
ddraw/tests: Fix a test failure on VMware and some native boxes.
2009-03-13 14:55:47 +01:00
Paul Vriens
27f52727e4
ddraw/tests: Fix two test failures on W2K/VMware.
2009-03-13 14:53:02 +01:00
Paul Vriens
3668edcdf4
gdi32/tests: Fix some test failures on Win9x.
2009-03-13 14:52:52 +01:00
Hans Leidekker
ba50d15060
msi: Set concurrency model to multi-threaded for custom action threads.
...
A custom action in the office 2007 sp1 installer fails right after calling
CoInitializeEx(NULL, COINIT_MULTITHREADED). This is because our code calls
CoInitialize(NULL) first, which sets a different concurrency model, and a
subsequent call with a different model will return RPC_E_CHANGED_MODE.
Ergo, we should set the model to multi-threaded too.
2009-03-13 14:52:48 +01:00
Piotr Caban
3bc7bdab88
mshtml: Added IHTMLWindow2_confirm implementation.
2009-03-13 14:12:49 +01:00
Piotr Caban
147cf1da55
mshtml: Added HTMLWindow2_prompt implementation.
2009-03-13 14:12:35 +01:00
Stefano Guidoni
3a54e89ff8
msacm32: acmFormatEnum: Implement ACM_FORMATENUMF_SUGGEST.
2009-03-13 13:26:14 +01:00
Detlef Riekenberg
e1413faeb7
localspl: Return 0 for the local computer.
2009-03-13 13:21:08 +01:00
Aric Stewart
79859cb3ac
dinput: OS/X joystick: Sort buttons based on usage as some controllers report the buttons out of order.
...
Makes the xbox 360 controller button mapping more logical.
2009-03-13 13:21:07 +01:00
Hans Leidekker
4da865f324
msi: Handle ADVERTISE overrides.
2009-03-13 13:21:07 +01:00
Hans Leidekker
804d66039d
msi: Correct spec entry for MsiGetProductInfoA/W.
2009-03-13 13:21:07 +01:00
Alexandre Julliard
a37d88973c
make_makefiles: Automatically disable 16-bit modules if enable_win16 isn't set.
2009-03-13 13:21:02 +01:00
Alexandre Julliard
c4c2d9807a
winedos: Don't create an import library.
2009-03-13 12:00:02 +01:00
Alexandre Julliard
50c7473882
vwin32.vxd: Load winedos dynamically.
2009-03-13 11:59:48 +01:00
Alexandre Julliard
bc553a09ca
ifsmgr.vxd: Load winedos dynamically.
2009-03-13 11:59:42 +01:00
Alexandre Julliard
75be87dd75
ntdll: Move the copy_context function into the respective CPU-specific files.
2009-03-13 11:31:25 +01:00
Alexandre Julliard
10350c19a0
user32/tests: Print a more useful line number in check_class and check_instance tests.
2009-03-13 11:30:15 +01:00
Alexandre Julliard
0caa310c37
user32/tests: Add optional restore sequence for Vista.
2009-03-13 11:29:53 +01:00
Henri Verbeet
2dc7fc2916
wined3d: Remove the format field from IWineD3DResourceClass.
2009-03-13 11:29:19 +01:00