wine
17 years agoole32: Call the MessagePending function for message filters.
Rob Shearman [Sat, 23 Dec 2006 15:50:07 +0000 (15:50 +0000)] 
ole32: Call the MessagePending function for message filters.

17 years agoole32: Track the pending call count so that the correct call type can be passed to...
Rob Shearman [Sat, 23 Dec 2006 15:49:47 +0000 (15:49 +0000)] 
ole32: Track the pending call count so that the correct call type can be passed to the message filter HandleInComingCall function.

17 years agoole32: Allow the marshaling/unmarshaling of NULL interfaces for IClassFactory.
Rob Shearman [Sat, 23 Dec 2006 15:50:22 +0000 (15:50 +0000)] 
ole32: Allow the marshaling/unmarshaling of NULL interfaces for IClassFactory.

17 years agomsvcrt: Add function _mbsspnp.
Duane Clark [Fri, 22 Dec 2006 23:24:30 +0000 (15:24 -0800)] 
msvcrt: Add function _mbsspnp.

17 years agodinput: AddRef and Release parent DirectInput class.
Vitaliy Margolen [Fri, 22 Dec 2006 17:54:29 +0000 (10:54 -0700)] 
dinput: AddRef and Release parent DirectInput class.

17 years agoRelease 0.9.28. wine-0.9.28
Alexandre Julliard [Fri, 22 Dec 2006 16:17:47 +0000 (17:17 +0100)] 
Release 0.9.28.

17 years agouser32: Add a message test for various ShowWindow() calls, fix some failures.
Dmitry Timoshkov [Fri, 22 Dec 2006 10:32:04 +0000 (18:32 +0800)] 
user32: Add a message test for various ShowWindow() calls, fix some failures.

17 years agomscoree: Add a stub for GetCORSystemDirectory.
James Hawkins [Mon, 18 Dec 2006 09:40:13 +0000 (03:40 -0600)] 
mscoree: Add a stub for GetCORSystemDirectory.

17 years agokernel32: Fix a typo.
Dmitry Timoshkov [Fri, 22 Dec 2006 09:05:45 +0000 (17:05 +0800)] 
kernel32: Fix a typo.

17 years agowinspoool/tests: Build the name of the local print server in a separate function.
Detlef Riekenberg [Thu, 21 Dec 2006 23:48:16 +0000 (00:48 +0100)] 
winspoool/tests: Build the name of the local print server in a separate function.

17 years agowinspoool/tests: Rename unclear string.
Detlef Riekenberg [Thu, 21 Dec 2006 23:48:08 +0000 (00:48 +0100)] 
winspoool/tests: Rename unclear string.

17 years agolocalspl/tests: Rename unclear string.
Detlef Riekenberg [Thu, 21 Dec 2006 23:47:57 +0000 (00:47 +0100)] 
localspl/tests: Rename unclear string.

17 years agolocalspl/tests: Fix copy+paste typo.
Detlef Riekenberg [Thu, 21 Dec 2006 23:47:54 +0000 (00:47 +0100)] 
localspl/tests: Fix copy+paste typo.

17 years agomshtml: Improve loading document detection in AsyncOpen.
Jacek Caban [Thu, 21 Dec 2006 22:32:25 +0000 (23:32 +0100)] 
mshtml: Improve loading document detection in AsyncOpen.

17 years agomshtml: Use Gecko's AsyncOpen if URI is has no nsIWineURI interface.
Jacek Caban [Thu, 21 Dec 2006 22:31:53 +0000 (23:31 +0100)] 
mshtml: Use Gecko's AsyncOpen if URI is has no nsIWineURI interface.

17 years agogdi32: Extract the constituent TrueType files from Mac suitcase fonts into the user...
Huw Davies [Thu, 21 Dec 2006 15:21:13 +0000 (15:21 +0000)] 
gdi32: Extract the constituent TrueType files from Mac suitcase fonts into the user's caches directory
and use these instead of the original suitcase.

17 years agosetupapi: Fix handling of 'CopyFiles=@file'.
Francois Gouget [Thu, 21 Dec 2006 13:48:15 +0000 (14:48 +0100)] 
setupapi: Fix handling of 'CopyFiles=@file'.

17 years agoiphlpapi: Fixed a problem with enumerating network interfaces.
Ken Thomases [Thu, 21 Dec 2006 13:47:20 +0000 (14:47 +0100)] 
iphlpapi: Fixed a problem with enumerating network interfaces.

Keep increasing the buffer until the returned length is more than two
records smaller than the buffer we provided.

17 years agontdll: Added support for physically ejecting devices on Mac OS.
Alexandre Julliard [Thu, 21 Dec 2006 13:14:20 +0000 (14:14 +0100)] 
ntdll: Added support for physically ejecting devices on Mac OS.

17 years agontdll: File positions should be aligned to sector boundaries in PE loader.
Alexandre Julliard [Thu, 21 Dec 2006 11:34:44 +0000 (12:34 +0100)] 
ntdll: File positions should be aligned to sector boundaries in PE loader.

17 years agokernel32/tests: Don't use full path for executable in tests.
Paul Vriens [Wed, 20 Dec 2006 17:28:11 +0000 (18:28 +0100)] 
kernel32/tests: Don't use full path for executable in tests.

17 years agowinecoreaudio: Replace pthread mutex with OSSpinLock.
Ken Thomases [Thu, 21 Dec 2006 09:50:18 +0000 (03:50 -0600)] 
winecoreaudio: Replace pthread mutex with OSSpinLock.

17 years agowinecoreaudio: Move a memset out of a mutex-guarded section.
Ken Thomases [Thu, 21 Dec 2006 09:50:09 +0000 (03:50 -0600)] 
winecoreaudio: Move a memset out of a mutex-guarded section.

17 years agowinecoreaudio: Merge wodReset and wodHelper_Reset.
Ken Thomases [Thu, 21 Dec 2006 09:49:58 +0000 (03:49 -0600)] 
winecoreaudio: Merge wodReset and wodHelper_Reset.

17 years agowinecoreaudio: Change to faster non-recursive mutex.
Ken Thomases [Thu, 21 Dec 2006 09:49:51 +0000 (03:49 -0600)] 
winecoreaudio: Change to faster non-recursive mutex.

17 years agowinecoreaudio: Push notify of completions from render callback to message thread.
Ken Thomases [Thu, 21 Dec 2006 09:49:43 +0000 (03:49 -0600)] 
winecoreaudio: Push notify of completions from render callback to message thread.

Rather than have the Audio Unit render callback traverse the queue of wave
headers looking for complete ones, and sending a message to the message thread
for each one it finds, just send one message to tell the message thread to do
that work itself.  The render callback is called in a real-time priority
thread and is expected to return as quickly as possible.

17 years agowinecoreaudio: Remove more mutexes from around Audio Unit calls.
Ken Thomases [Thu, 21 Dec 2006 09:49:35 +0000 (03:49 -0600)] 
winecoreaudio: Remove more mutexes from around Audio Unit calls.

17 years agowinecoreaudio: Report when the render callback is just providing silence.
Ken Thomases [Thu, 21 Dec 2006 09:49:24 +0000 (03:49 -0600)] 
winecoreaudio: Report when the render callback is just providing silence.

17 years agowinecoreaudio: Lift mutex lock/unlock out of wodHelper_PlayPtrNext to caller.
Ken Thomases [Thu, 21 Dec 2006 09:49:07 +0000 (03:49 -0600)] 
winecoreaudio: Lift mutex lock/unlock out of wodHelper_PlayPtrNext to caller.

17 years agowinecoreaudio: Leave audio unit running, except when waveout device paused.
Ken Thomases [Thu, 21 Dec 2006 09:48:59 +0000 (03:48 -0600)] 
winecoreaudio: Leave audio unit running, except when waveout device paused.

17 years agowinecoreaudio: Eliminate unnecessary variable, unreachable code, unused retval.
Ken Thomases [Thu, 21 Dec 2006 09:48:52 +0000 (03:48 -0600)] 
winecoreaudio: Eliminate unnecessary variable, unreachable code, unused retval.

17 years agowinecoreaudio: Inline & eliminate the specializations of wodHelper_BeginWaveHdr.
Ken Thomases [Thu, 21 Dec 2006 09:48:45 +0000 (03:48 -0600)] 
winecoreaudio: Inline & eliminate the specializations of wodHelper_BeginWaveHdr.

17 years agowinecoreaudio: Specialize wodHelper_BeginWaveHdr for its two callers and simplify.
Ken Thomases [Thu, 21 Dec 2006 09:48:38 +0000 (03:48 -0600)] 
winecoreaudio: Specialize wodHelper_BeginWaveHdr for its two callers and simplify.

wodHelper_PlayPtrNext is only called when state == WINE_WS_PLAYING.  Also, it
clears dwPartialOffset itself.

wodWrite only calls wodHelper_BeginWaveHdr[Write] with a non-NULL lpWaveHdr
parameter.  wodWrite is not called from the Audio Unit render callback, so it
can use Wine debug channels.

17 years agowinecoreaudio: Simplify handling of BEGIN+ENDLOOP wave headers.
Ken Thomases [Thu, 21 Dec 2006 09:48:23 +0000 (03:48 -0600)] 
winecoreaudio: Simplify handling of BEGIN+ENDLOOP wave headers.

17 years agowinecoreaudio: Extract wodHelper_CheckForLoopBegin() from wodHelper_BeginWaveHdr().
Ken Thomases [Thu, 21 Dec 2006 09:47:19 +0000 (03:47 -0600)] 
winecoreaudio: Extract wodHelper_CheckForLoopBegin() from wodHelper_BeginWaveHdr().

This refactoring prepares the ground for subsequent refactoring of
wodHelper_BeginWaveHdr.

17 years agowinecoreaudio: Create port for sending messages to the callback thread only once.
Ken Thomases [Thu, 21 Dec 2006 09:47:05 +0000 (03:47 -0600)] 
winecoreaudio: Create port for sending messages to the callback thread only once.

17 years agowinecoreaudio: Control the fprintf's by the Wine debug channel on/off settings.
Ken Thomases [Thu, 21 Dec 2006 09:46:55 +0000 (03:46 -0600)] 
winecoreaudio: Control the fprintf's by the Wine debug channel on/off settings.

17 years agoddraw: Add a test for IDirectDrawSurface_SetColorKey.
Günther Brammer [Wed, 20 Dec 2006 23:06:03 +0000 (00:06 +0100)] 
ddraw: Add a test for IDirectDrawSurface_SetColorKey.

17 years agogdi32: Actually create the Wine fonts key if it doesn't exist.
Huw Davies [Wed, 20 Dec 2006 22:33:28 +0000 (22:33 +0000)] 
gdi32: Actually create the Wine fonts key if it doesn't exist.

17 years agokernel32: Suppress an unneeded warning.
Juan Lang [Wed, 20 Dec 2006 19:30:25 +0000 (11:30 -0800)] 
kernel32: Suppress an unneeded warning.

17 years agooleaut32: VarBstrFromCy - Remove use of sprintfW by converting a CY
Alex Villacís Lasso [Wed, 20 Dec 2006 18:53:41 +0000 (13:53 -0500)] 
oleaut32: VarBstrFromCy - Remove use of sprintfW by converting a CY
into a DECIMAL instead of a double as an intermediate step.

17 years agod3d: Fix adapter mode enumeration and filtering.
Chris Robinson [Wed, 20 Dec 2006 12:44:08 +0000 (04:44 -0800)] 
d3d: Fix adapter mode enumeration and filtering.

17 years agodinput: Drop magic int.
Christoph Frick [Wed, 20 Dec 2006 11:28:58 +0000 (12:28 +0100)] 
dinput: Drop magic int.

17 years agodinput: Set the correct size for the old dinput joystick.
Christoph Frick [Wed, 20 Dec 2006 11:28:07 +0000 (12:28 +0100)] 
dinput: Set the correct size for the old dinput joystick.

This also reverts my previous patch as this is the real cause for the
problems with Grand Prix Legends.

17 years agowined3d: Reinstall the nvrc texture unit mapping.
Stefan Dösinger [Tue, 19 Dec 2006 22:33:34 +0000 (23:33 +0100)] 
wined3d: Reinstall the nvrc texture unit mapping.

17 years agowined3d: Catch nop pixel shader changes.
Stefan Dösinger [Tue, 19 Dec 2006 22:22:48 +0000 (23:22 +0100)] 
wined3d: Catch nop pixel shader changes.

17 years agowined3d: Add pixel shaders to the state table.
Stefan Dösinger [Tue, 19 Dec 2006 22:22:19 +0000 (23:22 +0100)] 
wined3d: Add pixel shaders to the state table.

17 years agowined3d: Catch nop sampler changes.
Stefan Dösinger [Tue, 19 Dec 2006 22:17:17 +0000 (23:17 +0100)] 
wined3d: Catch nop sampler changes.

17 years agowined3d: Move samplers to the state table.
Stefan Dösinger [Tue, 19 Dec 2006 22:26:39 +0000 (23:26 +0100)] 
wined3d: Move samplers to the state table.

17 years agowined3d: Add empty sampler entries to the state table.
Stefan Dösinger [Tue, 19 Dec 2006 22:14:07 +0000 (23:14 +0100)] 
wined3d: Add empty sampler entries to the state table.

17 years agowined3d: Catch nop SetTextureStageState calls.
Stefan Dösinger [Tue, 19 Dec 2006 22:12:26 +0000 (23:12 +0100)] 
wined3d: Catch nop SetTextureStageState calls.

17 years agowined3d: Make WINED3DTSS_CONSTANT a nogl state.
Stefan Dösinger [Tue, 19 Dec 2006 22:11:28 +0000 (23:11 +0100)] 
wined3d: Make WINED3DTSS_CONSTANT a nogl state.

17 years agowined3d: Make a WINED3DTSS_RESULTARG stub.
Stefan Dösinger [Tue, 19 Dec 2006 22:11:21 +0000 (23:11 +0100)] 
wined3d: Make a WINED3DTSS_RESULTARG stub.

17 years agowined3d: Make WINED3DTSS_TEXTURETRANSFORMFLAGS a nogl state.
Stefan Dösinger [Tue, 19 Dec 2006 22:07:57 +0000 (23:07 +0100)] 
wined3d: Make WINED3DTSS_TEXTURETRANSFORMFLAGS a nogl state.

17 years agowined3d: Add a WINED3DTSS_BUMPENVLOFFSET stub.
Stefan Dösinger [Tue, 19 Dec 2006 22:34:17 +0000 (23:34 +0100)] 
wined3d: Add a WINED3DTSS_BUMPENVLOFFSET stub.

17 years agowined3d: Add a WINED3DTSS_BUMPENVSCALE stub.
Stefan Dösinger [Tue, 19 Dec 2006 22:05:08 +0000 (23:05 +0100)] 
wined3d: Add a WINED3DTSS_BUMPENVSCALE stub.

17 years agowined3d: Move WINED3DTSS_TEXCOORDINDEX to the state table.
Stefan Dösinger [Tue, 19 Dec 2006 22:04:16 +0000 (23:04 +0100)] 
wined3d: Move WINED3DTSS_TEXCOORDINDEX to the state table.

17 years agowined3d: Move WINED3DTSS_ALPHAOP to the state table.
Stefan Dösinger [Tue, 19 Dec 2006 22:03:37 +0000 (23:03 +0100)] 
wined3d: Move WINED3DTSS_ALPHAOP to the state table.

17 years agowined3d: Move WINED3DTSS_COLOROP to the state table.
Stefan Dösinger [Tue, 19 Dec 2006 22:00:58 +0000 (23:00 +0100)] 
wined3d: Move WINED3DTSS_COLOROP to the state table.

17 years agowined3d: Do not enable the texture dimensions in BindTexture.
Stefan Dösinger [Tue, 19 Dec 2006 21:53:26 +0000 (22:53 +0100)] 
wined3d: Do not enable the texture dimensions in BindTexture.

17 years agowined3d: Add empty texture stage states to the state table.
Stefan Dösinger [Tue, 19 Dec 2006 21:43:49 +0000 (22:43 +0100)] 
wined3d: Add empty texture stage states to the state table.

17 years agowined3d: Temporary disable nvrc junk texture skipping.
Stefan Dösinger [Tue, 19 Dec 2006 21:37:37 +0000 (22:37 +0100)] 
wined3d: Temporary disable nvrc junk texture skipping.

17 years agoshell32: Don't hardcode the system32 directory in registered classes.
Alexandre Julliard [Wed, 20 Dec 2006 16:05:02 +0000 (17:05 +0100)] 
shell32: Don't hardcode the system32 directory in registered classes.

17 years agoloader: Try to detect glibc 2.3 without NPTL or TLS and print a warning.
Alexandre Julliard [Wed, 20 Dec 2006 16:03:23 +0000 (17:03 +0100)] 
loader: Try to detect glibc 2.3 without NPTL or TLS and print a warning.

17 years agontdll: Fix the libdl refcount when loading the same builtin twice.
Alexandre Julliard [Wed, 20 Dec 2006 14:54:27 +0000 (15:54 +0100)] 
ntdll: Fix the libdl refcount when loading the same builtin twice.

17 years agokernel32/tests: Test loading and unloading of builtin dlls.
Francois Gouget [Wed, 20 Dec 2006 14:02:15 +0000 (15:02 +0100)] 
kernel32/tests: Test loading and unloading of builtin dlls.

17 years agows2_32: ws_sockaddr_u2ws should zero the sockaddr_in.sin_zero field.
Kai Blin [Wed, 20 Dec 2006 13:08:13 +0000 (14:08 +0100)] 
ws2_32: ws_sockaddr_u2ws should zero the sockaddr_in.sin_zero field.

17 years agoinclude: Get rid of the WINE_NO_LONG_AS_INT ifdefs.
Alexandre Julliard [Wed, 20 Dec 2006 13:26:08 +0000 (14:26 +0100)] 
include: Get rid of the WINE_NO_LONG_AS_INT ifdefs.

17 years agowinedbg: Win64 printf format fixes.
Alexandre Julliard [Wed, 20 Dec 2006 13:17:27 +0000 (14:17 +0100)] 
winedbg: Win64 printf format fixes.

17 years agowinedbg: Fixed a few data types.
Alexandre Julliard [Wed, 20 Dec 2006 13:10:47 +0000 (14:10 +0100)] 
winedbg: Fixed a few data types.

17 years agodinput: Warp mouse in exclusive cooperation mode only.
Vitaliy Margolen [Wed, 20 Dec 2006 08:05:42 +0000 (01:05 -0700)] 
dinput: Warp mouse in exclusive cooperation mode only.

17 years agodinput: Use GetCursorPos() to calculate relative mouse movements.
Vitaliy Margolen [Wed, 20 Dec 2006 08:03:11 +0000 (01:03 -0700)] 
dinput: Use GetCursorPos() to calculate relative mouse movements.

17 years agoole32: Send a causality ID in the ORPCTHIS header for a call.
Rob Shearman [Tue, 19 Dec 2006 19:37:34 +0000 (19:37 +0000)] 
ole32: Send a causality ID in the ORPCTHIS header for a call.

Use the causality ID to determine whether this is a top-level or a
nested (called-back) call for the purposes of IMessageFilter::HandleInComingCall.

17 years agoole32: Reset the message filter at the end of the message filter test.
Rob Shearman [Tue, 19 Dec 2006 19:37:29 +0000 (19:37 +0000)] 
ole32: Reset the message filter at the end of the message filter test.

17 years agoole32: Pass in the IID and IUnknown* of the object being executed to the server notif...
Rob Shearman [Tue, 19 Dec 2006 19:37:15 +0000 (19:37 +0000)] 
ole32: Pass in the IID and IUnknown* of the object being executed to the server notification and message filter functions.

17 years agoole32: Call the message filter for incoming calls.
Rob Shearman [Tue, 19 Dec 2006 19:37:09 +0000 (19:37 +0000)] 
ole32: Call the message filter for incoming calls.

17 years agoole32: Call ServerNotify for channel hooks.
Rob Shearman [Tue, 19 Dec 2006 19:35:51 +0000 (19:35 +0000)] 
ole32: Call ServerNotify for channel hooks.

Store the SChannelHookCallInfo structure in the message state.

17 years agoole32: Implement CoRegisterChannelHook and call channel hook methods on the client...
Rob Shearman [Tue, 19 Dec 2006 19:35:42 +0000 (19:35 +0000)] 
ole32: Implement CoRegisterChannelHook and call channel hook methods on the client side.

17 years agoole32: Marshal the ORPCTHIS structure prefixed to the client data when doing ORPC...
Rob Shearman [Tue, 19 Dec 2006 19:35:35 +0000 (19:35 +0000)] 
ole32: Marshal the ORPCTHIS structure prefixed to the client data when doing ORPC calls.

This is done by putting the ORPCTHIS data into the buffer when calling
IRpcChannelBuffer::GetBuffer on the client side and then storing the
amount we increased the buffer in a structure stored in the Handle
field. This is done to present the correct Buffer pointer to the proxy
so that it writes its data after the ORPCTHIS data.

Unmarshal the data on the server side (during RPC_ExecuteCall) and make
sure the data is consistent according to NDR rules. Also add several
checks on the unmarshaled data that are specified by the DCOM draft
specification.

17 years agowined3d: Allow wined3d to handle multiple render targets.
H. Verbeet [Tue, 19 Dec 2006 18:25:42 +0000 (19:25 +0100)] 
wined3d: Allow wined3d to handle multiple render targets.

17 years agowined3d: Allow the FBO code to handle multiple render targets.
H. Verbeet [Tue, 19 Dec 2006 18:25:35 +0000 (19:25 +0100)] 
wined3d: Allow the FBO code to handle multiple render targets.

17 years agowined3d: Move storing the render target from ActiveRender to SetRenderTarget.
H. Verbeet [Tue, 19 Dec 2006 18:25:29 +0000 (19:25 +0100)] 
wined3d: Move storing the render target from ActiveRender to SetRenderTarget.

Use the render target index rather than hardcoding 0.

17 years agowined3d: Allow the device to store multiple render targets.
H. Verbeet [Tue, 19 Dec 2006 18:25:22 +0000 (19:25 +0100)] 
wined3d: Allow the device to store multiple render targets.

17 years agowinedump: Start dumping .NET specific bits from PE executables.
Hans Leidekker [Tue, 19 Dec 2006 21:26:56 +0000 (22:26 +0100)] 
winedump: Start dumping .NET specific bits from PE executables.

17 years agontdll: Fixed typo in map_image.
Alexandre Julliard [Wed, 20 Dec 2006 11:31:20 +0000 (12:31 +0100)] 
ntdll: Fixed typo in map_image.

17 years agowinex11.drv: pbuffer detection.
Roderick Colenbrander [Tue, 19 Dec 2006 19:24:25 +0000 (20:24 +0100)] 
winex11.drv: pbuffer detection.

17 years agowinex11.drv: Don't crash when called with a NULL gl context.
Ulrich Czekalla [Tue, 19 Dec 2006 16:02:56 +0000 (11:02 -0500)] 
winex11.drv: Don't crash when called with a NULL gl context.

17 years agogdi32: Improve the fontconfig filtering hack so that Mac suitcase fonts get through.
Huw Davies [Tue, 19 Dec 2006 21:21:27 +0000 (21:21 +0000)] 
gdi32: Improve the fontconfig filtering hack so that Mac suitcase fonts get through.

17 years agogdi32: Remove unused function.
Andrew Talbot [Tue, 19 Dec 2006 19:04:55 +0000 (19:04 +0000)] 
gdi32: Remove unused function.

17 years agoole32: Fix the HMETAFILEPICT user marshaling test to use the size
Rob Shearman [Tue, 19 Dec 2006 13:03:33 +0000 (13:03 +0000)] 
ole32: Fix the HMETAFILEPICT user marshaling test to use the size
derived from the return value of HMETAFILEPICT_UserMarshal instead of
the value returned by HMETAFILEPICT_UserSize, as the latter
over-estimates the size on Windows.

Remove some unnecessary casts.

17 years agouser32: Extend the support for SWP_STATECHANGED for all windows.
Juris Smotrovs [Tue, 19 Dec 2006 11:35:42 +0000 (19:35 +0800)] 
user32: Extend the support for SWP_STATECHANGED for all windows.

17 years agowined3d: Add WINED3DRS_STIPPLEPATTERNxy.
Stefan Dösinger [Sun, 17 Dec 2006 16:21:30 +0000 (17:21 +0100)] 
wined3d: Add WINED3DRS_STIPPLEPATTERNxy.

17 years agowined3d: Fix a function name.
Stefan Dösinger [Fri, 15 Dec 2006 19:03:17 +0000 (20:03 +0100)] 
wined3d: Fix a function name.

17 years agowined3d: Add missing render state function.
Stefan Dösinger [Fri, 15 Dec 2006 19:02:13 +0000 (20:02 +0100)] 
wined3d: Add missing render state function.

17 years agowined3d: Catch nop render state changes.
Stefan Dösinger [Fri, 15 Dec 2006 18:16:36 +0000 (19:16 +0100)] 
wined3d: Catch nop render state changes.

17 years agowined3d: Move render state applying to drawprim.
Stefan Dösinger [Fri, 15 Dec 2006 18:17:53 +0000 (19:17 +0100)] 
wined3d: Move render state applying to drawprim.

17 years agowined3d: Add the state dirtification infrastructure.
Stefan Dösinger [Tue, 19 Dec 2006 12:00:03 +0000 (13:00 +0100)] 
wined3d: Add the state dirtification infrastructure.

17 years agomsvcrt: Add _atoldbl.
Louis Lenders [Sun, 17 Dec 2006 17:56:50 +0000 (17:56 +0000)] 
msvcrt: Add _atoldbl.

17 years agoconfigure: Re-generated with autoconf 2.61.
Alexandre Julliard [Tue, 19 Dec 2006 15:17:09 +0000 (16:17 +0100)] 
configure: Re-generated with autoconf 2.61.

17 years agooleaut32: Bypass conversion to string in R4/R8 -> DECIMAL conversion.
Alex Villacís Lasso [Thu, 14 Dec 2006 17:32:42 +0000 (12:32 -0500)] 
oleaut32: Bypass conversion to string in R4/R8 -> DECIMAL conversion.