wine
16 years agowined3d: Give nv* fixed function stuff its own state template.
Stefan Dösinger [Sat, 5 Jul 2008 23:31:34 +0000 (18:31 -0500)] 
wined3d: Give nv* fixed function stuff its own state template.

16 years agowined3d: Move shader constant affecting states to the misc pipeline.
Stefan Dösinger [Fri, 4 Jul 2008 21:54:06 +0000 (16:54 -0500)] 
wined3d: Move shader constant affecting states to the misc pipeline.

As long as we have the shader constants in misc, it is best to keep
all the code that affects shader constants, like bumpenvmat setting,
in there as well.

16 years agowined3d: WINED3DTSS_TEXCOORDINDEX belongs to the vertex pipeline.
Stefan Dösinger [Fri, 4 Jul 2008 21:33:40 +0000 (16:33 -0500)] 
wined3d: WINED3DTSS_TEXCOORDINDEX belongs to the vertex pipeline.

16 years agowined3d: Give the nvts/nvrc code its own pipeline implementation.
Stefan Dösinger [Fri, 4 Jul 2008 21:15:18 +0000 (16:15 -0500)] 
wined3d: Give the nvts/nvrc code its own pipeline implementation.

This code creates the structures and the pipeline selection, as well
as the caps filling. It does not yet move the actual code around,
since this will be a bigger task.

16 years agowined3d: Simplify the fragment pipeline selection.
Stefan Dösinger [Fri, 4 Jul 2008 20:48:45 +0000 (15:48 -0500)] 
wined3d: Simplify the fragment pipeline selection.

This should do the same as the existing code, but it is more obvious.

16 years agowined3d: Move fixed function texture dimension updates to the fragment pipeline.
Stefan Dösinger [Fri, 4 Jul 2008 17:06:58 +0000 (12:06 -0500)] 
wined3d: Move fixed function texture dimension updates to the fragment pipeline.

This is a further separation of the sampler state, and a preparation
to move the nv texture shader stuff to its own pipeline implementation.

16 years agowined3d: NP2 coordinate adjustment is a vertex operation.
Stefan Dösinger [Thu, 3 Jul 2008 18:26:06 +0000 (13:26 -0500)] 
wined3d: NP2 coordinate adjustment is a vertex operation.

When a sampler is changed and unconditional NP2 textures are not
supported, the texture matrix may need adjustment. The sampler state
function checks for that, and calls the texture transform setting
function in that case. However, samplers are a misc state, and the
texture transform flags a vertex state.  Thus split up the code and
move the matrix changes to the vertex side.

16 years agowined3d: Remove the atifs shader backend.
Stefan Dösinger [Fri, 11 Jul 2008 14:41:28 +0000 (09:41 -0500)] 
wined3d: Remove the atifs shader backend.

Since atifs is only doing the fragment pipeline replacement right now
there is no need for the shader backend structure any longer. The ffp
private data is stored in new fragment pipeline private data(which
could potentially be set to equal the shader private data if needed).

16 years agocrypt32: Don't expect ImageGetCertificateData to succeed when Certificate is NULL.
Juan Lang [Fri, 11 Jul 2008 15:54:45 +0000 (08:54 -0700)] 
crypt32: Don't expect ImageGetCertificateData to succeed when Certificate is NULL.

16 years agocrypt32: Add MS root certs to root store.
Juan Lang [Fri, 11 Jul 2008 15:20:35 +0000 (08:20 -0700)] 
crypt32: Add MS root certs to root store.

16 years agoRelease 1.1.1. wine-1.1.1
Alexandre Julliard [Fri, 11 Jul 2008 15:55:55 +0000 (17:55 +0200)] 
Release 1.1.1.

16 years agowinealsa: Fix some unsigned comparison < 0 warnings.
Alexandre Julliard [Fri, 11 Jul 2008 13:29:41 +0000 (15:29 +0200)] 
winealsa: Fix some unsigned comparison < 0 warnings.

16 years agocomctl32: Add support for drawing themed group boxes.
Reece Dunn [Thu, 10 Jul 2008 18:29:32 +0000 (19:29 +0100)] 
comctl32: Add support for drawing themed group boxes.

16 years agocomctl32: Some simplifications.
Gerald Pfeifer [Thu, 10 Jul 2008 14:21:00 +0000 (16:21 +0200)] 
comctl32: Some simplifications.

16 years agoinclude: Add header for mstask.
Roy Shea [Thu, 10 Jul 2008 19:48:08 +0000 (12:48 -0700)] 
include: Add header for mstask.

16 years agoincludes: Add video mixing renderer header.
Maarten Lankhorst [Thu, 10 Jul 2008 17:38:47 +0000 (10:38 -0700)] 
includes: Add video mixing renderer header.

16 years agoregedit: Implement deleting multiple values.
Andre Wisplinghoff [Thu, 10 Jul 2008 12:30:27 +0000 (14:30 +0200)] 
regedit: Implement deleting multiple values.

16 years agowined3d: Set ffp caps in the ffp backend, not the shader backend.
Stefan Dösinger [Thu, 3 Jul 2008 19:36:18 +0000 (14:36 -0500)] 
wined3d: Set ffp caps in the ffp backend, not the shader backend.

16 years agowined3d: Move shader_fragment_enable to the fragment pipeline implementation.
Stefan Dösinger [Fri, 4 Jul 2008 20:09:49 +0000 (15:09 -0500)] 
wined3d: Move shader_fragment_enable to the fragment pipeline implementation.

It isn't related to the shader backend any longer. The nvts_enable in
the ffp code isn't quite right as well, it should be moved away once
there is a dedicated nvts fragment pipeline replacement

16 years agowined3d: Samplers -> misc states.
Stefan Dösinger [Thu, 3 Jul 2008 12:04:59 +0000 (07:04 -0500)] 
wined3d: Samplers -> misc states.

16 years agoWined3d: Move the last states.
Stefan Dösinger [Thu, 3 Jul 2008 03:26:20 +0000 (22:26 -0500)] 
Wined3d: Move the last states.

16 years agowined3d: One more psize state.
Stefan Dösinger [Thu, 3 Jul 2008 03:22:48 +0000 (22:22 -0500)] 
wined3d: One more psize state.

16 years agowined3d: Point size vertex states.
Stefan Dösinger [Thu, 3 Jul 2008 03:21:35 +0000 (22:21 -0500)] 
wined3d: Point size vertex states.

16 years agorichedit: Use system colour for highlighting after v2.0.
Dylan Smith [Thu, 10 Jul 2008 22:28:45 +0000 (18:28 -0400)] 
richedit: Use system colour for highlighting after v2.0.

In version 1.0 of the richedit controls highlighting is done by
inverting the colours.  Version 2.0 and up highlight instead draw
the text using system colours for the background and the text.

16 years agorichedit: Prevented underlining the end of paragraph character.
Dylan Smith [Thu, 10 Jul 2008 22:28:41 +0000 (18:28 -0400)] 
richedit: Prevented underlining the end of paragraph character.

16 years agorichedit: Tabs are now highlighted and underlined.
Dylan Smith [Thu, 10 Jul 2008 22:26:56 +0000 (18:26 -0400)] 
richedit: Tabs are now highlighted and underlined.

16 years agomsxml3/tests: Added test for getContentHandler with NULL argument.
Piotr Caban [Thu, 10 Jul 2008 22:36:38 +0000 (00:36 +0200)] 
msxml3/tests: Added test for getContentHandler with NULL argument.

16 years agomsxml3: Fixed ISAXXMLReader_getContentHandler and ISAXXMLReader_getErrorHandler when...
Piotr Caban [Thu, 10 Jul 2008 22:36:34 +0000 (00:36 +0200)] 
msxml3: Fixed ISAXXMLReader_getContentHandler and ISAXXMLReader_getErrorHandler when second argument is NULL.

16 years agomsxml3: Fixed xmlnode_removeChild.
Piotr Caban [Thu, 10 Jul 2008 22:36:12 +0000 (00:36 +0200)] 
msxml3: Fixed xmlnode_removeChild.

16 years agowinspool: Move DeleteMonitorW to the backend.
Detlef Riekenberg [Thu, 10 Jul 2008 21:59:37 +0000 (23:59 +0200)] 
winspool: Move DeleteMonitorW to the backend.

16 years agowinspool: Move more parameter-checks for EnumMonitorsW to localspl.
Detlef Riekenberg [Thu, 10 Jul 2008 21:42:55 +0000 (23:42 +0200)] 
winspool: Move more parameter-checks for EnumMonitorsW to localspl.

16 years agosetupapi/tests: Avoid a crash on Win9x.
Detlef Riekenberg [Thu, 10 Jul 2008 21:24:02 +0000 (23:24 +0200)] 
setupapi/tests: Avoid a crash on Win9x.

16 years agodevenum: Call VariantInit instead of VariantClear.
Maarten Lankhorst [Fri, 11 Jul 2008 04:40:20 +0000 (21:40 -0700)] 
devenum: Call VariantInit instead of VariantClear.

16 years agoquartz: Add missing LeaveCriticalSection on error path (Smatch).
Michael Stefaniuc [Thu, 10 Jul 2008 22:10:02 +0000 (00:10 +0200)] 
quartz: Add missing LeaveCriticalSection on error path (Smatch).

16 years agoregedit: Null-terminate buffer in Unicode file import.
Alexander Nicolaysen Sørnes [Fri, 11 Jul 2008 11:21:17 +0000 (13:21 +0200)] 
regedit: Null-terminate buffer in Unicode file import.

16 years agoregedit: Fix comment handling in Unicode file import.
Alexander Nicolaysen Sørnes [Fri, 11 Jul 2008 00:55:14 +0000 (02:55 +0200)] 
regedit: Fix comment handling in Unicode file import.

16 years agoregedit: Use strchrW instead of custom code in Unicode file import.
Alexander Nicolaysen Sørnes [Fri, 11 Jul 2008 00:54:04 +0000 (02:54 +0200)] 
regedit: Use strchrW instead of custom code in Unicode file import.

16 years agooleaut32: Remove unneeded address-of operators from array names.
Andrew Talbot [Fri, 11 Jul 2008 09:41:47 +0000 (10:41 +0100)] 
oleaut32: Remove unneeded address-of operators from array names.

16 years agoole32: Remove unneeded address-of operators from array names.
Andrew Talbot [Fri, 11 Jul 2008 09:41:44 +0000 (10:41 +0100)] 
ole32: Remove unneeded address-of operators from array names.

16 years agontdll: Remove unneeded address-of operators from array names.
Andrew Talbot [Fri, 11 Jul 2008 09:41:42 +0000 (10:41 +0100)] 
ntdll: Remove unneeded address-of operators from array names.

16 years agomsi: Remove unneeded address-of operators from array names.
Andrew Talbot [Fri, 11 Jul 2008 09:41:39 +0000 (10:41 +0100)] 
msi: Remove unneeded address-of operators from array names.

16 years agomscms: Remove unneeded address-of operator from array name.
Andrew Talbot [Fri, 11 Jul 2008 09:41:36 +0000 (10:41 +0100)] 
mscms: Remove unneeded address-of operator from array name.

16 years agolocalspl: Remove unneeded address-of operators from array names.
Andrew Talbot [Fri, 11 Jul 2008 09:41:33 +0000 (10:41 +0100)] 
localspl: Remove unneeded address-of operators from array names.

16 years agokernel32: Remove unneeded address-of operators from array names.
Andrew Talbot [Fri, 11 Jul 2008 09:41:30 +0000 (10:41 +0100)] 
kernel32: Remove unneeded address-of operators from array names.

16 years agohlink: Remove unneeded address-of operators from array names.
Andrew Talbot [Thu, 10 Jul 2008 22:08:59 +0000 (23:08 +0100)] 
hlink: Remove unneeded address-of operators from array names.

16 years agohhctrl.ocx: Remove unneeded address-of operator from array name.
Andrew Talbot [Thu, 10 Jul 2008 22:08:56 +0000 (23:08 +0100)] 
hhctrl.ocx: Remove unneeded address-of operator from array name.

16 years agogdiplus: Remove unneeded address-of operator from array name.
Andrew Talbot [Thu, 10 Jul 2008 22:08:52 +0000 (23:08 +0100)] 
gdiplus: Remove unneeded address-of operator from array name.

16 years agogdi32: Remove unneeded address-of operator from array name.
Andrew Talbot [Thu, 10 Jul 2008 22:08:49 +0000 (23:08 +0100)] 
gdi32: Remove unneeded address-of operator from array name.

16 years agoquartz: Make the file source rotate around the 'first' sample, to prevent starvation...
Maarten Lankhorst [Thu, 10 Jul 2008 21:33:53 +0000 (14:33 -0700)] 
quartz: Make the file source rotate around the 'first' sample, to prevent starvation of a single stream.

This prevents the file source from starving a single thread off.

16 years agoquartz: End the flush downstream first before restarting playback in pullpin.
Maarten Lankhorst [Thu, 10 Jul 2008 21:32:58 +0000 (14:32 -0700)] 
quartz: End the flush downstream first before restarting playback in pullpin.

16 years agowined3d: Destroy the shader backend after the stateblock.
H. Verbeet [Thu, 10 Jul 2008 21:26:10 +0000 (23:26 +0200)] 
wined3d: Destroy the shader backend after the stateblock.

Destroying the stateblock potentially references the shader backend.
If the stateblock has active shaders when it is released, the shader's
destructor will tell the shader backend to destroy the corresponding
resources. This was exposed by my patch that moved the glsl program
lookup table into the backend's private data.

16 years agowintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
Juan Lang [Thu, 10 Jul 2008 19:34:07 +0000 (12:34 -0700)] 
wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path is passed in place of WINTRUST_DATA's pFile member.

16 years agogdiplus: Implemented GdipGetPenDashCount.
Nikolay Sivov [Thu, 10 Jul 2008 19:17:17 +0000 (23:17 +0400)] 
gdiplus: Implemented GdipGetPenDashCount.

16 years agogdiplus: Implemented GdipSetPenDashCap197819.
Nikolay Sivov [Thu, 10 Jul 2008 19:16:41 +0000 (23:16 +0400)] 
gdiplus: Implemented GdipSetPenDashCap197819.

16 years agogdiplus: GdipFillRegion actually belongs to Graphics.
Nikolay Sivov [Thu, 10 Jul 2008 19:15:59 +0000 (23:15 +0400)] 
gdiplus: GdipFillRegion actually belongs to Graphics.

16 years agoinclude/winhttp.h: Add WinHttp status codes.
Zac Brown [Thu, 10 Jul 2008 19:01:54 +0000 (12:01 -0700)] 
include/winhttp.h: Add WinHttp status codes.

16 years agogdiplus/tests: Don't test returned value if the call failed.
Alexandre Julliard [Thu, 10 Jul 2008 18:39:45 +0000 (20:39 +0200)] 
gdiplus/tests: Don't test returned value if the call failed.

16 years agowined3d: Don't call shader_select() in depth_blt().
H. Verbeet [Thu, 10 Jul 2008 15:57:35 +0000 (17:57 +0200)] 
wined3d: Don't call shader_select() in depth_blt().

Calling shader_select() from inside depth_blt() isn't necessarily
safe. shader_select() assumes CompileShader() has been called for the
current shaders, but that depends on STATE_VSHADER / STATE_PIXELSHADER
being applied. That isn't always true when depth_blt() gets called,
with the result that sometimes GLSL programs could be created with no
shader objects attached.

16 years agoshlwapi: Fix tests under w2k8.
Alistair Leslie-Hughes [Wed, 9 Jul 2008 09:37:05 +0000 (19:37 +1000)] 
shlwapi: Fix tests under w2k8.

16 years agoserver: Better handling of errors when accessing the /proc control files on Solaris.
Alexandre Julliard [Thu, 10 Jul 2008 18:15:15 +0000 (20:15 +0200)] 
server: Better handling of errors when accessing the /proc control files on Solaris.

16 years agontdll: Add some workarounds for Solaris signal handling breakages.
Alexandre Julliard [Thu, 10 Jul 2008 16:18:16 +0000 (18:18 +0200)] 
ntdll: Add some workarounds for Solaris signal handling breakages.

16 years agorichedit: Handle overflow of only spaces on first line of paragraph.
Dylan Smith [Thu, 10 Jul 2008 14:17:43 +0000 (10:17 -0400)] 
richedit: Handle overflow of only spaces on first line of paragraph.

The uncommon case that this patch handles is enough whitespace being
on the first line of a paragraph to cause it to wrap.  In this case the
first non-space character will be wrapped onto the next line.

16 years agorichedit: Fixed position of runs in some situations during wrapping.
Dylan Smith [Thu, 10 Jul 2008 14:17:39 +0000 (10:17 -0400)] 
richedit: Fixed position of runs in some situations during wrapping.

Runs that are skipped over still need to affect the wrapping position,
otherwise they won't affect further run positions.

16 years agorichedit: Tabs cause lines to wrap but not end of paragraph run.
Dylan Smith [Thu, 10 Jul 2008 14:17:30 +0000 (10:17 -0400)] 
richedit: Tabs cause lines to wrap but not end of paragraph run.

16 years agorichedit: Removed redundant wrapping code.
Dylan Smith [Thu, 10 Jul 2008 14:17:23 +0000 (10:17 -0400)] 
richedit: Removed redundant wrapping code.

Lines in ME_WrapHandleRun were removed because ME_CalcRunExtent is
already called unconditionally just before it in the call to
ME_WrapSizeRun.

16 years agomsxml3: oldChild in xmlnode_removeChild may be NULL.
Piotr Caban [Thu, 10 Jul 2008 13:22:21 +0000 (15:22 +0200)] 
msxml3: oldChild in xmlnode_removeChild may be NULL.

16 years agomsxml3/tests: Added more tests to ISAXXMLReader_putContentHandler and ISAXXMLReader_g...
Piotr Caban [Thu, 10 Jul 2008 13:22:14 +0000 (15:22 +0200)] 
msxml3/tests: Added more tests to ISAXXMLReader_putContentHandler and ISAXXMLReader_getContentHandler, added todo test for ISAXXMLReader_parse.

16 years agogdiplus: Partial implementation of GdipCreateBitmapFromGdiDib.
Huw Davies [Thu, 10 Jul 2008 14:39:29 +0000 (15:39 +0100)] 
gdiplus: Partial implementation of GdipCreateBitmapFromGdiDib.

16 years agogdiplus: Stubs for GdipIsVisiblePathPoint[I].
Huw Davies [Thu, 10 Jul 2008 14:34:09 +0000 (15:34 +0100)] 
gdiplus: Stubs for GdipIsVisiblePathPoint[I].

16 years agogdiplus: Implement GdipCreateMetafileFromWmfFile.
Huw Davies [Thu, 10 Jul 2008 14:30:30 +0000 (15:30 +0100)] 
gdiplus: Implement GdipCreateMetafileFromWmfFile.

16 years agogdiplus: Add stubs for GdipTransformPoints[I].
Huw Davies [Thu, 10 Jul 2008 14:26:58 +0000 (15:26 +0100)] 
gdiplus: Add stubs for GdipTransformPoints[I].

16 years agoregedit: Add support for importing Unicode files.
Alexander Nicolaysen Sørnes [Wed, 9 Jul 2008 21:39:08 +0000 (23:39 +0200)] 
regedit: Add support for importing Unicode files.

16 years agoregedit: Convert remaining registry import code to Unicode.
Alexander Nicolaysen Sørnes [Wed, 9 Jul 2008 20:41:26 +0000 (22:41 +0200)] 
regedit: Convert remaining registry import code to Unicode.

16 years agoregedit: Convert openKey to Unicode.
Alexander Nicolaysen Sørnes [Wed, 9 Jul 2008 19:42:20 +0000 (21:42 +0200)] 
regedit: Convert openKey to Unicode.

16 years agoregedit: Convert the rest of setValue to Unicode.
Alexander Nicolaysen Sørnes [Wed, 9 Jul 2008 18:59:01 +0000 (20:59 +0200)] 
regedit: Convert the rest of setValue to Unicode.

16 years agoregedit: Fixed the GetWideString and GetMultiByteString functions to work with null...
Alexandre Julliard [Thu, 10 Jul 2008 15:49:36 +0000 (17:49 +0200)] 
regedit: Fixed the GetWideString and GetMultiByteString functions to work with null-terminated strings.

16 years agowinetest: Use Win32 APIs exclusively for file I/O and output redirection.
Alexandre Julliard [Thu, 10 Jul 2008 15:45:22 +0000 (17:45 +0200)] 
winetest: Use Win32 APIs exclusively for file I/O and output redirection.

16 years agontdll: Use module for path to activation context.
Maarten Lankhorst [Sun, 22 Jun 2008 07:11:23 +0000 (00:11 -0700)] 
ntdll: Use module for path to activation context.

16 years agowininet/tests: Change some traces to skips in tests.
Zac Brown [Thu, 10 Jul 2008 01:04:05 +0000 (18:04 -0700)] 
wininet/tests: Change some traces to skips in tests.

16 years agoquartz: Call run before pausing in transform filter.
Maarten Lankhorst [Wed, 9 Jul 2008 19:57:10 +0000 (12:57 -0700)] 
quartz: Call run before pausing in transform filter.

16 years agoquartz: Make filtergraph quieter.
Maarten Lankhorst [Wed, 9 Jul 2008 20:01:19 +0000 (13:01 -0700)] 
quartz: Make filtergraph quieter.

16 years agoquartz: Make parser start even if some of the pins aren't connected.
Maarten Lankhorst [Wed, 9 Jul 2008 20:00:43 +0000 (13:00 -0700)] 
quartz: Make parser start even if some of the pins aren't connected.

16 years agoconfigure: On Solaris liblber needs libsocket.
Francois Gouget [Thu, 10 Jul 2008 10:36:06 +0000 (12:36 +0200)] 
configure: On Solaris liblber needs libsocket.

16 years agogdiplus: Add/fix the trailing '\n' to Wine traces.
Francois Gouget [Thu, 10 Jul 2008 10:33:26 +0000 (12:33 +0200)] 
gdiplus: Add/fix the trailing '\n' to Wine traces.

16 years agoAssorted spelling fixes.
Francois Gouget [Wed, 9 Jul 2008 22:25:28 +0000 (00:25 +0200)] 
Assorted spelling fixes.

16 years agoregedit: Use RegSetValueExW when importing data.
Alexander Nicolaysen Sørnes [Wed, 9 Jul 2008 18:02:02 +0000 (20:02 +0200)] 
regedit: Use RegSetValueExW when importing data.

16 years agoregedit: Use unicode for all key deletion.
Alexander Nicolaysen Sørnes [Wed, 9 Jul 2008 16:18:14 +0000 (18:18 +0200)] 
regedit: Use unicode for all key deletion.

16 years agogdiplus: Add another helper macro to deal with magic numbers.
Adam Petaccia [Thu, 10 Jul 2008 04:45:21 +0000 (00:45 -0400)] 
gdiplus: Add another helper macro to deal with magic numbers.

16 years agogdiplus: Add a test for a floating-point triangle.
Adam Petaccia [Thu, 10 Jul 2008 04:44:55 +0000 (00:44 -0400)] 
gdiplus: Add a test for a floating-point triangle.

16 years agogdiplus: Add more tests for regions and paths.
Adam Petaccia [Thu, 10 Jul 2008 04:44:47 +0000 (00:44 -0400)] 
gdiplus: Add more tests for regions and paths.

16 years agogdiplus: Test for CharacterRange.
Adam Petaccia [Wed, 9 Jul 2008 07:33:52 +0000 (03:33 -0400)] 
gdiplus: Test for CharacterRange.

16 years agogdiplus: Stub GdipFillRegion.
Adam Petaccia [Wed, 9 Jul 2008 07:33:47 +0000 (03:33 -0400)] 
gdiplus: Stub GdipFillRegion.

16 years agogdiplus: Stub GdipMeasureCharacterRanges.
Adam Petaccia [Wed, 9 Jul 2008 07:33:40 +0000 (03:33 -0400)] 
gdiplus: Stub GdipMeasureCharacterRanges.

16 years agogdiplus: Stub GdipSetStringFormatMeasurableCharacterRanges.
Adam Petaccia [Wed, 9 Jul 2008 07:33:37 +0000 (03:33 -0400)] 
gdiplus: Stub GdipSetStringFormatMeasurableCharacterRanges.

16 years agogdiplus: Stub GdipGetStringFormatMeasurableCharacterRangeCount.
Adam Petaccia [Wed, 9 Jul 2008 07:33:35 +0000 (03:33 -0400)] 
gdiplus: Stub GdipGetStringFormatMeasurableCharacterRangeCount.

16 years agogdiplus: GdipMeasureString: .spec file fix.
Adam Petaccia [Wed, 9 Jul 2008 07:33:32 +0000 (03:33 -0400)] 
gdiplus: GdipMeasureString: .spec file fix.

16 years agogdiplus: Implement GdipGetStringFormatFlags.
Adam Petaccia [Wed, 9 Jul 2008 07:33:30 +0000 (03:33 -0400)] 
gdiplus: Implement GdipGetStringFormatFlags.

16 years agogdiplus: Stub GdipStringFormatGetGenericDefault.
Adam Petaccia [Wed, 9 Jul 2008 07:33:17 +0000 (03:33 -0400)] 
gdiplus: Stub GdipStringFormatGetGenericDefault.

16 years agowinex11: Allow for sane SCIM im processing by processing some filtered KeyRelease...
Aric Stewart [Thu, 10 Jul 2008 02:29:20 +0000 (11:29 +0900)] 
winex11: Allow for sane SCIM im processing by processing some filtered KeyRelease events.

16 years agocoreaudio: Make sure Port_SendToMessageThread is not NULL before calling CFMessagePor...
Aric Stewart [Thu, 10 Jul 2008 02:28:56 +0000 (11:28 +0900)] 
coreaudio: Make sure Port_SendToMessageThread is not NULL before calling CFMessagePortSendRequest.

Prevents crashing when closing audio device during playback.