Paul Vriens [Mon, 25 Aug 2008 14:48:31 +0000 (16:48 +0200)]
kernel32/tests: Fix two failures on win9x.
Paul Vriens [Mon, 25 Aug 2008 12:16:25 +0000 (14:16 +0200)]
advapi32/tests: Don't test unimplemented functions.
Paul Vriens [Mon, 25 Aug 2008 08:52:03 +0000 (10:52 +0200)]
advapi32/tests: SC_MANAGER_ENUMERATE_SERVICE is enough.
Jacek Caban [Mon, 25 Aug 2008 10:02:57 +0000 (12:02 +0200)]
jscript: Added JSGlobal typelib.
Alexandre Julliard [Mon, 25 Aug 2008 14:14:51 +0000 (16:14 +0200)]
dnsapi: Fix compile without the resolv library.
Alexandre Julliard [Mon, 25 Aug 2008 13:56:50 +0000 (15:56 +0200)]
winhttp: Add support for building on Windows.
Alexandre Julliard [Mon, 25 Aug 2008 13:56:41 +0000 (15:56 +0200)]
winhttp: Fix WinHttpSetDefaultProxyConfiguration spec entry.
Alexandre Julliard [Mon, 25 Aug 2008 13:38:27 +0000 (15:38 +0200)]
gdi32: Add missing WineEngRealizationInfo function for the non-freetype case.
Alexandre Julliard [Mon, 25 Aug 2008 12:41:03 +0000 (14:41 +0200)]
configure: Generate the list of top-level directories to install.
Alexandre Julliard [Mon, 25 Aug 2008 12:27:03 +0000 (14:27 +0200)]
makefiles: Recurse into all directories for install-lib and install-dev too.
Alexandre Julliard [Mon, 25 Aug 2008 10:37:12 +0000 (12:37 +0200)]
d3dxof: Don't make local variables static.
Christian Costa [Fri, 22 Aug 2008 11:16:58 +0000 (13:16 +0200)]
d3dxof: Implement storage of parsed information.
Damjan Jovanovic [Fri, 22 Aug 2008 10:37:57 +0000 (12:37 +0200)]
oleaut32: Fix negative number handling in VarFormat.
Muneyuki Noguchi [Fri, 22 Aug 2008 14:51:32 +0000 (23:51 +0900)]
winefile: Add a Japanese resource file.
Muneyuki Noguchi [Fri, 22 Aug 2008 13:15:41 +0000 (22:15 +0900)]
winecfg: Update Japanese translation.
Roy Shea [Fri, 22 Aug 2008 19:55:22 +0000 (12:55 -0700)]
mstask: Implemented PersistFile_Save stub.
Stefan Dösinger [Sat, 16 Aug 2008 13:49:11 +0000 (15:49 +0200)]
wined3d: Don't retry less strict formats if a match was found.
Stefan Dösinger [Fri, 15 Aug 2008 16:04:20 +0000 (18:04 +0200)]
wined3d: Fix the drawStridedSlow callback function calling convention.
Since some of those function pointers are direct GL functions the function
prototype needs the WINE_GLAPI calling convention. This makes prevents
drawStridedSlow from crashing with USE_WIN32_OPENGL.
Stefan Dösinger [Fri, 15 Aug 2008 13:08:29 +0000 (15:08 +0200)]
wined3d: Disable D3DFMT_A2W10V10U10.
Stefan Dösinger [Fri, 15 Aug 2008 11:49:20 +0000 (13:49 +0200)]
wined3d: Disable D3DFMT_A4L4.
Stefan Dösinger [Wed, 20 Aug 2008 15:15:31 +0000 (10:15 -0500)]
wined3d: Add fixed function sRGB write correction.
Stefan Dösinger [Fri, 15 Aug 2008 21:45:51 +0000 (16:45 -0500)]
wined3d: Get a GL context before creating a PBO.
Stefan Dösinger [Wed, 13 Aug 2008 18:00:43 +0000 (13:00 -0500)]
wined3d: Remove a few texture initializations.
This is done by LoadLocation now.
Stefan Dösinger [Wed, 13 Aug 2008 19:32:48 +0000 (14:32 -0500)]
wined3d: Make sure the pixel shader is compiled.
If we're heading out of the pixelshader handler early, and a pixel
shader is in use, the pixel shader may not be compiled. The vertex
shader handler then checks if the pixel shader is dirty, and calls the
shader backend to apply the shader if it isn't. Thus, in the case of
GLSL, the shader code could attempt to link an uncompiled shader into
the program. This isn't much of a problem because when the fog is
applied, the pixel shader is compiled and the program re-linked.
Stefan Dösinger [Wed, 13 Aug 2008 17:55:53 +0000 (12:55 -0500)]
wined3d: Override the default filter of conditional np2 textures.
Markus Hitter [Sun, 24 Aug 2008 21:14:14 +0000 (23:14 +0200)]
user32: Better reflect the current state of DrawIconEx.
Chris Robinson [Sat, 23 Aug 2008 21:53:33 +0000 (14:53 -0700)]
wined3d: Use the proper internal type for some formats.
David Adam [Sat, 23 Aug 2008 02:10:48 +0000 (04:10 +0200)]
d3dx8: Remove useless variables.
Alexandre Julliard [Mon, 25 Aug 2008 10:14:54 +0000 (12:14 +0200)]
configure: Allow multiple variables in makefile output, and generate the programs directory lists.
Alexandre Julliard [Mon, 25 Aug 2008 10:12:28 +0000 (12:12 +0200)]
configure: Use the generic directory enabling mechanism to turn off dlls that depend on external libraries.
Alexandre Julliard [Mon, 25 Aug 2008 10:03:35 +0000 (12:03 +0200)]
configure: Add possibility to exclude some directories from the generated lists.
Alexandre Julliard [Mon, 25 Aug 2008 10:02:27 +0000 (12:02 +0200)]
configure: Generate the dlls directory lists in configure instead of make_makefiles.
James Hawkins [Mon, 25 Aug 2008 05:09:34 +0000 (00:09 -0500)]
msi: Store the _Columns and _Tables tables in the database structure.
James Hawkins [Mon, 25 Aug 2008 05:07:52 +0000 (00:07 -0500)]
msi: Skip the component action detection logic if there is no product code.
James Hawkins [Mon, 25 Aug 2008 05:07:18 +0000 (00:07 -0500)]
msi: Skip the feature action detection logic if there is no product code.
James Hawkins [Mon, 25 Aug 2008 05:06:43 +0000 (00:06 -0500)]
msi: Don't install a feature that is disabled.
James Hawkins [Mon, 25 Aug 2008 05:06:09 +0000 (00:06 -0500)]
msi: Only set the action to source if the component has a local feature.
James Hawkins [Mon, 25 Aug 2008 05:04:55 +0000 (00:04 -0500)]
msi: Fix the logic to determine the appropriate action of the feature.
James Hawkins [Mon, 25 Aug 2008 05:04:18 +0000 (00:04 -0500)]
msi: Handle features installed as source in MsiQueryFeatureState.
Jacek Caban [Mon, 25 Aug 2008 08:09:24 +0000 (10:09 +0200)]
mshtml: Added IHTMLElement::get_parentElement implementation.
Jacek Caban [Mon, 25 Aug 2008 08:08:40 +0000 (10:08 +0200)]
mshtml: Added IHTMLDocument::get_Script implementation.
Paul Vriens [Mon, 25 Aug 2008 06:30:56 +0000 (08:30 +0200)]
advapi32/tests: Fix a crash.
Paul Vriens [Sun, 24 Aug 2008 15:50:28 +0000 (17:50 +0200)]
advapi32/tests: Remove duplicate test.
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.