Henri Verbeet [Sun, 24 Aug 2008 21:43:27 +0000 (23:43 +0200)]
d3dx9: Improve a few TRACEs.
Henri Verbeet [Sun, 24 Aug 2008 21:43:26 +0000 (23:43 +0200)]
wined3d: Move a TRACE up a few lines.
Henri Verbeet [Sun, 24 Aug 2008 21:43:02 +0000 (23:43 +0200)]
wined3d: glDeleteFramebuffersEXT() needs a context.
Alexander Nicolaysen Sørnes [Sun, 24 Aug 2008 20:10:08 +0000 (22:10 +0200)]
regedit: Fix memory leaks in favourites handling.
Alexander Nicolaysen Sørnes [Fri, 22 Aug 2008 22:44:29 +0000 (00:44 +0200)]
regedit: Convert favourites handling to unicode.
Alexander Nicolaysen Sørnes [Fri, 22 Aug 2008 22:24:36 +0000 (00:24 +0200)]
regedit: Fix possible memory leaks.
Alexander Nicolaysen Sørnes [Fri, 22 Aug 2008 22:22:27 +0000 (00:22 +0200)]
regedit: Remove unneeded character conversions.
Nikolay Sivov [Sun, 24 Aug 2008 10:45:23 +0000 (14:45 +0400)]
gdiplus: Made Graphics calls check for busy state.
Nikolay Sivov [Sun, 24 Aug 2008 10:45:18 +0000 (14:45 +0400)]
gdiplus: Basic GdipGetDC/GdipReleaseDC implementation.
Nikolay Sivov [Sun, 24 Aug 2008 10:45:14 +0000 (14:45 +0400)]
gdiplus: Added a test for GdipGetDC/GdipReleaseDC behaviour + fixes to be able to run it.
Nikolay Sivov [Sun, 24 Aug 2008 10:45:09 +0000 (14:45 +0400)]
gdiplus: Free memory after some GraphicsPath tests.
Nikolay Sivov [Sun, 24 Aug 2008 10:45:05 +0000 (14:45 +0400)]
gdiplus: Use GdipFree instead of HeapFree in GdipDeleteGraphics.
Nikolay Sivov [Sun, 24 Aug 2008 10:44:56 +0000 (14:44 +0400)]
gdiplus: Free memory after some Graphics tests.
Piotr Caban [Sun, 24 Aug 2008 01:36:46 +0000 (03:36 +0200)]
msxml3: Added custom queryresult DISPIDs implementation.
Chris Robinson [Sat, 23 Aug 2008 21:14:10 +0000 (14:14 -0700)]
wined3d: Use 8 bits-per-component for the PBO test internal format.
GL_RGBA doesn't gaurantee an internal storage depth, which can cause the test
to fail if it's stored with less than 8 bits of precision. Some nVidia
drivers would actually store with 4 bits of precision.
Muneyuki Noguchi [Sat, 23 Aug 2008 05:53:21 +0000 (14:53 +0900)]
winhlp32: Add Japanese resources.
Muneyuki Noguchi [Sat, 23 Aug 2008 05:53:21 +0000 (14:53 +0900)]
clock: Add Japanese resources.
Muneyuki Noguchi [Sat, 23 Aug 2008 08:13:06 +0000 (17:13 +0900)]
user32: Update Japanese translation.
Muneyuki Noguchi [Sat, 23 Aug 2008 08:08:48 +0000 (17:08 +0900)]
shell32: Update Japanese translation.
Muneyuki Noguchi [Sat, 23 Aug 2008 07:31:35 +0000 (16:31 +0900)]
comdlg32: Update Japanese translation.
Alexandre Julliard [Fri, 22 Aug 2008 15:16:26 +0000 (17:16 +0200)]
Release 1.1.3.
David Adam [Thu, 21 Aug 2008 16:35:00 +0000 (18:35 +0200)]
d3d8/d3d9: Remove unconsistent tests for SetMaterial.
David Adam [Thu, 21 Aug 2008 16:54:27 +0000 (18:54 +0200)]
ddraw: Only ddraw checks wether one can give a null pointer to SetMaterial.
Paul Vriens [Thu, 21 Aug 2008 15:18:41 +0000 (17:18 +0200)]
advapi32/tests: Add tests for EnumServicesStatusExA.
Paul Vriens [Thu, 21 Aug 2008 15:17:52 +0000 (17:17 +0200)]
advapi32: Prevent a crash when passing an allowed NULL parameter.
Paul Vriens [Thu, 21 Aug 2008 14:14:45 +0000 (16:14 +0200)]
advapi32/tests: Add tests for EnumServicesStatusA.
Paul Vriens [Thu, 21 Aug 2008 07:00:05 +0000 (09:00 +0200)]
advapi32/tests: Add tests for QueryServiceStatusEx.
Paul Vriens [Wed, 20 Aug 2008 18:27:34 +0000 (20:27 +0200)]
advapi32/tests: Add tests for QueryServiceStatus.
Paul Vriens [Wed, 20 Aug 2008 18:13:59 +0000 (20:13 +0200)]
advapi32/tests: Add helper function to get function pointers.
Alexander Nicolaysen Sørnes [Wed, 20 Aug 2008 13:18:57 +0000 (15:18 +0200)]
dpnet: Add stubbed DirectPlay8Peer interface.
Alexander Nicolaysen Sørnes [Thu, 21 Aug 2008 22:12:09 +0000 (00:12 +0200)]
regedit: Convert AddEntryToTree to unicode.
Alexander Nicolaysen Sørnes [Thu, 21 Aug 2008 21:49:34 +0000 (23:49 +0200)]
regedit: Convert key creation to unicode.
Roy Shea [Thu, 21 Aug 2008 20:07:00 +0000 (13:07 -0700)]
mstask: Implemented partial stub for (Set|Get)AccountInformation.
Roy Shea [Thu, 21 Aug 2008 20:06:19 +0000 (13:06 -0700)]
mstask: Implemented (Set|Get)MaxRunTime.
Roy Shea [Thu, 21 Aug 2008 20:05:43 +0000 (13:05 -0700)]
mstask: Implemented (Set|Get)Comment.
Roy Shea [Thu, 21 Aug 2008 20:05:07 +0000 (13:05 -0700)]
mstask: Implement (Set|Get)Parameters.
Roy Shea [Thu, 21 Aug 2008 15:54:01 +0000 (08:54 -0700)]
mstask: Task PersistFile AddRef, QueryInterface, and Release.
Piotr Caban [Thu, 21 Aug 2008 21:38:03 +0000 (23:38 +0200)]
msxml3: Added IDispatchEx QueryInterface test.
Piotr Caban [Thu, 21 Aug 2008 21:37:48 +0000 (23:37 +0200)]
msxml3: Added queryresult's IDispatchEx implementation.
File dispex.c is copied from mshtml.dll. Jacek helped me to write this patch.
Piotr Caban [Thu, 21 Aug 2008 21:36:40 +0000 (23:36 +0200)]
msxml3: Code clean up.
Piotr Caban [Thu, 21 Aug 2008 21:36:07 +0000 (23:36 +0200)]
msxml3: Use LoadTypeLibEx to register typelib.
Maarten Lankhorst [Mon, 18 Aug 2008 19:00:26 +0000 (21:00 +0200)]
dsound: Tune some parameters to make pulseaudio work.
Maarten Lankhorst [Wed, 20 Aug 2008 19:42:46 +0000 (21:42 +0200)]
winealsa.drv: Tune some parameters to make pulseaudio work.
Kudos to pulseaudio for actually respecting buffer_time and period_time.
Hongbo Ni [Fri, 22 Aug 2008 04:56:47 +0000 (14:56 +1000)]
comctl32: Update simplified Chinese resource.
Hongbo Ni [Fri, 22 Aug 2008 04:57:17 +0000 (14:57 +1000)]
comdlg32: Update simplified Chinese resource.
Hongbo Ni [Fri, 22 Aug 2008 04:57:53 +0000 (14:57 +1000)]
shell32: Update simplified Chinese resource.
Hongbo Ni [Fri, 22 Aug 2008 04:58:17 +0000 (14:58 +1000)]
user32: Update simplified Chinese resource.
Hongbo Ni [Fri, 22 Aug 2008 04:58:33 +0000 (14:58 +1000)]
progman: Update simplified Chinese resource.
Hongbo Ni [Fri, 22 Aug 2008 04:59:10 +0000 (14:59 +1000)]
winconsole: Update simplified Chinese resource.
Hongbo Ni [Fri, 22 Aug 2008 04:59:23 +0000 (14:59 +1000)]
winefile: Update simplified Chinese resource.
Hongbo Ni [Fri, 22 Aug 2008 04:59:45 +0000 (14:59 +1000)]
winhlp32: Update simplified Chinese resource.
Hongbo Ni [Fri, 22 Aug 2008 05:21:29 +0000 (15:21 +1000)]
clock: Update simplified Chinese resource.
Muneyuki Noguchi [Fri, 22 Aug 2008 03:16:20 +0000 (12:16 +0900)]
winecfg: Update Japanese translation.
Muneyuki Noguchi [Fri, 22 Aug 2008 02:37:44 +0000 (11:37 +0900)]
notepad: Update Japanese translation.
Muneyuki Noguchi [Thu, 21 Aug 2008 22:21:58 +0000 (07:21 +0900)]
regedit: Update Japanese translation.
Nikolay Sivov [Thu, 21 Aug 2008 22:16:49 +0000 (02:16 +0400)]
gdiplus: Implemented GdipFillClosedCurve2[I].
Stefan Leichter [Thu, 21 Aug 2008 20:44:32 +0000 (22:44 +0200)]
rasapi: Fix test failure on platforms vista, w2k8.
Alexander Nicolaysen Sørnes [Thu, 21 Aug 2008 20:10:46 +0000 (22:10 +0200)]
winhlp32: Update Norwegian Bokmål translation.
Huw Davies [Thu, 21 Aug 2008 16:56:17 +0000 (17:56 +0100)]
crypt32: Remove some unnecessary code.
Huw Davies [Thu, 21 Aug 2008 17:03:11 +0000 (18:03 +0100)]
crypt32: Don't decrease the size of the buffer, since we're already counting the characters that we're adding to it.
Roderick Colenbrander [Thu, 21 Aug 2008 20:51:18 +0000 (20:51 +0000)]
wined3d: Fix window rewrite regression.
H. Verbeet [Thu, 21 Aug 2008 16:35:34 +0000 (18:35 +0200)]
wined3d: Remove useless hash_table_entry_t typedef.
It doesn't add much.
H. Verbeet [Thu, 21 Aug 2008 16:34:55 +0000 (18:34 +0200)]
wined3d: Track FBOs per-context.
Although sharing FBOs across contexts is allowed by EXT_framebuffer_object
(issue 76), it causes issues with nVidia drivers. Considering the GL 3 spec
explicitly disallows sharing of FBOs accross contexts (Appendix D), this
patch is probably the right thing to do.
H. Verbeet [Thu, 21 Aug 2008 16:23:32 +0000 (18:23 +0200)]
wined3d: Move depth stencil location handling code up a couple of lines.
This is just for clarity, so that render targets and the depth stencil are
handled in the same place.
Damjan Jovanovic [Thu, 21 Aug 2008 14:30:56 +0000 (16:30 +0200)]
oleaut32: Add a failing VarFormat test.
Alexandre Julliard [Thu, 21 Aug 2008 14:05:15 +0000 (16:05 +0200)]
Avoid some size_t printf format warnings.
Alexandre Julliard [Thu, 21 Aug 2008 14:04:58 +0000 (16:04 +0200)]
kernel32: Fix a compiler warning on Mac OS.
Vladimir Pankratov [Wed, 20 Aug 2008 08:35:51 +0000 (08:35 +0000)]
taskmgr: Converted some functions and variables to Unicode.
Vladimir Pankratov [Wed, 20 Aug 2008 08:34:48 +0000 (08:34 +0000)]
taskmgr: Converted some functions and variables to Unicode.
Vladimir Pankratov [Wed, 20 Aug 2008 08:34:12 +0000 (08:34 +0000)]
taskmgr: Converted some functions and variables to Unicode.
Vladimir Pankratov [Wed, 20 Aug 2008 08:33:29 +0000 (08:33 +0000)]
taskmgr: Converted some functions and variables to Unicode.
Vladimir Pankratov [Wed, 20 Aug 2008 08:32:24 +0000 (08:32 +0000)]
taskmgr: Converted some functions and variables to Unicode.
Lei Zhang [Mon, 18 Aug 2008 23:05:27 +0000 (16:05 -0700)]
comctl32: Set listview focus on WM_LBUTTONUP instead of WM_LBUTTONDOWN.
Roy Shea [Thu, 21 Aug 2008 08:18:00 +0000 (01:18 -0700)]
expand: Extended expand program to accept /r argument.
Roy Shea [Thu, 21 Aug 2008 08:09:18 +0000 (01:09 -0700)]
mstask: Implemented (Set|Get)ApplicationName.
Alexander Dorofeyev [Wed, 20 Aug 2008 18:51:53 +0000 (21:51 +0300)]
wined3d: Fix copy paste error in IWineGDISurfaceImpl_RealizePalette.
It has to update the whole surface, so NULL must be passed to
x11_copy_to_screen. Fixes a regression in Red Alert.
Alexander Dorofeyev [Wed, 20 Aug 2008 18:51:41 +0000 (21:51 +0300)]
wined3d: Set D3DPTEXTURECAPS_TRANSPARENCY.
It indicates support of colorkey transparency on textures, so set it because
wined3d supports it. Fixes transparency problems in Forsaken.
Alexander Dorofeyev [Wed, 20 Aug 2008 18:50:51 +0000 (21:50 +0300)]
wined3d: Disable TEXTURE_RECTANGLE in SetupForBlit.
Alexander Dorofeyev [Wed, 20 Aug 2008 18:50:42 +0000 (21:50 +0300)]
ddraw/tests: Skip cubemap tests when cubemap isn't supported.
Stefan Dösinger [Tue, 12 Aug 2008 22:52:35 +0000 (17:52 -0500)]
wined3d: Filter out more spam.
Stefan Dösinger [Tue, 12 Aug 2008 22:46:34 +0000 (17:46 -0500)]
wined3d: De-pickify the texbem test.
Stefan Dösinger [Tue, 12 Aug 2008 22:33:45 +0000 (17:33 -0500)]
d3d9: Make the bumpmap test less picky.
Stefan Dösinger [Tue, 12 Aug 2008 22:18:25 +0000 (17:18 -0500)]
wined3d: Set the texture wrap default with the NP2 emulation properly.
Stefan Dösinger [Tue, 12 Aug 2008 18:06:25 +0000 (13:06 -0500)]
wined3d: Don't skip applying texdims with shaders.
There's no need to do that with the nvts and opengl ffp fixed function
fragment pipeline, it's perfectly well defined in GL which one takes
effect. This removes a few more troubles when switching between
shaders and arbfp.
Stefan Dösinger [Tue, 12 Aug 2008 17:46:54 +0000 (12:46 -0500)]
wined3d: Don't enable texture dimensions with shaders.
ARB and GLSL don't need that. If a shader backend like atifs or nvts
need it in the future, the shader backend should deal with that rather
than the ffp pipeline.
Stefan Dösinger [Thu, 14 Aug 2008 21:47:19 +0000 (16:47 -0500)]
wined3d: Prefer aux buffer matches over alpha matches.
Half Life 2 uses D3DFMT_X8R8G8B8 for the back buffer, but macos
supports aux buffers only on D3DFMT_A8R8G8B8. I think having aux
buffers is more important right now than having a precise alpha
match.
Stefan Dösinger [Fri, 8 Aug 2008 21:01:51 +0000 (16:01 -0500)]
winex11: Do not cap the cursor size.
Stefan Dösinger [Thu, 14 Aug 2008 21:29:47 +0000 (16:29 -0500)]
d3d9: Test for fixed function value clamping.
Stefan Dösinger [Wed, 20 Aug 2008 15:48:14 +0000 (10:48 -0500)]
wined3d: Update the overlay when the destination was drawn to.
David Adam [Wed, 20 Aug 2008 13:53:15 +0000 (15:53 +0200)]
appwiz.cpl: Add the French resource.
David Adam [Wed, 30 Jul 2008 13:45:17 +0000 (15:45 +0200)]
wordpad: Update the French translation.
Piotr Caban [Wed, 20 Aug 2008 16:32:23 +0000 (18:32 +0200)]
msxml3: Fix IVBErrorHandler related bugs.
Piotr Caban [Wed, 20 Aug 2008 16:32:02 +0000 (18:32 +0200)]
msxml3: Add error handling when reading from IStream.
Piotr Caban [Wed, 20 Aug 2008 16:31:39 +0000 (18:31 +0200)]
msxml3: Add ISAXAttributes_getValueFromQName implementation.
Piotr Caban [Wed, 20 Aug 2008 16:31:17 +0000 (18:31 +0200)]
msxml3: Add ISAXAttributes_getValueFromName implementation.
Piotr Caban [Wed, 20 Aug 2008 16:30:58 +0000 (18:30 +0200)]
msxml3: Add ISAXAttributes_getIndexFromQName implementation.
Piotr Caban [Wed, 20 Aug 2008 16:30:34 +0000 (18:30 +0200)]
msxml3: Add ISAXAttributes_getIndexFromName implementation.
Piotr Caban [Wed, 20 Aug 2008 16:30:16 +0000 (18:30 +0200)]
msxml3: Add ISAXAttributes_getName implementation.
Piotr Caban [Wed, 20 Aug 2008 16:26:25 +0000 (18:26 +0200)]
msxml3: Fix checking if ContentHandler was set.
Piotr Caban [Wed, 20 Aug 2008 16:20:50 +0000 (18:20 +0200)]
msxml3: Add ISAXContentHandler_endPrefix event.