Paul Vriens
|
6859eee630
|
crypt32/tests: Don't crash on Win9x (test_msg_get_and_verify_signer).
|
2009-02-23 15:24:31 +01:00 |
|
Alexandre Julliard
|
b38b207625
|
libwine: Get the reverse mapping of the Unicode default char to check for invalid chars.
We can't assume that wctomb(Unicode default char) is identical to the Ansi
default char.
|
2009-02-23 15:16:35 +01:00 |
|
Ricardo Filipe
|
5a0079f6ca
|
setupapi: Implement Ok button action in SetupPromptForDiskW dialog.
|
2009-02-23 14:31:57 +01:00 |
|
Ricardo Filipe
|
d80e24b8ba
|
setupapi: Enable Browse action on SetupPromptForDisk dialog.
|
2009-02-23 14:31:38 +01:00 |
|
Ricardo Filipe
|
c4c05cf013
|
setupapi: Initiate resources of SetupPromptForDisk dialog.
|
2009-02-23 14:29:48 +01:00 |
|
Ricardo Filipe
|
ecc8e526bf
|
setupapi: Implement SetupPromptForDiskW with only Cancel button active.
|
2009-02-23 14:29:03 +01:00 |
|
Ricardo Filipe
|
7ab7a74171
|
setupapi: Make hinstance global for all dialogs.
|
2009-02-23 14:28:49 +01:00 |
|
Alexandre Julliard
|
1056771b91
|
ntdll: Allocate the stack for all threads, don't rely on pthread to do it for us.
|
2009-02-23 14:24:59 +01:00 |
|
Alexandre Julliard
|
67e45d66d3
|
ntdll: Don't free the thread stack and TEB while exiting, do it from the next thread.
|
2009-02-23 14:24:03 +01:00 |
|
Aric Stewart
|
7d1952b689
|
msctf: Implement ITfInputProcessorProfiles::EnumLanguageProfiles.
|
2009-02-23 13:21:07 +01:00 |
|
Aric Stewart
|
4d38c952d1
|
msctf: Implement ITfInputProcessorProfiles::EnumInputProcessorInfo.
|
2009-02-23 13:16:02 +01:00 |
|
Aric Stewart
|
606d087199
|
msctf: Define TF_LANGUAGEPROFILE.
|
2009-02-23 13:14:23 +01:00 |
|
Austin English
|
28fe3f76c0
|
dbghelp: Change pointer cast to DWORD_PTR.
|
2009-02-23 13:14:18 +01:00 |
|
Alexandre Julliard
|
6b6ca1a801
|
winetest: Don't try to unload mshtml, it's broken.
|
2009-02-23 12:36:54 +01:00 |
|
Alexandre Julliard
|
d9d2f37162
|
winetest: Process messages while waiting for a process to terminate.
|
2009-02-23 12:36:37 +01:00 |
|
Francois Gouget
|
49de63595a
|
netapi32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-23 12:21:37 +01:00 |
|
Francois Gouget
|
630d92b947
|
ntdll/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-23 12:21:35 +01:00 |
|
Francois Gouget
|
3b072fb772
|
oleaut32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-23 12:21:33 +01:00 |
|
Francois Gouget
|
bf855d8696
|
rpcrt4/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-23 12:21:30 +01:00 |
|
Francois Gouget
|
c3aa03d244
|
secur32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-23 12:21:28 +01:00 |
|
Francois Gouget
|
c64428182d
|
serialui/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-23 12:21:26 +01:00 |
|
Francois Gouget
|
292a10424d
|
setupapi/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-23 12:21:24 +01:00 |
|
Francois Gouget
|
8b28508d2b
|
user32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-23 12:21:21 +01:00 |
|
Francois Gouget
|
323b616532
|
mapi32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-23 12:21:18 +01:00 |
|
Henri Verbeet
|
33dd39c4d0
|
wined3d: Merge indexbuffer.c with buffer.c.
|
2009-02-23 12:21:10 +01:00 |
|
Henri Verbeet
|
392cfefbeb
|
wined3d: Merge vertexbuffer.c with buffer.c.
This just moves to code to the same file, but we want to merge the
implementations as well at some point.
|
2009-02-23 12:21:02 +01:00 |
|
Henri Verbeet
|
399d992a07
|
wined3d: Add IWineD3DBuffer, use it in d3d10core.
|
2009-02-23 12:20:45 +01:00 |
|
Henri Verbeet
|
0048a0373b
|
d3d10core: Keep a reference to the wined3d device in the d3d10 device.
|
2009-02-23 12:20:29 +01:00 |
|
Henri Verbeet
|
4fe8415070
|
d3dx8: Don't use uninitialized memory in the D3DXQuaternionSlerp() test.
|
2009-02-23 12:20:18 +01:00 |
|
Andrew Nguyen
|
0453b03e86
|
include: Fix mismatched extern declaration in aclui.h.
|
2009-02-23 12:20:12 +01:00 |
|
Adam Stoelting
|
f88e16987e
|
winemp3.acm: Changed pointer cast from DWORD to DWORD_PTR.
|
2009-02-23 12:20:03 +01:00 |
|
Adam Stoelting
|
23066a5e73
|
msadp32.acm: Changed pointer cast from DWORD to DWORD_PTR.
|
2009-02-23 12:19:59 +01:00 |
|
Aurimas Fischer
|
f322cc3d1f
|
user32: Add Lithuanian translation.
|
2009-02-23 12:19:54 +01:00 |
|
Aurimas Fischer
|
44f9962c26
|
notepad: Fix more inconsistencies in Lithuanian translation.
|
2009-02-23 12:19:50 +01:00 |
|
Aurimas Fischer
|
de6a9e4061
|
winspool.drv: Fix another inconsistency in Lithuanian translation.
|
2009-02-23 12:19:47 +01:00 |
|
Aurimas Fischer
|
cfe25a4cde
|
comdlg32: Fix another inconsistency in Lithuanian translation.
|
2009-02-23 12:19:44 +01:00 |
|
Austin English
|
f1ea9f6e79
|
user32: Add a missing HeapFree.
|
2009-02-23 12:19:38 +01:00 |
|
Vitaliy Margolen
|
908eab4f1f
|
kernel32: Implement GetShortPathName16.
|
2009-02-23 12:19:29 +01:00 |
|
Vitaliy Margolen
|
74f2eccc90
|
dinput: Let each device decide which hook event to skip.
Some programs acquire mouse in exclusive and keyboard in non-exclusive mode.
|
2009-02-23 12:19:25 +01:00 |
|
Paul Vriens
|
6f73f1bdbb
|
fusion/tests: Fix a test failure on Win64.
|
2009-02-23 12:19:18 +01:00 |
|
Detlef Riekenberg
|
cfb33d1894
|
fusion/tests: Fix remaining win98 failures in asmcache.
|
2009-02-23 12:19:13 +01:00 |
|
Detlef Riekenberg
|
d68c2956f5
|
fusion/tests: Do not use an hardcoded path for the windows directory.
|
2009-02-23 12:19:02 +01:00 |
|
Anders Jonsson
|
14c68c3c28
|
winemine: Change max number of mines to (cols-1)*(rows-1).
|
2009-02-23 12:18:52 +01:00 |
|
Alexandre Julliard
|
fadc8afc79
|
user32/tests: Print all the unexpected messages we received. Fix a couple of sequences.
|
2009-02-21 12:57:23 +01:00 |
|
Alexandre Julliard
|
2e2b1512a9
|
user32/tests: Add some optional keystrokes for AltGr key.
|
2009-02-21 12:56:52 +01:00 |
|
Huw Davies
|
79cc4163fa
|
lz32/tests: Display filename on failure.
|
2009-02-20 18:46:05 +01:00 |
|
Alexandre Julliard
|
9120ce53f1
|
user32/tests: Remove an unreliable pixel test.
|
2009-02-20 18:46:05 +01:00 |
|
Alexandre Julliard
|
07d9d1fc1f
|
user32/tests: Skip some message tests if we fail to queue events.
|
2009-02-20 18:46:05 +01:00 |
|
Alexandre Julliard
|
9783f67625
|
user32/tests: Skip some input tests if we fail to queue keyboard events.
|
2009-02-20 18:46:05 +01:00 |
|
Alistair Leslie-Hughes
|
4c65a3c278
|
mshtml: Implement IHTMLCurrentStyle_get_cursor.
|
2009-02-20 18:46:04 +01:00 |
|