Frans Kool
b5f51404d0
shell32: Added Dutch translations.
2008-02-12 22:37:56 +01:00
Frans Kool
299f1bdf08
comdlg32: Added Dutch translations.
2008-02-12 22:37:16 +01:00
Huw Davies
a14bb14dc5
inetcomm: Implement IMimeMessage_BindToObject.
2008-02-12 22:37:02 +01:00
Huw Davies
88df8e83dd
inetcomm: Create the root body in IMimeMessage_Load.
2008-02-12 22:36:50 +01:00
Huw Davies
c930fc70f5
inetcomm: Partial implementation of IMimeBody_GetData.
2008-02-12 22:36:34 +01:00
Huw Davies
4ba3aa5047
inetcomm: Add the beginnings of IMimeMessage_Load.
2008-02-12 22:36:24 +01:00
Marcus Meissner
9438ebfa20
dinput: Make _dump_mouse_state static.
2008-02-12 22:36:13 +01:00
Andrew Talbot
ac796d81e7
cabinet: Assign to structs instead of using memcpy.
2008-02-12 22:36:03 +01:00
Andrew Talbot
292fd135e5
avifil32: Assign to structs instead of using memcpy.
2008-02-12 22:35:56 +01:00
Gerald Pfeifer
21b334713c
gdi32: For unsigned types, directly use INTERNAL_YDS
2008-02-12 22:35:43 +01:00
Dan Kegel
316869b273
msvcrt: Fix EOF behavior on read from pipe or console.
...
The canonical way to detect EOF on read is when you request more than
zero bytes, but zero bytes come back. Switching to this method seems
to handle a few problem cases better. Also handle ERROR_BROKEN_PIPE
properly just in case.
2008-02-12 22:35:20 +01:00
Reece H. Dunn
85703790fd
winecfg: Allow theme colour names to be case insensitive when reading them from a file.
2008-02-11 21:03:55 +01:00
Reece H. Dunn
84d77c9d2c
winecfg: Fixed reading in colour data from a theme file.
2008-02-11 21:03:47 +01:00
Aric Stewart
f096dae361
imm: Implement ImmGenerateMessage.
2008-02-11 21:02:47 +01:00
Aric Stewart
0e5d5b37ec
imm: More correctly handle the presence of the default IME input window on IME open and close.
2008-02-11 21:02:21 +01:00
Vitaliy Margolen
3187669512
dinput: Skip old mouse movement events.
2008-02-11 21:00:09 +01:00
James Hawkins
f461a8d4c1
msi: Test the remaining installer properties returned by MsiGetProductInfo.
2008-02-11 20:55:03 +01:00
James Hawkins
ff0dc44f2d
msi: Return ERROR_INVALID_PARAMETER if szProduct is invalid.
2008-02-11 20:53:13 +01:00
James Hawkins
33c1e6ef56
msi: Add tests for MsiGetProductInfo.
2008-02-11 20:47:52 +01:00
James Hawkins
0d56df214b
msi: Successfully return an empty string when requesting a record index beyond the record's size.
2008-02-11 20:45:24 +01:00
James Hawkins
2750ed167f
msi: Don't check for the existence of the msi package when running a concurrent install.
2008-02-11 20:45:17 +01:00
James Hawkins
a8d87a86cc
msi: Handle the special table _ForceCodepage in MsiDatabaseExport.
2008-02-11 20:42:29 +01:00
James Hawkins
7d529228d3
msi: Add tests for not using quotes in SQL queries.
2008-02-11 20:42:19 +01:00
Alexandre Julliard
2e6ec39565
msi/tests: Fix test that depends on the order of the files in a directory.
2008-02-11 20:41:40 +01:00
Alexandre Julliard
9510f97935
comctl32: Process messages while waiting for the animation thread to finish.
2008-02-11 20:41:40 +01:00
Paul Vriens
82cbbbdb46
opengl32/tests: Only use functions if they are implemented.
2008-02-11 20:41:40 +01:00
Paul Vriens
e2539cb9e5
rpcrt4/tests: Don't crash on WinXP SP3.
2008-02-11 20:41:40 +01:00
Paul Vriens
ea4489cfb0
wintrust/crypt: Fix some test failures for a NULL parameter.
2008-02-11 20:41:40 +01:00
Paul Vriens
517168b4c5
rpcrt4/tests: Vista uses the same status values as Windows 2003.
2008-02-11 20:41:40 +01:00
Paul Vriens
9be7a60d08
wintrust/tests: Change test_RegPolicyFlags to use the same logic as the rest of the tests.
2008-02-11 20:41:40 +01:00
Paul Vriens
c16830db8c
wintrust/tests: Use GetModuleHandleA instead of LoadLibraryA.
2008-02-11 20:41:40 +01:00
Roderick Colenbrander
ba90a740be
wined3d: Add read_from_framebuffer_texture which combines code from read_from_framebuffer (drawpixels) and LoadLocation.
...
This makes the code easier to read and the pieces borrowed from
read_from_framebuffer are more correct than the code in LoadLocation.
2008-02-11 19:58:58 +01:00
Jacek Caban
61ca7a5731
mshtml: Mode range tests.
2008-02-11 19:57:44 +01:00
Jacek Caban
d992735dcc
mshtml: Fixed bound_pos handling in move_prev_chars.
2008-02-11 19:57:39 +01:00
Jacek Caban
9f877fec9d
mshtml: hr element is not a space element for moving functions.
2008-02-11 19:57:34 +01:00
Francois Gouget
2c6cba8eef
tests: Avoid InterlockedExchangeAdd() as it is not supported on Windows 95.
2008-02-11 19:56:16 +01:00
Francois Gouget
6922075e58
user32/tests: Add the trailing '\n' to ok() calls.
2008-02-11 19:56:10 +01:00
Andrew Talbot
f83cd9d08f
atl: Assign to structs instead of using memcpy.
2008-02-11 19:56:03 +01:00
Paul Vriens
24e4267bf9
crypt32/tests: Skip test if we don't have enough rights.
2008-02-11 19:55:56 +01:00
Paul Vriens
795087bcc1
advpack/tests: Show errors in hex.
2008-02-11 19:55:49 +01:00
Andrew Talbot
806867feec
wineoss.drv: Remove unneeded casts.
2008-02-11 19:55:42 +01:00
Andrew Talbot
2d90d0d400
winejoystick.drv: Remove unneeded casts.
2008-02-11 19:55:34 +01:00
Rob Shearman
5209ed0c5e
mshtml: Fix inserting a hyperlink when text is already selected.
...
There is no need to use cmd_insertLinkNoUI when we have the code to do
most of the action anyway. Make use of the handy
InsertLinkAroundSelection to insert the "a" element when not inserting
at the caret and don't create a text node in this case because it is
redundant.
2008-02-11 19:55:18 +01:00
Alexandre Julliard
1991e9f940
Release 0.9.55.
2008-02-08 16:44:36 +01:00
Alistair Leslie-Hughes
587328312b
msxml3: Corrected test text.
2008-02-08 13:13:27 +01:00
Dmitry Timoshkov
667dad2331
kernel32: Separate modifier from charset before detecting the charset codepage.
2008-02-08 13:13:20 +01:00
Reece H. Dunn
01af8501b9
user32: Make the listbox tests pass in directories other than dlls/user32/tests.
2008-02-08 13:13:16 +01:00
Detlef Riekenberg
6ec7c2dca0
winspool: Use the backend for AddPrinterDriverEx.
2008-02-08 12:48:21 +01:00
Detlef Riekenberg
5df0dc5846
localspl: Implement fpAddPrinterDriverEx.
2008-02-08 12:48:17 +01:00
Paul Vriens
8554db9f5c
rpcrt4/tests: Skip rest of the tests if we fail.
2008-02-08 12:08:32 +01:00