wine
16 years agowined3d: Implement the state merger and start to use it.
Stefan Dösinger [Wed, 2 Jul 2008 00:43:52 +0000 (19:43 -0500)] 
wined3d: Implement the state merger and start to use it.

16 years agowined3d: Start the state splitup.
Stefan Dösinger [Tue, 1 Jul 2008 23:23:44 +0000 (18:23 -0500)] 
wined3d: Start the state splitup.

The idea of this patchset is to split the monolithic state set into 3
parts, vertex processing, fragment processing and other states(depth,
stencil, scissor, ...). The states will be provided in templates which
can be (mostly) independently combined, and are merged into a single
state table at device creation time. This way we retain the advantages
of the single state table and having the advantage of separated
pipeline implementations which can be combined without any manually
written glue code.

16 years agowined3d: Remove an unneeded atifs hack.
Stefan Dösinger [Tue, 1 Jul 2008 22:18:29 +0000 (17:18 -0500)] 
wined3d: Remove an unneeded atifs hack.

The atifs fragment processing implementation doesn't borrow a pixel shader
implementation from anywhere. It was a hack during development, but never needed.

16 years agoAdd support for compatibility mode in WineEngCreateFontInstance.
Michael Karcher [Mon, 7 Jul 2008 15:18:10 +0000 (17:18 +0200)] 
Add support for compatibility mode in WineEngCreateFontInstance.

16 years agorichedit: Hide cursor when text is selected.
Dylan Smith [Mon, 7 Jul 2008 15:04:06 +0000 (11:04 -0400)] 
richedit: Hide cursor when text is selected.

The cursor should only be shown when there is no selection, since this
is how it is done in Windows.  This patch avoids showing the cursor when
there is a selection, and destroys the cursor when a selection is made.

16 years agorichedit: Implemented triple click selection.
Dylan Smith [Mon, 7 Jul 2008 15:04:02 +0000 (11:04 -0400)] 
richedit: Implemented triple click selection.

16 years agorichedit: Implemented paragraph selection.
Dylan Smith [Mon, 7 Jul 2008 15:03:59 +0000 (11:03 -0400)] 
richedit: Implemented paragraph selection.

16 years agorichedit: Fixed drag and shift selection for words and lines.
Dylan Smith [Mon, 7 Jul 2008 15:03:53 +0000 (11:03 -0400)] 
richedit: Fixed drag and shift selection for words and lines.

Previously word drag and shift selection was not implemented.  Line
drag selection was working, but shift selection wasn't.

16 years agowinhlp32: Update Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Sun, 6 Jul 2008 15:47:00 +0000 (17:47 +0200)] 
winhlp32: Update Norwegian Bokmål translation.

16 years agouser32: Properly update position after dragging an iconic window.
Alexandre Julliard [Mon, 7 Jul 2008 13:51:30 +0000 (15:51 +0200)] 
user32: Properly update position after dragging an iconic window.

16 years agowinealsa.drv: Don't trace deprecated parameters.
Alexandre Julliard [Mon, 7 Jul 2008 12:53:49 +0000 (14:53 +0200)] 
winealsa.drv: Don't trace deprecated parameters.

16 years agogdiplus: Store the family name directly in the GpFontFamily structure.
Alexandre Julliard [Mon, 7 Jul 2008 12:53:10 +0000 (14:53 +0200)] 
gdiplus: Store the family name directly in the GpFontFamily structure.

16 years agogdiplus: Implement GdipGetEmHeight.
Adam Petaccia [Thu, 3 Jul 2008 18:27:02 +0000 (14:27 -0400)] 
gdiplus: Implement GdipGetEmHeight.

16 years agogdiplus: Implement GdipGetCellDescent.
Adam Petaccia [Thu, 3 Jul 2008 18:26:57 +0000 (14:26 -0400)] 
gdiplus: Implement GdipGetCellDescent.

16 years agogdiplus: Implement GdipGetCellAscent.
Adam Petaccia [Thu, 3 Jul 2008 18:26:53 +0000 (14:26 -0400)] 
gdiplus: Implement GdipGetCellAscent.

16 years agogdiplus: Tests for FontFamily properties.
Adam Petaccia [Thu, 3 Jul 2008 18:26:44 +0000 (14:26 -0400)] 
gdiplus: Tests for FontFamily properties.

16 years agogdiplus: Use a better framework for filling out FontFamilies.
Adam Petaccia [Thu, 3 Jul 2008 18:26:50 +0000 (14:26 -0400)] 
gdiplus: Use a better framework for filling out FontFamilies.

16 years agogdiplus: Stub GdipGetFontHeightGivenDPI.
Adam Petaccia [Thu, 3 Jul 2008 18:26:41 +0000 (14:26 -0400)] 
gdiplus: Stub GdipGetFontHeightGivenDPI.

16 years agogdiplus: Stub GdipGetCellDescent.
Adam Petaccia [Thu, 3 Jul 2008 18:26:37 +0000 (14:26 -0400)] 
gdiplus: Stub GdipGetCellDescent.

16 years agogdiplus: Stub GdipGetCellAscent.
Adam Petaccia [Thu, 3 Jul 2008 18:26:33 +0000 (14:26 -0400)] 
gdiplus: Stub GdipGetCellAscent.

16 years agogdiplus: Stub GdipGetEmHeight.
Adam Petaccia [Thu, 3 Jul 2008 18:26:30 +0000 (14:26 -0400)] 
gdiplus: Stub GdipGetEmHeight.

16 years agogdiplus: Stub GdipGetLineSpacing.
Adam Petaccia [Thu, 3 Jul 2008 18:26:27 +0000 (14:26 -0400)] 
gdiplus: Stub GdipGetLineSpacing.

16 years agogdiplus: Implement GdipCloneFontFamily.
Adam Petaccia [Thu, 3 Jul 2008 18:26:22 +0000 (14:26 -0400)] 
gdiplus: Implement GdipCloneFontFamily.

16 years agogdiplus: Stub GdipCloneFontFamily.
Adam Petaccia [Thu, 3 Jul 2008 18:26:06 +0000 (14:26 -0400)] 
gdiplus: Stub GdipCloneFontFamily.

16 years agogdiplus: test_getgenerics: Don't use a pointer-to-pointer construct.
Adam Petaccia [Thu, 3 Jul 2008 18:26:01 +0000 (14:26 -0400)] 
gdiplus: test_getgenerics: Don't use a pointer-to-pointer construct.

16 years agogdiplus: test_fontfamily: Don't use a pointer-to-pointer construct.
Adam Petaccia [Thu, 3 Jul 2008 18:25:56 +0000 (14:25 -0400)] 
gdiplus: test_fontfamily: Don't use a pointer-to-pointer construct.

16 years agogdiplus: Valgrind: fix warnings about using uninitialized memory, and leaking memory.
Adam Petaccia [Thu, 3 Jul 2008 18:25:41 +0000 (14:25 -0400)] 
gdiplus: Valgrind: fix warnings about using uninitialized memory, and leaking memory.

16 years agogdiplus: Fix spec definition of GdipCreateBitmapFromHBITMAP.
Jeff Smith [Fri, 4 Jul 2008 04:12:14 +0000 (23:12 -0500)] 
gdiplus: Fix spec definition of GdipCreateBitmapFromHBITMAP.

16 years agogdiplus: Remove duplicate forward declaration of class GpGraphics.
Jeff Smith [Fri, 4 Jul 2008 03:32:12 +0000 (22:32 -0500)] 
gdiplus: Remove duplicate forward declaration of class GpGraphics.

16 years agooleaut32: Don't read past the digits array in VARIANT_FormatNumber.
Jon Griffiths [Sun, 6 Jul 2008 17:17:16 +0000 (10:17 -0700)] 
oleaut32: Don't read past the digits array in VARIANT_FormatNumber.

16 years agoFix minor comment typos.
Jon Griffiths [Sun, 6 Jul 2008 18:04:34 +0000 (11:04 -0700)] 
Fix minor comment typos.

16 years agomsvcr71: Forward __pctype_func.
Jon Griffiths [Sun, 6 Jul 2008 17:55:04 +0000 (10:55 -0700)] 
msvcr71: Forward __pctype_func.

16 years agowsock32: Forward TransmitFile to the implementation in mswsock.
Jon Griffiths [Sun, 6 Jul 2008 15:18:52 +0000 (08:18 -0700)] 
wsock32: Forward TransmitFile to the implementation in mswsock.

16 years agooleaut32: Fix memcpy overlapping ranges in SysReAllocStringLen.
Jon Griffiths [Sun, 6 Jul 2008 15:42:27 +0000 (08:42 -0700)] 
oleaut32: Fix memcpy overlapping ranges in SysReAllocStringLen.

16 years agooleaut32/test: Fix valgrind leaks.
Jon Griffiths [Sun, 6 Jul 2008 16:21:08 +0000 (09:21 -0700)] 
oleaut32/test: Fix valgrind leaks.

16 years agowininet: Add port number to Host HTTP header.
Alexander Morozov [Thu, 3 Jul 2008 12:34:40 +0000 (16:34 +0400)] 
wininet: Add port number to Host HTTP header.

16 years agowininet: Add support of INTERNET_FLAG_NO_CACHE_WRITE.
Alexander Morozov [Fri, 4 Jul 2008 10:00:29 +0000 (14:00 +0400)] 
wininet: Add support of INTERNET_FLAG_NO_CACHE_WRITE.

16 years agogdiplus: Check arguments in GdipPathIterNextSubpath.
Nikolay Sivov [Sat, 5 Jul 2008 09:02:58 +0000 (13:02 +0400)] 
gdiplus: Check arguments in GdipPathIterNextSubpath.

16 years agogdiplus: Implementation of GdipPathIterGetSubpathCount with tests.
Nikolay Sivov [Sat, 5 Jul 2008 09:02:51 +0000 (13:02 +0400)] 
gdiplus: Implementation of GdipPathIterGetSubpathCount with tests.

16 years agogdiplus: GdipPathIterNextMarker implementation with tests.
Nikolay Sivov [Sat, 5 Jul 2008 09:02:36 +0000 (13:02 +0400)] 
gdiplus: GdipPathIterNextMarker implementation with tests.

16 years agorichedit: Fixed Valgrind error related to undoing.
Dylan Smith [Sun, 6 Jul 2008 19:27:40 +0000 (15:27 -0400)] 
richedit: Fixed Valgrind error related to undoing.

The error was a memory access of a freed object.  In ME_AddUndoItem I
checked the top of the undo stack to end a coalescing undo transaction,
assuming that this should be either a valid undo item, or NULL, instead
it was already freed.

16 years agorichedit: Fixed double click issues by sharing code with single click.
Dylan Smith [Sat, 5 Jul 2008 08:23:53 +0000 (04:23 -0400)] 
richedit: Fixed double click issues by sharing code with single click.

16 years agorichedit: Made sure word selection selects only one word.
Dylan Smith [Sat, 5 Jul 2008 08:23:47 +0000 (04:23 -0400)] 
richedit: Made sure word selection selects only one word.

16 years agowined3d: Correct an off-by-one error in constant dirtification.
Stefan Dösinger [Sun, 6 Jul 2008 16:51:26 +0000 (11:51 -0500)] 
wined3d: Correct an off-by-one error in constant dirtification.

Constant numbers start at 0, and the loading loop has a for(i; i <
dirtyconsts; i++). This means that the highest dirty constant isn't
loaded correctly. Rather than replacing the < with <=, which would
make it impossible to have no dirty constant, add 1 to the dirty
constant counter.

16 years agowinecfg: Update Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Sun, 6 Jul 2008 15:54:31 +0000 (17:54 +0200)] 
winecfg: Update Norwegian Bokmål translation.

16 years agoshell32: Update Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Sun, 6 Jul 2008 15:38:32 +0000 (17:38 +0200)] 
shell32: Update Norwegian Bokmål translation.

16 years agowinedos: Remove unneeded address-of operator from function name.
Andrew Talbot [Sun, 6 Jul 2008 12:00:58 +0000 (13:00 +0100)] 
winedos: Remove unneeded address-of operator from function name.

16 years agowined3d: Remove unneeded address-of operators from function names.
Andrew Talbot [Sun, 6 Jul 2008 12:00:52 +0000 (13:00 +0100)] 
wined3d: Remove unneeded address-of operators from function names.

16 years agouser32: Remove unneeded address-of operators from function names.
Andrew Talbot [Sun, 6 Jul 2008 12:00:47 +0000 (13:00 +0100)] 
user32: Remove unneeded address-of operators from function names.

16 years agoshell32: Remove unneeded address-of operators from function names.
Andrew Talbot [Sun, 6 Jul 2008 12:00:42 +0000 (13:00 +0100)] 
shell32: Remove unneeded address-of operators from function names.

16 years agoquartz: Remove unneeded address-of operators from function names.
Andrew Talbot [Sun, 6 Jul 2008 12:00:35 +0000 (13:00 +0100)] 
quartz: Remove unneeded address-of operators from function names.

16 years agoole32: Remove unneeded address-of operators from function name.
Andrew Talbot [Sun, 6 Jul 2008 12:00:24 +0000 (13:00 +0100)] 
ole32: Remove unneeded address-of operators from function name.

16 years agoinfosoft: Remove unneeded address-of operator from function name.
Andrew Talbot [Sun, 6 Jul 2008 12:00:04 +0000 (13:00 +0100)] 
infosoft: Remove unneeded address-of operator from function name.

16 years agoAdd noinput directive to all lex files to avoid a compiler warning.
Alexandre Julliard [Mon, 7 Jul 2008 10:31:33 +0000 (12:31 +0200)] 
Add noinput directive to all lex files to avoid a compiler warning.

16 years agoMakefile: Use 'git ls-files' instead of the deprecated 'git-ls-files' form.
Alexandre Julliard [Mon, 7 Jul 2008 10:17:00 +0000 (12:17 +0200)] 
Makefile: Use 'git ls-files' instead of the deprecated 'git-ls-files' form.

16 years agowidl: Fix a couple of uninitialized variable compiler warnings.
Alexandre Julliard [Mon, 7 Jul 2008 10:10:06 +0000 (12:10 +0200)] 
widl: Fix a couple of uninitialized variable compiler warnings.

16 years agorpcrt4: Use interlocked functions to increment/decrement ref counts.
Alexandre Julliard [Mon, 7 Jul 2008 10:09:45 +0000 (12:09 +0200)] 
rpcrt4: Use interlocked functions to increment/decrement ref counts.

16 years agorpcrt4: Clear the memory of embedded complex types in ComplexUnmarshall when fMustAll...
Rob Shearman [Sun, 6 Jul 2008 10:55:59 +0000 (11:55 +0100)] 
rpcrt4: Clear the memory of embedded complex types in ComplexUnmarshall when fMustAlloc is TRUE to avoid passing uninitialised memory to the unmarshaller.

Found by Valgrind.

16 years agodinput: Set force feedback actuator flag for X and Y axes.
Vitaliy Margolen [Sun, 6 Jul 2008 04:25:37 +0000 (22:25 -0600)] 
dinput: Set force feedback actuator flag for X and Y axes.

Programs looking for this flag to verify if FF is present. And on which axes.

16 years agodinput: Freed effect should remove itself from the parent's list of effects. Add...
Vitaliy Margolen [Sun, 6 Jul 2008 04:24:57 +0000 (22:24 -0600)] 
dinput: Freed effect should remove itself from the parent's list of effects. Add tests.

16 years agodinput: Use Wine list for effects list.
Vitaliy Margolen [Sun, 6 Jul 2008 04:24:51 +0000 (22:24 -0600)] 
dinput: Use Wine list for effects list.

16 years agodinput: Stop and unload effect when freeing it.
Vitaliy Margolen [Sun, 6 Jul 2008 04:24:43 +0000 (22:24 -0600)] 
dinput: Stop and unload effect when freeing it.

16 years agodinput: Add more traces. Prevent some traces from dereferencing NULL pointer.
Vitaliy Margolen [Sun, 6 Jul 2008 04:24:37 +0000 (22:24 -0600)] 
dinput: Add more traces. Prevent some traces from dereferencing NULL pointer.

16 years agowinhelp: Remove the search button, hook the index button to the Finder, and add a...
Eric Pouech [Sat, 5 Jul 2008 19:33:37 +0000 (21:33 +0200)] 
winhelp: Remove the search button, hook the index button to the Finder, and add a new summary button to go back to main page.

16 years agowinhelp: Removed the topics button, and forward search and topics to the same prop...
Eric Pouech [Sat, 5 Jul 2008 19:33:19 +0000 (21:33 +0200)] 
winhelp: Removed the topics button, and forward search and topics to the same prop sheet.

16 years agoquartz: Fix parser/pullpin to only care about the state transition stopped<->playing.
Maarten Lankhorst [Sat, 5 Jul 2008 01:43:05 +0000 (18:43 -0700)] 
quartz: Fix parser/pullpin to only care about the state transition stopped<->playing.

16 years agoquartz: Only call begin process functions in transform filter when stopped.
Maarten Lankhorst [Sat, 5 Jul 2008 01:42:09 +0000 (18:42 -0700)] 
quartz: Only call begin process functions in transform filter when stopped.

Fixes some graphical glitches that may occur otherwise.

16 years agoquartz: Make sure transform filter commits allocator.
Maarten Lankhorst [Fri, 4 Jul 2008 23:59:01 +0000 (16:59 -0700)] 
quartz: Make sure transform filter commits allocator.

16 years agoquartz: Fix tiny bug in IGraphBuilder_Render.
Maarten Lankhorst [Fri, 4 Jul 2008 23:42:59 +0000 (16:42 -0700)] 
quartz: Fix tiny bug in IGraphBuilder_Render.

16 years agowidl: Remove some unnecessary calls to duptype.
Rob Shearman [Fri, 4 Jul 2008 22:53:23 +0000 (23:53 +0100)] 
widl: Remove some unnecessary calls to duptype.

16 years agowidl: Rename find_type_helper, find_type and find_type2 to find_type, find_type_error...
Rob Shearman [Fri, 4 Jul 2008 22:53:17 +0000 (23:53 +0100)] 
widl: Rename find_type_helper, find_type and find_type2 to find_type, find_type_error and find_type_error2 respectively.

16 years agoinclude: Remove unused file wine/rpcss_shared.h.
Rob Shearman [Fri, 4 Jul 2008 22:49:32 +0000 (23:49 +0100)] 
include: Remove unused file wine/rpcss_shared.h.

16 years agorichedit: Fixed the selection bar width.
Dylan Smith [Fri, 4 Jul 2008 20:02:47 +0000 (16:02 -0400)] 
richedit: Fixed the selection bar width.

16 years agorichedit: Made sure the caret position is stored when moving up/down.
Dylan Smith [Fri, 4 Jul 2008 19:30:51 +0000 (15:30 -0400)] 
richedit: Made sure the caret position is stored when moving up/down.

The caret's x position is stored in ME_TextEditor.nUDArrowX so that when
the caret is moved up or down, it will stay along the same horizontal
position, or at the end of a line.  Unfortunately, the value stored in
nUDArrowX was being unconditionally discarded in ME_ArrowKey, preventing
it from serving its purpose.

16 years agouser32: Increased area for scrolling via mouse drag outside scrollbar.
Dylan Smith [Thu, 3 Jul 2008 15:03:12 +0000 (11:03 -0400)] 
user32: Increased area for scrolling via mouse drag outside scrollbar.

When dragging the scrollbar thumb with the mouse, the mouse is able to
move away from the scrollbar and keep scrolling so long as it isn't too
far away from the scrollbar.  This makes it easier to quickly scroll
with the mouse.

All that this patch changes is the distance that the mouse can be moved
away from the scrollbar before it is consider outside of the scrollbar
and returns to its original position.  The distances are proportional to
the size of the scrollbar.

16 years agowordpad: Properly save window rect on closing Min/Maximized windows.
Dylan Smith [Thu, 3 Jul 2008 16:51:17 +0000 (12:51 -0400)] 
wordpad: Properly save window rect on closing Min/Maximized windows.

Previously the window size and position was obtained in such a way that
when the window is closed while minimized, it would be hidden when the
program is started again.  Closing a maximized window would save the
size of the maximized window and use it as the normal/restored size when
the program is started again.

16 years agoshell32: Update Russian translation.
Vladimir Pankratov [Thu, 3 Jul 2008 08:09:27 +0000 (13:09 +0500)] 
shell32: Update Russian translation.

16 years agoREADME: Add Russian translation.
Vladimir Pankratov [Thu, 3 Jul 2008 10:12:45 +0000 (15:12 +0500)] 
README: Add Russian translation.

16 years agogdiplus: Remove unnecessary cast from GdipAddPathRectangle.
Nikolay Sivov [Thu, 3 Jul 2008 14:35:18 +0000 (18:35 +0400)] 
gdiplus: Remove unnecessary cast from GdipAddPathRectangle.

16 years agogdiplus: Implemented GdipPathIterHasCurve with tests.
Nikolay Sivov [Thu, 3 Jul 2008 14:34:36 +0000 (18:34 +0400)] 
gdiplus: Implemented GdipPathIterHasCurve with tests.

16 years agowininet: Remove unneeded variable.
Alexander Morozov [Thu, 3 Jul 2008 12:22:33 +0000 (16:22 +0400)] 
wininet: Remove unneeded variable.

16 years agoquartz: Implement state transitions in video renderer.
Maarten Lankhorst [Fri, 4 Jul 2008 08:33:04 +0000 (01:33 -0700)] 
quartz: Implement state transitions in video renderer.

16 years agoquartz: Implement state transitions in directsound renderer, and block on pause.
Maarten Lankhorst [Fri, 4 Jul 2008 07:09:07 +0000 (00:09 -0700)] 
quartz: Implement state transitions in directsound renderer, and block on pause.

16 years agorpcrt4: Don't reserve space in the buffer for reference pointers embedded in complex...
Rob Shearman [Thu, 3 Jul 2008 22:28:02 +0000 (23:28 +0100)] 
rpcrt4: Don't reserve space in the buffer for reference pointers embedded in complex types.

Ref pointers don't need a pointer ID and reserving space would render
the code incompatible with other clients. Note that the pointer
marshalling/unmarshalling functions didn't actually read/write pointer
IDs to/from the reserved space in the buffer.

16 years agorpcrt4: Implement memory sizing for pointers in complex types.
Rob Shearman [Thu, 3 Jul 2008 22:27:14 +0000 (23:27 +0100)] 
rpcrt4: Implement memory sizing for pointers in complex types.

16 years agorpcrt4: The conformant array offset in complex structs should be signed.
Rob Shearman [Thu, 3 Jul 2008 22:27:00 +0000 (23:27 +0100)] 
rpcrt4: The conformant array offset in complex structs should be signed.

16 years agorpcrt4: Fix NdrComplexArrayUnmarshall and NdrComplexStructUnmarshall to reuse memory...
Rob Shearman [Thu, 26 Jun 2008 07:50:53 +0000 (08:50 +0100)] 
rpcrt4: Fix NdrComplexArrayUnmarshall and NdrComplexStructUnmarshall to reuse memory for embedded pointers.

16 years agorpcrt4: Support calculating the size in memory of range types embedded in complex...
Rob Shearman [Thu, 3 Jul 2008 22:26:43 +0000 (23:26 +0100)] 
rpcrt4: Support calculating the size in memory of range types embedded in complex types.

16 years agocomctl32: Fix for ComboBoxEx bug caused by focus change.
Dylan Smith [Thu, 3 Jul 2008 15:37:14 +0000 (11:37 -0400)] 
comctl32: Fix for ComboBoxEx bug caused by focus change.

16 years agocomctl32: Added tests to show a ComboBoxEx bug caused by incorrect focus change.
Dylan Smith [Thu, 3 Jul 2008 15:37:10 +0000 (11:37 -0400)] 
comctl32: Added tests to show a ComboBoxEx bug caused by incorrect focus change.

Certain WM_LBUTTONDOWN & WM_LBUTTONUP events should change focus to the
ComboBox (a child of ComboBoxEx), but instead the focus was set to the
Edit control.

16 years agowinhttp: Add stub implementation for WinHttpSendRequest.
Zac Brown [Wed, 2 Jul 2008 21:37:35 +0000 (14:37 -0700)] 
winhttp: Add stub implementation for WinHttpSendRequest.

16 years agowinhttp: Add stub implementation for WinHttpOpenRequest and fix function declaration.
Zac Brown [Wed, 2 Jul 2008 21:37:32 +0000 (14:37 -0700)] 
winhttp: Add stub implementation for WinHttpOpenRequest and fix function declaration.

16 years agowinhttp: Add stub implementation for WinHttpConnect.
Zac Brown [Wed, 2 Jul 2008 21:37:28 +0000 (14:37 -0700)] 
winhttp: Add stub implementation for WinHttpConnect.

16 years agowinhttp.h: Add WinHTTP error codes.
Zac Brown [Thu, 3 Jul 2008 17:06:54 +0000 (10:06 -0700)] 
winhttp.h: Add WinHTTP error codes.

16 years agows2_32: Prevent segfault in trace for NULL AddressString.
Kai Blin [Thu, 3 Jul 2008 17:52:14 +0000 (19:52 +0200)] 
ws2_32: Prevent segfault in trace for NULL AddressString.

16 years agoc2man: Don't mangle 'dll' when its part of another word.
Jon Griffiths [Thu, 3 Jul 2008 21:25:38 +0000 (14:25 -0700)] 
c2man: Don't mangle 'dll' when its part of another word.

16 years agomshtml: Don't mix nsresult with HRESULT.
Jacek Caban [Fri, 4 Jul 2008 15:23:51 +0000 (17:23 +0200)] 
mshtml: Don't mix nsresult with HRESULT.

16 years agoquartz: Set filesource initial state to stopped.
Maarten Lankhorst [Fri, 4 Jul 2008 01:21:37 +0000 (18:21 -0700)] 
quartz: Set filesource initial state to stopped.

Fixes a bug valgrind found.

16 years agoquartz: Make CLSID_AudioRender an alias for CLSID_DSoundRender.
Maarten Lankhorst [Wed, 2 Jul 2008 23:48:13 +0000 (16:48 -0700)] 
quartz: Make CLSID_AudioRender an alias for CLSID_DSoundRender.

16 years agoopengl32: glGetString() should return NULL on NULL context.
Massimo Del Fedele [Wed, 2 Jul 2008 14:51:26 +0000 (16:51 +0200)] 
opengl32: glGetString() should return NULL on NULL context.