Detlef Riekenberg [Wed, 22 Aug 2007 21:41:44 +0000 (23:41 +0200)]
winspool: Strings can be NULL in AddPrinterDriverExA.
Detlef Riekenberg [Wed, 22 Aug 2007 19:48:51 +0000 (21:48 +0200)]
wineprefixcreate: Create spool/drivers directory for printer drivers.
Nigel Liang [Thu, 23 Aug 2007 02:48:11 +0000 (19:48 -0700)]
winecfg: Suport color schemes from .theme format themes.
Paul Vriens [Thu, 23 Aug 2007 06:55:05 +0000 (08:55 +0200)]
winetest: Change the way we report missing dlls.
Mikolaj Zalewski [Thu, 23 Aug 2007 01:10:57 +0000 (18:10 -0700)]
advapi32: Obtain the process id locally.
Mikolaj Zalewski [Thu, 23 Aug 2007 01:08:29 +0000 (18:08 -0700)]
advapi32: Return an error if we try to start an already running service.
Mikolaj Zalewski [Tue, 21 Aug 2007 20:49:29 +0000 (13:49 -0700)]
include: Add some definitions to winioctl.h.
Stefan Dösinger [Tue, 14 Aug 2007 13:42:34 +0000 (15:42 +0200)]
wined3d: Fake occlusion queries if the wrong context is active.
Stefan Dösinger [Tue, 14 Aug 2007 13:26:02 +0000 (15:26 +0200)]
wined3d: Deal with multithreading in event queries.
Stefan Dösinger [Tue, 14 Aug 2007 12:40:33 +0000 (14:40 +0200)]
wined3d: Refuse to ReleaseDC the wrong DC.
Stefan Dösinger [Tue, 14 Aug 2007 12:40:04 +0000 (14:40 +0200)]
wined3d: Refuse to lock locked surfaces.
Stefan Dösinger [Tue, 14 Aug 2007 00:31:10 +0000 (02:31 +0200)]
wined3d: Fall back to drawStridedSlow if fog coords are used.
Lei Zhang [Thu, 23 Aug 2007 07:34:48 +0000 (00:34 -0700)]
gphoto2.ds: Add preview button and ability to disable import GUI.
Misha Koshelev [Thu, 23 Aug 2007 05:06:26 +0000 (00:06 -0500)]
wininet: Send INTERNET_STATUS_HANDLE_CLOSING when object is being destroyed as native does.
Misha Koshelev [Thu, 23 Aug 2007 05:06:00 +0000 (00:06 -0500)]
wininet: Separate connection closing from object destruction.
Misha Koshelev [Thu, 23 Aug 2007 05:04:13 +0000 (00:04 -0500)]
wininet: Rename WININET_object_destructor to a more general WININET_object_function.
Alexandre Julliard [Thu, 23 Aug 2007 10:52:57 +0000 (12:52 +0200)]
winex11: Get rid of get_context_from_GLXContext.
Alexandre Julliard [Thu, 23 Aug 2007 10:50:29 +0000 (12:50 +0200)]
winex11: Properly update the hdc in the GL context.
Mikolaj Zalewski [Thu, 23 Aug 2007 02:14:30 +0000 (19:14 -0700)]
msvcrt: Test and fix _mbsinc/_mbsninc.
Mikolaj Zalewski [Thu, 23 Aug 2007 01:41:32 +0000 (18:41 -0700)]
msvcrt: Don't test codepage 20932.
Mikolaj Zalewski [Wed, 22 Aug 2007 17:47:01 +0000 (10:47 -0700)]
msvcrt: Test and fix _mbccpy, _mbsncpy and _mbsnbcpy.
James Hawkins [Thu, 23 Aug 2007 00:41:04 +0000 (17:41 -0700)]
advpack: Formalize the SESSION struct.
James Hawkins [Thu, 23 Aug 2007 00:35:53 +0000 (17:35 -0700)]
cabinet: Formalize the SESSION struct.
Alexander Nicolaysen Sørnes [Wed, 22 Aug 2007 20:52:19 +0000 (22:52 +0200)]
wordpad: Don't display full path in save changes dialog.
Alexander Nicolaysen Sørnes [Wed, 22 Aug 2007 20:44:21 +0000 (22:44 +0200)]
wordpad: Don't show full path in caption.
Andrew Talbot [Wed, 22 Aug 2007 21:09:05 +0000 (22:09 +0100)]
rsaenh: Constify some variables.
Stefan Leichter [Wed, 22 Aug 2007 19:51:54 +0000 (21:51 +0200)]
oleaut32: Remove 'recursive registry key delete' function.
Stefan Leichter [Wed, 22 Aug 2007 19:44:06 +0000 (21:44 +0200)]
quartz: Remove 'recursive registry key delete' function.
Detlef Riekenberg [Wed, 22 Aug 2007 18:24:35 +0000 (20:24 +0200)]
winspool: Add always the Win9x and the NT printerdriver.
Roderick Colenbrander [Wed, 22 Aug 2007 17:47:32 +0000 (19:47 +0200)]
wgl: Fix wglGetCurrentReadDCARB bugs.
Juan Lang [Wed, 22 Aug 2007 16:40:43 +0000 (09:40 -0700)]
crypt32: Implement CryptVerifyMessageSignature.
Juan Lang [Wed, 22 Aug 2007 16:40:11 +0000 (09:40 -0700)]
crypt32: Test and correct verifying the signature of a valid signed message.
Juan Lang [Wed, 22 Aug 2007 16:38:44 +0000 (09:38 -0700)]
advapi32: Add more tests for CryptVerifySignatureW, and correct its parameter checking.
Maarten Lankhorst [Tue, 21 Aug 2007 19:04:32 +0000 (21:04 +0200)]
dsound: Transparantly fall back to software mode if hardware mode is unavailable.
Huw Davies [Wed, 22 Aug 2007 13:39:46 +0000 (14:39 +0100)]
gdi32: Quote the printer name prior to passing it to the shell.
Paul Vriens [Wed, 22 Aug 2007 09:05:35 +0000 (11:05 +0200)]
atl: Replace SHDeleteKeyW with RegDeleteTreeW and get rid of the import of shlwapi.
Alexandre Julliard [Wed, 22 Aug 2007 16:20:39 +0000 (18:20 +0200)]
gdi32: Fix a few more places that use the wrong get/release function for DCs.
Juan Lang [Tue, 21 Aug 2007 22:14:14 +0000 (15:14 -0700)]
crypt32: Test encoding a signed message with a valid public key.
Juan Lang [Tue, 21 Aug 2007 22:13:47 +0000 (15:13 -0700)]
crypt32: Explicitly terminate loop when a matching signer cert is found.
Juan Lang [Tue, 21 Aug 2007 22:13:05 +0000 (15:13 -0700)]
crypt32: Only free allocated handles.
Juan Lang [Tue, 21 Aug 2007 22:12:35 +0000 (15:12 -0700)]
crypt32: Test and implement CryptGetMessageSignerCount.
Juan Lang [Tue, 21 Aug 2007 22:12:06 +0000 (15:12 -0700)]
crypt32: Implement CryptGetMessageCertificates.
Juan Lang [Tue, 21 Aug 2007 22:11:09 +0000 (15:11 -0700)]
crypt32: Trace encoding and decoding public keys on crypt channel.
Alexandre Julliard [Wed, 22 Aug 2007 10:01:21 +0000 (12:01 +0200)]
ntdll: Flesh out the stub for IOCTL_STORAGE_GET_DEVICE_NUMBER.
Alexandre Julliard [Wed, 22 Aug 2007 09:59:21 +0000 (11:59 +0200)]
user32: Thread-local hooks need a module if they don't belong to the current process.
Alexandre Julliard [Wed, 22 Aug 2007 09:55:01 +0000 (11:55 +0200)]
cabinet: Use the correct create disposition in fdi_open.
Alexandre Julliard [Wed, 22 Aug 2007 09:46:17 +0000 (11:46 +0200)]
cabinet: Use the proper fcntl defines in the FDI_OPEN calls.
James Hawkins [Tue, 21 Aug 2007 17:15:39 +0000 (10:15 -0700)]
cabinet: Formalize the SESSION struct and add more tests of its members.
Alexander Nicolaysen Sørnes [Wed, 18 Jul 2007 21:40:58 +0000 (23:40 +0200)]
wordpad: Store window rect in the registry.
Alexander Nicolaysen Sørnes [Wed, 18 Jul 2007 20:31:14 +0000 (22:31 +0200)]
wordpad: Clear formatting before opening a file.
Alexander Nicolaysen Sørnes [Wed, 18 Jul 2007 20:27:15 +0000 (22:27 +0200)]
wordpad: Prompt for format when selecting new file.
Alexander Nicolaysen Sørnes [Wed, 18 Jul 2007 19:59:24 +0000 (21:59 +0200)]
wordpad: Handle different formats on open/save.
Alexander Nicolaysen Sørnes [Wed, 18 Jul 2007 13:41:57 +0000 (15:41 +0200)]
wordpad: Add recent file list.
H. Verbeet [Tue, 21 Aug 2007 21:22:33 +0000 (23:22 +0200)]
wined3d: Attach the correct surface the the fbo.
H. Verbeet [Tue, 21 Aug 2007 21:22:26 +0000 (23:22 +0200)]
wined3d: Restore a line that got lost.
Dmitry Timoshkov [Wed, 22 Aug 2007 08:02:18 +0000 (17:02 +0900)]
ntdll: Reimplement TIME_GetBias using new time zone code.
Dmitry Timoshkov [Wed, 22 Aug 2007 08:01:55 +0000 (17:01 +0900)]
include/wine/test.h: Use appropriate type.
Maarten Lankhorst [Tue, 21 Aug 2007 19:01:53 +0000 (21:01 +0200)]
dsound: Move assignment of DSBCAPS_LOC to primary buffer creation time.
Paul Vriens [Wed, 22 Aug 2007 07:09:07 +0000 (09:09 +0200)]
ntdll/tests: Fix typos.
Paul Vriens [Wed, 22 Aug 2007 06:40:22 +0000 (08:40 +0200)]
gdi32: Fix possible NULL pointer dereference (Coverity).
Paul Vriens [Wed, 22 Aug 2007 06:32:47 +0000 (08:32 +0200)]
gdi32: Fix possible NULL pointer dereference (Coverity).
Misha Koshelev [Wed, 22 Aug 2007 05:12:52 +0000 (00:12 -0500)]
wininet: Fix reference count on internet handle for asynchronous InternetReadFileEx call.
Misha Koshelev [Wed, 22 Aug 2007 05:07:06 +0000 (00:07 -0500)]
wininet: Don't send INTERNET_STATUS_HANDLE_CLOSING when closing handle opened with InternetOpen for HTTP connection.
Andrew Talbot [Tue, 21 Aug 2007 20:37:15 +0000 (21:37 +0100)]
rpcrt4: Constify some variables.
Juan Lang [Tue, 21 Aug 2007 14:34:47 +0000 (07:34 -0700)]
crypt32: Implement verifying a decoded signed message's signature.
Juan Lang [Tue, 21 Aug 2007 14:09:24 +0000 (07:09 -0700)]
crypt32: Test and implement getting the computed hash from a decoded signed message.
Juan Lang [Tue, 21 Aug 2007 14:07:43 +0000 (07:07 -0700)]
crypt32: Update a hash message's hash handles when decoding it.
Juan Lang [Tue, 21 Aug 2007 00:49:53 +0000 (17:49 -0700)]
crypt32: Move signed message data functions together.
Juan Lang [Tue, 21 Aug 2007 00:49:15 +0000 (17:49 -0700)]
crypt32: Make constructing handles a member of signed msg data.
Juan Lang [Tue, 21 Aug 2007 00:48:38 +0000 (17:48 -0700)]
crypt32: Use a helper function to allocate signer handles.
Juan Lang [Tue, 21 Aug 2007 00:48:02 +0000 (17:48 -0700)]
crypt32: Don't keep an unneeded copy of the crypto provider for each signer.
Juan Lang [Tue, 21 Aug 2007 00:47:02 +0000 (17:47 -0700)]
crypt32: Separate construction of signer handles from signer info.
Juan Lang [Tue, 21 Aug 2007 00:46:13 +0000 (17:46 -0700)]
crypt32: Add a helper function to construct a signer handles structure.
Juan Lang [Tue, 21 Aug 2007 00:45:33 +0000 (17:45 -0700)]
crypt32: Add helper function to update signed message data.
Juan Lang [Tue, 21 Aug 2007 00:44:53 +0000 (17:44 -0700)]
crypt32: Make more functions members of signed message data, rather than message.
Juan Lang [Tue, 21 Aug 2007 00:44:12 +0000 (17:44 -0700)]
crypt32: Make updating a hash a member of signed message data, not signed message.
Juan Lang [Tue, 21 Aug 2007 00:43:12 +0000 (17:43 -0700)]
crypt32: Make a helper function to a free a signed message's handles.
Juan Lang [Tue, 21 Aug 2007 00:42:31 +0000 (17:42 -0700)]
crypt32: Use signed message data type for decoded signed messages.
Juan Lang [Tue, 21 Aug 2007 00:41:23 +0000 (17:41 -0700)]
crypt32: Make a signed message data type.
Juan Lang [Tue, 21 Aug 2007 00:40:25 +0000 (17:40 -0700)]
crypt32: Implement verifying the hash of a decoded hash message.
Juan Lang [Tue, 21 Aug 2007 00:33:44 +0000 (17:33 -0700)]
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.
Juan Lang [Tue, 21 Aug 2007 00:33:04 +0000 (17:33 -0700)]
crypt32: Add a mostly stub control function for decode messages.
Juan Lang [Tue, 21 Aug 2007 00:27:06 +0000 (17:27 -0700)]
crypt32: Add a default message control function pointer.
Juan Lang [Tue, 21 Aug 2007 00:26:39 +0000 (17:26 -0700)]
crypt32: Add tests for CryptMsgControl.
Juan Lang [Tue, 21 Aug 2007 00:26:10 +0000 (17:26 -0700)]
crypt32: Test an encoded signed message with a cert with a public key.
Vitaliy Margolen [Tue, 21 Aug 2007 13:06:17 +0000 (07:06 -0600)]
dinput: Fix compile with old input.h that missing input_absinfo.
Dmitry Timoshkov [Tue, 21 Aug 2007 12:44:50 +0000 (21:44 +0900)]
kernel32: Restore check for StandardDate.wMonth being 0.
Dmitry Timoshkov [Tue, 21 Aug 2007 12:44:24 +0000 (21:44 +0900)]
msvcrt: Restore error handling code in localtime.
Roderick Colenbrander [Tue, 21 Aug 2007 14:52:01 +0000 (16:52 +0200)]
wined3d: Fix a null pointer dereference.
Paul Vriens [Tue, 21 Aug 2007 15:13:55 +0000 (17:13 +0200)]
wined3d/vertexdeclaration: Return when out of memory (Coverity).
Paul Vriens [Tue, 21 Aug 2007 15:38:19 +0000 (17:38 +0200)]
dnsapi/tests: No need to dynamically load dnsapi anymore.
Paul Vriens [Tue, 21 Aug 2007 12:22:03 +0000 (14:22 +0200)]
kernel32/tests: Skip some not implemented functions and add a few skip's.
Paul Vriens [Tue, 21 Aug 2007 11:51:23 +0000 (13:51 +0200)]
msi/tests: Be verbose when GetProcAddress fails.
Damjan Jovanovic [Tue, 21 Aug 2007 11:23:58 +0000 (13:23 +0200)]
setupapi: Use NtDeleteKey instead of an invalid RegDeleteKeyW.
Alexandre Julliard [Tue, 21 Aug 2007 19:38:20 +0000 (21:38 +0200)]
winex11: Update the wm hints also when mapping a previously zero-size window.
Alexandre Julliard [Tue, 21 Aug 2007 19:37:40 +0000 (21:37 +0200)]
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.
Stefan Dösinger [Tue, 21 Aug 2007 10:30:22 +0000 (12:30 +0200)]
wined3d: Implement range based fog and advertize it correctly.
Stefan Dösinger [Mon, 13 Aug 2007 21:19:37 +0000 (23:19 +0200)]
wined3d: fogstart == fogend means full fog.
Stefan Dösinger [Tue, 21 Aug 2007 10:13:42 +0000 (12:13 +0200)]
d3d9: Some caps fixes.
Paul Vriens [Tue, 21 Aug 2007 10:09:40 +0000 (12:09 +0200)]
ntdll/tests: Use skip instead of trace.