wine
15 years agojscript: Added stub implementation of Date constructor properties.
Piotr Caban [Fri, 3 Jul 2009 00:45:12 +0000 (02:45 +0200)] 
jscript: Added stub implementation of Date constructor properties.

15 years agowindowscodecs: Add test for IWICPalette.
Vincent Povirk [Wed, 1 Jul 2009 22:39:13 +0000 (17:39 -0500)] 
windowscodecs: Add test for IWICPalette.

15 years agowindowscodecs: Implement HasAlpha for palettes.
Vincent Povirk [Thu, 2 Jul 2009 22:47:19 +0000 (17:47 -0500)] 
windowscodecs: Implement HasAlpha for palettes.

15 years agowindowscodecs: Implement IsBlackWhite and IsGrayscale for palettes.
Vincent Povirk [Thu, 2 Jul 2009 22:44:31 +0000 (17:44 -0500)] 
windowscodecs: Implement IsBlackWhite and IsGrayscale for palettes.

15 years agowindowscodecs: Implement GetColorCount and GetType for palettes.
Vincent Povirk [Thu, 2 Jul 2009 22:39:40 +0000 (17:39 -0500)] 
windowscodecs: Implement GetColorCount and GetType for palettes.

15 years agowindowscodecs: Implement InitializeCustom and GetColors for palettes.
Vincent Povirk [Thu, 2 Jul 2009 22:37:06 +0000 (17:37 -0500)] 
windowscodecs: Implement InitializeCustom and GetColors for palettes.

15 years agowindowscodecs: Add stub implementation of IWICPalette.
Vincent Povirk [Thu, 2 Jul 2009 22:09:47 +0000 (17:09 -0500)] 
windowscodecs: Add stub implementation of IWICPalette.

15 years agoinclude: Add definitions for IWICPalette.
Vincent Povirk [Wed, 1 Jul 2009 21:59:51 +0000 (16:59 -0500)] 
include: Add definitions for IWICPalette.

15 years agomakefiles: Regenerate the source lists using make_makefiles.
Alexandre Julliard [Fri, 3 Jul 2009 11:26:38 +0000 (13:26 +0200)] 
makefiles: Regenerate the source lists using make_makefiles.

15 years agomake_makefiles: Automatically update the source lists in the individual makefiles.
Alexandre Julliard [Fri, 3 Jul 2009 11:26:01 +0000 (13:26 +0200)] 
make_makefiles: Automatically update the source lists in the individual makefiles.

15 years agouser32: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 23:38:57 +0000 (01:38 +0200)] 
user32: Build language resource files separately.

Do not include them from an other rc file.

15 years agomsi: Update French translation.
Frédéric Delanoy [Fri, 3 Jul 2009 00:22:29 +0000 (02:22 +0200)] 
msi: Update French translation.

15 years agohhctrl.ocx: Update French translation.
Frédéric Delanoy [Fri, 3 Jul 2009 00:08:06 +0000 (02:08 +0200)] 
hhctrl.ocx: Update French translation.

15 years agogphoto2.ds: Update French translation.
Frédéric Delanoy [Thu, 2 Jul 2009 23:57:07 +0000 (01:57 +0200)] 
gphoto2.ds: Update French translation.

15 years agourlmon: Import the version.rc into the main rc file.
Michael Stefaniuc [Fri, 3 Jul 2009 10:16:59 +0000 (12:16 +0200)] 
urlmon: Import the version.rc into the main rc file.

There is no need for a separate file.

15 years agomsiexec: Import the version.rc into the main rc file.
Michael Stefaniuc [Fri, 3 Jul 2009 09:49:52 +0000 (11:49 +0200)] 
msiexec: Import the version.rc into the main rc file.

There is no need for a separate file.

15 years agoole32: Import the content of version.rc into the main rc file.
Michael Stefaniuc [Fri, 3 Jul 2009 09:49:34 +0000 (11:49 +0200)] 
ole32: Import the content of version.rc into the main rc file.

There is no need for a separate file.

15 years agocards: Build the version.rc file separately.
Michael Stefaniuc [Fri, 3 Jul 2009 09:49:25 +0000 (11:49 +0200)] 
cards: Build the version.rc file separately.

Do not include it in an other rc file.

15 years agocomdlg32/tests: fix a few test failures on Vista and higher.
Rein Klazes [Fri, 3 Jul 2009 09:46:23 +0000 (11:46 +0200)] 
comdlg32/tests: fix a few test failures on Vista and higher.

15 years agoole32: Use existing MTA in CoGetContextToken and CoGetObjectContext.
Hans Leidekker [Fri, 3 Jul 2009 09:32:08 +0000 (11:32 +0200)] 
ole32: Use existing MTA in CoGetContextToken and CoGetObjectContext.

15 years agowintrust/tests: Initialize a variable.
Hans Leidekker [Fri, 3 Jul 2009 09:31:36 +0000 (11:31 +0200)] 
wintrust/tests: Initialize a variable.

15 years agoiphlpapi/tests: Initialize a variable.
Hans Leidekker [Fri, 3 Jul 2009 09:31:10 +0000 (11:31 +0200)] 
iphlpapi/tests: Initialize a variable.

15 years agofusion/tests: Initialize a variable.
Hans Leidekker [Fri, 3 Jul 2009 09:30:48 +0000 (11:30 +0200)] 
fusion/tests: Initialize a variable.

15 years agowidl: An ENUM16 is 32-bit wide in memory.
Alexandre Julliard [Fri, 3 Jul 2009 10:06:31 +0000 (12:06 +0200)] 
widl: An ENUM16 is 32-bit wide in memory.

15 years agowidl: Take into account structure field alignment when computing offsets.
Alexandre Julliard [Fri, 3 Jul 2009 10:02:30 +0000 (12:02 +0200)] 
widl: Take into account structure field alignment when computing offsets.

15 years agowidl: Struct alignment should be the largest alignment of all the struct members.
Alexandre Julliard [Fri, 3 Jul 2009 10:02:07 +0000 (12:02 +0200)] 
widl: Struct alignment should be the largest alignment of all the struct members.

15 years agowidl: Skip the existing correlation descriptor on unencapsulated unions when generati...
Alexandre Julliard [Fri, 3 Jul 2009 09:44:10 +0000 (11:44 +0200)] 
widl: Skip the existing correlation descriptor on unencapsulated unions when generating a different one.

15 years agocomctl32/listview: Remove parent creation test. It's unrelated to ListView.
Nikolay Sivov [Fri, 3 Jul 2009 08:36:24 +0000 (12:36 +0400)] 
comctl32/listview: Remove parent creation test. It's unrelated to ListView.

15 years agowined3d: Don't accept NULL as a valid result from glGetString().
Henri Verbeet [Fri, 3 Jul 2009 07:39:22 +0000 (09:39 +0200)] 
wined3d: Don't accept NULL as a valid result from glGetString().

15 years agowined3d: Don't abuse blending to disable color writes in surface_depth_blt().
Henri Verbeet [Fri, 3 Jul 2009 07:39:21 +0000 (09:39 +0200)] 
wined3d: Don't abuse blending to disable color writes in surface_depth_blt().

15 years agod3d9/tests: Add a small test for having multiple device active at the same time.
Henri Verbeet [Fri, 3 Jul 2009 07:39:20 +0000 (09:39 +0200)] 
d3d9/tests: Add a small test for having multiple device active at the same time.

This is essentially the situation that caused problems with reusing the
initial GL context.

15 years agowined3d: Get rid of wined3d_fake_gl_context_cs.
Henri Verbeet [Fri, 3 Jul 2009 07:39:19 +0000 (09:39 +0200)] 
wined3d: Get rid of wined3d_fake_gl_context_cs.

15 years agowined3d: Use a proper structure for storing initial GL context information.
Henri Verbeet [Fri, 3 Jul 2009 07:39:18 +0000 (09:39 +0200)] 
wined3d: Use a proper structure for storing initial GL context information.

15 years agowininet: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 23:38:15 +0000 (01:38 +0200)] 
wininet: Build language resource files separately.

Do not include them from an other rc file.

15 years agomsacm32: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 23:38:29 +0000 (01:38 +0200)] 
msacm32: Build language resource files separately.

Do not include them from an other rc file.

15 years agowinspool.drv: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 23:38:43 +0000 (01:38 +0200)] 
winspool.drv: Build language resource files separately.

Do not include them from an other rc file.

15 years agoprogman: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 23:36:09 +0000 (01:36 +0200)] 
progman: Build language resource files separately.

Do not include them from an other rc file.

15 years agowinmm: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 23:38:04 +0000 (01:38 +0200)] 
winmm: Build language resource files separately.

Do not include them from an other rc file.

15 years agowineps.drv: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 23:40:09 +0000 (01:40 +0200)] 
wineps.drv: Build language resource files separately.

Do not include them from an other rc file.

15 years agowineps.drv: Include a local header last.
Michael Stefaniuc [Thu, 2 Jul 2009 23:39:04 +0000 (01:39 +0200)] 
wineps.drv: Include a local header last.

15 years agoshdocvw: Import the version.rc into the main rc file.
Michael Stefaniuc [Thu, 2 Jul 2009 23:41:45 +0000 (01:41 +0200)] 
shdocvw: Import the version.rc into the main rc file.

There is no need for a separate file.

15 years agocomdlg32: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 23:38:23 +0000 (01:38 +0200)] 
comdlg32: Build language resource files separately.

Do not include them from an other rc file.

15 years agowinefile: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 23:37:52 +0000 (01:37 +0200)] 
winefile: Build language resource files separately.

Do not include them from an other rc file.

15 years agooleview: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 23:36:00 +0000 (01:36 +0200)] 
oleview: Build language resource files separately.

Do not include them from an other rc file.

15 years agourlmon: Added IBindStatusCallbackEx implementation.
Jacek Caban [Thu, 2 Jul 2009 21:22:13 +0000 (23:22 +0200)] 
urlmon: Added IBindStatusCallbackEx implementation.

15 years agourlmon: Use GetBinfInfoEx in GetBindInfo implementation if possible.
Jacek Caban [Thu, 2 Jul 2009 21:21:37 +0000 (23:21 +0200)] 
urlmon: Use GetBinfInfoEx in GetBindInfo implementation if possible.

15 years agourlmon: Added IBindStatusCallbackEx tests (also fixes some IE8 failures).
Jacek Caban [Thu, 2 Jul 2009 21:21:08 +0000 (23:21 +0200)] 
urlmon: Added IBindStatusCallbackEx tests (also fixes some IE8 failures).

15 years agogdi32/tests: Fix tests on win9x and winMe.
Huw Davies [Thu, 2 Jul 2009 16:08:31 +0000 (17:08 +0100)] 
gdi32/tests: Fix tests on win9x and winMe.

15 years agocrypt32: Update French translation.
Frédéric Delanoy [Thu, 2 Jul 2009 17:06:47 +0000 (19:06 +0200)] 
crypt32: Update French translation.

15 years agonotepad: Update German translation.
André Hentschel [Thu, 2 Jul 2009 15:02:19 +0000 (17:02 +0200)] 
notepad: Update German translation.

15 years agowinecfg: Improve Lithuanian translation.
Aurimas Fišeras [Thu, 2 Jul 2009 20:26:14 +0000 (23:26 +0300)] 
winecfg: Improve Lithuanian translation.

15 years agocmd: Add Lithuanian translation.
Aurimas Fišeras [Thu, 2 Jul 2009 14:09:14 +0000 (17:09 +0300)] 
cmd: Add Lithuanian translation.

15 years agonotepad: Update Lithuanian translation.
Aurimas Fišeras [Thu, 2 Jul 2009 14:46:12 +0000 (17:46 +0300)] 
notepad: Update Lithuanian translation.

15 years agoole32/tests: Fix some test failures on Win9x/WinME.
Paul Vriens [Thu, 2 Jul 2009 12:00:05 +0000 (14:00 +0200)] 
ole32/tests: Fix some test failures on Win9x/WinME.

15 years agocomdlg32: Don't call ShowWindow for the custom dialog until all rearrangements of...
Rein Klazes [Thu, 2 Jul 2009 11:32:28 +0000 (13:32 +0200)] 
comdlg32: Don't call ShowWindow for the custom dialog until all rearrangements of the file dialog have been done.

15 years agomakefiles: Remove the no longer used SPEC_SRCS variable from 16-bit makefiles.
Alexandre Julliard [Thu, 2 Jul 2009 12:08:33 +0000 (14:08 +0200)] 
makefiles: Remove the no longer used SPEC_SRCS variable from 16-bit makefiles.

15 years agosetupapi: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 10:33:26 +0000 (12:33 +0200)] 
setupapi: Build language resource files separately.

Do not include them from an other rc file.

15 years agoserialui: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 10:33:12 +0000 (12:33 +0200)] 
serialui: Build language resource files separately.

Do not include them from an other rc file.

15 years agoavifil32: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 10:33:41 +0000 (12:33 +0200)] 
avifil32: Build language resource files separately.

Do not include them from an other rc file.

15 years agocryptui: Build language resource files separately.
Michael Stefaniuc [Thu, 2 Jul 2009 10:32:59 +0000 (12:32 +0200)] 
cryptui: Build language resource files separately.

15 years agogdi32/tests: Add some traces and fix a few comments.
Huw Davies [Thu, 2 Jul 2009 10:45:12 +0000 (11:45 +0100)] 
gdi32/tests: Add some traces and fix a few comments.

15 years agogdi32: Add tests for the map mode and window size records.
Huw Davies [Thu, 2 Jul 2009 10:56:29 +0000 (11:56 +0100)] 
gdi32: Add tests for the map mode and window size records.

15 years agogdi32: Write the map mode and window size records after the mfcomment.
Huw Davies [Thu, 2 Jul 2009 10:37:29 +0000 (11:37 +0100)] 
gdi32: Write the map mode and window size records after the mfcomment.

15 years agouser32: Add a test for BM_SETSTYLE, make it pass under Wine.
Dmitry Timoshkov [Thu, 2 Jul 2009 10:27:18 +0000 (19:27 +0900)] 
user32: Add a test for BM_SETSTYLE, make it pass under Wine.

15 years agonotepad: Detect if saving will lose information.
Alexander Scott-Johns [Mon, 29 Jun 2009 23:24:18 +0000 (00:24 +0100)] 
notepad: Detect if saving will lose information.

15 years agonotepad: Allow user to choose which encoding to open and save files in.
Alexander Scott-Johns [Mon, 29 Jun 2009 22:50:39 +0000 (23:50 +0100)] 
notepad: Allow user to choose which encoding to open and save files in.

15 years agonotepad: Remember the encoding of files when they are opened, and use the same encodi...
Alexander Scott-Johns [Mon, 29 Jun 2009 22:03:53 +0000 (23:03 +0100)] 
notepad: Remember the encoding of files when they are opened, and use the same encoding when saving.

15 years agonotepad: Improve encoding detection when opening files.
Alexander Scott-Johns [Mon, 29 Jun 2009 21:24:59 +0000 (22:24 +0100)] 
notepad: Improve encoding detection when opening files.

15 years agonotepad: Fix trying to open non-existent files with the command line.
Alexander Scott-Johns [Tue, 30 Jun 2009 20:25:02 +0000 (21:25 +0100)] 
notepad: Fix trying to open non-existent files with the command line.

15 years agooleaut32/tests: Fix test failures and crash on Win9x/WinME.
Paul Vriens [Thu, 2 Jul 2009 06:52:25 +0000 (08:52 +0200)] 
oleaut32/tests: Fix test failures and crash on Win9x/WinME.

15 years agowined3d: Get rid of the silly refcount for the "fake" GL context.
Henri Verbeet [Thu, 2 Jul 2009 08:01:38 +0000 (10:01 +0200)] 
wined3d: Get rid of the silly refcount for the "fake" GL context.

15 years agowined3d: Don't reuse random GL contexts during initialization.
Henri Verbeet [Thu, 2 Jul 2009 08:01:37 +0000 (10:01 +0200)] 
wined3d: Don't reuse random GL contexts during initialization.

Obviously there's no guarantee about the state of such a context. The specific
problem is that it might have GL_UNPACK_CLIENT_STORAGE_APPLE enabled, causing
some glTexImage2D() calls to fail, but it's a bad idea in general.

15 years agowined3d: Clear the last device in WineD3D_CreateFakeGLContext().
Henri Verbeet [Thu, 2 Jul 2009 08:01:36 +0000 (10:01 +0200)] 
wined3d: Clear the last device in WineD3D_CreateFakeGLContext().

15 years agowined3d: Check if formats support blending when attached to an FBO.
Henri Verbeet [Thu, 2 Jul 2009 08:01:35 +0000 (10:01 +0200)] 
wined3d: Check if formats support blending when attached to an FBO.

Remove the post-pixelshader blending flag if the format doesn't. Note that the
patch doesn't enforce this restriction yet, it only adjusts the reported
format capabilities.

15 years agowined3d: Make sure the rtInternal format is supported.
Henri Verbeet [Thu, 2 Jul 2009 08:01:34 +0000 (10:01 +0200)] 
wined3d: Make sure the rtInternal format is supported.

15 years agocomctl32/listview: Fix select rectangle calculation for empty text items.
Nikolay Sivov [Wed, 1 Jul 2009 22:42:43 +0000 (02:42 +0400)] 
comctl32/listview: Fix select rectangle calculation for empty text items.

15 years agowined3d: Fix comments about NP2 fixup.
Tobias Jakobi [Wed, 1 Jul 2009 16:36:51 +0000 (18:36 +0200)] 
wined3d: Fix comments about NP2 fixup.

15 years agowined3d: Force NP2 constant reload in shader_arb_select.
Tobias Jakobi [Wed, 1 Jul 2009 16:36:50 +0000 (18:36 +0200)] 
wined3d: Force NP2 constant reload in shader_arb_select.

15 years agowined3d: Implement shader_arb_load_np2fixup_constants.
Tobias Jakobi [Wed, 1 Jul 2009 16:36:49 +0000 (18:36 +0200)] 
wined3d: Implement shader_arb_load_np2fixup_constants.

15 years agowined3d: Add NP2 fixup code to shader_hw_sample (ARB).
Tobias Jakobi [Wed, 1 Jul 2009 16:36:48 +0000 (18:36 +0200)] 
wined3d: Add NP2 fixup code to shader_hw_sample (ARB).

15 years agowined3d: Add NP2 fixup code to shader_arb_generate_pshader.
Tobias Jakobi [Wed, 1 Jul 2009 16:36:47 +0000 (18:36 +0200)] 
wined3d: Add NP2 fixup code to shader_arb_generate_pshader.

15 years agowined3d: Add arb_ps_np2fixup_info structure and improve structure packing for arb_ps_...
Tobias Jakobi [Wed, 1 Jul 2009 16:36:46 +0000 (18:36 +0200)] 
wined3d: Add arb_ps_np2fixup_info structure and improve structure packing for arb_ps_compiled_shader.

15 years agowined3d: Add ps_arb_max_local_constants.
Tobias Jakobi [Wed, 1 Jul 2009 16:36:45 +0000 (18:36 +0200)] 
wined3d: Add ps_arb_max_local_constants.

15 years agoshell32: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:28:19 +0000 (00:28 +0200)] 
shell32: Build language resource files separately.

Do not include them from an other rc file.

15 years agoshlwapi: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:34:14 +0000 (00:34 +0200)] 
shlwapi: Build language resource files separately.

Do not include them from an other rc file.

15 years agocomctl32: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:33:18 +0000 (00:33 +0200)] 
comctl32: Build language resource files separately.

Do not include them from an other rc file.

15 years agonotepad: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:29:04 +0000 (00:29 +0200)] 
notepad: Build language resource files separately.

Do not include them from an other rc file.

15 years agowinhlp32: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:31:44 +0000 (00:31 +0200)] 
winhlp32: Build language resource files separately.

Do not include them from an other rc file.

15 years agooledlg: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:34:01 +0000 (00:34 +0200)] 
oledlg: Build language resource files separately.

Do not include them from an other rc file.

15 years agocredui: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:33:27 +0000 (00:33 +0200)] 
credui: Build language resource files separately.

Do not include them from an other rc file.

15 years agoview: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:30:31 +0000 (00:30 +0200)] 
view: Build language resource files separately.

Do not include them from an other rc file.

15 years agomsvfw32: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:27:22 +0000 (00:27 +0200)] 
msvfw32: Build language resource files separately.

Do not include them from an other rc file.

15 years agowinemine: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:31:35 +0000 (00:31 +0200)] 
winemine: Build language resource files separately.

Do not include them from an other rc file.

15 years agomsi: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:33:53 +0000 (00:33 +0200)] 
msi: Build language resource files separately.

Do not include them from an other rc file.

15 years agowordpad: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:31:53 +0000 (00:31 +0200)] 
wordpad: Build language resource files separately.

Do not include them from an other rc file.

15 years agocmdlgtst: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:28:45 +0000 (00:28 +0200)] 
cmdlgtst: Build language resource files separately.

Do not include them from an other rc file.

15 years agoshdoclc: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:28:07 +0000 (00:28 +0200)] 
shdoclc: Build language resource files separately.

Do not include them from an other rc file.

15 years agostart: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:30:14 +0000 (00:30 +0200)] 
start: Build language resource files separately.

Do not include them from an other rc file.

15 years agotaskmgr: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:30:20 +0000 (00:30 +0200)] 
taskmgr: Build language resource files separately.

Do not include them from an other rc file.

15 years agolocalspl: Build language resource files separately.
Michael Stefaniuc [Wed, 1 Jul 2009 22:33:39 +0000 (00:33 +0200)] 
localspl: Build language resource files separately.

Do not include them from an other rc file.