wine
15 years agovwin32.vxd: Load winedos dynamically.
Alexandre Julliard [Fri, 13 Mar 2009 10:59:48 +0000 (11:59 +0100)] 
vwin32.vxd: Load winedos dynamically.

15 years agoifsmgr.vxd: Load winedos dynamically.
Alexandre Julliard [Fri, 13 Mar 2009 10:59:32 +0000 (11:59 +0100)] 
ifsmgr.vxd: Load winedos dynamically.

15 years agontdll: Move the copy_context function into the respective CPU-specific files.
Alexandre Julliard [Fri, 13 Mar 2009 10:31:25 +0000 (11:31 +0100)] 
ntdll: Move the copy_context function into the respective CPU-specific files.

15 years agouser32/tests: Print a more useful line number in check_class and check_instance tests.
Alexandre Julliard [Fri, 13 Mar 2009 10:30:15 +0000 (11:30 +0100)] 
user32/tests: Print a more useful line number in check_class and check_instance tests.

15 years agouser32/tests: Add optional restore sequence for Vista.
Alexandre Julliard [Fri, 13 Mar 2009 10:29:53 +0000 (11:29 +0100)] 
user32/tests: Add optional restore sequence for Vista.

15 years agowined3d: Remove the format field from IWineD3DResourceClass.
Henri Verbeet [Fri, 13 Mar 2009 09:44:18 +0000 (10:44 +0100)] 
wined3d: Remove the format field from IWineD3DResourceClass.

15 years agowined3d: Only return a pointer to struct GlPixelFormatDesc from getFormatDescEntry().
Henri Verbeet [Fri, 13 Mar 2009 09:44:18 +0000 (10:44 +0100)] 
wined3d: Only return a pointer to struct GlPixelFormatDesc from getFormatDescEntry().

15 years agowined3d: Add fields from StaticPixelFormatDesc to struct GlPixelFormatDesc.
Henri Verbeet [Fri, 13 Mar 2009 09:44:17 +0000 (10:44 +0100)] 
wined3d: Add fields from StaticPixelFormatDesc to struct GlPixelFormatDesc.

The idea here is that we should lookup format information in struct
GlPixelFormatDesc, while StaticPixelFormatDesc and GlPixelFormatDescTemplate
will only be used to build the table.

15 years agowined3d: Remove the width and height fields from IWineD3DTextureImpl.
Henri Verbeet [Fri, 13 Mar 2009 09:44:17 +0000 (10:44 +0100)] 
wined3d: Remove the width and height fields from IWineD3DTextureImpl.

15 years agowined3d: Remove some redundant fields from struct glDescriptor.
Henri Verbeet [Fri, 13 Mar 2009 09:44:17 +0000 (10:44 +0100)] 
wined3d: Remove some redundant fields from struct glDescriptor.

15 years agowined3d: Eliminate the heightscale field from IWineD3DSurfaceImpl.
Henri Verbeet [Fri, 13 Mar 2009 09:44:17 +0000 (10:44 +0100)] 
wined3d: Eliminate the heightscale field from IWineD3DSurfaceImpl.

15 years agowined3d: Also change the resource's format desc in IWineD3DBaseSurfaceImpl_SetFormat().
Henri Verbeet [Fri, 13 Mar 2009 09:44:17 +0000 (10:44 +0100)] 
wined3d: Also change the resource's format desc in IWineD3DBaseSurfaceImpl_SetFormat().

15 years agod3d8: Release the d3d8 shader once we're done with it in IDirect3DDevice8Impl_GetPixe...
Henri Verbeet [Fri, 13 Mar 2009 09:44:16 +0000 (10:44 +0100)] 
d3d8: Release the d3d8 shader once we're done with it in IDirect3DDevice8Impl_GetPixelShader().

15 years agocomctl32: LVN_ITEMCHANGED notification should be sent for each item when group select...
Nikolay Sivov [Fri, 13 Mar 2009 09:23:07 +0000 (05:23 -0400)] 
comctl32: LVN_ITEMCHANGED notification should be sent for each item when group selected for ~LVS_OWNERDATA.

15 years agowidl: Output "LONG" instead of "long" for a 32bit integer.
Michael Stefaniuc [Thu, 12 Mar 2009 22:04:35 +0000 (23:04 +0100)] 
widl: Output "LONG" instead of "long" for a 32bit integer.

long is always 32bit in IDL files but that's not true in C.

15 years agocrypt32/tests: Fix some test failures on older NT4 boxes.
Paul Vriens [Fri, 13 Mar 2009 08:36:38 +0000 (09:36 +0100)] 
crypt32/tests: Fix some test failures on older NT4 boxes.

15 years agocrypt32/tests: Fix some crashes on older NT4 boxes.
Paul Vriens [Fri, 13 Mar 2009 08:28:02 +0000 (09:28 +0100)] 
crypt32/tests: Fix some crashes on older NT4 boxes.

15 years agocrypt32/tests: Fix some test failures on Win9x.
Paul Vriens [Thu, 12 Mar 2009 17:14:26 +0000 (18:14 +0100)] 
crypt32/tests: Fix some test failures on Win9x.

15 years agogdi32/tests: Fix two test failures on Win9x.
Paul Vriens [Thu, 12 Mar 2009 14:08:13 +0000 (15:08 +0100)] 
gdi32/tests: Fix two test failures on Win9x.

15 years agofusion/tests: Fix some test failures on Win98.
Paul Vriens [Thu, 12 Mar 2009 13:45:21 +0000 (14:45 +0100)] 
fusion/tests: Fix some test failures on Win98.

15 years agoshell32/tests: Fix a test failure on W2K and earlier.
Paul Vriens [Thu, 12 Mar 2009 11:06:04 +0000 (12:06 +0100)] 
shell32/tests: Fix a test failure on W2K and earlier.

15 years agomsi/tests: Fix a test for systems with %TEMP% being less than 2 levels deep.
Paul Vriens [Thu, 12 Mar 2009 10:06:01 +0000 (11:06 +0100)] 
msi/tests: Fix a test for systems with %TEMP% being less than 2 levels deep.

15 years agomsi: Fix handling of REINSTALL overrides.
Hans Leidekker [Thu, 12 Mar 2009 10:46:35 +0000 (11:46 +0100)] 
msi: Fix handling of REINSTALL overrides.

We were forcing features with a REINSTALL override to be reinstalled
locally, which is only correct if the original install state is local.

This causes problems with the office 2007 sp1 installer, which applies
a REINSTALL override to an advertised feature.

15 years agomshtml: Fix typos in the French translation.
Francois Gouget [Thu, 12 Mar 2009 12:04:40 +0000 (13:04 +0100)] 
mshtml: Fix typos in the French translation.

15 years agodinput: Add a trailing '\n' to ERR() messages.
Francois Gouget [Thu, 12 Mar 2009 09:10:44 +0000 (10:10 +0100)] 
dinput: Add a trailing '\n' to ERR() messages.

Also convert a 'smart' quote to a regular quote.

15 years agowinedbg: Don't name a function PRIVATE.
Alexandre Julliard [Thu, 12 Mar 2009 13:29:53 +0000 (14:29 +0100)] 
winedbg: Don't name a function PRIVATE.

15 years agowinspool.drv: Make sure the DEVMODE structure is fully initialized.
Alexandre Julliard [Thu, 12 Mar 2009 12:34:12 +0000 (13:34 +0100)] 
winspool.drv: Make sure the DEVMODE structure is fully initialized.

15 years agodbghelp: Increase file read buffer size for calc_crc32.
Ken Thomases [Wed, 11 Mar 2009 14:09:07 +0000 (09:09 -0500)] 
dbghelp: Increase file read buffer size for calc_crc32.

15 years agodbghelp: Extract calc_crc32 function into a separate file.
Ken Thomases [Wed, 11 Mar 2009 14:09:00 +0000 (09:09 -0500)] 
dbghelp: Extract calc_crc32 function into a separate file.

15 years agodbghelp: Rename some things to be less ELF-centric.
Ken Thomases [Wed, 11 Mar 2009 14:08:54 +0000 (09:08 -0500)] 
dbghelp: Rename some things to be less ELF-centric.

15 years agodbghelp/stabs: Track line numbers pending for an upcoming function.
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.

15 years agodbghelp/stabs: Allow pending list to include line numbers as well as variables.
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.

15 years agodbghelp/stabs: Extract growing of pending_block's buffer to pending_make_room().
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().

15 years agodbghelp: Teach stabs_parse about other kinds of Mach-O symbol definitions.
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.

15 years agoconfigure: Check for mach-o/dyld_images.h and mach-o/nlist.h headers.
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.

15 years agodbghelp: Let stabs_parse call back for real (non-debug) symbol definitions.
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.

15 years agodbghelp/stabs: Decode the Stabs type more carefully.
Ken Thomases [Wed, 11 Mar 2009 14:05:42 +0000 (09:05 -0500)] 
dbghelp/stabs: Decode the Stabs type more carefully.

15 years agodbghelp/stabs: Ignore the N_OSO type used on Darwin.
Ken Thomases [Wed, 11 Mar 2009 14:05:32 +0000 (09:05 -0500)] 
dbghelp/stabs: Ignore the N_OSO type used on Darwin.

15 years agodbghelp/stabs: Translate additional register codes.
Ken Thomases [Wed, 11 Mar 2009 14:05:27 +0000 (09:05 -0500)] 
dbghelp/stabs: Translate additional register codes.

15 years agowined3d: Remove the shader_color_fixup field from IWineD3DBaseTextureClass.
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.

15 years agowined3d: Get rid of some calls to getFormatDescEntry().
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.

15 years agowined3d: Store a pointer to the format description in the resource.
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.

15 years agowined3d: Remove a redundant check.
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.

15 years agowined3d: Remove an unused field.
Henri Verbeet [Thu, 12 Mar 2009 08:53:14 +0000 (09:53 +0100)] 
wined3d: Remove an unused field.

15 years agowined3d: Explicitly pass the texUnitMap to shader_glsl_load_vsamplers() and shader_gl...
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.

15 years agosetupapi: Check for NULL module to avoid an exception in RtlImageNtHeader.
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.

15 years agorpcrt4: Use RpcMsg->Buffer instead of BufferStart since the latter isn't always set.
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.

15 years agowine.inf: Fix typo in the shift_jis entry.
Alexandre Julliard [Thu, 12 Mar 2009 10:50:56 +0000 (11:50 +0100)] 
wine.inf: Fix typo in the shift_jis entry.

15 years agowinhlp32: Links are clicked on WM_LBUTTONDOWN not WM_LBUTTONUP.
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.

15 years agomshtml: Change long to LONG in mshtml.idl (remaining stuff).
Michael Stefaniuc [Thu, 12 Mar 2009 00:43:31 +0000 (01:43 +0100)] 
mshtml: Change long to LONG in mshtml.idl (remaining stuff).

15 years agomshtml: Change long to LONG in mshtml.idl (HTML*Element 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).

15 years agomshtml: Change long to LONG in mshtml.idl (htmlwindow.c part).
Michael Stefaniuc [Thu, 12 Mar 2009 00:42:55 +0000 (01:42 +0100)] 
mshtml: Change long to LONG in mshtml.idl (htmlwindow.c part).

15 years agoinclude: Change long to LONG in mshtml.idl.
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.

15 years agoqedit: Change long to LONG in qedit.idl.
Michael Stefaniuc [Thu, 12 Mar 2009 00:42:24 +0000 (01:42 +0100)] 
qedit: Change long to LONG in qedit.idl.

15 years agoinclude: Change long to LONG in axextend.idl.
Michael Stefaniuc [Thu, 12 Mar 2009 00:42:38 +0000 (01:42 +0100)] 
include: Change long to LONG in axextend.idl.

15 years agod3d9/tests: Fix some ok() strings in the fog test.
Michael Stefaniuc [Thu, 12 Mar 2009 00:42:13 +0000 (01:42 +0100)] 
d3d9/tests: Fix some ok() strings in the fog test.

15 years agod3d9/tests: Limit the back buffer to 800x600 in the scissor size 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.

15 years agod3dxof: Use offsets to reference data instead of pointers so data buffer can be resized.
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.

15 years agocrypt32/tests: Fix a test failure on Win9x.
Paul Vriens [Thu, 12 Mar 2009 08:18:21 +0000 (09:18 +0100)] 
crypt32/tests: Fix a test failure on Win9x.

15 years agoddraw/tests: Fix some test failures on W2K/VMware.
Paul Vriens [Thu, 12 Mar 2009 07:17:33 +0000 (08:17 +0100)] 
ddraw/tests: Fix some test failures on W2K/VMware.

15 years agomshtml: Don't use unicode constants for HTML IDs (code clean up).
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).

15 years agodinput: OS/X joystick: Check usage page to avoid odd non-button elements found on...
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.

15 years agoregedit: Add missing English resource.
Aurimas Fischer [Wed, 11 Mar 2009 17:11:54 +0000 (19:11 +0200)] 
regedit: Add missing English resource.

15 years agoregedit: Add Lithuanian translation.
Aurimas Fischer [Wed, 11 Mar 2009 13:21:49 +0000 (15:21 +0200)] 
regedit: Add Lithuanian translation.

15 years agowinemenubuilder: Print an error message if we are unable to load an lnk file.
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.

15 years agowinemenubuilder: Fix an off-by-one check that resulted in erroneous error messages.
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.

15 years agotwain_32: Revise internal documentation and one test slightly to bring into line...
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.

15 years agosane.ds: Add support for DG_IMAGE/DAT_IMAGELAYOUT/GET and SET. Enables Acrobat to...
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.

15 years agooleaut32: Make ole2disp.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 16:36:40 +0000 (17:36 +0100)] 
oleaut32: Make ole2disp.dll into a stand-alone 16-bit module.

15 years agooleaut32: Make typelib.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.

15 years agoole32: Get rid of WINE_StringFromCLSID and A->W conversions.
Alexandre Julliard [Wed, 11 Mar 2009 16:28:21 +0000 (17:28 +0100)] 
ole32: Get rid of WINE_StringFromCLSID and A->W conversions.

15 years agoole32: Make compobj.dll into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 11 Mar 2009 16:12:32 +0000 (17:12 +0100)] 
ole32: Make compobj.dll into a stand-alone 16-bit module.

15 years agoole32: Make ole2.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.

15 years agoole32: Make storage.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.

15 years agoole32: Make ole2nls.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.

15 years agoole32: Make ole2thk.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.

15 years agoole32: Make ole2prox.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.

15 years agoole32: Make ole2conv.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.

15 years agoolesvr32: Make olesvr.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.

15 years agoolecli32: Make olecli.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.

15 years agomsacm32: Make msacm.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.

15 years agolz32: Make lzexpand.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.

15 years agokernel32: Make the load order for a 16-bit stand-alone dll match its 32-bit owner.
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.

15 years agoconfigure: Check for IOHIDManagerCreate function that's missing on Tiger.
Alexandre Julliard [Wed, 11 Mar 2009 15:49:55 +0000 (16:49 +0100)] 
configure: Check for IOHIDManagerCreate function that's missing on Tiger.

15 years agoddraw/tests: Fix some test failures on W2K/VMware.
Paul Vriens [Wed, 11 Mar 2009 12:52:07 +0000 (13:52 +0100)] 
ddraw/tests: Fix some test failures on W2K/VMware.

15 years agocomdlg32: Improve Lithuanian translation.
Aurimas Fischer [Wed, 11 Mar 2009 14:07:54 +0000 (16:07 +0200)] 
comdlg32: Improve Lithuanian translation.

15 years agonotepad: Improve Lithuanian translation.
Aurimas Fischer [Wed, 11 Mar 2009 13:21:09 +0000 (15:21 +0200)] 
notepad: Improve Lithuanian translation.

15 years agowineps.drv: Make all exported entry points CDECL.
Alexandre Julliard [Wed, 11 Mar 2009 13:10:13 +0000 (14:10 +0100)] 
wineps.drv: Make all exported entry points CDECL.

15 years agowine.inf: Add registry branch HKEY_CLASSES_ROOT\MIME\Database\Charset.
Denis Baranov [Tue, 24 Feb 2009 18:16:26 +0000 (21:16 +0300)] 
wine.inf: Add registry branch HKEY_CLASSES_ROOT\MIME\Database\Charset.

15 years agodinput: Add OS/X sliders.
Aric Stewart [Tue, 10 Mar 2009 20:00:03 +0000 (15:00 -0500)] 
dinput: Add OS/X sliders.

15 years agodinput: Map OS/X joystick axes so even if they come out of order on the device we...
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.

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

15 years agodinput: OS/X joystick add GD_X, GD_Y, GD_Z 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.

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

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.