wine
15 years agodinput: OS/X joystick add axes.
Aric Stewart [Tue, 10 Mar 2009 19:59:28 +0000 (14:59 -0500)] 
dinput: OS/X joystick add axes.

15 years agodinput: Add Mac OS/X joystick support.
Aric Stewart [Tue, 10 Mar 2009 19:59:20 +0000 (14:59 -0500)] 
dinput: Add Mac OS/X joystick support.

15 years agowinhlp32: Prevent cursor flicker on mouse moves over richedit control.
Dylan Smith [Tue, 10 Mar 2009 19:19:59 +0000 (15:19 -0400)] 
winhlp32: Prevent cursor flicker on mouse moves over richedit control.

Previously the cursor was being set by winhlp32 on WM_MOUSEMOVE, then
the richedit control would change it again on WM_SETCURSOR.  Since the
cursor set in both of these places was different, the cursor would
flicker from being frequently changed.

The reason winhlp32 is setting the cursor, rather than letting the
richedit control set the cursor, is that winhlp32 needs the hand cursor
to be shown over a link.  My first instinct was to just add the CFE_LINK
effect to the link characters, however this also forced a colour for the
link that was inconsistent with native winhlp32.  Native winhlp32
doesn't seem to load any richedit dll, so this doesn't imply that there
is an undocumented way of changing the colour of characters with
CFE_LINK.

This patch has winhlp32 override the WNDPROC for the richedit control to
handle the WM_SETCURSOR.  It simply sets the cursor to the hand if the
cursor is over the link, otherwise it just calls the original richedit
window proc.

15 years agogdi32/tests: Under win9x GetBitmapBits returns zero when passed a NULL buffer.
Huw Davies [Wed, 11 Mar 2009 10:20:03 +0000 (10:20 +0000)] 
gdi32/tests: Under win9x GetBitmapBits returns zero when passed a NULL buffer.

15 years agogdi32/tests: Mark as broken another case where win9x doesn't set biSizeImage.
Huw Davies [Wed, 11 Mar 2009 10:17:51 +0000 (10:17 +0000)] 
gdi32/tests: Mark as broken another case where win9x doesn't set biSizeImage.

15 years agogdi32/tests: win9x doesn't initialise the bitmap bits. Mark this behaviour as broken.
Huw Davies [Wed, 11 Mar 2009 10:14:46 +0000 (10:14 +0000)] 
gdi32/tests: win9x doesn't initialise the bitmap bits. Mark this behaviour as broken.

15 years agogdi32/tests: Remove a cut and paste error.
Huw Davies [Wed, 11 Mar 2009 10:01:03 +0000 (10:01 +0000)] 
gdi32/tests: Remove a cut and paste error.

15 years agod3d9: Present parameters are an array when D3DCREATE_ADAPTERGROUP_DEVICE is specified.
Henri Verbeet [Wed, 11 Mar 2009 09:15:10 +0000 (10:15 +0100)] 
d3d9: Present parameters are an array when D3DCREATE_ADAPTERGROUP_DEVICE is specified.

15 years agowined3d: Don't leak WineD3DAdapter.cfgs.
Henri Verbeet [Wed, 11 Mar 2009 09:15:10 +0000 (10:15 +0100)] 
wined3d: Don't leak WineD3DAdapter.cfgs.

15 years agowined3d: Get rid of the PUSH1 macro.
Henri Verbeet [Wed, 11 Mar 2009 09:15:10 +0000 (10:15 +0100)] 
wined3d: Get rid of the PUSH1 macro.

15 years agowined3d: The adapters array should be owned by IWineD3DImpl.
Henri Verbeet [Wed, 11 Mar 2009 09:15:09 +0000 (10:15 +0100)] 
wined3d: The adapters array should be owned by IWineD3DImpl.

15 years agowined3d: Free the logo path when we're done with it.
Henri Verbeet [Wed, 11 Mar 2009 09:15:09 +0000 (10:15 +0100)] 
wined3d: Free the logo path when we're done with it.

15 years agowined3d: Set the correct texture names on cube surfaces.
Henri Verbeet [Wed, 11 Mar 2009 09:15:09 +0000 (10:15 +0100)] 
wined3d: Set the correct texture names on cube surfaces.

15 years agouser32/tests: Skip shift+button test if we don't receive the event.
Alexandre Julliard [Wed, 11 Mar 2009 10:42:21 +0000 (11:42 +0100)] 
user32/tests: Skip shift+button test if we don't receive the event.

15 years agouser32/tests: SetForegroundWindow sometimes fails on Win98.
Alexandre Julliard [Wed, 11 Mar 2009 10:42:01 +0000 (11:42 +0100)] 
user32/tests: SetForegroundWindow sometimes fails on Win98.

15 years agomshtml: Add missing IHTMLTable interfaces.
Alistair Leslie-Hughes [Tue, 10 Mar 2009 23:36:30 +0000 (10:36 +1100)] 
mshtml: Add missing IHTMLTable interfaces.

15 years agokernel32: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 11 Mar 2009 08:39:16 +0000 (09:39 +0100)] 
kernel32: Remove superfluous pointer casts.

15 years agomlang: Change long to LONG in mlang.idl.
Michael Stefaniuc [Tue, 10 Mar 2009 23:31:43 +0000 (00:31 +0100)] 
mlang: Change long to LONG in mlang.idl.

15 years agoquartz: Change long to LONG in control.idl.
Michael Stefaniuc [Tue, 10 Mar 2009 23:31:26 +0000 (00:31 +0100)] 
quartz: Change long to LONG in control.idl.

15 years agocomctl32: Fix item selection with VK_SPACE when Ctrl is pressed.
Nikolay Sivov [Tue, 10 Mar 2009 23:05:03 +0000 (19:05 -0400)] 
comctl32: Fix item selection with VK_SPACE when Ctrl is pressed.

15 years agorichedit: Count graphics towards line width.
Dylan Smith [Tue, 10 Mar 2009 23:01:09 +0000 (19:01 -0400)] 
richedit: Count graphics towards line width.

Images that are inserted into richedit controls store a space for the
text, since that is the character returned when getting the plain text
from the control.

When calculating the width of a line, the space character is skipped,
but images should not be skipped.  This can be seen by inserting an
image into wordpad on a line by it's own, then centering the line.  The
image will start from the center rather than being centered in the
control.

15 years agosane.ds: Move a few static functions so they can be shared.
Jeremy White [Tue, 10 Mar 2009 20:48:18 +0000 (15:48 -0500)] 
sane.ds: Move a few static functions so they can be shared.

15 years agorpcrt4: Add a check for a NULL ref pointer to NdrPointerUnmarshall.
Rob Shearman [Tue, 10 Mar 2009 23:41:39 +0000 (23:41 +0000)] 
rpcrt4: Add a check for a NULL ref pointer to NdrPointerUnmarshall.

15 years agowidl: Returned pointers should default to being unique, not reference.
Rob Shearman [Tue, 10 Mar 2009 23:39:56 +0000 (23:39 +0000)] 
widl: Returned pointers should default to being unique, not reference.

15 years agodbghelp: The main executable is now always named "wine".
Alexandre Julliard [Tue, 10 Mar 2009 17:22:43 +0000 (18:22 +0100)] 
dbghelp: The main executable is now always named "wine".

15 years agoloader: Merge the first and second stage loaders into a single wine binary.
Alexandre Julliard [Tue, 10 Mar 2009 17:22:38 +0000 (18:22 +0100)] 
loader: Merge the first and second stage loaders into a single wine binary.

15 years agoiphlpapi/tests: Output the various tables in verbose mode.
Alexandre Julliard [Tue, 10 Mar 2009 16:50:50 +0000 (17:50 +0100)] 
iphlpapi/tests: Output the various tables in verbose mode.

15 years agoiphlpapi: Implemented AllocateAndGetIpForwardTableFromStack for Solaris.
Alexandre Julliard [Tue, 10 Mar 2009 16:11:44 +0000 (17:11 +0100)] 
iphlpapi: Implemented AllocateAndGetIpForwardTableFromStack for Solaris.

15 years agoiphlpapi: Implemented AllocateAndGetIpNetTableFromStack for Solaris.
Alexandre Julliard [Tue, 10 Mar 2009 16:10:08 +0000 (17:10 +0100)] 
iphlpapi: Implemented AllocateAndGetIpNetTableFromStack for Solaris.

15 years agoiphlpapi: Implemented AllocateAndGetUdpTableFromStack for Solaris.
Alexandre Julliard [Tue, 10 Mar 2009 16:08:28 +0000 (17:08 +0100)] 
iphlpapi: Implemented AllocateAndGetUdpTableFromStack for Solaris.

15 years agoiphlpapi: Implemented AllocateAndGetTcpTableFromStack for Solaris.
Alexandre Julliard [Tue, 10 Mar 2009 16:05:58 +0000 (17:05 +0100)] 
iphlpapi: Implemented AllocateAndGetTcpTableFromStack for Solaris.

15 years agouser32: Button should get captured when highlighted with VK_SPACE.
Nikolay Sivov [Tue, 10 Mar 2009 11:09:35 +0000 (07:09 -0400)] 
user32: Button should get captured when highlighted with VK_SPACE.

15 years agoavifil32: Add a missing AddRef in IGetFrame_QueryInterface().
Francois Gouget [Tue, 10 Mar 2009 11:39:09 +0000 (12:39 +0100)] 
avifil32: Add a missing AddRef in IGetFrame_QueryInterface().

15 years agoavifil32: Add missing AddRefs in IAVIFile_QueryInterface().
Francois Gouget [Tue, 10 Mar 2009 11:38:20 +0000 (12:38 +0100)] 
avifil32: Add missing AddRefs in IAVIFile_QueryInterface().

15 years agodinput: Create generic joystick Acquire/Unacquire.
Aric Stewart [Mon, 9 Mar 2009 15:07:35 +0000 (10:07 -0500)] 
dinput: Create generic joystick Acquire/Unacquire.

15 years agodinput: Remove easy redundancy from linuxinput.
Aric Stewart [Mon, 9 Mar 2009 15:07:27 +0000 (10:07 -0500)] 
dinput: Remove easy redundancy from linuxinput.

15 years agodinput: Rename Linux-specific joystick functions.
Aric Stewart [Mon, 9 Mar 2009 15:07:17 +0000 (10:07 -0500)] 
dinput: Rename Linux-specific joystick functions.

15 years agodinput: Move joystick mapping functions to the generic part.
Aric Stewart [Mon, 9 Mar 2009 15:07:07 +0000 (10:07 -0500)] 
dinput: Move joystick mapping functions to the generic part.

15 years agodinput: Move joystick Polling and Device State to the generic part.
Aric Stewart [Mon, 9 Mar 2009 15:06:57 +0000 (10:06 -0500)] 
dinput: Move joystick Polling and Device State to the generic part.

15 years agodinput: Move joystick productGuid and Name to the generic part.
Aric Stewart [Mon, 9 Mar 2009 15:06:50 +0000 (10:06 -0500)] 
dinput: Move joystick productGuid and Name to the generic part.

15 years agodinput: Begin joystick separation into a generic module.
Aric Stewart [Mon, 9 Mar 2009 15:06:41 +0000 (10:06 -0500)] 
dinput: Begin joystick separation into a generic module.

15 years agod3dx9: Recognize the D3DXSPRITE_DO_NOT_ADDREF_TEXTURE flag.
Tony Wasserka [Mon, 9 Mar 2009 16:10:28 +0000 (17:10 +0100)] 
d3dx9: Recognize the D3DXSPRITE_DO_NOT_ADDREF_TEXTURE flag.

15 years agod3dx9: Recognize the D3DXSPRITE_DONOTSAVESTATE flag.
Tony Wasserka [Mon, 9 Mar 2009 16:06:38 +0000 (17:06 +0100)] 
d3dx9: Recognize the D3DXSPRITE_DONOTSAVESTATE flag.

15 years agogdi32/tests: Win9x's GetDIBits() sets biSizeImage to zero for BI_RGB dibs.
Huw Davies [Mon, 9 Mar 2009 17:03:40 +0000 (17:03 +0000)] 
gdi32/tests: Win9x's GetDIBits() sets biSizeImage to zero for BI_RGB dibs.

15 years agogdi32/tests: Marked another win9x failure as broken.
Huw Davies [Mon, 9 Mar 2009 16:55:16 +0000 (16:55 +0000)] 
gdi32/tests: Marked another win9x failure as broken.

15 years agogdi32/tests: Fix yet another place where win9x returns bmType equal to 0x5250.
Huw Davies [Mon, 9 Mar 2009 16:45:06 +0000 (16:45 +0000)] 
gdi32/tests: Fix yet another place where win9x returns bmType equal to 0x5250.

15 years agod3d8: Handles aren't supposed to be pointers.
Henri Verbeet [Tue, 10 Mar 2009 08:48:49 +0000 (09:48 +0100)] 
d3d8: Handles aren't supposed to be pointers.

This might even make d3d8 a bit more 64-bit safe.

15 years agod3d8: Make the shader handle table a bit more generic.
Henri Verbeet [Tue, 10 Mar 2009 08:19:06 +0000 (09:19 +0100)] 
d3d8: Make the shader handle table a bit more generic.

15 years agod3d8: Don't call Release() in a while loop.
Henri Verbeet [Tue, 10 Mar 2009 08:19:05 +0000 (09:19 +0100)] 
d3d8: Don't call Release() in a while loop.

There should only ever be a single reference to these objects, since only
their handle is exposed outside d3d8. Should there be more references than
that, calling Release() in a while loop probably isn't the right approach.

15 years agod3d8: Fix some sign compare warnings.
Henri Verbeet [Tue, 10 Mar 2009 08:19:04 +0000 (09:19 +0100)] 
d3d8: Fix some sign compare warnings.

15 years agowined3d: Get rid of a few stack buffers.
Henri Verbeet [Tue, 10 Mar 2009 08:19:04 +0000 (09:19 +0100)] 
wined3d: Get rid of a few stack buffers.

15 years agowined3d: Don't call shader_glsl_append_dst() from shader_glsl_texldl().
Henri Verbeet [Tue, 10 Mar 2009 08:19:03 +0000 (09:19 +0100)] 
wined3d: Don't call shader_glsl_append_dst() from shader_glsl_texldl().

shader_glsl_gen_sample_code() already takes care of adding the destination.

15 years agowininet/tests: Don't crash on IE5.01SP4.
Paul Vriens [Tue, 10 Mar 2009 07:34:28 +0000 (08:34 +0100)] 
wininet/tests: Don't crash on IE5.01SP4.

15 years agowininet/tests: Skip tests if functions are not implemented.
Paul Vriens [Tue, 10 Mar 2009 07:08:38 +0000 (08:08 +0100)] 
wininet/tests: Skip tests if functions are not implemented.

15 years agomsxml3: Change the remaining long variables to LONG.
Michael Stefaniuc [Mon, 9 Mar 2009 22:28:53 +0000 (23:28 +0100)] 
msxml3: Change the remaining long variables to LONG.

15 years agomsxml3: Change long to LONG in msxml.idl.
Michael Stefaniuc [Mon, 9 Mar 2009 22:28:42 +0000 (23:28 +0100)] 
msxml3: Change long to LONG in msxml.idl.

15 years agomsxml3: Change long to LONG in msxml2.idl and xmldom.idl.
Michael Stefaniuc [Mon, 9 Mar 2009 22:28:16 +0000 (23:28 +0100)] 
msxml3: Change long to LONG in msxml2.idl and xmldom.idl.

15 years agoinclude: Change long to LONG in tom.idl.
Michael Stefaniuc [Mon, 9 Mar 2009 22:27:55 +0000 (23:27 +0100)] 
include: Change long to LONG in tom.idl.

15 years agomshtml: Make sure that HTML headers are terminated by endline.
Jacek Caban [Mon, 9 Mar 2009 19:46:27 +0000 (20:46 +0100)] 
mshtml: Make sure that HTML headers are terminated by endline.

15 years agomshtml: Added IHTMLStyle::put_cssText implementation.
Jacek Caban [Mon, 9 Mar 2009 19:46:01 +0000 (20:46 +0100)] 
mshtml: Added IHTMLStyle::put_cssText implementation.

15 years agomshtml: Added IHTMLStyle::get_cssText implementation.
Jacek Caban [Mon, 9 Mar 2009 19:45:48 +0000 (20:45 +0100)] 
mshtml: Added IHTMLStyle::get_cssText implementation.

15 years agomshtml: Added IHTMLElement::put_innerHTML implementation.
Jacek Caban [Mon, 9 Mar 2009 20:23:18 +0000 (21:23 +0100)] 
mshtml: Added IHTMLElement::put_innerHTML implementation.

15 years agowinmm: Try to load the Esound driver as a last resort.
Francois Gouget [Mon, 9 Mar 2009 19:15:14 +0000 (20:15 +0100)] 
winmm: Try to load the Esound driver as a last resort.

This gets sound working out of the box on Solaris.

15 years agouser32/tests: Fix some message sequences for Vista and Win9x.
Alexandre Julliard [Mon, 9 Mar 2009 16:54:16 +0000 (17:54 +0100)] 
user32/tests: Fix some message sequences for Vista and Win9x.

15 years agouser32/tests: Avoid snprintf, it's broken on Mingw.
Alexandre Julliard [Mon, 9 Mar 2009 16:49:56 +0000 (17:49 +0100)] 
user32/tests: Avoid snprintf, it's broken on Mingw.

15 years agod3d9: Fix some sign compare warnings.
Henri Verbeet [Mon, 9 Mar 2009 13:31:29 +0000 (14:31 +0100)] 
d3d9: Fix some sign compare warnings.

15 years agowined3d: Handle error conditions better in RemoveContextFromArray().
Henri Verbeet [Mon, 9 Mar 2009 13:31:28 +0000 (14:31 +0100)] 
wined3d: Handle error conditions better in RemoveContextFromArray().

15 years agowined3d: Use shader_glsl_get_write_mask_size() to calculate the write mask size.
Henri Verbeet [Mon, 9 Mar 2009 13:31:28 +0000 (14:31 +0100)] 
wined3d: Use shader_glsl_get_write_mask_size() to calculate the write mask size.

15 years agowined3d: Don't compare const_num against -1.
Henri Verbeet [Mon, 9 Mar 2009 13:31:28 +0000 (14:31 +0100)] 
wined3d: Don't compare const_num against -1.

15 years agowined3d: Don't compare texUnitMap entries to -1.
Henri Verbeet [Mon, 9 Mar 2009 13:31:28 +0000 (14:31 +0100)] 
wined3d: Don't compare texUnitMap entries to -1.

15 years agowined3d: Buffer object ID's are supposed to be unsigned.
Henri Verbeet [Mon, 9 Mar 2009 13:31:28 +0000 (14:31 +0100)] 
wined3d: Buffer object ID's are supposed to be unsigned.

15 years agoshell32/tests: Don't crash on missing class implementations.
Paul Vriens [Mon, 9 Mar 2009 13:08:52 +0000 (14:08 +0100)] 
shell32/tests: Don't crash on missing class implementations.

15 years agoregedit: Fix crash importing large values from Unicode.
Jim Cameron [Sun, 8 Mar 2009 15:45:54 +0000 (15:45 +0000)] 
regedit: Fix crash importing large values from Unicode.

15 years agogdi32/tests: Fix another case where win9x returns bmType equal to 0x5250.
Huw Davies [Mon, 9 Mar 2009 12:14:53 +0000 (12:14 +0000)] 
gdi32/tests: Fix another case where win9x returns bmType equal to 0x5250.

15 years agogdi32/tests: win9x doesn't return the correct number of colours used with dib section...
Huw Davies [Mon, 9 Mar 2009 12:09:32 +0000 (12:09 +0000)] 
gdi32/tests: win9x doesn't return the correct number of colours used with dib sections created via DIB_PAL_COLORS.

15 years agogdi32/tests: Mark win9x behaviour as broken.
Huw Davies [Mon, 9 Mar 2009 12:04:17 +0000 (12:04 +0000)] 
gdi32/tests: Mark win9x behaviour as broken.

15 years agoshlwapi/tests: Fix failures on systems with IE5.5 or earlier.
Paul Vriens [Mon, 9 Mar 2009 10:20:35 +0000 (11:20 +0100)] 
shlwapi/tests: Fix failures on systems with IE5.5 or earlier.

15 years agod3dx9: Add ID3DXSprite tests.
Tony Wasserka [Sat, 7 Mar 2009 09:07:54 +0000 (10:07 +0100)] 
d3dx9: Add ID3DXSprite tests.

15 years agod3dx9: Add some definitions in d3dx9.h.
Tony Wasserka [Sun, 8 Mar 2009 13:54:12 +0000 (14:54 +0100)] 
d3dx9: Add some definitions in d3dx9.h.

15 years agodbghelp: Define _IMAGEHLP_SOURCE_.
Alexandre Julliard [Mon, 9 Mar 2009 12:26:57 +0000 (13:26 +0100)] 
dbghelp: Define _IMAGEHLP_SOURCE_.

15 years agodbghelp: Define _IMAGEHLP64 in Win64.
Mike Ruprecht [Fri, 6 Mar 2009 23:04:09 +0000 (17:04 -0600)] 
dbghelp: Define _IMAGEHLP64 in Win64.

15 years agotwain_32: Remove obsolete README files.
Jeremy White [Fri, 6 Mar 2009 16:53:56 +0000 (10:53 -0600)] 
twain_32: Remove obsolete README files.

15 years agosane.ds: Add fixmes for the last 2 unsupported capabilities; this now makes the code...
Jeremy White [Fri, 6 Mar 2009 18:44:58 +0000 (12:44 -0600)] 
sane.ds: Add fixmes for the last 2 unsupported capabilities; this now makes the code have fixmes for all known issues.

15 years agosane.ds: Remove large chunks of stubbed optional functionality; if it's optional...
Jeremy White [Fri, 6 Mar 2009 18:44:50 +0000 (12:44 -0600)] 
sane.ds: Remove large chunks of stubbed optional functionality; if it's optional, we don't have to support it, and it is not a stub.

15 years agosane.ds: Downgrade more inappropriate FIXMEs to WARNs.
Jeremy White [Fri, 6 Mar 2009 18:44:44 +0000 (12:44 -0600)] 
sane.ds: Downgrade more inappropriate FIXMEs to WARNs.

15 years agosane.ds: Make sure that the condition code is set correctly when we handle an unexpec...
Jeremy White [Fri, 6 Mar 2009 18:44:39 +0000 (12:44 -0600)] 
sane.ds: Make sure that the condition code is set correctly when we handle an unexpected request.

15 years agosane.ds: Add support for ICAP_SUPPORTEDSIZES, enabling rational sizing for scans.
Jeremy White [Fri, 6 Mar 2009 17:52:33 +0000 (11:52 -0600)] 
sane.ds: Add support for ICAP_SUPPORTEDSIZES, enabling rational sizing for scans.

15 years agorichedit: Respect manually added links when autourldetect is disabled.
Dylan Smith [Mon, 9 Mar 2009 07:01:00 +0000 (03:01 -0400)] 
richedit: Respect manually added links when autourldetect is disabled.

EM_SETCHARFORMAT can be used to make text links.  Automatic URL
detection being enable would cause these links to be removed if the text
is not a URL, so this must be prevented.

Previously checks were made for AutoURLDetect_bEnable before calling
ME_UpdateSelectionLinkAttribute, or ME_UpdateLinkAttribute.  This is
more error prone than checking for this within the function, so one call
was missing this check.

ME_SetCursor also didn't respect this behaviour, since it wouldn't set
the cursor to the hand when hovering over a link without automatic URL
detection disabled.

15 years agowidl: Move type_basic_get_fc to typegen.c and rename it to get_basic_fc.
Rob Shearman [Sat, 7 Mar 2009 23:24:00 +0000 (23:24 +0000)] 
widl: Move type_basic_get_fc to typegen.c and rename it to get_basic_fc.

Move to using type_basic_get_type in other files where appropriate.

15 years agowidl: Fix a memory leak in the server/stub code when unmarshalling pointers to string...
Rob Shearman [Sat, 7 Mar 2009 23:23:54 +0000 (23:23 +0000)] 
widl: Fix a memory leak in the server/stub code when unmarshalling pointers to strings at the top level.

It is necessary for the first pointer to have an offset to a second
pointer instead of directly to the string type, since the second
pointer frees the memory for the string.

15 years agowidl: Output server code for freeing returned types.
Rob Shearman [Sat, 7 Mar 2009 23:23:48 +0000 (23:23 +0000)] 
widl: Output server code for freeing returned types.

15 years agowidl: Determine pointer fc at generation time instead of at parse time.
Rob Shearman [Sat, 7 Mar 2009 23:23:44 +0000 (23:23 +0000)] 
widl: Determine pointer fc at generation time instead of at parse time.

Avoid changing the details of a pointer once created.
Properly determine the pointer type for arrays.

15 years agowidl: Consolidate non-simple pointer writing into one function.
Rob Shearman [Sat, 7 Mar 2009 23:23:39 +0000 (23:23 +0000)] 
widl: Consolidate non-simple pointer writing into one function.

15 years agocmd: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 9 Mar 2009 00:54:46 +0000 (09:54 +0900)] 
cmd: Updated Korean resource.

15 years agowininet: Release session after FTP_ReceiveResponse call in FTPFILE_Destroy.
Jacek Caban [Mon, 9 Mar 2009 00:49:20 +0000 (01:49 +0100)] 
wininet: Release session after FTP_ReceiveResponse call in FTPFILE_Destroy.

15 years agoRemove spaces before '\n's.
Francois Gouget [Sun, 8 Mar 2009 22:48:03 +0000 (23:48 +0100)] 
Remove spaces before '\n's.

15 years agoport: Remove spaces before '\n's.
Francois Gouget [Sun, 8 Mar 2009 22:51:38 +0000 (23:51 +0100)] 
port: Remove spaces before '\n's.

15 years agofnt2bdf: Remove spaces before '\n's.
Francois Gouget [Sun, 8 Mar 2009 22:51:25 +0000 (23:51 +0100)] 
fnt2bdf: Remove spaces before '\n's.

15 years agowinedbg: Remove spaces before '\n's.
Francois Gouget [Sun, 8 Mar 2009 22:49:42 +0000 (23:49 +0100)] 
winedbg: Remove spaces before '\n's.

15 years agolibwine: Reenable the memory reservation code on FreeBSD.
Francois Gouget [Sun, 8 Mar 2009 22:42:43 +0000 (23:42 +0100)] 
libwine: Reenable the memory reservation code on FreeBSD.