Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)]
d3d9: Get rid of resource.c.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)]
d3d9: Get rid of basetexture.c.
Henri Verbeet [Mon, 23 Mar 2009 07:30:15 +0000 (08:30 +0100)]
wined3d: Set the currently active context to NULL when it's destroyed.
This should make us crash when trying to use the "currently active" context
after it has been destroyed, rather than messing around with freed memory.
Henri Verbeet [Mon, 23 Mar 2009 07:30:15 +0000 (08:30 +0100)]
wined3d: Compare the actual formats.
Henri Verbeet [Mon, 23 Mar 2009 12:54:34 +0000 (13:54 +0100)]
wined3d: Unload resources on Uninit3D().
This should prevent destroying GL objects without a GL context. Eg. when a ddraw
surface has a GL texture and is released after a call to Uninit3D().
Dylan Smith [Mon, 23 Mar 2009 04:14:33 +0000 (00:14 -0400)]
richedit: Add bounds checks for EM_GETTEXTRANGE with tests.
Wine was not doing bounds checks for EM_GETTEXTRANGE, which was causing
a crash in Bug 17822. The added tests would cause a crash without the
added bounds checks in the richedit code.
The bounds checks I put in HandleMessage, since ME_GetTextRange is also
called for ME_GETSELTEXT which should not have bounds checks, since it
uses the selection range.
When the ME_GETTEXTRANGE message returns 0, no text is copied, not even
the NULL terminating charter. This differs from EM_GETSELTEXT which
will copy the NULL terminating character when no text is selected. This
behaviour is consistent with native richedit controls.
Roderick Colenbrander [Sun, 15 Mar 2009 10:30:10 +0000 (11:30 +0100)]
wined3d: Add a classic WGL pixel format backend as not all OpenGL implementations support WGL_ARB_pixel_format.
This should help for instance VirtualBox.
Roderick Colenbrander [Sun, 15 Mar 2009 09:01:43 +0000 (10:01 +0100)]
wined3d: Add WGL_ARB_pixel_format detection.
Right now we assume that the extension is there but this isn't always
the case. The next patch in this series will add a
non-WGL_ARB_pixel_format codepath to help VirtualBox and others.
Nicolas Le Cam [Sat, 14 Mar 2009 13:22:51 +0000 (14:22 +0100)]
schannel/tests: Fix test on Win2k.
Nicolas Le Cam [Tue, 17 Mar 2009 21:40:45 +0000 (22:40 +0100)]
shell32/tests: Fix a test on Win2k platform and above.
Paul Vriens [Thu, 19 Mar 2009 10:16:28 +0000 (11:16 +0100)]
urlmon/tests: Fix a test failure on Vista and higher.
Rein Klazes [Thu, 19 Mar 2009 09:45:46 +0000 (10:45 +0100)]
user32/tests: In sysparams.c disable some Get/Set border tests for now. These may permanently change desktop settings of the testers.
Aric Stewart [Thu, 19 Mar 2009 14:46:45 +0000 (09:46 -0500)]
propsys: Stub for PSUnregisterPropertySchema.
Needed for IE8 install.
Hwang YunSong(황윤성) [Mon, 16 Mar 2009 01:10:34 +0000 (10:10 +0900)]
mshtml: Updated Korean resource.
Aric Stewart [Tue, 17 Mar 2009 12:40:42 +0000 (07:40 -0500)]
kernel32: Report unixfs instead of ntfs for unknown filesystem type.
This avoids programs such as the .Net2.0 installer trying to do ntfs
specific functions on the disk.
Michael Stefaniuc [Thu, 19 Mar 2009 10:22:15 +0000 (11:22 +0100)]
ddraw/tests: Use ULONG instead of unsigned long.
Michael Stefaniuc [Wed, 18 Mar 2009 09:55:22 +0000 (10:55 +0100)]
d3d9/tests: Use LONG instead of long.
Michael Stefaniuc [Wed, 18 Mar 2009 09:55:40 +0000 (10:55 +0100)]
d3d8/tests: Use ULONG instead of unsigned long.
Michael Stefaniuc [Wed, 18 Mar 2009 09:55:07 +0000 (10:55 +0100)]
d3dxof/tests: Use ULONG instead of unsigned long.
Michael Stefaniuc [Tue, 17 Mar 2009 09:03:51 +0000 (10:03 +0100)]
advapi32/tests: Don't use "long" for variable types.
Michael Stefaniuc [Mon, 16 Mar 2009 23:12:11 +0000 (00:12 +0100)]
ntdll: Remove superfluous pointer casts.
Aurimas Fischer [Sun, 15 Mar 2009 13:41:38 +0000 (15:41 +0200)]
wineboot: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 13:11:48 +0000 (15:11 +0200)]
start: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 11:01:26 +0000 (13:01 +0200)]
reg: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 13:31:03 +0000 (15:31 +0200)]
uninstaller: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 10:21:20 +0000 (12:21 +0200)]
mshtml: Update Lithuanian translation.
Konstantin Kondratyuk [Fri, 20 Mar 2009 12:29:04 +0000 (15:29 +0300)]
fonts: Add Bielorussian and Ukrainian symbols to tahoma.
Konstantin Kondratyuk [Fri, 20 Mar 2009 12:27:39 +0000 (15:27 +0300)]
fonts: Add Bielorussian and Ukrainian symbols to tahomabd.
William Waghorn [Wed, 18 Mar 2009 00:02:44 +0000 (17:02 -0700)]
imaadp32: Refuse unknown destination format.
ADPCM_FormatSuggest must report NOTPOSSIBLE if the destination format
is not supported.
William Waghorn [Wed, 18 Mar 2009 00:02:37 +0000 (17:02 -0700)]
msadp32: Refuse unknown destination format.
ADPCM_FormatSuggest must report NOTPOSSIBLE if the destination format
is not supported.
Michael Stefaniuc [Tue, 17 Mar 2009 22:04:42 +0000 (23:04 +0100)]
regedit: Fix the German translation.
Michael Stefaniuc [Tue, 17 Mar 2009 22:03:55 +0000 (23:03 +0100)]
regedit: Convert the German translation to UTF8.
Michael Stefaniuc [Tue, 17 Mar 2009 22:03:28 +0000 (23:03 +0100)]
regedit: Remove commented out STRINGTABLE from the resource files.
The STRINGTABLE is commented out since mid 2003.
Michael Stefaniuc [Tue, 17 Mar 2009 22:02:45 +0000 (23:02 +0100)]
reg: Fix/update the German translation.
Michael Stefaniuc [Tue, 17 Mar 2009 22:01:15 +0000 (23:01 +0100)]
reg: Change the German translation to UTF8.
Michael Stefaniuc [Tue, 17 Mar 2009 22:00:50 +0000 (23:00 +0100)]
mshtml: Update the German translation.
Michael Stefaniuc [Tue, 17 Mar 2009 21:59:22 +0000 (22:59 +0100)]
mshtml: Convert the German translation to UTF8.
Michael Stefaniuc [Mon, 16 Mar 2009 10:12:29 +0000 (11:12 +0100)]
mshtml: Update the Romanian translation.
Alexandre Julliard [Fri, 13 Mar 2009 16:07:55 +0000 (17:07 +0100)]
Release 1.1.17.
Paul Vriens [Fri, 13 Mar 2009 13:36:12 +0000 (14:36 +0100)]
ddraw/tests: Fix a test failure on VMware and some native boxes.
Paul Vriens [Fri, 13 Mar 2009 13:30:32 +0000 (14:30 +0100)]
ddraw/tests: Fix two test failures on W2K/VMware.
Paul Vriens [Fri, 13 Mar 2009 12:23:20 +0000 (13:23 +0100)]
gdi32/tests: Fix some test failures on Win9x.
Hans Leidekker [Fri, 13 Mar 2009 13:48:00 +0000 (14:48 +0100)]
msi: Set concurrency model to multi-threaded for custom action threads.
A custom action in the office 2007 sp1 installer fails right after calling
CoInitializeEx(NULL, COINIT_MULTITHREADED). This is because our code calls
CoInitialize(NULL) first, which sets a different concurrency model, and a
subsequent call with a different model will return RPC_E_CHANGED_MODE.
Ergo, we should set the model to multi-threaded too.
Piotr Caban [Thu, 12 Mar 2009 18:08:30 +0000 (19:08 +0100)]
mshtml: Added IHTMLWindow2_confirm implementation.
Piotr Caban [Thu, 12 Mar 2009 18:08:06 +0000 (19:08 +0100)]
mshtml: Added HTMLWindow2_prompt implementation.
Stefano Guidoni [Tue, 10 Mar 2009 15:41:19 +0000 (16:41 +0100)]
msacm32: acmFormatEnum: Implement ACM_FORMATENUMF_SUGGEST.
Detlef Riekenberg [Fri, 13 Mar 2009 04:18:39 +0000 (05:18 +0100)]
localspl: Return 0 for the local computer.
Aric Stewart [Thu, 12 Mar 2009 13:03:04 +0000 (08:03 -0500)]
dinput: OS/X joystick: Sort buttons based on usage as some controllers report the buttons out of order.
Makes the xbox 360 controller button mapping more logical.
Hans Leidekker [Fri, 13 Mar 2009 10:34:46 +0000 (11:34 +0100)]
msi: Handle ADVERTISE overrides.
Hans Leidekker [Fri, 13 Mar 2009 10:34:16 +0000 (11:34 +0100)]
msi: Correct spec entry for MsiGetProductInfoA/W.
Alexandre Julliard [Fri, 13 Mar 2009 11:18:04 +0000 (12:18 +0100)]
make_makefiles: Automatically disable 16-bit modules if enable_win16 isn't set.
Alexandre Julliard [Fri, 13 Mar 2009 11:00:02 +0000 (12:00 +0100)]
winedos: Don't create an import library.
Alexandre Julliard [Fri, 13 Mar 2009 10:59:48 +0000 (11:59 +0100)]
vwin32.vxd: Load winedos dynamically.
Alexandre Julliard [Fri, 13 Mar 2009 10:59:32 +0000 (11:59 +0100)]
ifsmgr.vxd: Load winedos dynamically.
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.
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.
Alexandre Julliard [Fri, 13 Mar 2009 10:29:53 +0000 (11:29 +0100)]
user32/tests: Add optional restore sequence for Vista.
Henri Verbeet [Fri, 13 Mar 2009 09:44:18 +0000 (10:44 +0100)]
wined3d: Remove the format field from IWineD3DResourceClass.
Henri Verbeet [Fri, 13 Mar 2009 09:44:18 +0000 (10:44 +0100)]
wined3d: Only return a pointer to struct GlPixelFormatDesc from getFormatDescEntry().
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.
Henri Verbeet [Fri, 13 Mar 2009 09:44:17 +0000 (10:44 +0100)]
wined3d: Remove the width and height fields from IWineD3DTextureImpl.
Henri Verbeet [Fri, 13 Mar 2009 09:44:17 +0000 (10:44 +0100)]
wined3d: Remove some redundant fields from struct glDescriptor.
Henri Verbeet [Fri, 13 Mar 2009 09:44:17 +0000 (10:44 +0100)]
wined3d: Eliminate the heightscale field from IWineD3DSurfaceImpl.
Henri Verbeet [Fri, 13 Mar 2009 09:44:17 +0000 (10:44 +0100)]
wined3d: Also change the resource's format desc in IWineD3DBaseSurfaceImpl_SetFormat().
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().
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.
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.
Paul Vriens [Fri, 13 Mar 2009 08:36:38 +0000 (09:36 +0100)]
crypt32/tests: Fix some test failures 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.
Paul Vriens [Thu, 12 Mar 2009 17:14:26 +0000 (18:14 +0100)]
crypt32/tests: Fix some 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.
Paul Vriens [Thu, 12 Mar 2009 13:45:21 +0000 (14:45 +0100)]
fusion/tests: Fix some test failures on Win98.
Paul Vriens [Thu, 12 Mar 2009 11:06:04 +0000 (12:06 +0100)]
shell32/tests: Fix a test failure on W2K and earlier.
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.
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.
Francois Gouget [Thu, 12 Mar 2009 12:04:40 +0000 (13:04 +0100)]
mshtml: Fix typos in the French translation.
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.
Alexandre Julliard [Thu, 12 Mar 2009 13:29:53 +0000 (14:29 +0100)]
winedbg: Don't name a function PRIVATE.
Alexandre Julliard [Thu, 12 Mar 2009 12:34:12 +0000 (13:34 +0100)]
winspool.drv: Make sure the DEVMODE structure is fully initialized.
Ken Thomases [Wed, 11 Mar 2009 14:09:07 +0000 (09:09 -0500)]
dbghelp: Increase file read buffer size for calc_crc32.
Ken Thomases [Wed, 11 Mar 2009 14:09:00 +0000 (09:09 -0500)]
dbghelp: Extract calc_crc32 function into a separate file.
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.