Juan Lang [Thu, 26 Jul 2007 01:14:25 +0000 (18:14 -0700)]
crypt32: Trace a few more items when decoding.
Juan Lang [Thu, 26 Jul 2007 01:13:45 +0000 (18:13 -0700)]
crypt32: Test and fix encoding and decoding of attributes in PKCS signers.
Juan Lang [Thu, 26 Jul 2007 01:12:16 +0000 (18:12 -0700)]
crypt32: Partially implement decoding of signed messages.
Juan Lang [Thu, 26 Jul 2007 01:11:31 +0000 (18:11 -0700)]
crypt32: Don't check tag in CRYPT_DecodeDERArray, caller already does.
Juan Lang [Thu, 26 Jul 2007 01:10:40 +0000 (18:10 -0700)]
crypt32: Actually skip content when skipping an item in a sequence.
Juan Lang [Thu, 26 Jul 2007 01:10:12 +0000 (18:10 -0700)]
crypt32: Remove redundant assignment.
Juan Lang [Thu, 26 Jul 2007 01:09:37 +0000 (18:09 -0700)]
crypt32: Add initial tests for decoding signed messages.
Juan Lang [Thu, 26 Jul 2007 01:08:58 +0000 (18:08 -0700)]
crypt32: Test getting the hash from a hash message with an invalid index.
Misha Koshelev [Thu, 26 Jul 2007 05:03:25 +0000 (00:03 -0500)]
urlmon/tests: Don't proceed with POST operation (that will fail) if we run out of memory.
Misha Koshelev [Thu, 26 Jul 2007 05:02:17 +0000 (00:02 -0500)]
urlmon/tests: Fix http protocol tests with absence of BINDF_FROMURLMON to properly expect ReportData.
Misha Koshelev [Thu, 26 Jul 2007 04:58:37 +0000 (23:58 -0500)]
urlmon: Don't free structures that are used by asynchronous HttpSendRequest until we are sure they won't be used.
Alexandre Julliard [Thu, 26 Jul 2007 09:52:53 +0000 (11:52 +0200)]
libwine: Get rid of the lookup in the top dlls/ dir, all dlls are named correctly now.
Alexandre Julliard [Thu, 26 Jul 2007 09:52:23 +0000 (11:52 +0200)]
crypt32: Don't use off_t for memory offsets.
Rob Shearman [Thu, 26 Jul 2007 00:15:22 +0000 (19:15 -0500)]
mshtml: Handle Ctrl-Home and Ctrl-End in edit mode.
H. Verbeet [Wed, 25 Jul 2007 22:38:50 +0000 (00:38 +0200)]
wined3d: Flip the scissor rect when rendering offscreen.
H. Verbeet [Wed, 25 Jul 2007 22:38:45 +0000 (00:38 +0200)]
d3d9: Trace the Format parameter to IDirect3DDevice9Impl_CreateTexture as hexadecimal.
Jacek Caban [Wed, 25 Jul 2007 22:14:45 +0000 (00:14 +0200)]
mshtml: Make sure we have associated listener before calling OnStopRequest.
Jacek Caban [Wed, 25 Jul 2007 22:13:44 +0000 (00:13 +0200)]
urlmon: Change some gotos to return.
Michael Stefaniuc [Wed, 25 Jul 2007 21:22:21 +0000 (23:22 +0200)]
ntdll: Remove a break after a break. Found by Smatch.
Michael Stefaniuc [Wed, 25 Jul 2007 21:22:08 +0000 (23:22 +0200)]
winefile: Change choose_font() and init_output() to the W form.
Michael Stefaniuc [Wed, 25 Jul 2007 21:21:43 +0000 (23:21 +0200)]
winefile: Move the font choosing code to a separate function.
Roderick Colenbrander [Wed, 25 Jul 2007 21:18:50 +0000 (23:18 +0200)]
wgl: Set pbuffer dimensions in HDC.
Roderick Colenbrander [Wed, 25 Jul 2007 20:32:07 +0000 (22:32 +0200)]
opengl: WGL_ARB_render_texture support.
Roderick Colenbrander [Wed, 25 Jul 2007 20:27:39 +0000 (22:27 +0200)]
opengl32: Relax extension checking.
Andrew Talbot [Wed, 25 Jul 2007 20:37:23 +0000 (21:37 +0100)]
oleaut32: Constify some variables.
Jason Edmeades [Wed, 25 Jul 2007 19:51:18 +0000 (20:51 +0100)]
comctl32: Fix missing toolbar button with HINST_COMMCTRL.
Stefan Dösinger [Mon, 16 Jul 2007 18:53:44 +0000 (20:53 +0200)]
wined3d: Do not fail if the adapter info can't be initialized.
Stefan Dösinger [Mon, 16 Jul 2007 18:42:16 +0000 (20:42 +0200)]
wined3d: Set the pow2 sizes in gl surface private setup.
Stefan Dösinger [Mon, 16 Jul 2007 17:59:41 +0000 (19:59 +0200)]
wined3d: Find the shader constant limit at adapter init time.
Stefan Dösinger [Mon, 16 Jul 2007 17:49:34 +0000 (19:49 +0200)]
wined3d: Allocate render target management members in Init3D.
Stefan Dösinger [Wed, 18 Jul 2007 21:13:58 +0000 (23:13 +0200)]
wined3d: Attempt to clean up fbos only if a gl surface is destroyed.
Alexandre Julliard [Thu, 26 Jul 2007 09:07:01 +0000 (11:07 +0200)]
ntdll: Support single quotes around XML attribute values.
Alexandre Julliard [Thu, 26 Jul 2007 09:06:17 +0000 (11:06 +0200)]
ntdll: Activate the module's activation context while resolving imports and attaching.
Alexandre Julliard [Wed, 25 Jul 2007 19:33:46 +0000 (21:33 +0200)]
ntdll: Use activation contexts information to load dlls (based on a patch by Jacek Caban).
Jacek Caban [Wed, 25 Jul 2007 18:37:49 +0000 (20:37 +0200)]
kernel32: Added FindActCtxSectionStringA implementation.
Eric Pouech [Wed, 25 Jul 2007 18:37:36 +0000 (20:37 +0200)]
ntdll: Implemented RtlFindActivationContextSectionString.
Eric Pouech [Wed, 25 Jul 2007 17:04:36 +0000 (19:04 +0200)]
ntdll: Implemented FileInformationInAssemblyOfAssemblyInActivationContext option in RtlQueryInformationActivationContext.
Eric Pouech [Wed, 25 Jul 2007 19:41:10 +0000 (21:41 +0200)]
ntdll: Implemented AssemblyDetailedInformationInActivationContext option in RtlQueryInformationActivationContext.
Eric Pouech [Wed, 25 Jul 2007 16:44:11 +0000 (18:44 +0200)]
ntdll: Implemented ActivationContextDetailedInformation option in RtlQueryInformationActivationContext.
Alexandre Julliard [Wed, 25 Jul 2007 16:17:36 +0000 (18:17 +0200)]
ntdll: Initial implementation of RtlQueryInformationActivationContext.
Partially based on a patch by Eric Pouech.
Alexandre Julliard [Wed, 25 Jul 2007 16:10:17 +0000 (18:10 +0200)]
ntdll: Fix return status when failing to load the associated manifest for a module.
Alexandre Julliard [Thu, 26 Jul 2007 09:05:09 +0000 (11:05 +0200)]
ntdll: Improve some activation context traces.
Alexandre Julliard [Wed, 25 Jul 2007 15:02:11 +0000 (17:02 +0200)]
ntdll: Store the base directory for an assembly (based on a patch by Eric Pouech).
Alexandre Julliard [Wed, 25 Jul 2007 14:50:32 +0000 (16:50 +0200)]
ntdll: Create the per-module activation context at module load time.
Alexandre Julliard [Wed, 25 Jul 2007 14:48:40 +0000 (16:48 +0200)]
ntdll: Create the process activation context at initialization time.
Alexandre Julliard [Wed, 25 Jul 2007 14:47:34 +0000 (16:47 +0200)]
ntdll: Don't add an empty assembly when creating an activation context.
Alexandre Julliard [Wed, 25 Jul 2007 14:46:03 +0000 (16:46 +0200)]
ntdll: Check existing dependencies in activation context before adding a new one.
Peter Dons Tychsen [Wed, 25 Jul 2007 02:09:50 +0000 (04:09 +0200)]
x11drv: Fix the special case where windows have WS_CHILD and WS_POPUP.
Matt Jones [Tue, 24 Jul 2007 20:23:56 +0000 (13:23 -0700)]
server: Only commit SetThreadPriority if new priority is correct.
Matt Jones [Tue, 24 Jul 2007 20:20:40 +0000 (13:20 -0700)]
kernel32: Added test for bad arguments to SetThreadPriority, test for correct error value.
Evan Stade [Wed, 25 Jul 2007 00:19:21 +0000 (17:19 -0700)]
gdiplus: Added GdipLoadImageFromStreamICM stub.
Evan Stade [Wed, 25 Jul 2007 00:19:18 +0000 (17:19 -0700)]
gdiplus: Added GdipDisposeImage stub.
Evan Stade [Wed, 25 Jul 2007 00:19:15 +0000 (17:19 -0700)]
gdiplus: Added GdipCreateMetafileFromWmf stub.
Evan Stade [Wed, 25 Jul 2007 00:19:12 +0000 (17:19 -0700)]
gdiplus: Added GdipGetImageType stub.
Evan Stade [Wed, 25 Jul 2007 00:19:09 +0000 (17:19 -0700)]
gdiplus: Limit fixme output.
Evan Stade [Wed, 25 Jul 2007 00:19:02 +0000 (17:19 -0700)]
gdiplus: Image getter stubs.
Evan Stade [Wed, 25 Jul 2007 00:19:05 +0000 (17:19 -0700)]
gdiplus: Added GdipCreateMetafileFromEmf stub.
Evan Stade [Wed, 25 Jul 2007 00:18:58 +0000 (17:18 -0700)]
gdiplus: Make pen width depend on world transform.
Evan Stade [Wed, 25 Jul 2007 00:18:54 +0000 (17:18 -0700)]
gdiplus: Create gdi pen every time gdi+ pen is used.
Evan Stade [Wed, 25 Jul 2007 00:18:50 +0000 (17:18 -0700)]
gdiplus: Use world transform when drawing points.
Evan Stade [Wed, 25 Jul 2007 00:18:47 +0000 (17:18 -0700)]
gdiplus: Added GdipSetWorldTransform/GdipGetWorldTransform.
Evan Stade [Wed, 25 Jul 2007 00:18:42 +0000 (17:18 -0700)]
gdiplus: Added GdipCloneMatrix.
Evan Stade [Wed, 25 Jul 2007 00:18:39 +0000 (17:18 -0700)]
gdiplus: Added GdipSetPageScale/GdipGetPageScale.
Evan Stade [Wed, 25 Jul 2007 00:18:34 +0000 (17:18 -0700)]
gdiplus: Added support for more page units.
Alexandre Julliard [Wed, 25 Jul 2007 11:46:42 +0000 (13:46 +0200)]
user32/tests: Flush events more aggressively in mouse input test.
Alexandre Julliard [Wed, 25 Jul 2007 11:46:18 +0000 (13:46 +0200)]
gdi32/tests: Don't test default char, it doesn't have to be always the same.
Nigel Liang [Tue, 24 Jul 2007 23:53:54 +0000 (16:53 -0700)]
winex11.drv: Take into account position of preedit area in PreEditCaretCallback.
James Hawkins [Tue, 24 Jul 2007 22:54:36 +0000 (15:54 -0700)]
msi: Use a different separator as a semi-colon may separate values in the CustomActionData.
Jason Edmeades [Tue, 24 Jul 2007 22:36:30 +0000 (23:36 +0100)]
cmd: Fix trap when batch pgm runs another batch pgm.
Rob Shearman [Tue, 24 Jul 2007 22:07:10 +0000 (17:07 -0500)]
mshtml: Events are reset when a new document URI is loaded, so re-initialise them in start_binding.
Rob Shearman [Tue, 24 Jul 2007 22:07:05 +0000 (17:07 -0500)]
mshtml: Set focus to the Gecko window in OleInPlaceActiveObject_OnFrameWindowActivate.
Rob Shearman [Tue, 24 Jul 2007 22:06:56 +0000 (17:06 -0500)]
mshtml: Call IDocHostUIHandler_HideUI and IDocHostUIHandler_ShowUI when changing an UI active window to be in edit mode.
Add tests for the behaviour of changing edit mode when a UI window is active.
Rob Shearman [Tue, 24 Jul 2007 22:06:47 +0000 (17:06 -0500)]
mshtml: Pass the correct DOCHOSTUITYPE value to IDocHostUIHandler_ShowUI.
Don't reset window_active in OleDocumentView_UIActivate.
Rob Shearman [Tue, 24 Jul 2007 22:06:42 +0000 (17:06 -0500)]
mshtml: OleDocumentView_UIActivate should call IOleInPlaceUIWindow_SetActiveObject and IOleInPlaceFrame_SetBorderSpace.
Add a test to show this behaviour.
Don't call nsIWebBrowserFocus_Activate when just activating the window.
Instead call it when UI-activating the window.
H. Verbeet [Tue, 24 Jul 2007 21:38:40 +0000 (23:38 +0200)]
wined3d: Fix the stretch_rect_fbo() declaration to match the implementation.
H. Verbeet [Tue, 24 Jul 2007 21:38:31 +0000 (23:38 +0200)]
wined3d: Pass the correct target to glMultiTexCoord.
Michael Stefaniuc [Tue, 24 Jul 2007 20:29:16 +0000 (22:29 +0200)]
wined3d: Remove a return after a return. Found by Smatch.
Michael Stefaniuc [Tue, 24 Jul 2007 20:29:05 +0000 (22:29 +0200)]
mscms: Don't produce unreachable code during conditional compilation.
Michael Stefaniuc [Tue, 24 Jul 2007 20:28:51 +0000 (22:28 +0200)]
winefile: Change the settings functions to use the W registry functions.
Juan Lang [Tue, 24 Jul 2007 18:18:52 +0000 (11:18 -0700)]
crypt32: Test and implement getting the encoded signers from an encoded signed message.
Andrew Talbot [Tue, 24 Jul 2007 18:16:09 +0000 (19:16 +0100)]
msxml3: Cast-qual warning fix.
Konstantin Kondratyuk [Tue, 24 Jul 2007 04:57:55 +0000 (08:57 +0400)]
ntdll: Add Samara time zone.
Marcus Meissner [Tue, 24 Jul 2007 19:16:01 +0000 (21:16 +0200)]
crypt32: Fixed wrong allocation size.
Paul Vriens [Tue, 24 Jul 2007 18:58:35 +0000 (20:58 +0200)]
advapi32/service: Add tests for GetServiceKeyName.
Paul Vriens [Tue, 24 Jul 2007 18:55:38 +0000 (20:55 +0200)]
advapi32/service: Close a handle on failure.
Paul Vriens [Tue, 24 Jul 2007 13:35:53 +0000 (15:35 +0200)]
advapi32/service: Add another test for GetServiceDisplayName.
Aric Stewart [Tue, 24 Jul 2007 12:52:27 +0000 (07:52 -0500)]
ws2_32: Initialize the address to 0 in ws_sockaddr_ws2u.
Stefan Dösinger [Sun, 22 Jul 2007 21:09:11 +0000 (23:09 +0200)]
wined3d: Create the stateblock in Init3D.
Stefan Dösinger [Mon, 23 Jul 2007 07:57:26 +0000 (09:57 +0200)]
ddraw: Some d3d-only code fixes.
Vertex declarations are a d3d feature, thus they should be destroyed
before d3d is shut down in wined3d. The surface type should be reset
afterwards to prevent avoid gl surface afterwards and before a new
render target is created.
Misha Koshelev [Tue, 24 Jul 2007 05:16:34 +0000 (00:16 -0500)]
urlmon/tests: Release two objects that should be released but are not.
Misha Koshelev [Tue, 24 Jul 2007 05:15:57 +0000 (00:15 -0500)]
urlmon: Release IInternetProtocolInfo returned from get_protocol_info when finished with it.
Misha Koshelev [Tue, 24 Jul 2007 05:15:19 +0000 (00:15 -0500)]
urlmon: LockModule in create_binding_protocol as we ReleaseModule when the object is released.
Misha Koshelev [Tue, 24 Jul 2007 05:14:58 +0000 (00:14 -0500)]
urlmon: If we are using an internal protocol ClassFactory, call its AddRef as the caller must Release the object.
Evan Stade [Tue, 24 Jul 2007 03:24:53 +0000 (20:24 -0700)]
gdiplus: Use page unit when drawing.
Evan Stade [Tue, 24 Jul 2007 03:24:41 +0000 (20:24 -0700)]
gdiplus: Added GdipSetPageUnit.
Evan Stade [Tue, 24 Jul 2007 03:24:35 +0000 (20:24 -0700)]
gdiplus: Added GdipFillPolygonI.
Evan Stade [Tue, 24 Jul 2007 03:24:29 +0000 (20:24 -0700)]
gdiplus: Implemented GdipSetPenColor.
Evan Stade [Tue, 24 Jul 2007 03:24:24 +0000 (20:24 -0700)]
gdiplus: Implemented GdipSetSolidFillColor/GdipGetSolidFillColor.
Evan Stade [Tue, 24 Jul 2007 03:24:18 +0000 (20:24 -0700)]
gdiplus/tests: Added pen brush fill test.
Evan Stade [Tue, 24 Jul 2007 03:24:13 +0000 (20:24 -0700)]
gdiplus: Added GdipSetSolidFillColor and GdipGetSolidFillColor stubs.