Stefan Dösinger [Sat, 5 Jul 2008 23:31:34 +0000 (18:31 -0500)]
wined3d: Give nv* fixed function stuff its own state template.
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.
Stefan Dösinger [Fri, 4 Jul 2008 21:33:40 +0000 (16:33 -0500)]
wined3d: WINED3DTSS_TEXCOORDINDEX belongs to the vertex pipeline.
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.
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.
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.
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.
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).
Juan Lang [Fri, 11 Jul 2008 15:54:45 +0000 (08:54 -0700)]
crypt32: Don't expect ImageGetCertificateData to succeed when Certificate is NULL.
Juan Lang [Fri, 11 Jul 2008 15:20:35 +0000 (08:20 -0700)]
crypt32: Add MS root certs to root store.
Alexandre Julliard [Fri, 11 Jul 2008 15:55:55 +0000 (17:55 +0200)]
Release 1.1.1.
Alexandre Julliard [Fri, 11 Jul 2008 13:29:41 +0000 (15:29 +0200)]
winealsa: Fix some unsigned comparison < 0 warnings.
Reece Dunn [Thu, 10 Jul 2008 18:29:32 +0000 (19:29 +0100)]
comctl32: Add support for drawing themed group boxes.
Gerald Pfeifer [Thu, 10 Jul 2008 14:21:00 +0000 (16:21 +0200)]
comctl32: Some simplifications.
Roy Shea [Thu, 10 Jul 2008 19:48:08 +0000 (12:48 -0700)]
include: Add header for mstask.
Maarten Lankhorst [Thu, 10 Jul 2008 17:38:47 +0000 (10:38 -0700)]
includes: Add video mixing renderer header.
Andre Wisplinghoff [Thu, 10 Jul 2008 12:30:27 +0000 (14:30 +0200)]
regedit: Implement deleting multiple values.
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.
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
Stefan Dösinger [Thu, 3 Jul 2008 12:04:59 +0000 (07:04 -0500)]
wined3d: Samplers -> misc states.
Stefan Dösinger [Thu, 3 Jul 2008 03:26:20 +0000 (22:26 -0500)]
Wined3d: Move the last states.
Stefan Dösinger [Thu, 3 Jul 2008 03:22:48 +0000 (22:22 -0500)]
wined3d: One more psize state.
Stefan Dösinger [Thu, 3 Jul 2008 03:21:35 +0000 (22:21 -0500)]
wined3d: Point size vertex states.
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.
Dylan Smith [Thu, 10 Jul 2008 22:28:41 +0000 (18:28 -0400)]
richedit: Prevented underlining the end of paragraph character.
Dylan Smith [Thu, 10 Jul 2008 22:26:56 +0000 (18:26 -0400)]
richedit: Tabs are now highlighted and underlined.
Piotr Caban [Thu, 10 Jul 2008 22:36:38 +0000 (00:36 +0200)]
msxml3/tests: Added test for getContentHandler with NULL argument.
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.
Piotr Caban [Thu, 10 Jul 2008 22:36:12 +0000 (00:36 +0200)]
msxml3: Fixed xmlnode_removeChild.
Detlef Riekenberg [Thu, 10 Jul 2008 21:59:37 +0000 (23:59 +0200)]
winspool: Move DeleteMonitorW to the backend.
Detlef Riekenberg [Thu, 10 Jul 2008 21:42:55 +0000 (23:42 +0200)]
winspool: Move more parameter-checks for EnumMonitorsW to localspl.
Detlef Riekenberg [Thu, 10 Jul 2008 21:24:02 +0000 (23:24 +0200)]
setupapi/tests: Avoid a crash on Win9x.
Maarten Lankhorst [Fri, 11 Jul 2008 04:40:20 +0000 (21:40 -0700)]
devenum: Call VariantInit instead of VariantClear.
Michael Stefaniuc [Thu, 10 Jul 2008 22:10:02 +0000 (00:10 +0200)]
quartz: Add missing LeaveCriticalSection on error path (Smatch).
Alexander Nicolaysen Sørnes [Fri, 11 Jul 2008 11:21:17 +0000 (13:21 +0200)]
regedit: Null-terminate buffer 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.
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.
Andrew Talbot [Fri, 11 Jul 2008 09:41:47 +0000 (10:41 +0100)]
oleaut32: 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.
Andrew Talbot [Fri, 11 Jul 2008 09:41:42 +0000 (10:41 +0100)]
ntdll: 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.
Andrew Talbot [Fri, 11 Jul 2008 09:41:36 +0000 (10:41 +0100)]
mscms: Remove unneeded address-of operator from array name.
Andrew Talbot [Fri, 11 Jul 2008 09:41:33 +0000 (10:41 +0100)]
localspl: 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.
Andrew Talbot [Thu, 10 Jul 2008 22:08:59 +0000 (23:08 +0100)]
hlink: Remove unneeded address-of operators from array names.
Andrew Talbot [Thu, 10 Jul 2008 22:08:56 +0000 (23:08 +0100)]
hhctrl.ocx: 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.
Andrew Talbot [Thu, 10 Jul 2008 22:08:49 +0000 (23:08 +0100)]
gdi32: Remove unneeded address-of operator from array name.
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.
Maarten Lankhorst [Thu, 10 Jul 2008 21:32:58 +0000 (14:32 -0700)]
quartz: End the flush downstream first before restarting playback in pullpin.
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.
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.
Nikolay Sivov [Thu, 10 Jul 2008 19:17:17 +0000 (23:17 +0400)]
gdiplus: Implemented GdipGetPenDashCount.
Nikolay Sivov [Thu, 10 Jul 2008 19:16:41 +0000 (23:16 +0400)]
gdiplus: Implemented GdipSetPenDashCap197819.
Nikolay Sivov [Thu, 10 Jul 2008 19:15:59 +0000 (23:15 +0400)]
gdiplus: GdipFillRegion actually belongs to Graphics.
Zac Brown [Thu, 10 Jul 2008 19:01:54 +0000 (12:01 -0700)]
include/winhttp.h: Add WinHttp status codes.
Alexandre Julliard [Thu, 10 Jul 2008 18:39:45 +0000 (20:39 +0200)]
gdiplus/tests: Don't test returned value if the call failed.
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.
Alistair Leslie-Hughes [Wed, 9 Jul 2008 09:37:05 +0000 (19:37 +1000)]
shlwapi: Fix tests under w2k8.
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.
Alexandre Julliard [Thu, 10 Jul 2008 16:18:16 +0000 (18:18 +0200)]
ntdll: Add some workarounds for Solaris signal handling breakages.
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.
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.
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.
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.
Piotr Caban [Thu, 10 Jul 2008 13:22:21 +0000 (15:22 +0200)]
msxml3: oldChild in xmlnode_removeChild may be NULL.
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.
Huw Davies [Thu, 10 Jul 2008 14:39:29 +0000 (15:39 +0100)]
gdiplus: Partial implementation of GdipCreateBitmapFromGdiDib.
Huw Davies [Thu, 10 Jul 2008 14:34:09 +0000 (15:34 +0100)]
gdiplus: Stubs for GdipIsVisiblePathPoint[I].
Huw Davies [Thu, 10 Jul 2008 14:30:30 +0000 (15:30 +0100)]
gdiplus: Implement GdipCreateMetafileFromWmfFile.
Huw Davies [Thu, 10 Jul 2008 14:26:58 +0000 (15:26 +0100)]
gdiplus: Add stubs for GdipTransformPoints[I].
Alexander Nicolaysen Sørnes [Wed, 9 Jul 2008 21:39:08 +0000 (23:39 +0200)]
regedit: Add support for importing Unicode files.
Alexander Nicolaysen Sørnes [Wed, 9 Jul 2008 20:41:26 +0000 (22:41 +0200)]
regedit: Convert remaining registry import code to Unicode.
Alexander Nicolaysen Sørnes [Wed, 9 Jul 2008 19:42:20 +0000 (21:42 +0200)]
regedit: Convert openKey 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.
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.
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.
Maarten Lankhorst [Sun, 22 Jun 2008 07:11:23 +0000 (00:11 -0700)]
ntdll: Use module for path to activation context.
Zac Brown [Thu, 10 Jul 2008 01:04:05 +0000 (18:04 -0700)]
wininet/tests: Change some traces to skips in tests.
Maarten Lankhorst [Wed, 9 Jul 2008 19:57:10 +0000 (12:57 -0700)]
quartz: Call run before pausing in transform filter.
Maarten Lankhorst [Wed, 9 Jul 2008 20:01:19 +0000 (13:01 -0700)]
quartz: Make filtergraph quieter.
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.
Francois Gouget [Thu, 10 Jul 2008 10:36:06 +0000 (12:36 +0200)]
configure: On Solaris liblber needs libsocket.
Francois Gouget [Thu, 10 Jul 2008 10:33:26 +0000 (12:33 +0200)]
gdiplus: Add/fix the trailing '\n' to Wine traces.
Francois Gouget [Wed, 9 Jul 2008 22:25:28 +0000 (00:25 +0200)]
Assorted spelling fixes.
Alexander Nicolaysen Sørnes [Wed, 9 Jul 2008 18:02:02 +0000 (20:02 +0200)]
regedit: Use RegSetValueExW when importing data.
Alexander Nicolaysen Sørnes [Wed, 9 Jul 2008 16:18:14 +0000 (18:18 +0200)]
regedit: Use unicode for all key deletion.
Adam Petaccia [Thu, 10 Jul 2008 04:45:21 +0000 (00:45 -0400)]
gdiplus: Add another helper macro to deal with magic numbers.
Adam Petaccia [Thu, 10 Jul 2008 04:44:55 +0000 (00:44 -0400)]
gdiplus: Add a test for a floating-point triangle.
Adam Petaccia [Thu, 10 Jul 2008 04:44:47 +0000 (00:44 -0400)]
gdiplus: Add more tests for regions and paths.
Adam Petaccia [Wed, 9 Jul 2008 07:33:52 +0000 (03:33 -0400)]
gdiplus: Test for CharacterRange.
Adam Petaccia [Wed, 9 Jul 2008 07:33:47 +0000 (03:33 -0400)]
gdiplus: Stub GdipFillRegion.
Adam Petaccia [Wed, 9 Jul 2008 07:33:40 +0000 (03:33 -0400)]
gdiplus: Stub GdipMeasureCharacterRanges.
Adam Petaccia [Wed, 9 Jul 2008 07:33:37 +0000 (03:33 -0400)]
gdiplus: Stub GdipSetStringFormatMeasurableCharacterRanges.
Adam Petaccia [Wed, 9 Jul 2008 07:33:35 +0000 (03:33 -0400)]
gdiplus: Stub GdipGetStringFormatMeasurableCharacterRangeCount.
Adam Petaccia [Wed, 9 Jul 2008 07:33:32 +0000 (03:33 -0400)]
gdiplus: GdipMeasureString: .spec file fix.
Adam Petaccia [Wed, 9 Jul 2008 07:33:30 +0000 (03:33 -0400)]
gdiplus: Implement GdipGetStringFormatFlags.
Adam Petaccia [Wed, 9 Jul 2008 07:33:17 +0000 (03:33 -0400)]
gdiplus: Stub GdipStringFormatGetGenericDefault.
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.
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.