Mikolaj Zalewski
|
ec58b4485a
|
advapi32: Obtain the process id locally.
|
2007-08-23 13:35:41 +02:00 |
Mikolaj Zalewski
|
346fbb32e1
|
advapi32: Return an error if we try to start an already running service.
|
2007-08-23 13:35:34 +02:00 |
Stefan Dösinger
|
e184b09a66
|
wined3d: Fake occlusion queries if the wrong context is active.
|
2007-08-23 13:34:52 +02:00 |
Stefan Dösinger
|
a99907d1d2
|
wined3d: Deal with multithreading in event queries.
|
2007-08-23 13:34:17 +02:00 |
Stefan Dösinger
|
50c101135c
|
wined3d: Refuse to ReleaseDC the wrong DC.
|
2007-08-23 13:34:00 +02:00 |
Stefan Dösinger
|
ea283d3cba
|
wined3d: Refuse to lock locked surfaces.
|
2007-08-23 13:33:40 +02:00 |
Stefan Dösinger
|
98bc83be7c
|
wined3d: Fall back to drawStridedSlow if fog coords are used.
|
2007-08-23 13:33:22 +02:00 |
Lei Zhang
|
e2605fb0ed
|
gphoto2.ds: Add preview button and ability to disable import GUI.
|
2007-08-23 13:19:04 +02:00 |
Misha Koshelev
|
2f3805a3bd
|
wininet: Send INTERNET_STATUS_HANDLE_CLOSING when object is being destroyed as native does.
|
2007-08-23 13:13:35 +02:00 |
Misha Koshelev
|
0f117e568f
|
wininet: Separate connection closing from object destruction.
|
2007-08-23 13:13:24 +02:00 |
Misha Koshelev
|
4b2f9af998
|
wininet: Rename WININET_object_destructor to a more general WININET_object_function.
|
2007-08-23 13:13:14 +02:00 |
Alexandre Julliard
|
372492436a
|
winex11: Get rid of get_context_from_GLXContext.
|
2007-08-23 12:52:57 +02:00 |
Alexandre Julliard
|
f36536f7ab
|
winex11: Properly update the hdc in the GL context.
|
2007-08-23 12:50:29 +02:00 |
Mikolaj Zalewski
|
9a2d605dd9
|
msvcrt: Test and fix _mbsinc/_mbsninc.
|
2007-08-23 12:43:16 +02:00 |
Mikolaj Zalewski
|
cf8cf1d7f9
|
msvcrt: Don't test codepage 20932.
|
2007-08-23 12:43:04 +02:00 |
Mikolaj Zalewski
|
c5268a20ab
|
msvcrt: Test and fix _mbccpy, _mbsncpy and _mbsnbcpy.
|
2007-08-23 12:42:54 +02:00 |
James Hawkins
|
5b62c8461c
|
advpack: Formalize the SESSION struct.
|
2007-08-23 12:41:58 +02:00 |
James Hawkins
|
832e30694d
|
cabinet: Formalize the SESSION struct.
|
2007-08-23 12:41:53 +02:00 |
Andrew Talbot
|
45c5b11fd6
|
rsaenh: Constify some variables.
|
2007-08-23 12:39:11 +02:00 |
Stefan Leichter
|
acd48e5b9d
|
oleaut32: Remove 'recursive registry key delete' function.
|
2007-08-23 12:39:00 +02:00 |
Stefan Leichter
|
c13c9e3824
|
quartz: Remove 'recursive registry key delete' function.
|
2007-08-23 12:38:56 +02:00 |
Detlef Riekenberg
|
8506125cb9
|
winspool: Add always the Win9x and the NT printerdriver.
|
2007-08-23 12:38:50 +02:00 |
Roderick Colenbrander
|
daceb4564f
|
wgl: Fix wglGetCurrentReadDCARB bugs.
|
2007-08-23 12:38:39 +02:00 |
Juan Lang
|
f5b4806159
|
crypt32: Implement CryptVerifyMessageSignature.
|
2007-08-23 12:38:05 +02:00 |
Juan Lang
|
3a9e1d6648
|
crypt32: Test and correct verifying the signature of a valid signed message.
|
2007-08-23 12:37:59 +02:00 |
Juan Lang
|
a5bbed2b95
|
advapi32: Add more tests for CryptVerifySignatureW, and correct its parameter checking.
|
2007-08-23 12:37:55 +02:00 |
Maarten Lankhorst
|
2ececbeda9
|
dsound: Transparantly fall back to software mode if hardware mode is unavailable.
|
2007-08-23 12:37:47 +02:00 |
Huw Davies
|
a247ca5308
|
gdi32: Quote the printer name prior to passing it to the shell.
|
2007-08-23 12:37:39 +02:00 |
Paul Vriens
|
4f49655a65
|
atl: Replace SHDeleteKeyW with RegDeleteTreeW and get rid of the import of shlwapi.
|
2007-08-23 12:37:32 +02:00 |
Alexandre Julliard
|
e9a4c2351d
|
gdi32: Fix a few more places that use the wrong get/release function for DCs.
|
2007-08-22 18:20:39 +02:00 |
Juan Lang
|
4fb26709cd
|
crypt32: Test encoding a signed message with a valid public key.
|
2007-08-22 12:59:37 +02:00 |
Juan Lang
|
6acd761646
|
crypt32: Explicitly terminate loop when a matching signer cert is found.
|
2007-08-22 12:59:32 +02:00 |
Juan Lang
|
d4c318f295
|
crypt32: Only free allocated handles.
|
2007-08-22 12:34:04 +02:00 |
Juan Lang
|
e52c80e53b
|
crypt32: Test and implement CryptGetMessageSignerCount.
|
2007-08-22 12:33:59 +02:00 |
Juan Lang
|
b9038be1ff
|
crypt32: Implement CryptGetMessageCertificates.
|
2007-08-22 12:33:55 +02:00 |
Juan Lang
|
b6032a41b3
|
crypt32: Trace encoding and decoding public keys on crypt channel.
|
2007-08-22 12:33:50 +02:00 |
Alexandre Julliard
|
ac1d912fb0
|
ntdll: Flesh out the stub for IOCTL_STORAGE_GET_DEVICE_NUMBER.
|
2007-08-22 12:19:00 +02:00 |
Alexandre Julliard
|
04a9f93f62
|
user32: Thread-local hooks need a module if they don't belong to the current process.
|
2007-08-22 12:19:00 +02:00 |
Alexandre Julliard
|
1bc72fb6da
|
cabinet: Use the correct create disposition in fdi_open.
|
2007-08-22 12:19:00 +02:00 |
Alexandre Julliard
|
d5ff728265
|
cabinet: Use the proper fcntl defines in the FDI_OPEN calls.
|
2007-08-22 12:19:00 +02:00 |
James Hawkins
|
75e9ae7ece
|
cabinet: Formalize the SESSION struct and add more tests of its members.
|
2007-08-22 12:19:00 +02:00 |
H. Verbeet
|
e5e41191b3
|
wined3d: Attach the correct surface the the fbo.
|
2007-08-22 12:18:59 +02:00 |
H. Verbeet
|
2e2ab3c3cc
|
wined3d: Restore a line that got lost.
|
2007-08-22 12:18:59 +02:00 |
Dmitry Timoshkov
|
d2d5bbe5d0
|
ntdll: Reimplement TIME_GetBias using new time zone code.
|
2007-08-22 12:18:59 +02:00 |
Maarten Lankhorst
|
4ef6e8eaa0
|
dsound: Move assignment of DSBCAPS_LOC to primary buffer creation time.
|
2007-08-22 12:18:59 +02:00 |
Paul Vriens
|
efc001a21f
|
ntdll/tests: Fix typos.
|
2007-08-22 12:18:59 +02:00 |
Paul Vriens
|
d469eca1c6
|
gdi32: Fix possible NULL pointer dereference (Coverity).
|
2007-08-22 12:18:59 +02:00 |
Paul Vriens
|
4b098028f3
|
gdi32: Fix possible NULL pointer dereference (Coverity).
|
2007-08-22 12:18:59 +02:00 |
Misha Koshelev
|
1ee9ea91a5
|
wininet: Fix reference count on internet handle for asynchronous InternetReadFileEx call.
|
2007-08-22 12:18:59 +02:00 |
Misha Koshelev
|
5320d3e3ea
|
wininet: Don't send INTERNET_STATUS_HANDLE_CLOSING when closing handle opened with InternetOpen for HTTP connection.
|
2007-08-22 12:18:59 +02:00 |
Andrew Talbot
|
04e0986d60
|
rpcrt4: Constify some variables.
|
2007-08-22 11:58:13 +02:00 |
Juan Lang
|
b7e420429d
|
crypt32: Implement verifying a decoded signed message's signature.
|
2007-08-21 22:09:35 +02:00 |
Juan Lang
|
d3431271fa
|
crypt32: Test and implement getting the computed hash from a decoded signed message.
|
2007-08-21 22:09:31 +02:00 |
Juan Lang
|
ed6fbb2712
|
crypt32: Update a hash message's hash handles when decoding it.
|
2007-08-21 22:09:27 +02:00 |
Juan Lang
|
d2dc7d78a9
|
crypt32: Move signed message data functions together.
|
2007-08-21 22:09:19 +02:00 |
Juan Lang
|
f1f8e87b33
|
crypt32: Make constructing handles a member of signed msg data.
|
2007-08-21 22:09:15 +02:00 |
Juan Lang
|
07ba16c291
|
crypt32: Use a helper function to allocate signer handles.
|
2007-08-21 22:09:12 +02:00 |
Juan Lang
|
1f9d9be762
|
crypt32: Don't keep an unneeded copy of the crypto provider for each signer.
|
2007-08-21 22:09:08 +02:00 |
Juan Lang
|
bfbc159d1e
|
crypt32: Separate construction of signer handles from signer info.
|
2007-08-21 22:09:03 +02:00 |
Juan Lang
|
c4dd74d84c
|
crypt32: Add a helper function to construct a signer handles structure.
|
2007-08-21 22:08:59 +02:00 |
Juan Lang
|
de88fedcce
|
crypt32: Add helper function to update signed message data.
|
2007-08-21 22:08:54 +02:00 |
Juan Lang
|
1522282673
|
crypt32: Make more functions members of signed message data, rather than message.
|
2007-08-21 22:08:49 +02:00 |
Juan Lang
|
bfde05d8b6
|
crypt32: Make updating a hash a member of signed message data, not signed message.
|
2007-08-21 22:08:45 +02:00 |
Juan Lang
|
0080d3d691
|
crypt32: Make a helper function to a free a signed message's handles.
|
2007-08-21 22:08:41 +02:00 |
Juan Lang
|
5e9299d980
|
crypt32: Use signed message data type for decoded signed messages.
|
2007-08-21 22:08:37 +02:00 |
Juan Lang
|
7748905743
|
crypt32: Make a signed message data type.
|
2007-08-21 22:08:24 +02:00 |
Juan Lang
|
3e88838b60
|
crypt32: Implement verifying the hash of a decoded hash message.
|
2007-08-21 22:08:20 +02:00 |
Juan Lang
|
e7ce5ae2bc
|
crypt32: Add a couple tests that show you can't get the hash from an encoded hash message, and fix encoded hash messages to match.
|
2007-08-21 22:08:15 +02:00 |
Juan Lang
|
163e8d6256
|
crypt32: Add a mostly stub control function for decode messages.
|
2007-08-21 22:08:11 +02:00 |
Juan Lang
|
31c414f4b4
|
crypt32: Add a default message control function pointer.
|
2007-08-21 22:08:06 +02:00 |
Juan Lang
|
cc8948fefa
|
crypt32: Add tests for CryptMsgControl.
|
2007-08-21 22:08:01 +02:00 |
Juan Lang
|
8c4330e732
|
crypt32: Test an encoded signed message with a cert with a public key.
|
2007-08-21 22:07:56 +02:00 |
Vitaliy Margolen
|
fc0298429a
|
dinput: Fix compile with old input.h that missing input_absinfo.
|
2007-08-21 21:39:10 +02:00 |
Dmitry Timoshkov
|
18060ed7d4
|
kernel32: Restore check for StandardDate.wMonth being 0.
|
2007-08-21 21:39:06 +02:00 |
Dmitry Timoshkov
|
e98d1da7d4
|
msvcrt: Restore error handling code in localtime.
|
2007-08-21 21:39:03 +02:00 |
Roderick Colenbrander
|
3c08b23024
|
wined3d: Fix a null pointer dereference.
|
2007-08-21 21:38:57 +02:00 |
Paul Vriens
|
ffb1e74eac
|
wined3d/vertexdeclaration: Return when out of memory (Coverity).
|
2007-08-21 21:38:52 +02:00 |
Paul Vriens
|
1691ca5ee3
|
dnsapi/tests: No need to dynamically load dnsapi anymore.
|
2007-08-21 21:38:44 +02:00 |
Paul Vriens
|
7626e5ec77
|
kernel32/tests: Skip some not implemented functions and add a few skip's.
|
2007-08-21 21:38:35 +02:00 |
Paul Vriens
|
f581a1cbef
|
msi/tests: Be verbose when GetProcAddress fails.
|
2007-08-21 21:38:31 +02:00 |
Damjan Jovanovic
|
28025d64ef
|
setupapi: Use NtDeleteKey instead of an invalid RegDeleteKeyW.
|
2007-08-21 21:38:27 +02:00 |
Alexandre Julliard
|
a37a2fa4c5
|
winex11: Update the wm hints also when mapping a previously zero-size window.
|
2007-08-21 21:38:20 +02:00 |
Alexandre Julliard
|
1476e34645
|
gdi32: Add separate functions for releasing/freeing DCs to replace the standard GDI ones.
This should make it possible to use a different locking mechanism for DCs.
|
2007-08-21 21:37:40 +02:00 |
Stefan Dösinger
|
0dade7207f
|
wined3d: Implement range based fog and advertize it correctly.
|
2007-08-21 13:35:57 +02:00 |
Stefan Dösinger
|
04d62b4322
|
wined3d: fogstart == fogend means full fog.
|
2007-08-21 13:35:48 +02:00 |
Stefan Dösinger
|
01c6c982bb
|
d3d9: Some caps fixes.
|
2007-08-21 13:35:35 +02:00 |
Paul Vriens
|
d1b5f309f5
|
ntdll/tests: Use skip instead of trace.
|
2007-08-21 13:00:53 +02:00 |
Paul Vriens
|
9783ce360e
|
ntdll/tests: Do GetModuleHandle only once and add a few skip's.
|
2007-08-21 13:00:50 +02:00 |
Mikolaj Zalewski
|
12ff6788b3
|
msvcrt: Test that some functions depends on locale codepage, not the one set by _setmbcp.
|
2007-08-21 13:00:41 +02:00 |
Mikolaj Zalewski
|
cea1052f62
|
msvcrt: Test and fix _mbclen/_mbslen.
|
2007-08-21 13:00:33 +02:00 |
Mikolaj Zalewski
|
545f446bf3
|
msvcrt: Test and fix _mbsnextc.
|
2007-08-21 13:00:16 +02:00 |
Mikolaj Zalewski
|
ba43c67f8f
|
msvcrt: Implement _ismbblead/_ismbbtrail using _mbctype (with tests).
|
2007-08-21 13:00:06 +02:00 |
Mikolaj Zalewski
|
ea824f830f
|
msvcrt: Fill _mbctype table in _setmbcp.
|
2007-08-21 12:59:56 +02:00 |
Alexandre Julliard
|
3d30204156
|
dsound: Fix a compiler warning.
|
2007-08-21 12:43:15 +02:00 |
Mikolaj Zalewski
|
0d00a74f47
|
setupapi: If needed create directories for fake dlls.
|
2007-08-21 12:42:24 +02:00 |
Vitaliy Margolen
|
e2e3d19351
|
dinput: Don't try to create non existing device (/dev/js*).
|
2007-08-21 12:41:57 +02:00 |
Paul Vriens
|
56f4262e94
|
msvcrt/tests: Wait for spawned processes to finish.
|
2007-08-21 12:41:42 +02:00 |
Dmitry Timoshkov
|
1e5b131d7a
|
msvcrt: Route mktime and localtime to glibc.
|
2007-08-21 12:41:35 +02:00 |
Dmitry Timoshkov
|
87f119cfe0
|
kernel32: Fix test case failures for time zones with absolute transition dates.
|
2007-08-21 12:40:46 +02:00 |
Dmitry Timoshkov
|
d666143f88
|
ntdll: Detect current time zone settings.
|
2007-08-21 12:40:37 +02:00 |
Vitaliy Margolen
|
81fc89fa6d
|
dinput: Check acquired flag instead of fd.
|
2007-08-20 22:32:53 +02:00 |
Vitaliy Margolen
|
3cd13628aa
|
dinput: Use correct data structure for EVIOCGABS instead of an array.
|
2007-08-20 22:32:51 +02:00 |
Vitaliy Margolen
|
ca8a0a8aaa
|
dinput: Remove redundant declaration.
|
2007-08-20 22:32:45 +02:00 |
Vitaliy Margolen
|
f47c63a1f9
|
dinput: Don't try to create non existing device.
|
2007-08-20 22:32:40 +02:00 |
Stefan Dösinger
|
55b63fe095
|
wined3d: Reinstall the internal reference on vertex buffers.
|
2007-08-20 22:32:13 +02:00 |
Stefan Dösinger
|
a7a0d4dfd1
|
wined3d: Fix some alpha channels in formats.
|
2007-08-20 22:32:08 +02:00 |
Stefan Dösinger
|
306fcfeee7
|
wined3d: FIX D3DBLEND_BOTHSRCALPHA and BLEND_BOTHINVSRCALPHA.
|
2007-08-20 22:32:02 +02:00 |
Stefan Dösinger
|
4baee1973c
|
wined3d: Remove a debug hack.
|
2007-08-20 22:31:55 +02:00 |
Alexander Nicolaysen Sørnes
|
225c33fe70
|
comdlg32: printdlg: Fix number display in PrintDlgW().
|
2007-08-20 22:30:33 +02:00 |
Paul Vriens
|
99ebe8b428
|
oleaut32/tests: Skip VarCat and VarAnd tests a bit better if there is no I8 and/or UI8 support.
|
2007-08-20 22:26:03 +02:00 |
Paul Vriens
|
71dc8187c3
|
oleaut32/tests: Skip VarImp tests if there is no I8 and/or UI8 support.
|
2007-08-20 22:25:59 +02:00 |
Paul Vriens
|
a41c22804e
|
oleaut32/tests: Skip VarIdiv tests if there is no I8 and/or UI8 support.
|
2007-08-20 22:25:55 +02:00 |
Roderick Colenbrander
|
0dde222bc5
|
opengl32: Don't use 64bit gl types.
|
2007-08-20 22:25:44 +02:00 |
Roderick Colenbrander
|
22eea683ff
|
wgl: Cleanup pixelformat initialization code.
|
2007-08-20 22:25:28 +02:00 |
Roderick Colenbrander
|
d5c0888bba
|
wgl: Fix a typo in the trace code.
|
2007-08-20 22:25:24 +02:00 |
H. Verbeet
|
3c609c11e7
|
wined3d: UBYTE4 data shouldn't be normalized.
|
2007-08-20 22:24:48 +02:00 |
Alex Villacís Lasso
|
89939b5a2b
|
user32: Fix change-drive in Win3.1-style file open dialog.
|
2007-08-20 22:24:40 +02:00 |
Alex Villacís Lasso
|
4d99a8182d
|
user32: Fix crash while dir-navigating in Win3.1-style file open dialog.
|
2007-08-20 22:23:16 +02:00 |
Stefan Leichter
|
c6a20d7161
|
shdocvw: Remove 'recursive registry key delete' function.
|
2007-08-20 22:22:30 +02:00 |
Stefan Leichter
|
73d0bb7e27
|
shell32: Remove 'recursive registry key delete' function.
|
2007-08-20 22:22:20 +02:00 |
Maarten Lankhorst
|
9c469e1a94
|
dsound: Handle failing of IDsDriver_CreateSoundBuffer better.
|
2007-08-20 22:22:10 +02:00 |
Maarten Lankhorst
|
4a2424d6a3
|
winealsa: Report card name in volume control fixme.
|
2007-08-20 22:21:59 +02:00 |
Alexandre Julliard
|
f48eb1581d
|
winex11: Force a window to managed mode when it is activated.
|
2007-08-20 22:06:50 +02:00 |
Alexandre Julliard
|
ac98e0c075
|
winex11: Switch windows to managed mode in SetWindowPos instead of at creation time.
|
2007-08-20 22:06:33 +02:00 |
Alexandre Julliard
|
f09bcc3eef
|
user32/tests: Allow WM_MOUSEACTIVATE in the mouse hover test for compatibility with X11 focus policy.
|
2007-08-20 22:03:06 +02:00 |
Alexandre Julliard
|
1b6533bc2c
|
user32/tests: Use flush_events more consistently in the message tests.
|
2007-08-20 22:01:55 +02:00 |
Alexandre Julliard
|
7378fac505
|
ntdll: Return an error instead of dying in wine_server_call if the input buffer is invalid.
|
2007-08-20 14:40:18 +02:00 |
Alexandre Julliard
|
0ce718702d
|
winex11: Don't select for StructureNotify events on unmanaged windows.
|
2007-08-20 14:23:10 +02:00 |
Alexandre Julliard
|
f3ae5f5215
|
winex11: Don't set the cursor on the desktop window since it's managed by another process.
|
2007-08-20 14:04:53 +02:00 |
Alexandre Julliard
|
7d9739e2b5
|
winex11: Move setting of the initial wm hints to a separate function.
|
2007-08-20 14:04:36 +02:00 |
Paul Vriens
|
c8c69304b7
|
mshtml/htmltextcont: Initialize value (Coverity).
|
2007-08-20 12:54:45 +02:00 |
Alexandre Julliard
|
4bac1e959d
|
comctl32: Create the manifest directory if needed (spotted by Dan Kegel).
|
2007-08-20 12:46:37 +02:00 |
Marcus Meissner
|
b8a76c60f5
|
comdlg32/tests: Handle case where no printer is configured.
|
2007-08-20 12:45:28 +02:00 |
Alexander Nicolaysen Sørnes
|
0f20a83cae
|
comdlg32: PrintDlg: Set PD_SELECTION on return.
|
2007-08-20 12:06:07 +02:00 |
Misha Koshelev
|
108a61f8e7
|
shlwapi: Take sizeof(WCHAR) into account when allocating Unicode string.
|
2007-08-20 11:57:24 +02:00 |
Stefan Leichter
|
ba026b1634
|
urlmon: Remove 'recursive registry key delete' function.
|
2007-08-20 11:56:18 +02:00 |
Andrew Talbot
|
fa3d623882
|
rpcrt4: Constify some variables.
|
2007-08-20 11:56:05 +02:00 |
Juan Lang
|
1d53424470
|
crypt32: Don't store the crypto provider when it isn't needed.
|
2007-08-20 11:52:21 +02:00 |
Juan Lang
|
9be5007669
|
crypt32: Don't store redundant copy of crypto provider in file store.
|
2007-08-20 11:52:12 +02:00 |
Juan Lang
|
065ed54f69
|
crypt32: Don't store redundant copy of crypto provider in reg store.
|
2007-08-20 11:52:05 +02:00 |
Juan Lang
|
4e1108533b
|
crypt32: Pass crypto provider and appropriate flags when opening PKCS messages, and don't store a redundant copy of the crypto provider in message stores.
|
2007-08-20 11:51:57 +02:00 |
Roderick Colenbrander
|
c9d4aec1ae
|
opengl32: Fix some gl type bugs.
|
2007-08-20 11:51:45 +02:00 |
Paul Vriens
|
d644242169
|
opengl32/tests: Be a bit more verbose when doing wglGetProcAddress.
|
2007-08-20 11:50:45 +02:00 |
Paul Vriens
|
7287027681
|
oleaut32/tests: Skip VarDiv tests if there is no I8 and/or UI8 support.
|
2007-08-20 11:50:39 +02:00 |
Paul Vriens
|
6081960025
|
oleaut32/tests: Skip VarAnd tests if there is no I8 and/or UI8 support.
|
2007-08-20 11:50:34 +02:00 |
Paul Vriens
|
c36acfce38
|
oleaut32/tests: Skip VarCat tests if there is no I8 and/or UI8 support.
|
2007-08-20 11:50:30 +02:00 |
Paul Vriens
|
9226cee6e9
|
oleaut32/tests: Fix a few typos.
|
2007-08-20 11:50:21 +02:00 |
Paul Vriens
|
7c0f0abe15
|
oleaut32/tests: Add a few skip's to the vartype tests.
|
2007-08-20 11:50:12 +02:00 |
Paul Vriens
|
9b396275ad
|
oleaut32/tests: Use GetModuleHandle and add a few skip's.
|
2007-08-20 11:50:04 +02:00 |
Mikolaj Zalewski
|
e9ec5d4aff
|
msvcrt: __mb_cur_max is not updated in _setmbcp (with testcase) and should not be used in _ismbblead.
|
2007-08-17 12:43:19 +02:00 |
Roderick Colenbrander
|
d068bdd820
|
wgl: Fix a render_texture regression. Only enable GLX_ATI_render_texture when the ati extension is around.
|
2007-08-17 12:22:09 +02:00 |
Paul Vriens
|
c31ead4768
|
oleaut32/tests: Use GetModuleHandle and check only once for availability of some functions.
|
2007-08-17 12:21:51 +02:00 |
Louis Lenders
|
7475599b40
|
kernel32: Set USERNAME environment variable.
|
2007-08-17 12:21:45 +02:00 |
Jacek Caban
|
d6e29316e6
|
mshtml: Added IHTMLTxtRange::compareEndPoints implementation.
|
2007-08-17 12:20:57 +02:00 |
Jacek Caban
|
cbfef31895
|
mshtml: Added IHTMLTxtRange::select implementation.
|
2007-08-17 12:20:51 +02:00 |
Jacek Caban
|
dab6474b66
|
mshtml: Added get_scrollWidth and get_scrollHeight implementation.
|
2007-08-17 12:20:47 +02:00 |
Jacek Caban
|
6ee709039f
|
mshtml: Don't create element object for document node.
|
2007-08-17 12:20:40 +02:00 |
Jacek Caban
|
77e8a6800d
|
mshtml: Added IHTMLTxtRange::put_text implementation.
|
2007-08-17 12:20:35 +02:00 |
Jacek Caban
|
cfaf00fa51
|
mshtml: Store HTMLDocument reference in HTMLTxtRange object.
|
2007-08-17 12:20:30 +02:00 |
Roderick Colenbrander
|
9ca3a22487
|
wined3d: Dynamically load WGL functions.
|
2007-08-17 12:03:13 +02:00 |
Stefan Dösinger
|
06cc0fa95f
|
wined3d: GL_SRC_ALPHA_SATURATE is supported as src blend param only.
|
2007-08-17 12:01:38 +02:00 |
Stefan Dösinger
|
581664c006
|
wined3d: Catch transformed position data that appears at offset 0.
|
2007-08-17 12:01:38 +02:00 |
Stefan Dösinger
|
86b991c851
|
wined3d: Fix R32F and R16F.
|
2007-08-17 12:01:38 +02:00 |
Stefan Dösinger
|
b728ff0f55
|
wined3d: Simplify IWineD3DBaseTextureImpl_ApplyStateChanges.
|
2007-08-17 12:01:38 +02:00 |
Stefan Dösinger
|
6746554099
|
wined3d: Enable WINED3DSAMP_BORDERCOLOR.
|
2007-08-17 12:01:38 +02:00 |
Juan Lang
|
71dffcee84
|
crypt32: Move file store to a separate file.
|
2007-08-17 12:01:38 +02:00 |
Juan Lang
|
0070d8226f
|
crypt32: Move registry stores to a separate file.
|
2007-08-17 12:01:38 +02:00 |
Juan Lang
|
131f1d20e7
|
crypt32: Move provider stores to a separate file.
|
2007-08-17 12:01:38 +02:00 |
Juan Lang
|
9f85156e23
|
crypt32: Move collection stores to a separate file.
|
2007-08-17 12:01:38 +02:00 |
Juan Lang
|
adaaab923d
|
crypt32: Move cert store definitions to header.
|
2007-08-17 12:01:38 +02:00 |
Juan Lang
|
f3128c9244
|
crypt32: Where possible, pass a pointer rather than an offset, it's less confusing.
|
2007-08-17 12:01:38 +02:00 |
Juan Lang
|
2a8aa87878
|
crypt32: Use externed vars for context variables.
|
2007-08-17 12:01:38 +02:00 |
Juan Lang
|
6aa10439a9
|
crypt32: Use public APIs to empty a store.
|
2007-08-17 12:01:37 +02:00 |
Juan Lang
|
bc37988dff
|
crypt32: Use public type and APIs for memory stores wherever possible.
|
2007-08-17 12:01:37 +02:00 |
Juan Lang
|
afc50ce3fe
|
crypt32: Remove some unnecessary casts.
|
2007-08-17 12:01:37 +02:00 |
Juan Lang
|
f68036cebd
|
crypt32: Rename a confusing type.
|
2007-08-17 12:01:37 +02:00 |
Vitaliy Margolen
|
c78b8a17fd
|
dinput: Properly increment sequence number for X only movement.
|
2007-08-17 12:01:37 +02:00 |
Jason Edmeades
|
f6631265f3
|
comctl32: Listview fails to add a column if mask=0.
|
2007-08-17 12:01:37 +02:00 |
Andrew Talbot
|
b150ea67a9
|
riched20: Constify some variables.
|
2007-08-17 12:01:37 +02:00 |
Alexandre Julliard
|
106b900113
|
mscms/tests: Allocate the profile buffer dynamically to make sure it's large enough.
|
2007-08-17 12:01:37 +02:00 |
Maarten Lankhorst
|
33e1b6ffef
|
dxguid: Remove dsdriver.h from imports.
|
2007-08-17 12:01:37 +02:00 |
Paul Vriens
|
daccba5de0
|
avifil32/regsvr: Replace recursive delete functions by RegDeleteTree.
|
2007-08-17 11:48:35 +02:00 |
Paul Vriens
|
95af1823ca
|
advapi32/tests: Skip a test when not properly logged in on win9x.
|
2007-08-17 11:47:51 +02:00 |
Paul Vriens
|
36e416b614
|
wininet/tests: Fix test failures for wininet.dll that comes with IE7.
|
2007-08-17 11:47:46 +02:00 |
Paul Vriens
|
968d305148
|
shell32/tests: Use GetModuleHandle instead of LoadLibrary.
|
2007-08-17 11:47:41 +02:00 |
Alexandre Julliard
|
eaad370987
|
winex11: Don't try to activate the desktop window on take focus.
|
2007-08-16 23:43:58 +02:00 |
Alexandre Julliard
|
bde89576b3
|
winex11: Store wm hints in the window data instead of fetching them when needed.
|
2007-08-16 23:27:37 +02:00 |
Detlef Riekenberg
|
4ff59a8320
|
winspool: Implement AddPrinterDriverExA.
|
2007-08-16 12:09:40 +02:00 |
Detlef Riekenberg
|
29444b4aa3
|
winspool: Implement AddPrinterDriverExW.
|
2007-08-16 12:09:20 +02:00 |
Jacek Caban
|
931714e7b7
|
mshtml: Store HTMLDocument reference in HTMLSelectionObject.
|
2007-08-16 12:01:57 +02:00 |
Marcus Meissner
|
f2ccdecd4b
|
kernel32: Initialize variable to a known bad value.
|
2007-08-16 12:01:50 +02:00 |
Alexander Nicolaysen Sørnes
|
cd00a42e56
|
comdlg32: printdlg: Set/Load paper orientation in PageSetupDlgW.
|
2007-08-16 12:00:45 +02:00 |
Misha Koshelev
|
5a11a1201f
|
urlmon: Call IInternetProtocolSink_Release and ReleaseStgMedium in HttpProtocol where native does.
|
2007-08-16 11:52:56 +02:00 |
Misha Koshelev
|
c8ab2a947c
|
urlmon: Call IInternetProtocolSink_AddRef in HttpProtocol where native does (but just once).
|
2007-08-16 11:52:34 +02:00 |
Mikołaj Zalewski
|
5cdfee8153
|
wininet: A small test for HttpQueryInfoA.
|
2007-08-16 11:52:12 +02:00 |
Mikołaj Zalewski
|
3fa49f0f02
|
wininet: Make HttpQueryInfo[AW] work for lpBuffer == NULL and len > 0.
|
2007-08-16 11:52:06 +02:00 |
Mikołaj Zalewski
|
ab7d17727c
|
wininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_FLAG_REQUEST_HEADERS.
|
2007-08-16 11:51:52 +02:00 |
Juan Lang
|
cf3535351a
|
wintrust: Remove redundant check of pbSignedDataMsg (Coverity).
|
2007-08-16 11:51:35 +02:00 |
Juan Lang
|
1626da2bba
|
crypt32: Free default chain engine.
|
2007-08-16 11:46:40 +02:00 |
Evan Stade
|
b1237257f0
|
gdiplus: Fix default value of StringTrimmingCharacter.
|
2007-08-16 11:41:37 +02:00 |
Evan Stade
|
f46b779451
|
gdiplus/tests: Added GpStringFormat tests.
|
2007-08-16 11:41:27 +02:00 |
Evan Stade
|
4e041fe4b9
|
gdiplus/tests: Added GdipAddPathLineI test.
|
2007-08-16 11:41:13 +02:00 |
Evan Stade
|
be66c3c93b
|
gdiplus: Use DrawText instead of TabbedTextOut.
|
2007-08-16 11:41:03 +02:00 |
Evan Stade
|
ca94939308
|
gdiplus: Handle empty layout rectangle in GdipDrawString.
|
2007-08-16 11:40:55 +02:00 |
Evan Stade
|
44e983925a
|
gdiplus: Handle empty layout rectangle in GdipMeasureString.
|
2007-08-16 11:40:46 +02:00 |
Evan Stade
|
d4107db6bb
|
gdiplus: Handle StringFormatFlagsNoWrap in GdipMeasureString.
|
2007-08-16 11:40:36 +02:00 |
Evan Stade
|
3f32083ed7
|
gdiplus: Handle StringFormatFlagsNoWrap in GdipDrawString.
|
2007-08-16 11:40:29 +02:00 |
Evan Stade
|
92aa57bece
|
gdiplus: Fixed 2 GdipDrawString bugs.
|
2007-08-16 11:40:18 +02:00 |
Evan Stade
|
a51cf1d35a
|
gdiplus: Added GdipMeasureString.
|
2007-08-16 11:40:02 +02:00 |
Andrew Talbot
|
291dd7a090
|
riched20: Constify some variables.
|
2007-08-16 11:35:06 +02:00 |
Stefan Dösinger
|
028729d102
|
wined3d: Fix WINED3DFMT_A4L4.
|
2007-08-16 11:35:06 +02:00 |
Stefan Dösinger
|
b220905e4a
|
wined3d: Reinstall the internal reference on the current index buffer.
|
2007-08-16 11:35:06 +02:00 |
Stefan Dösinger
|
7ebf3d92b5
|
wined3d: Release the stateblock before destroying the swapchain.
|
2007-08-16 11:35:06 +02:00 |
Stefan Dösinger
|
18936a1b89
|
wined3d: Do not advertize A8R3R3B2 support.
|
2007-08-16 11:35:06 +02:00 |
Stefan Dösinger
|
56a7486235
|
wined3d: Fix WINED3DFMT_R3G3B2.
|
2007-08-16 11:35:06 +02:00 |
Paul Vriens
|
444a8e5190
|
shell32/tests: Use GetModuleHandle instead of LoadLibrary.
|
2007-08-16 11:35:06 +02:00 |
Lei Zhang
|
13ae5f8e8c
|
riched20: Add missing scroll bar update.
|
2007-08-16 11:35:06 +02:00 |
Lei Zhang
|
0d4707c284
|
riched20: Properly calculate control display height.
|
2007-08-16 11:35:06 +02:00 |
Maarten Lankhorst
|
3d32315c9e
|
winealsa: Add support for playing dsound capture buffer.
|
2007-08-16 11:11:55 +02:00 |
Maarten Lankhorst
|
ea9b6b074c
|
winealsa: Add support for opening/closing dsound capture buffer.
|
2007-08-16 11:11:50 +02:00 |
Maarten Lankhorst
|
23bc426e14
|
winealsa: Add IDsCaptureDriverBuffer stub.
|
2007-08-16 11:11:40 +02:00 |
Maarten Lankhorst
|
4205a44131
|
winealsa: Implement IDsCaptureDriverImpl_Open.
|
2007-08-16 11:11:28 +02:00 |
Maarten Lankhorst
|
50b46daf30
|
winealsa: Add initial dscapturedriver stub.
|
2007-08-16 11:11:18 +02:00 |
Maarten Lankhorst
|
b42287ca66
|
dsound: Handle failing of obtaining IDsDriverNotify.
|
2007-08-16 11:10:54 +02:00 |
Huw Davies
|
0dcebea44d
|
riched20: Add some test for EM_GETTEXTLENGTHEX and fix the single line edit cases.
|
2007-08-16 11:10:25 +02:00 |
Francois Gouget
|
f20cd498e0
|
ntoskrnel.exe: Better match the PSDK types and fix the winapi_check warnings.
|
2007-08-16 11:09:41 +02:00 |
Francois Gouget
|
cd1c07b4d8
|
ntdll: Better match the PSDK types and fix the winapi_check warnings.
|
2007-08-16 11:09:38 +02:00 |
Francois Gouget
|
d18cf0c4f1
|
kernel32/tests: Remove a redundant RegSetValueExA() call.
|
2007-08-16 11:09:31 +02:00 |
Paul Vriens
|
5748f15826
|
user32/tests: Run tests on win95 again.
|
2007-08-16 11:08:13 +02:00 |
Paul Vriens
|
22e48388d5
|
secur32/tests: Run tests on win95 again.
|
2007-08-16 11:08:09 +02:00 |
Jacek Caban
|
865d92a6e4
|
mshtml: Call setup_nswindow on load event.
|
2007-08-16 11:08:05 +02:00 |
Mikołaj Zalewski
|
7e79b5656e
|
kernel32: Return error code if WOWCallback16Ex of a real-mode function failed.
|
2007-08-15 11:10:54 +02:00 |
Evan Stade
|
380f184986
|
gdiplus: Added GdipDeleteStringFormat.
|
2007-08-15 10:56:41 +02:00 |
Evan Stade
|
c8c77f9b48
|
gdiplus: Added GdipSetStringFormatLineAlign/GdipGetStringFormatLineAlign.
|
2007-08-15 10:56:31 +02:00 |
Evan Stade
|
d0cead32a6
|
gdiplus: Allow null-terminated strings in GdipDrawString.
|
2007-08-15 10:56:25 +02:00 |
Evan Stade
|
b56689d22c
|
gdiplus: Added GdipSetLineBlend stub.
|
2007-08-15 10:55:14 +02:00 |
Evan Stade
|
936f310190
|
gdiplus: Added GdipSetStringFormatHotkeyPrefix/GdipGetStringFormatHotkeyPrefix.
|
2007-08-15 10:55:05 +02:00 |
Evan Stade
|
551a606ab2
|
gdiplus: Added GdipGetStringFormatTrimming/GdipSetStringFormatTrimming.
|
2007-08-15 10:54:56 +02:00 |
Evan Stade
|
16dea47a5c
|
gdiplus: Added GdipGetStringFormatAlign/GdipSetStringFormatAlign.
|
2007-08-15 10:54:30 +02:00 |
Evan Stade
|
059a2d8c6f
|
gdiplus: Added GdipAddPathLineI.
|
2007-08-15 10:54:21 +02:00 |
Evan Stade
|
5662820072
|
gdiplus: Added GdipSetTextRenderingHint/GdipGetTextRenderingHint.
|
2007-08-15 10:54:14 +02:00 |
Evan Stade
|
ee59d41441
|
gdiplus: Added GdipAddPathBezierI.
|
2007-08-15 10:54:05 +02:00 |
Evan Stade
|
73be69c576
|
gdiplus: Added string format constructor.
|
2007-08-15 10:53:54 +02:00 |
Evan Stade
|
62cae5ab39
|
gdiplus: Save elements of font's style.
|
2007-08-15 10:51:51 +02:00 |
Evan Stade
|
510ecb6530
|
gdiplus: Added more font tests.
|
2007-08-15 10:51:37 +02:00 |
Evan Stade
|
a364fc3258
|
gdiplus: Added GdipDeleteFont.
|
2007-08-15 10:51:24 +02:00 |
Evan Stade
|
537112fb52
|
gdiplus: Fixed conformance of font constructor.
|
2007-08-15 10:51:15 +02:00 |
Evan Stade
|
4202ababb0
|
gdiplus: Added font tests.
|
2007-08-15 10:51:00 +02:00 |
Evan Stade
|
958ece2192
|
gdiplus: Added GdipGetLogFontW.
|
2007-08-15 10:50:44 +02:00 |
Evan Stade
|
f7d27e0020
|
gdiplus: Added GdipDrawString.
|
2007-08-15 10:50:36 +02:00 |