Ken Thomases [Wed, 11 Mar 2009 14:08:54 +0000 (09:08 -0500)]
dbghelp: Rename some things to be less ELF-centric.
Ken Thomases [Wed, 11 Mar 2009 14:08:50 +0000 (09:08 -0500)]
dbghelp/stabs: Track line numbers pending for an upcoming function.
On Darwin, line numbers usually precede the associated function.
Ken Thomases [Wed, 11 Mar 2009 14:08:45 +0000 (09:08 -0500)]
dbghelp/stabs: Allow pending list to include line numbers as well as variables.
On Darwin, line numbers usually precede the associated function.
Ken Thomases [Wed, 11 Mar 2009 14:08:38 +0000 (09:08 -0500)]
dbghelp/stabs: Extract growing of pending_block's buffer to pending_make_room().
Ken Thomases [Wed, 11 Mar 2009 14:08:33 +0000 (09:08 -0500)]
dbghelp: Teach stabs_parse about other kinds of Mach-O symbol definitions.
Ken Thomases [Wed, 11 Mar 2009 14:05:53 +0000 (09:05 -0500)]
configure: Check for mach-o/dyld_images.h and mach-o/nlist.h headers.
Ken Thomases [Wed, 11 Mar 2009 14:05:49 +0000 (09:05 -0500)]
dbghelp: Let stabs_parse call back for real (non-debug) symbol definitions.
Ken Thomases [Wed, 11 Mar 2009 14:05:42 +0000 (09:05 -0500)]
dbghelp/stabs: Decode the Stabs type more carefully.
Ken Thomases [Wed, 11 Mar 2009 14:05:32 +0000 (09:05 -0500)]
dbghelp/stabs: Ignore the N_OSO type used on Darwin.
Ken Thomases [Wed, 11 Mar 2009 14:05:27 +0000 (09:05 -0500)]
dbghelp/stabs: Translate additional register codes.
Henri Verbeet [Thu, 12 Mar 2009 08:53:15 +0000 (09:53 +0100)]
wined3d: Remove the shader_color_fixup field from IWineD3DBaseTextureClass.
This is redundant now.
Henri Verbeet [Thu, 12 Mar 2009 08:53:15 +0000 (09:53 +0100)]
wined3d: Get rid of some calls to getFormatDescEntry().
Use the format description stored in the resource instead.
Henri Verbeet [Thu, 12 Mar 2009 08:53:14 +0000 (09:53 +0100)]
wined3d: Store a pointer to the format description in the resource.
The goal is to eventually use a pointer to the format description in most
places where we currently use WINED3DFORMAT. IWineD3DSurfaceImpl for example
has copies of several fields from the format description, but also needs to
lookup the format description itself in several places.
Henri Verbeet [Thu, 12 Mar 2009 08:53:14 +0000 (09:53 +0100)]
wined3d: Remove a redundant check.
This is redundant now, InitAdapters() will only be called once for each
IWineD3DImpl object, as pointed out by Allan Tong.
Henri Verbeet [Thu, 12 Mar 2009 08:53:14 +0000 (09:53 +0100)]
wined3d: Remove an unused field.
Henri Verbeet [Thu, 12 Mar 2009 08:53:14 +0000 (09:53 +0100)]
wined3d: Explicitly pass the texUnitMap to shader_glsl_load_vsamplers() and shader_glsl_load_psamplers().
The general idea here is to reduce dependencies on the entire stateblock, and
pass the real dependencies explicitly. This should make it clearer what
context a shader really needs.
Alexandre Julliard [Thu, 12 Mar 2009 10:52:51 +0000 (11:52 +0100)]
setupapi: Check for NULL module to avoid an exception in RtlImageNtHeader.
This allows creating a wineprefix on 64-bit, where exception handling
doesn't quite work yet.
Alexandre Julliard [Thu, 12 Mar 2009 10:51:35 +0000 (11:51 +0100)]
rpcrt4: Use RpcMsg->Buffer instead of BufferStart since the latter isn't always set.
Alexandre Julliard [Thu, 12 Mar 2009 10:50:56 +0000 (11:50 +0100)]
wine.inf: Fix typo in the shift_jis entry.
Dylan Smith [Thu, 12 Mar 2009 05:35:33 +0000 (01:35 -0400)]
winhlp32: Links are clicked on WM_LBUTTONDOWN not WM_LBUTTONUP.
This behaviour was tested against native winhlp32 by pressing down the
left mouse button and holding it while over the link to avoid having
WM_LBUTTONUP sent. I noticed that the action for clicking the link
happened right away, without waiting for me to release the mouse button.
Michael Stefaniuc [Thu, 12 Mar 2009 00:43:31 +0000 (01:43 +0100)]
mshtml: Change long to LONG in mshtml.idl (remaining stuff).
Michael Stefaniuc [Thu, 12 Mar 2009 00:43:18 +0000 (01:43 +0100)]
mshtml: Change long to LONG in mshtml.idl (HTML*Element stuff).
Michael Stefaniuc [Thu, 12 Mar 2009 00:42:55 +0000 (01:42 +0100)]
mshtml: Change long to LONG in mshtml.idl (htmlwindow.c part).
Michael Stefaniuc [Thu, 12 Mar 2009 00:43:43 +0000 (01:43 +0100)]
include: Change long to LONG in mshtml.idl.
This is the stuff not yet backed by code in mshtml.
Michael Stefaniuc [Thu, 12 Mar 2009 00:42:24 +0000 (01:42 +0100)]
qedit: Change long to LONG in qedit.idl.
Michael Stefaniuc [Thu, 12 Mar 2009 00:42:38 +0000 (01:42 +0100)]
include: Change long to LONG in axextend.idl.
Michael Stefaniuc [Thu, 12 Mar 2009 00:42:13 +0000 (01:42 +0100)]
d3d9/tests: Fix some ok() strings in the fog test.
Michael Stefaniuc [Thu, 12 Mar 2009 00:42:05 +0000 (01:42 +0100)]
d3d9/tests: Limit the back buffer to 800x600 in the scissor size test.
Christian Costa [Thu, 12 Mar 2009 08:06:16 +0000 (09:06 +0100)]
d3dxof: Use offsets to reference data instead of pointers so data buffer can be resized.
Paul Vriens [Thu, 12 Mar 2009 08:18:21 +0000 (09:18 +0100)]
crypt32/tests: Fix a test failure on Win9x.
Paul Vriens [Thu, 12 Mar 2009 07:17:33 +0000 (08:17 +0100)]
ddraw/tests: Fix some test failures on W2K/VMware.
Jacek Caban [Thu, 12 Mar 2009 00:22:01 +0000 (01:22 +0100)]
mshtml: Don't use unicode constants for HTML IDs (code clean up).
Aric Stewart [Wed, 11 Mar 2009 20:06:31 +0000 (15:06 -0500)]
dinput: OS/X joystick: Check usage page to avoid odd non-button elements found on the 360 controller.
Aurimas Fischer [Wed, 11 Mar 2009 17:11:54 +0000 (19:11 +0200)]
regedit: Add missing English resource.
Aurimas Fischer [Wed, 11 Mar 2009 13:21:49 +0000 (15:21 +0200)]
regedit: Add Lithuanian translation.
Francois Gouget [Wed, 11 Mar 2009 16:18:17 +0000 (17:18 +0100)]
winemenubuilder: Print an error message if we are unable to load an lnk file.
Francois Gouget [Wed, 11 Mar 2009 16:16:41 +0000 (17:16 +0100)]
winemenubuilder: Fix an off-by-one check that resulted in erroneous error messages.
Jeremy White [Wed, 11 Mar 2009 15:28:20 +0000 (10:28 -0500)]
twain_32: Revise internal documentation and one test slightly to bring into line with TWAIN 1.8 requirements.
Jeremy White [Wed, 11 Mar 2009 15:28:13 +0000 (10:28 -0500)]
sane.ds: Add support for DG_IMAGE/DAT_IMAGELAYOUT/GET and SET. Enables Acrobat to use custom scan sizes.
Alexandre Julliard [Wed, 11 Mar 2009 16:36:40 +0000 (17:36 +0100)]
oleaut32: Make ole2disp.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 16:30:10 +0000 (17:30 +0100)]
oleaut32: Make typelib.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 16:28:21 +0000 (17:28 +0100)]
ole32: Get rid of WINE_StringFromCLSID and A->W conversions.
Alexandre Julliard [Wed, 11 Mar 2009 16:12:32 +0000 (17:12 +0100)]
ole32: Make compobj.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 16:05:20 +0000 (17:05 +0100)]
ole32: Make ole2.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 16:03:10 +0000 (17:03 +0100)]
ole32: Make storage.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 15:53:06 +0000 (16:53 +0100)]
ole32: Make ole2nls.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 15:38:57 +0000 (16:38 +0100)]
ole32: Make ole2thk.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 15:36:17 +0000 (16:36 +0100)]
ole32: Make ole2prox.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 15:32:36 +0000 (16:32 +0100)]
ole32: Make ole2conv.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 15:27:35 +0000 (16:27 +0100)]
olesvr32: Make olesvr.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 15:26:37 +0000 (16:26 +0100)]
olecli32: Make olecli.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 15:22:47 +0000 (16:22 +0100)]
msacm32: Make msacm.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 15:18:03 +0000 (16:18 +0100)]
lz32: Make lzexpand.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 15:16:41 +0000 (16:16 +0100)]
kernel32: Make the load order for a 16-bit stand-alone dll match its 32-bit owner.
Alexandre Julliard [Wed, 11 Mar 2009 15:49:55 +0000 (16:49 +0100)]
configure: Check for IOHIDManagerCreate function that's missing on Tiger.
Paul Vriens [Wed, 11 Mar 2009 12:52:07 +0000 (13:52 +0100)]
ddraw/tests: Fix some test failures on W2K/VMware.
Aurimas Fischer [Wed, 11 Mar 2009 14:07:54 +0000 (16:07 +0200)]
comdlg32: Improve Lithuanian translation.
Aurimas Fischer [Wed, 11 Mar 2009 13:21:09 +0000 (15:21 +0200)]
notepad: Improve Lithuanian translation.
Alexandre Julliard [Wed, 11 Mar 2009 13:10:13 +0000 (14:10 +0100)]
wineps.drv: Make all exported entry points CDECL.
Denis Baranov [Tue, 24 Feb 2009 18:16:26 +0000 (21:16 +0300)]
wine.inf: Add registry branch HKEY_CLASSES_ROOT\MIME\Database\Charset.
Aric Stewart [Tue, 10 Mar 2009 20:00:03 +0000 (15:00 -0500)]
dinput: Add OS/X sliders.
Aric Stewart [Tue, 10 Mar 2009 19:59:56 +0000 (14:59 -0500)]
dinput: Map OS/X joystick axes so even if they come out of order on the device we recognize them correctly.
Aric Stewart [Tue, 10 Mar 2009 19:59:49 +0000 (14:59 -0500)]
dinput: OS/X joystick add Rx,Ry,and Rz axes.
Aric Stewart [Tue, 10 Mar 2009 19:59:41 +0000 (14:59 -0500)]
dinput: OS/X joystick add GD_X, GD_Y, GD_Z axes.
Aric Stewart [Tue, 10 Mar 2009 19:59:35 +0000 (14:59 -0500)]
dinput: OS/X joystick add POV controls.
Aric Stewart [Tue, 10 Mar 2009 19:59:28 +0000 (14:59 -0500)]
dinput: OS/X joystick add axes.
Aric Stewart [Tue, 10 Mar 2009 19:59:20 +0000 (14:59 -0500)]
dinput: Add Mac OS/X joystick support.
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.
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.
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.
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.
Huw Davies [Wed, 11 Mar 2009 10:01:03 +0000 (10:01 +0000)]
gdi32/tests: Remove a cut and paste error.
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.
Henri Verbeet [Wed, 11 Mar 2009 09:15:10 +0000 (10:15 +0100)]
wined3d: Don't leak WineD3DAdapter.cfgs.
Henri Verbeet [Wed, 11 Mar 2009 09:15:10 +0000 (10:15 +0100)]
wined3d: Get rid of the PUSH1 macro.
Henri Verbeet [Wed, 11 Mar 2009 09:15:09 +0000 (10:15 +0100)]
wined3d: The adapters array should be owned by IWineD3DImpl.
Henri Verbeet [Wed, 11 Mar 2009 09:15:09 +0000 (10:15 +0100)]
wined3d: Free the logo path when we're done with it.
Henri Verbeet [Wed, 11 Mar 2009 09:15:09 +0000 (10:15 +0100)]
wined3d: Set the correct texture names on cube surfaces.
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.
Alexandre Julliard [Wed, 11 Mar 2009 10:42:01 +0000 (11:42 +0100)]
user32/tests: SetForegroundWindow sometimes fails on Win98.
Alistair Leslie-Hughes [Tue, 10 Mar 2009 23:36:30 +0000 (10:36 +1100)]
mshtml: Add missing IHTMLTable interfaces.
Michael Stefaniuc [Wed, 11 Mar 2009 08:39:16 +0000 (09:39 +0100)]
kernel32: Remove superfluous pointer casts.
Michael Stefaniuc [Tue, 10 Mar 2009 23:31:43 +0000 (00:31 +0100)]
mlang: Change long to LONG in mlang.idl.
Michael Stefaniuc [Tue, 10 Mar 2009 23:31:26 +0000 (00:31 +0100)]
quartz: Change long to LONG in control.idl.
Nikolay Sivov [Tue, 10 Mar 2009 23:05:03 +0000 (19:05 -0400)]
comctl32: Fix item selection with VK_SPACE when Ctrl is pressed.
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.
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.
Rob Shearman [Tue, 10 Mar 2009 23:41:39 +0000 (23:41 +0000)]
rpcrt4: Add a check for a NULL ref pointer to NdrPointerUnmarshall.
Rob Shearman [Tue, 10 Mar 2009 23:39:56 +0000 (23:39 +0000)]
widl: Returned pointers should default to being unique, not reference.
Alexandre Julliard [Tue, 10 Mar 2009 17:22:43 +0000 (18:22 +0100)]
dbghelp: The main executable is now always named "wine".
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.
Alexandre Julliard [Tue, 10 Mar 2009 16:50:50 +0000 (17:50 +0100)]
iphlpapi/tests: Output the various tables in verbose mode.
Alexandre Julliard [Tue, 10 Mar 2009 16:11:44 +0000 (17:11 +0100)]
iphlpapi: Implemented AllocateAndGetIpForwardTableFromStack for Solaris.
Alexandre Julliard [Tue, 10 Mar 2009 16:10:08 +0000 (17:10 +0100)]
iphlpapi: Implemented AllocateAndGetIpNetTableFromStack for Solaris.
Alexandre Julliard [Tue, 10 Mar 2009 16:08:28 +0000 (17:08 +0100)]
iphlpapi: Implemented AllocateAndGetUdpTableFromStack for Solaris.
Alexandre Julliard [Tue, 10 Mar 2009 16:05:58 +0000 (17:05 +0100)]
iphlpapi: Implemented AllocateAndGetTcpTableFromStack for Solaris.
Nikolay Sivov [Tue, 10 Mar 2009 11:09:35 +0000 (07:09 -0400)]
user32: Button should get captured when highlighted with VK_SPACE.
Francois Gouget [Tue, 10 Mar 2009 11:39:09 +0000 (12:39 +0100)]
avifil32: Add a missing AddRef in IGetFrame_QueryInterface().
Francois Gouget [Tue, 10 Mar 2009 11:38:20 +0000 (12:38 +0100)]
avifil32: Add missing AddRefs in IAVIFile_QueryInterface().
Aric Stewart [Mon, 9 Mar 2009 15:07:35 +0000 (10:07 -0500)]
dinput: Create generic joystick Acquire/Unacquire.