Roderick Colenbrander [Sat, 29 Sep 2007 15:12:35 +0000 (17:12 +0200)]
wined3d: Only call ENTER_GL for the parts in ActivateContext that actually need it.
Roderick Colenbrander [Sat, 29 Sep 2007 14:58:44 +0000 (16:58 +0200)]
wined3d: CreateContext should not be called between ENTER_GL/LEAVE_GL.
Roderick Colenbrander [Sat, 29 Sep 2007 14:38:11 +0000 (16:38 +0200)]
wined3d: CreateFakeGLContxt/ReleaseFakeGLContext doesn't need ENTER_GL/LEAVE_GL and they are making GDI calls.
The removal of ENTER_GL from the fake context code, requires the
addition of ENTER_GL/LEAVE_GL to FillGLCaps which was protected by the
fake context code before.
Andrew Talbot [Fri, 28 Sep 2007 20:24:53 +0000 (21:24 +0100)]
msvfw32: Fix a memory leak.
Vitaliy Margolen [Sat, 29 Sep 2007 16:23:11 +0000 (10:23 -0600)]
dinput: Fix typo.
Jacek Caban [Sat, 29 Sep 2007 01:41:10 +0000 (03:41 +0200)]
mshtml: Use GetWineURL in before_async_open.
Jacek Caban [Sat, 29 Sep 2007 01:40:46 +0000 (03:40 +0200)]
mshtml: Remove no longer used defines.
Juan Lang [Fri, 28 Sep 2007 21:56:45 +0000 (14:56 -0700)]
wincrypt.h: Add a few more definitions.
Juan Lang [Fri, 28 Sep 2007 23:28:12 +0000 (16:28 -0700)]
wintrust: Add stub for WVTAsn1SpcSpOpusInfoDecode.
Juan Lang [Fri, 28 Sep 2007 23:12:41 +0000 (16:12 -0700)]
crypt32: Correct copying a signer info's attributes.
Juan Lang [Fri, 28 Sep 2007 20:05:18 +0000 (13:05 -0700)]
wintrust: Don't warn for generic cert verify action.
Juan Lang [Fri, 28 Sep 2007 19:47:03 +0000 (12:47 -0700)]
wintrust: In SoftpubLoadSignature, don't assume a message is present.
Juan Lang [Fri, 28 Sep 2007 19:44:27 +0000 (12:44 -0700)]
wintrust: Improve SoftpubLoadMessage for WTD_CHOICE_CERT.
Juan Lang [Fri, 28 Sep 2007 19:42:47 +0000 (12:42 -0700)]
wintrust: Implement SoftpubDefCertInit.
Juan Lang [Fri, 28 Sep 2007 16:06:11 +0000 (09:06 -0700)]
crypt32: Be more strict about format of serialized store files.
Juan Lang [Fri, 28 Sep 2007 16:03:53 +0000 (09:03 -0700)]
crypt32: Implement opening file name stores from files that contain PKCS7 messages.
Juan Lang [Fri, 28 Sep 2007 15:38:12 +0000 (08:38 -0700)]
crypt32: Allow file stores to support more than one type of file.
Juan Lang [Fri, 28 Sep 2007 15:37:47 +0000 (08:37 -0700)]
crypt32: Create file store directly in CRYPT_FileNameOpenStoreW.
Juan Lang [Fri, 28 Sep 2007 15:37:17 +0000 (08:37 -0700)]
crypt32: Add a helper function to create a file store from an already-initialized memory store.
Dmitry Timoshkov [Fri, 28 Sep 2007 15:22:37 +0000 (00:22 +0900)]
user32: WM_IME_SETCONTEXT messages are optional.
Maarten Lankhorst [Fri, 28 Sep 2007 14:22:15 +0000 (16:22 +0200)]
gdi32: Fix 3 tiny bugs in bidi.
Maarten Lankhorst [Thu, 27 Sep 2007 08:41:58 +0000 (10:41 +0200)]
gdi32: Fix meaning and use of bidirectionality flags.
Alexandre Julliard [Fri, 28 Sep 2007 18:43:43 +0000 (20:43 +0200)]
msvcirt: Added stub implementation of msvcirt.dll.
Alexandre Julliard [Fri, 28 Sep 2007 15:25:19 +0000 (17:25 +0200)]
Release 0.9.46.
Andrey Turkin [Thu, 27 Sep 2007 20:04:07 +0000 (00:04 +0400)]
kernel32: Pass completion value to ntdll layer.
Andrey Turkin [Thu, 27 Sep 2007 20:03:39 +0000 (00:03 +0400)]
server: Allow completion object to be attached to an fd object.
Juan Lang [Thu, 27 Sep 2007 23:13:05 +0000 (16:13 -0700)]
crypt32: Move CertSaveStore to serialize.c.
Juan Lang [Thu, 27 Sep 2007 21:01:30 +0000 (14:01 -0700)]
crypt32: Use CertSaveStore to save file stores.
Juan Lang [Thu, 27 Sep 2007 20:49:16 +0000 (13:49 -0700)]
crypt32: Implement CertSaveStore.
Juan Lang [Thu, 27 Sep 2007 19:55:51 +0000 (12:55 -0700)]
crypt32: Add definitions used by CertSaveStore.
Juan Lang [Thu, 27 Sep 2007 19:36:06 +0000 (12:36 -0700)]
crypt32: Implement CRYPT_WriteSerializedStoreToFile using CRYPT_WriteSerializedStoreToStream.
Juan Lang [Thu, 27 Sep 2007 19:30:52 +0000 (12:30 -0700)]
crypt32: Add a function to serialize a store to an arbitrary stream.
Juan Lang [Thu, 27 Sep 2007 18:54:24 +0000 (11:54 -0700)]
crypt32: Rename a couple of functions.
Juan Lang [Thu, 27 Sep 2007 18:08:36 +0000 (11:08 -0700)]
crypt32: Add/improve some traces.
Mikolaj Zalewski [Wed, 26 Sep 2007 22:48:03 +0000 (15:48 -0700)]
advapi32: Fix GetServiceDisplayNameA for cchBuffer == 0.
Mikolaj Zalewski [Thu, 27 Sep 2007 19:01:49 +0000 (12:01 -0700)]
advapi32: Implement GetPrivateObjectSecurity (with test).
Mikolaj Zalewski [Thu, 27 Sep 2007 18:55:11 +0000 (11:55 -0700)]
advapi32: In ConvertStringSecurityDescriptorToSecurityDescriptor "AU" should be checked before "A" (with testcase).
Mikolaj Zalewski [Thu, 27 Sep 2007 18:44:51 +0000 (11:44 -0700)]
advapi32: Make ConvertStringSecurityDescriptorToSecurityDescriptor write the ACL.
Mikolaj Zalewski [Thu, 27 Sep 2007 17:36:58 +0000 (10:36 -0700)]
advapi32/ntdll: GetSecurityDescriptorOwner/Group should fill isDefaulted also for NULL sids.
Mikolaj Zalewski [Thu, 27 Sep 2007 17:34:53 +0000 (10:34 -0700)]
advapi32/ntdll: MakeRelativeSD should preserve NULL pointers (with testcase).
Mikolaj Zalewski [Thu, 27 Sep 2007 21:58:10 +0000 (14:58 -0700)]
msi: Add some already implemented function to the spec file.
Alex Villacís Lasso [Thu, 27 Sep 2007 23:17:48 +0000 (18:17 -0500)]
riched20: Minimal fix for WM_SETTEXT without ES_MULTILINE style.
Rob Shearman [Fri, 28 Sep 2007 00:38:27 +0000 (17:38 -0700)]
widl: Generate client and server code for using context handles.
Rob Shearman [Fri, 28 Sep 2007 00:38:13 +0000 (17:38 -0700)]
widl: Write prototypes for context handle rundown rountines into generated header files.
Stefan Leichter [Thu, 27 Sep 2007 16:02:50 +0000 (18:02 +0200)]
ole32: Added version resource for ole2nls.dll.
Juan Lang [Thu, 27 Sep 2007 17:01:30 +0000 (10:01 -0700)]
crypt32: Support PKCS messages wrapped in a PKCS content info in CryptQueryObject.
Juan Lang [Thu, 27 Sep 2007 17:00:44 +0000 (10:00 -0700)]
crypt32: Fix CryptQueryObject for embedded PKCS7 signatures.
Alexandre Julliard [Thu, 27 Sep 2007 19:01:00 +0000 (21:01 +0200)]
gdi32: Don't hold the GDI lock while calling the driver SelectFont function.
Alexandre Julliard [Thu, 27 Sep 2007 19:00:44 +0000 (21:00 +0200)]
gdi32: Don't hold the GDI lock while calling the SelectObject backends.
Alexandre Julliard [Thu, 27 Sep 2007 18:57:02 +0000 (20:57 +0200)]
gdi32: Move the object refcount handling to the SelectObject backend functions.
Alexandre Julliard [Thu, 27 Sep 2007 18:14:13 +0000 (20:14 +0200)]
gdi32: Don't pass an object pointer to the SelectObject backend functions.
Alexandre Julliard [Thu, 27 Sep 2007 18:13:57 +0000 (20:13 +0200)]
winex11.drv: Always drag the full window for top-level windows to avoid having to grab the server.
Alexandre Julliard [Thu, 27 Sep 2007 18:13:21 +0000 (20:13 +0200)]
rpcrt4/tests: Remove static keywords that hide test failures.
Francois Gouget [Thu, 27 Sep 2007 16:57:51 +0000 (18:57 +0200)]
Assorted spelling fixes.
Francois Gouget [Thu, 27 Sep 2007 16:58:00 +0000 (18:58 +0200)]
winapi: Assorted win32.api updates.
Francois Gouget [Thu, 27 Sep 2007 16:53:23 +0000 (18:53 +0200)]
ntoskrnl.exe: Fix the PsCreateSystemThread() prototype and declare it in wdm.h.
Add a prototype for PsTerminateSystemThread().
Francois Gouget [Thu, 27 Sep 2007 16:50:21 +0000 (18:50 +0200)]
includes: Make headers C++ compatible.
Francois Gouget [Thu, 27 Sep 2007 16:47:24 +0000 (18:47 +0200)]
includes: Remove unneeded extern "C" statements.
Francois Gouget [Thu, 27 Sep 2007 16:29:08 +0000 (18:29 +0200)]
riched20/tests: Add '\n's to ok() calls.
Francois Gouget [Thu, 27 Sep 2007 16:29:02 +0000 (18:29 +0200)]
wineoss.drv: Add support for $MIDIDEV to match $AUDIODEV and $MIXERDEV.
Andrew Talbot [Wed, 26 Sep 2007 15:51:29 +0000 (16:51 +0100)]
kernel32: Fix a memory leak.
Andrew Talbot [Tue, 25 Sep 2007 19:52:58 +0000 (20:52 +0100)]
gdiplus: Fix some memory leaks.
Alexandre Julliard [Thu, 27 Sep 2007 16:05:57 +0000 (18:05 +0200)]
gdi32: Fix typo in FIXME (spotted by Rob Shearman).
Alexandre Julliard [Thu, 27 Sep 2007 16:02:26 +0000 (18:02 +0200)]
winex11.drv: Don't call GDI functions while holding the X11 lock.
Mikolaj Zalewski [Wed, 26 Sep 2007 18:45:51 +0000 (11:45 -0700)]
advapi32: The lpServiceStartName should default to LocalSystem for Win32 services.
Maarten Lankhorst [Wed, 26 Sep 2007 22:19:14 +0000 (00:19 +0200)]
wineoss: Only initialise midi once.
Peter Oberndorfer [Wed, 26 Sep 2007 19:22:01 +0000 (21:22 +0200)]
winhttp: Add WinHttpGetIEProxyConfigForCurrentUser stub.
Peter Oberndorfer [Wed, 26 Sep 2007 18:50:28 +0000 (20:50 +0200)]
ntdll: NtAreMappedFilesTheSame semi stub.
Hans Leidekker [Wed, 26 Sep 2007 12:09:46 +0000 (14:09 +0200)]
kernel32: Check for NULL output buffer in FormatMessage{A, W}.
Konstantin Kondratyuk [Wed, 26 Sep 2007 12:39:17 +0000 (16:39 +0400)]
include/npapi.h: Add some constants.
Konstantin Kondratyuk [Wed, 26 Sep 2007 09:15:36 +0000 (13:15 +0400)]
mpr: Correct usage of dwScope and dwEnumScopes.
Lionel_Debroux [Wed, 26 Sep 2007 12:25:26 +0000 (14:25 +0200)]
mlang: Fix memory leaks in error paths (found by Smatch).
Lionel_Debroux [Wed, 26 Sep 2007 12:27:32 +0000 (14:27 +0200)]
mlang: Fix memory leaks in error path (found by Smatch).
Alex Villacís Lasso [Wed, 26 Sep 2007 20:50:45 +0000 (15:50 -0500)]
riched20: EM_SETCHARFORMAT must fail and return 0 with TM_PLAINTEXT and SF_SELECTION.
Michael Stefaniuc [Wed, 26 Sep 2007 19:16:23 +0000 (21:16 +0200)]
server: Include stdarg.h in completion.c. Needed for older gcc versions.
Stefan Leichter [Wed, 26 Sep 2007 18:54:56 +0000 (20:54 +0200)]
amstream: Remove 'recursive registry key delete' function.
Stefan Leichter [Wed, 26 Sep 2007 18:51:05 +0000 (20:51 +0200)]
browseui: Remove 'recursive registry key delete' function.
Anatoly Lyutin [Wed, 26 Sep 2007 14:28:59 +0000 (18:28 +0400)]
gdi32: printdrv: Use umask for creating a spool file.
Chris Robinson [Wed, 26 Sep 2007 15:21:07 +0000 (08:21 -0700)]
winex11: Be compatible with older XComposite headers.
Stefan Dösinger [Wed, 26 Sep 2007 20:09:59 +0000 (22:09 +0200)]
wined3d: Add sincos support to arb shaders.
Stefan Dösinger [Wed, 5 Sep 2007 18:09:06 +0000 (20:09 +0200)]
wined3d: Implement the nrm instruction in arb.
Stefan Dösinger [Wed, 5 Sep 2007 14:46:12 +0000 (16:46 +0200)]
wined3d: Add dp2add support to arb shaders.
Stefan Dösinger [Wed, 5 Sep 2007 14:27:10 +0000 (16:27 +0200)]
wined3d: Add crs and pow instruction support.
Stefan Dösinger [Wed, 5 Sep 2007 14:10:26 +0000 (16:10 +0200)]
wined3d: Handle modifiers in cmp.
Jacek Caban [Wed, 26 Sep 2007 18:47:02 +0000 (20:47 +0200)]
mshtml: Use get_nsinterface in set_ns_editmode and get_editor_controller.
Jacek Caban [Wed, 26 Sep 2007 18:46:14 +0000 (20:46 +0200)]
mshtml: Use get_nsinterface in exec_print and do_ns_command.
Jacek Caban [Wed, 26 Sep 2007 18:46:37 +0000 (20:46 +0200)]
mshtml: Added generic get_nsinterface function and use it in get_ns_command_state.
Jacek Caban [Wed, 26 Sep 2007 18:45:31 +0000 (20:45 +0200)]
mshtml: Added IDM_COPY in browse mode implementation.
Jacek Caban [Wed, 26 Sep 2007 18:45:09 +0000 (20:45 +0200)]
mshtml: Ignore app's User-Agent header and Content-Type if there is no data to post.
Jacek Caban [Wed, 26 Sep 2007 18:44:54 +0000 (20:44 +0200)]
mshtml: Forward IHTMLTextContainer::put_scrollTop and put_scrollLeft calls to IHTMLElement2 interface.
Jacek Caban [Wed, 26 Sep 2007 18:44:37 +0000 (20:44 +0200)]
mshtml: Added IHTMLElement2::put_scrollTop and put_scrollLeft implementation.
Jacek Caban [Wed, 26 Sep 2007 18:44:14 +0000 (20:44 +0200)]
mshtml: Added get_compatMode implementation.
Jacek Caban [Wed, 26 Sep 2007 18:43:52 +0000 (20:43 +0200)]
mshtml: Added IHTMLDocument5 interface stub implementation.
Jacek Caban [Wed, 26 Sep 2007 17:45:27 +0000 (19:45 +0200)]
hlink: Added HlinkGetSpecialReference stub.
Michael Stefaniuc [Wed, 26 Sep 2007 16:57:38 +0000 (18:57 +0200)]
crypt32: Add missing parameter to a TRACE.
Michael Stefaniuc [Wed, 26 Sep 2007 16:57:07 +0000 (18:57 +0200)]
advapi32: Move the storage specifier to the beginning of the declaration.
Maarten Lankhorst [Tue, 25 Sep 2007 12:19:07 +0000 (14:19 +0200)]
dsound: Check if hardware buffer is big enough before accepting it.
Maarten Lankhorst [Mon, 24 Sep 2007 18:33:50 +0000 (20:33 +0200)]
wineoss: Silence some harmless warnings.
Alex Villacís Lasso [Wed, 26 Sep 2007 17:58:24 +0000 (12:58 -0500)]
riched20: EM_SETCHARFORMAT must return 0, not assert, on invalid struct size.
Dan Hipschman [Thu, 27 Sep 2007 00:34:25 +0000 (17:34 -0700)]
widl: Fix array alignment bug.