wine
16 years agopdh: Use GetTickCount64 instead of GetTickCount.
Hans Leidekker [Wed, 11 Jul 2007 20:07:11 +0000 (22:07 +0200)] 
pdh: Use GetTickCount64 instead of GetTickCount.

16 years agouser32/tests: Flush messages more aggressively in a couple of tests.
Alexandre Julliard [Wed, 11 Jul 2007 12:40:19 +0000 (14:40 +0200)] 
user32/tests: Flush messages more aggressively in a couple of tests.

16 years agod3d10: Add stub for d3d10.dll.
Kovács András [Mon, 9 Jul 2007 12:06:40 +0000 (14:06 +0200)] 
d3d10: Add stub for d3d10.dll.

16 years agonet.exe: Converted strings to resources.
Tim Schwartz [Mon, 9 Jul 2007 16:25:48 +0000 (11:25 -0500)] 
net.exe: Converted strings to resources.

16 years agokernel32: Implemented GetTickCount64.
Alexandre Julliard [Wed, 11 Jul 2007 12:04:54 +0000 (14:04 +0200)] 
kernel32: Implemented GetTickCount64.

16 years agogdiplus: Changed calls to floor to floorf.
Evan Stade [Wed, 11 Jul 2007 01:39:34 +0000 (18:39 -0700)] 
gdiplus: Changed calls to floor to floorf.

16 years agomsi: Add tests for adding properties with a transform during an install.
James Hawkins [Wed, 11 Jul 2007 07:11:53 +0000 (00:11 -0700)] 
msi: Add tests for adding properties with a transform during an install.

16 years agomsi: Add tests for adding properties in a transform.
James Hawkins [Wed, 11 Jul 2007 07:11:10 +0000 (00:11 -0700)] 
msi: Add tests for adding properties in a transform.

16 years agomsi: Fix current _Property table tests and add more tests.
James Hawkins [Wed, 11 Jul 2007 07:10:20 +0000 (00:10 -0700)] 
msi: Fix current _Property table tests and add more tests.

16 years agostart.exe: Put double quotes around arguments with spaces.
Lei Zhang [Tue, 10 Jul 2007 21:47:02 +0000 (14:47 -0700)] 
start.exe: Put double quotes around arguments with spaces.

16 years agoimm32: Use the COMPOSITIONSTRING in hCompStr.
Aric Stewart [Tue, 10 Jul 2007 19:19:22 +0000 (14:19 -0500)] 
imm32: Use the COMPOSITIONSTRING in hCompStr.

Stop using our custom structure for the Composition string and instead
use the COMPOSITIONSTRING whose handle is in the IMC structure.

16 years agourlmon: Implement HttpProtocol.
Misha Koshelev [Tue, 10 Jul 2007 15:52:03 +0000 (10:52 -0500)] 
urlmon: Implement HttpProtocol.

16 years agowinemp3: Remove function declarations with no definition and unused macros.
Chris Robinson [Tue, 10 Jul 2007 20:53:49 +0000 (13:53 -0700)] 
winemp3: Remove function declarations with no definition and unused macros.

16 years agowinemp3: Remove global mpstr pointer.
Chris Robinson [Tue, 10 Jul 2007 19:09:25 +0000 (12:09 -0700)] 
winemp3: Remove global mpstr pointer.

16 years agogdi32: Do not report an error if a requested to add font is already loaded.
Dmitry Timoshkov [Wed, 11 Jul 2007 06:07:30 +0000 (15:07 +0900)] 
gdi32: Do not report an error if a requested to add font is already loaded.

16 years agoconfigure: Fix typo in liblcms notice check.
Alexandre Julliard [Wed, 11 Jul 2007 10:01:15 +0000 (12:01 +0200)] 
configure: Fix typo in liblcms notice check.

16 years agomsi: Check for NULL transform, as there may be no transforms for the _Columns or...
James Hawkins [Tue, 10 Jul 2007 18:26:44 +0000 (11:26 -0700)] 
msi: Check for NULL transform, as there may be no transforms for the _Columns or _Tables tables.

16 years agogdiplus: Don't use struct member before NULL check (Coverity).
Paul Vriens [Tue, 10 Jul 2007 17:39:57 +0000 (19:39 +0200)] 
gdiplus: Don't use struct member before NULL check (Coverity).

16 years agorsaenh: Get rid of the hash idle state, native doesn't behave as though it has one.
Juan Lang [Wed, 11 Jul 2007 01:04:40 +0000 (18:04 -0700)] 
rsaenh: Get rid of the hash idle state, native doesn't behave as though it has one.

16 years agontdll: Avoid crash with WINEDEBUG=+snoop.
Detlef Riekenberg [Tue, 10 Jul 2007 19:52:42 +0000 (21:52 +0200)] 
ntdll: Avoid crash with WINEDEBUG=+snoop.

16 years agowinemp3: Use head_check to check for valid headers.
Chris Robinson [Tue, 10 Jul 2007 16:08:56 +0000 (09:08 -0700)] 
winemp3: Use head_check to check for valid headers.

16 years agowinemp3: Check the right macro when defining TRUE.
Chris Robinson [Tue, 10 Jul 2007 16:05:38 +0000 (09:05 -0700)] 
winemp3: Check the right macro when defining TRUE.

16 years agocmd: Use toupperW instead of toupper.
Anatoly Lyutin [Mon, 9 Jul 2007 08:27:50 +0000 (12:27 +0400)] 
cmd: Use toupperW instead of toupper.

16 years agoadvapi32: Create specific access rights for service control manager handles.
Paul Vriens [Tue, 10 Jul 2007 14:31:10 +0000 (16:31 +0200)] 
advapi32: Create specific access rights for service control manager handles.

16 years agocomctl32: toolbar: We should send TBN_GETDISPINFOW even for ANSI controls (with testc...
Mikołaj Zalewski [Tue, 10 Jul 2007 13:53:38 +0000 (15:53 +0200)] 
comctl32: toolbar: We should send TBN_GETDISPINFOW even for ANSI controls (with testcase).

16 years agocomctl32: toolbar: The iImage in TBN_GETDISPINFO should be initialized to -1.
Mikołaj Zalewski [Tue, 10 Jul 2007 13:23:05 +0000 (15:23 +0200)] 
comctl32: toolbar: The iImage in TBN_GETDISPINFO should be initialized to -1.

16 years agowinedump: Add RT_MANIFEST resource type.
Alexandre Julliard [Tue, 10 Jul 2007 20:37:53 +0000 (22:37 +0200)] 
winedump: Add RT_MANIFEST resource type.

16 years agoinclude: Add some definitions for manifest resources.
Alexandre Julliard [Tue, 10 Jul 2007 20:37:42 +0000 (22:37 +0200)] 
include: Add some definitions for manifest resources.

16 years agogdiplus: Fix test typo/compile error.
Bernd Buschinski [Tue, 10 Jul 2007 13:27:20 +0000 (15:27 +0200)] 
gdiplus: Fix test typo/compile error.

16 years agoconfigure: Add a few more notices for missing packages.
Alexandre Julliard [Tue, 10 Jul 2007 13:22:18 +0000 (15:22 +0200)] 
configure: Add a few more notices for missing packages.

16 years agoconfigure: Move notices about missing features next to the corresponding checks.
Alexandre Julliard [Tue, 10 Jul 2007 13:14:15 +0000 (15:14 +0200)] 
configure: Move notices about missing features next to the corresponding checks.

16 years agoaclocal: Add macros for logging messages about missing features.
Alexandre Julliard [Tue, 10 Jul 2007 13:05:40 +0000 (15:05 +0200)] 
aclocal: Add macros for logging messages about missing features.

16 years agocrypt32: Implement CryptSIPGetSignedDataMsg, CryptSIPPutSignedDataMsg,
Juan Lang [Mon, 9 Jul 2007 20:44:38 +0000 (13:44 -0700)] 
crypt32: Implement CryptSIPGetSignedDataMsg, CryptSIPPutSignedDataMsg,
CryptSIPCreateIndirectData, CryptSIPVerifyIndirectData, and
CryptSIPRemoveSignedDataMsg.

16 years agocrypt32: Implement CryptSIPLoad.
Juan Lang [Tue, 10 Jul 2007 00:07:54 +0000 (17:07 -0700)] 
crypt32: Implement CryptSIPLoad.

16 years agogdiplus: Added a test for GdipAddPathLine2.
Evan Stade [Tue, 10 Jul 2007 03:54:47 +0000 (20:54 -0700)] 
gdiplus: Added a test for GdipAddPathLine2.

16 years agogdiplus: Fixed bug in GdipGetPathPoints().
Evan Stade [Tue, 10 Jul 2007 03:54:43 +0000 (20:54 -0700)] 
gdiplus: Fixed bug in GdipGetPathPoints().

16 years agogdiplus: Added constructor and destructor test for gdiplus paths.
Evan Stade [Tue, 10 Jul 2007 03:54:38 +0000 (20:54 -0700)] 
gdiplus: Added constructor and destructor test for gdiplus paths.

16 years agogdiplus: Make LineCapArrowAnchor look more like it does in windows.
Evan Stade [Tue, 10 Jul 2007 03:32:29 +0000 (20:32 -0700)] 
gdiplus: Make LineCapArrowAnchor look more like it does in windows.

16 years agogdiplus: Fixed a bug in helper function draw_polybezier.
Evan Stade [Tue, 10 Jul 2007 03:54:27 +0000 (20:54 -0700)] 
gdiplus: Fixed a bug in helper function draw_polybezier.

16 years agogdiplus: GdipDrawCurve2 now uses SaveDC()/RestoreDC() and end caps.
Evan Stade [Tue, 10 Jul 2007 03:54:23 +0000 (20:54 -0700)] 
gdiplus: GdipDrawCurve2 now uses SaveDC()/RestoreDC() and end caps.

16 years agogdiplus: Updated GdipDrawRectangleI.
Evan Stade [Tue, 10 Jul 2007 03:54:18 +0000 (20:54 -0700)] 
gdiplus: Updated GdipDrawRectangleI.

16 years agogdiplus: Updated draw_pie to use SaveDC/RestoreDC.
Evan Stade [Tue, 10 Jul 2007 03:54:11 +0000 (20:54 -0700)] 
gdiplus: Updated draw_pie to use SaveDC/RestoreDC.

16 years agocrypt32: More decode message update tests.
Juan Lang [Mon, 9 Jul 2007 18:27:46 +0000 (11:27 -0700)] 
crypt32: More decode message update tests.

16 years agocrypt32: Add some tests for updating decode messages.
Juan Lang [Mon, 9 Jul 2007 18:25:24 +0000 (11:25 -0700)] 
crypt32: Add some tests for updating decode messages.

16 years agocrypt32: Implement getting the type of a decode message.
Juan Lang [Mon, 9 Jul 2007 18:22:08 +0000 (11:22 -0700)] 
crypt32: Implement getting the type of a decode message.

16 years agocrypt32: Add a stub decode message implementation.
Juan Lang [Mon, 9 Jul 2007 18:20:34 +0000 (11:20 -0700)] 
crypt32: Add a stub decode message implementation.

16 years agocrypt32: Test and fix CryptMsgGetParam for streamed messages.
Juan Lang [Mon, 9 Jul 2007 18:19:44 +0000 (11:19 -0700)] 
crypt32: Test and fix CryptMsgGetParam for streamed messages.

16 years agocrypt32: Add tests for streamed encoding of data messages.
Juan Lang [Mon, 9 Jul 2007 18:17:35 +0000 (11:17 -0700)] 
crypt32: Add tests for streamed encoding of data messages.

16 years agocrypt32: Test that inner content OID is ignored for data messages.
Juan Lang [Mon, 9 Jul 2007 17:56:20 +0000 (10:56 -0700)] 
crypt32: Test that inner content OID is ignored for data messages.

16 years agocrypt32: Make a copy of a passed-in stream info rather than assuming the pointer...
Juan Lang [Mon, 9 Jul 2007 17:55:42 +0000 (10:55 -0700)] 
crypt32: Make a copy of a passed-in stream info rather than assuming the pointer will live forever.

16 years agocrypt32: Add more tests for opening a data message for encoding.
Juan Lang [Mon, 9 Jul 2007 17:55:00 +0000 (10:55 -0700)] 
crypt32: Add more tests for opening a data message for encoding.

16 years agocrypt32: Pass function pointers to CryptMsgBase_Init rather than rely on callers...
Juan Lang [Mon, 9 Jul 2007 17:50:48 +0000 (10:50 -0700)] 
crypt32: Pass function pointers to CryptMsgBase_Init rather than rely on callers to initialize them.

16 years agodinput: Clear static variables after releasing hooks.
Vitaliy Margolen [Tue, 10 Jul 2007 04:40:50 +0000 (22:40 -0600)] 
dinput: Clear static variables after releasing hooks.

16 years agourlmon/tests: Add tests for ObtainUserAgentString.
Misha Koshelev [Tue, 10 Jul 2007 02:50:10 +0000 (21:50 -0500)] 
urlmon/tests: Add tests for ObtainUserAgentString.

16 years agourlmon: Improve ObtainUserAgentString conformance to native.
Misha Koshelev [Tue, 10 Jul 2007 02:49:58 +0000 (21:49 -0500)] 
urlmon: Improve ObtainUserAgentString conformance to native.

16 years agomsi: Handle adding columns in transforms.
James Hawkins [Tue, 10 Jul 2007 02:34:41 +0000 (19:34 -0700)] 
msi: Handle adding columns in transforms.

16 years agomsi: Test adding columns with data in a transform.
James Hawkins [Tue, 10 Jul 2007 02:34:05 +0000 (19:34 -0700)] 
msi: Test adding columns with data in a transform.

16 years agomsi: Delete msifile after the tests.
James Hawkins [Tue, 10 Jul 2007 02:33:20 +0000 (19:33 -0700)] 
msi: Delete msifile after the tests.

16 years agomsi: Match the changes made by the hand-generated and API-generated transforms.
James Hawkins [Tue, 10 Jul 2007 02:32:44 +0000 (19:32 -0700)] 
msi: Match the changes made by the hand-generated and API-generated transforms.

16 years agopdh: Implement and test PdhGetCounterInfo{A, W} and PdhGetCounterTimeBase.
Hans Leidekker [Mon, 9 Jul 2007 18:55:33 +0000 (20:55 +0200)] 
pdh: Implement and test PdhGetCounterInfo{A, W} and PdhGetCounterTimeBase.

16 years agopdh: Implement and test PdhGetRawCounterValue.
Hans Leidekker [Mon, 9 Jul 2007 18:55:25 +0000 (20:55 +0200)] 
pdh: Implement and test PdhGetRawCounterValue.

16 years agopdh: Implement and test PdhSetCounterScaleFactor and PdhGetFormattedCounterValue.
Hans Leidekker [Mon, 9 Jul 2007 18:55:13 +0000 (20:55 +0200)] 
pdh: Implement and test PdhSetCounterScaleFactor and PdhGetFormattedCounterValue.

16 years agopdh: Add tests for Pdh{Add, Remove}Counter and PdhCollectQueryData.
Hans Leidekker [Mon, 9 Jul 2007 18:55:02 +0000 (20:55 +0200)] 
pdh: Add tests for Pdh{Add, Remove}Counter and PdhCollectQueryData.

16 years agopdh: Add an uptime counter source based on GetTickCount.
Hans Leidekker [Mon, 9 Jul 2007 18:54:48 +0000 (20:54 +0200)] 
pdh: Add an uptime counter source based on GetTickCount.

16 years agoadvpack+setupapi: Remove unneeded checks before SetupCloseInfFile.
Detlef Riekenberg [Mon, 9 Jul 2007 17:38:59 +0000 (19:38 +0200)] 
advpack+setupapi: Remove unneeded checks before SetupCloseInfFile.

16 years agosetupapi: Avoid crash in SetupCloseInfFile.
Detlef Riekenberg [Mon, 9 Jul 2007 17:31:23 +0000 (19:31 +0200)] 
setupapi: Avoid crash in SetupCloseInfFile.

16 years agowined3d: Store the last active thread.
Stefan Dösinger [Mon, 9 Jul 2007 15:27:39 +0000 (17:27 +0200)] 
wined3d: Store the last active thread.

16 years agowined3d: Make ActivateContext a bit smaller.
Stefan Dösinger [Sun, 8 Jul 2007 22:48:53 +0000 (00:48 +0200)] 
wined3d: Make ActivateContext a bit smaller.

16 years agowined3d: Add CTXUSAGE_CLEAR context usage.
Stefan Dösinger [Mon, 9 Jul 2007 14:57:58 +0000 (16:57 +0200)] 
wined3d: Add CTXUSAGE_CLEAR context usage.

16 years agowined3d: Print the fixed and unfixed vertex warning only when needed.
Stefan Dösinger [Mon, 9 Jul 2007 14:52:09 +0000 (16:52 +0200)] 
wined3d: Print the fixed and unfixed vertex warning only when needed.

16 years agowined3d: Initialize surfaces at creation.
Stefan Dösinger [Sun, 8 Jul 2007 21:33:48 +0000 (23:33 +0200)] 
wined3d: Initialize surfaces at creation.

16 years agoconfigure: We no longer need the shared library extension.
Alexandre Julliard [Mon, 9 Jul 2007 20:44:01 +0000 (22:44 +0200)] 
configure: We no longer need the shared library extension.

16 years agoconfigure: Merge the libX11 and libXext existence check with the soname check.
Alexandre Julliard [Mon, 9 Jul 2007 20:43:45 +0000 (22:43 +0200)] 
configure: Merge the libX11 and libXext existence check with the soname check.

16 years agoconfigure: Merge the libfreetype existence check with the soname check.
Alexandre Julliard [Mon, 9 Jul 2007 20:43:20 +0000 (22:43 +0200)] 
configure: Merge the libfreetype existence check with the soname check.

16 years agoconfigure: Make the libXi soname check depend on the header check.
Alexandre Julliard [Mon, 9 Jul 2007 20:42:49 +0000 (22:42 +0200)] 
configure: Make the libXi soname check depend on the header check.

16 years agoconfigure: Make the libXcursor soname check depend on the header check.
Alexandre Julliard [Mon, 9 Jul 2007 20:42:28 +0000 (22:42 +0200)] 
configure: Make the libXcursor soname check depend on the header check.

16 years agogdiplus: Added GdipGetPathTypes.
Evan Stade [Fri, 6 Jul 2007 23:14:44 +0000 (16:14 -0700)] 
gdiplus: Added GdipGetPathTypes.

16 years agogdiplus: Added GdipGetPathPoints.
Evan Stade [Fri, 6 Jul 2007 23:14:38 +0000 (16:14 -0700)] 
gdiplus: Added GdipGetPathPoints.

16 years agogdiplus: Added GdipGetPointCount.
Evan Stade [Fri, 6 Jul 2007 23:14:34 +0000 (16:14 -0700)] 
gdiplus: Added GdipGetPointCount.

16 years agogdiplus: Added GdipClosePathFigures.
Evan Stade [Fri, 6 Jul 2007 23:14:24 +0000 (16:14 -0700)] 
gdiplus: Added GdipClosePathFigures.

16 years agogdiplus: Added GdipClosePathFigure.
Evan Stade [Fri, 6 Jul 2007 23:14:17 +0000 (16:14 -0700)] 
gdiplus: Added GdipClosePathFigure.

16 years agogdiplus: Added GdipAddPathLine2.
Evan Stade [Fri, 6 Jul 2007 23:14:07 +0000 (16:14 -0700)] 
gdiplus: Added GdipAddPathLine2.

16 years agogdiplus: Public declaration of GdipSetPenEndCap.
Evan Stade [Fri, 6 Jul 2007 23:13:57 +0000 (16:13 -0700)] 
gdiplus: Public declaration of GdipSetPenEndCap.

16 years agogdiplus: Added linecap rendering for GdipDrawBezier.
Evan Stade [Fri, 6 Jul 2007 23:13:49 +0000 (16:13 -0700)] 
gdiplus: Added linecap rendering for GdipDrawBezier.

16 years agogdiplus: Rendering of linecaps.
Evan Stade [Sat, 7 Jul 2007 20:20:41 +0000 (13:20 -0700)] 
gdiplus: Rendering of linecaps.

16 years agopdh: Add tests for opening and closing queries.
Hans Leidekker [Sun, 8 Jul 2007 12:06:08 +0000 (14:06 +0200)] 
pdh: Add tests for opening and closing queries.

16 years agodinput: Rename set_dinput_hook and call it from the base class.
Vitaliy Margolen [Sat, 7 Jul 2007 05:36:39 +0000 (23:36 -0600)] 
dinput: Rename set_dinput_hook and call it from the base class.

Since keyboard's acquire and unacquire don't do anything special just call
the base class.

16 years agodinput: Handle multiple keyboard and mouse devices.
Vitaliy Margolen [Sat, 7 Jul 2007 05:36:30 +0000 (23:36 -0600)] 
dinput: Handle multiple keyboard and mouse devices.

16 years agodinput: Export Mouse and Keyboard GUIDs.
Vitaliy Margolen [Sat, 7 Jul 2007 05:36:22 +0000 (23:36 -0600)] 
dinput: Export Mouse and Keyboard GUIDs.

16 years agodinput: Keep a list of all IDirectInput objects and check it instead of refcount...
Vitaliy Margolen [Sat, 7 Jul 2007 05:36:18 +0000 (23:36 -0600)] 
dinput: Keep a list of all IDirectInput objects and check it instead of refcount to create/destroy hook thread.

16 years agodinput: Keep the list of all the dinput devices created for each IDIrectInput object.
Vitaliy Margolen [Sat, 7 Jul 2007 05:36:09 +0000 (23:36 -0600)] 
dinput: Keep the list of all the dinput devices created for each IDIrectInput object.

16 years agoadvapi32: Handle to Service Control Manager is checked first.
Paul Vriens [Mon, 9 Jul 2007 08:22:49 +0000 (10:22 +0200)] 
advapi32: Handle to Service Control Manager is checked first.

16 years agourlmon/tests: Make http protocol mime type test pass on native.
Misha Koshelev [Sun, 8 Jul 2007 21:52:10 +0000 (16:52 -0500)] 
urlmon/tests: Make http protocol mime type test pass on native.

16 years agowined3d: Advertise VTF support.
H. Verbeet [Sun, 8 Jul 2007 20:57:46 +0000 (22:57 +0200)] 
wined3d: Advertise VTF support.

16 years agowined3d: Advertise A32B32G32R32F render target support.
H. Verbeet [Sun, 8 Jul 2007 20:57:36 +0000 (22:57 +0200)] 
wined3d: Advertise A32B32G32R32F render target support.

16 years agodsound: Simplify IDirectSoundBufferImpl_GetCurrentPosition.
Maarten Lankhorst [Sun, 8 Jul 2007 14:36:46 +0000 (16:36 +0200)] 
dsound: Simplify IDirectSoundBufferImpl_GetCurrentPosition.

16 years agodsound: Fix division by zero in DSOUND_Calc3DBuffer.
Maarten Lankhorst [Sun, 8 Jul 2007 14:38:05 +0000 (16:38 +0200)] 
dsound: Fix division by zero in DSOUND_Calc3DBuffer.

16 years agodsound: Remove some more unused variables.
Maarten Lankhorst [Fri, 6 Jul 2007 20:57:48 +0000 (22:57 +0200)] 
dsound: Remove some more unused variables.

16 years agodwmapi: Add a stub implementation for DwmIsCompositionEnabled.
Hans Leidekker [Sun, 8 Jul 2007 12:06:38 +0000 (14:06 +0200)] 
dwmapi: Add a stub implementation for DwmIsCompositionEnabled.

16 years agowordpad: Prompt for saving file changes.
Alexander Nicolaysen Sørnes [Sun, 8 Jul 2007 11:51:19 +0000 (13:51 +0200)] 
wordpad: Prompt for saving file changes.