wine
14 years agocomctl32: Load comctl32 builtin bitmaps as 32-bit DIBs.
Alexandre Julliard [Wed, 2 Jun 2010 13:51:39 +0000 (15:51 +0200)] 
comctl32: Load comctl32 builtin bitmaps as 32-bit DIBs.

14 years agocomctl32: Only support an alpha channel for 32-bpp DIB-based imagelists.
Alexandre Julliard [Wed, 2 Jun 2010 10:21:41 +0000 (12:21 +0200)] 
comctl32: Only support an alpha channel for 32-bpp DIB-based imagelists.

14 years agowined3d: Sampler states are 1-based.
Henri Verbeet [Wed, 2 Jun 2010 09:24:54 +0000 (11:24 +0200)] 
wined3d: Sampler states are 1-based.

0 isn't a valid sampler state, and including it would overflow the
stateblock's contained_sampler_states array in
stateblock_init_contained_states().

14 years agowinex11: Ignore fontconfig and Xft configuration if the app explicitly requested...
Alexandre Julliard [Wed, 2 Jun 2010 08:55:19 +0000 (10:55 +0200)] 
winex11: Ignore fontconfig and Xft configuration if the app explicitly requested antialiasing.

14 years agogdi32: Fix typo in enhanced metafile Arc function.
John Voltz [Tue, 1 Jun 2010 13:16:23 +0000 (09:16 -0400)] 
gdi32: Fix typo in enhanced metafile Arc function.

14 years agowininet: Update Spanish translation.
Jose Rostagno [Tue, 1 Jun 2010 19:19:47 +0000 (16:19 -0300)] 
wininet: Update Spanish translation.

14 years agomshtml: Update Spanish translation.
Jose Rostagno [Tue, 1 Jun 2010 19:22:39 +0000 (16:22 -0300)] 
mshtml: Update Spanish translation.

14 years agokernel32: Fix a spelling error in French locale definitions.
Frédéric Delanoy [Tue, 1 Jun 2010 21:59:51 +0000 (23:59 +0200)] 
kernel32: Fix a spelling error in French locale definitions.

14 years agomshtml: Fix typo in Russian resources.
Konstantin Kondratyuk [Tue, 1 Jun 2010 18:08:51 +0000 (22:08 +0400)] 
mshtml: Fix typo in Russian resources.

14 years agoprogman: Fix Dutch translation.
Sven Baars [Tue, 1 Jun 2010 19:27:58 +0000 (21:27 +0200)] 
progman: Fix Dutch translation.

14 years agowordpad: Update the Danish translation and convert to UTF-8.
Paul Vriens [Tue, 1 Jun 2010 21:44:53 +0000 (23:44 +0200)] 
wordpad: Update the Danish translation and convert to UTF-8.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agowinhlp32: Update the Danish translation and convert to UTF-8.
Paul Vriens [Tue, 1 Jun 2010 21:26:53 +0000 (23:26 +0200)] 
winhlp32: Update the Danish translation and convert to UTF-8.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agowinecfg: Update the Danish translation.
Paul Vriens [Tue, 1 Jun 2010 18:47:02 +0000 (20:47 +0200)] 
winecfg: Update the Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agoavifile32: Update the Danish translation and convert to UTF-8.
Paul Vriens [Tue, 1 Jun 2010 18:40:56 +0000 (20:40 +0200)] 
avifile32: Update the Danish translation and convert to UTF-8.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agowininet: Update the Danish translation and convert to UTF-8.
Paul Vriens [Tue, 1 Jun 2010 17:07:57 +0000 (19:07 +0200)] 
wininet: Update the Danish translation and convert to UTF-8.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agokernel32: Fix the Korean resources.
Paul Vriens [Tue, 1 Jun 2010 16:57:24 +0000 (18:57 +0200)] 
kernel32: Fix the Korean resources.

14 years agowine.man: There is no configuration file.
André Hentschel [Mon, 31 May 2010 17:17:09 +0000 (19:17 +0200)] 
wine.man: There is no configuration file.

14 years agoreg: Update the Danish translation and convert to UTF-8.
Paul Vriens [Tue, 1 Jun 2010 13:54:14 +0000 (15:54 +0200)] 
reg: Update the Danish translation and convert to UTF-8.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agosetupapi: Update the Danish translation.
Paul Vriens [Tue, 1 Jun 2010 12:48:05 +0000 (14:48 +0200)] 
setupapi: Update the Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agonotepad: Update the Danish translation and convert to UTF-8.
Paul Vriens [Tue, 1 Jun 2010 12:30:13 +0000 (14:30 +0200)] 
notepad: Update the Danish translation and convert to UTF-8.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agogdi32: Fix parameter handling of GetBoundsRect.
Andrew Nguyen [Tue, 1 Jun 2010 13:03:24 +0000 (08:03 -0500)] 
gdi32: Fix parameter handling of GetBoundsRect.

14 years agogdi32/tests: Uncomment and enhance a Win9x-specific Restore/SaveDC test.
Andrew Nguyen [Tue, 1 Jun 2010 13:03:11 +0000 (08:03 -0500)] 
gdi32/tests: Uncomment and enhance a Win9x-specific Restore/SaveDC test.

14 years agod3dx9: Make D3DXCompileShader stub more verbose.
Matteo Bruni [Mon, 31 May 2010 18:01:12 +0000 (20:01 +0200)] 
d3dx9: Make D3DXCompileShader stub more verbose.

14 years agod3dx9: Remove stray debug trace.
Matteo Bruni [Mon, 31 May 2010 23:33:36 +0000 (01:33 +0200)] 
d3dx9: Remove stray debug trace.

14 years agod3dx9: Fix get_regname debug function.
Matteo Bruni [Mon, 31 May 2010 23:27:28 +0000 (01:27 +0200)] 
d3dx9: Fix get_regname debug function.

14 years agocomctl32/imagelist: Initialize the mask bits to zero in case the mask bitmap is small...
Alexandre Julliard [Tue, 1 Jun 2010 14:26:15 +0000 (16:26 +0200)] 
comctl32/imagelist: Initialize the mask bits to zero in case the mask bitmap is smaller than the image bitmap.

14 years agocomctl32/imagelist: Don't select the mask bitmap into a DC, it may already be selected.
Alexandre Julliard [Tue, 1 Jun 2010 14:25:47 +0000 (16:25 +0200)] 
comctl32/imagelist: Don't select the mask bitmap into a DC, it may already be selected.

14 years agoservices: Start the 32-bit winedevice.exe for 32-bit kernel drivers.
Alexandre Julliard [Tue, 1 Jun 2010 11:38:21 +0000 (13:38 +0200)] 
services: Start the 32-bit winedevice.exe for 32-bit kernel drivers.

14 years agowinex11: Windows with WS_EX_NOACTIVATE style shouldn't be on the taskbar.
Alexandre Julliard [Tue, 1 Jun 2010 11:37:48 +0000 (13:37 +0200)] 
winex11: Windows with WS_EX_NOACTIVATE style shouldn't be on the taskbar.

14 years agowined3d: Clarify some comments about Intel cards.
Wolfram Sang [Mon, 31 May 2010 14:26:19 +0000 (16:26 +0200)] 
wined3d: Clarify some comments about Intel cards.

14 years agourlmon/tests: Added tests for IUri_HasProperty.
Thomas Mullaly [Mon, 31 May 2010 19:57:37 +0000 (15:57 -0400)] 
urlmon/tests: Added tests for IUri_HasProperty.

14 years agourlmon/tests: Added tests for IUri_GetProperties.
Thomas Mullaly [Mon, 31 May 2010 18:43:14 +0000 (14:43 -0400)] 
urlmon/tests: Added tests for IUri_GetProperties.

14 years agoregedit: Update the Danish translation and convert to UTF-8.
Paul Vriens [Tue, 1 Jun 2010 11:01:15 +0000 (13:01 +0200)] 
regedit: Update the Danish translation and convert to UTF-8.

14 years agomshtml: Update the Danish translation and convert to UTF-8.
Paul Vriens [Tue, 1 Jun 2010 10:52:18 +0000 (12:52 +0200)] 
mshtml: Update the Danish translation and convert to UTF-8.

14 years agoshell32: Update the Danish translation and convert to UTF-8.
Paul Vriens [Tue, 1 Jun 2010 10:21:41 +0000 (12:21 +0200)] 
shell32: Update the Danish translation and convert to UTF-8.

14 years agotaskmgr: Update the Danish translation and convert to UTF-8.
Paul Vriens [Tue, 1 Jun 2010 09:58:33 +0000 (11:58 +0200)] 
taskmgr: Update the Danish translation and convert to UTF-8.

14 years agowinecfg: Update the Danish translation and convert to UTF-8.
Paul Vriens [Tue, 1 Jun 2010 08:37:13 +0000 (10:37 +0200)] 
winecfg: Update the Danish translation and convert to UTF-8.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agowineboot: Update the Danish translation.
Paul Vriens [Tue, 1 Jun 2010 08:17:15 +0000 (10:17 +0200)] 
wineboot: Update the Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agowineconsole: Add Danish translation.
Paul Vriens [Tue, 1 Jun 2010 07:52:43 +0000 (09:52 +0200)] 
wineconsole: Add Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agowinedbg: Add the Danish translation.
Paul Vriens [Tue, 1 Jun 2010 07:53:12 +0000 (09:53 +0200)] 
winedbg: Add the Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agocomctl32: Add Danish translation.
Paul Vriens [Tue, 1 Jun 2010 07:42:54 +0000 (09:42 +0200)] 
comctl32: Add Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agobrowseui: Add Danish translation.
Paul Vriens [Mon, 31 May 2010 17:48:04 +0000 (19:48 +0200)] 
browseui: Add Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agohhctrl.ocx: If a CHM file reports window dimensions and title but doesn't really...
Dmitry Timoshkov [Tue, 1 Jun 2010 06:26:13 +0000 (15:26 +0900)] 
hhctrl.ocx: If a CHM file reports window dimensions and title but doesn't really set them use default values.

14 years agohhctrl.ocx: Add a trace for the resulting CHM offset to string conversion.
Dmitry Timoshkov [Tue, 1 Jun 2010 06:26:02 +0000 (15:26 +0900)] 
hhctrl.ocx: Add a trace for the resulting CHM offset to string conversion.

14 years agoshell32: Fix possible memory leak in CreateUnixFolder.
David Hedberg [Tue, 1 Jun 2010 02:46:44 +0000 (04:46 +0200)] 
shell32: Fix possible memory leak in CreateUnixFolder.

14 years agoinclude: Add new SBSP_* defines.
David Hedberg [Tue, 1 Jun 2010 02:46:45 +0000 (04:46 +0200)] 
include: Add new SBSP_* defines.

14 years agoinclude: Update FOLDERVIEWMODE and FOLDERFLAGS.
David Hedberg [Tue, 1 Jun 2010 02:46:47 +0000 (04:46 +0200)] 
include: Update FOLDERVIEWMODE and FOLDERFLAGS.

14 years agoinclude: Add SID_ExplorerPaneVisibility.
David Hedberg [Tue, 1 Jun 2010 02:46:46 +0000 (04:46 +0200)] 
include: Add SID_ExplorerPaneVisibility.

14 years agosetupapi: Update Spanish translation.
Jose Rostagno [Mon, 31 May 2010 14:34:08 +0000 (11:34 -0300)] 
setupapi: Update Spanish translation.

14 years agooleaut32: Copy bytes instead of WCHARs in VarBstrCat.
Nikolay Sivov [Mon, 31 May 2010 22:20:08 +0000 (02:20 +0400)] 
oleaut32: Copy bytes instead of WCHARs in VarBstrCat.

14 years agoreg: Fix Dutch translation.
Sven Baars [Mon, 31 May 2010 21:01:47 +0000 (23:01 +0200)] 
reg: Fix Dutch translation.

14 years agoregedit: Fix Dutch translation.
Sven Baars [Mon, 31 May 2010 20:57:39 +0000 (22:57 +0200)] 
regedit: Fix Dutch translation.

14 years agontdll: Add signal context function definitions for FreeBSD.
Austin English [Mon, 31 May 2010 20:19:38 +0000 (15:19 -0500)] 
ntdll: Add signal context function definitions for FreeBSD.

14 years agowined3d: Get rid of some dead code.
Henri Verbeet [Mon, 31 May 2010 18:40:26 +0000 (20:40 +0200)] 
wined3d: Get rid of some dead code.

14 years agowinetest: Add an else case.
André Hentschel [Mon, 31 May 2010 17:20:16 +0000 (19:20 +0200)] 
winetest: Add an else case.

14 years agowinemenubuilder: Simplify switch cases.
André Hentschel [Mon, 31 May 2010 17:19:29 +0000 (19:19 +0200)] 
winemenubuilder: Simplify switch cases.

14 years agocmdlgtst: Fix Dutch translation.
Sven Baars [Mon, 31 May 2010 14:53:08 +0000 (16:53 +0200)] 
cmdlgtst: Fix Dutch translation.

14 years agooleview: Fix Dutch translation.
Sven Baars [Mon, 31 May 2010 14:05:46 +0000 (16:05 +0200)] 
oleview: Fix Dutch translation.

14 years agod3dx9: Allow modifiers on the ps dcl sampler instruction.
Matteo Bruni [Sun, 30 May 2010 20:57:13 +0000 (22:57 +0200)] 
d3dx9: Allow modifiers on the ps dcl sampler instruction.

14 years agod3dx9: Allow modifiers on the ps dcl input instruction.
Matteo Bruni [Sun, 30 May 2010 20:24:54 +0000 (22:24 +0200)] 
d3dx9: Allow modifiers on the ps dcl input instruction.

14 years agoequartz: Add ntdll to imports.
André Hentschel [Mon, 31 May 2010 11:35:28 +0000 (13:35 +0200)] 
equartz: Add ntdll to imports.

14 years agocomdlg32: Fix Italian Translation.
Luca Bennati [Mon, 31 May 2010 08:52:04 +0000 (10:52 +0200)] 
comdlg32: Fix Italian Translation.

14 years agoshell32: Update Italian translation.
Luca Bennati [Sun, 30 May 2010 14:36:56 +0000 (16:36 +0200)] 
shell32: Update Italian translation.

14 years agosetupapi: Add stub implementations of SetupGetNonInteractiveMode and SetupSetNonInter...
Hans Leidekker [Mon, 31 May 2010 10:13:32 +0000 (12:13 +0200)] 
setupapi: Add stub implementations of SetupGetNonInteractiveMode and SetupSetNonInteractiveMode.

14 years agomsi: Pass the control name to ControlEvent_SubscribeToEvent instead of uninitialized...
Hans Leidekker [Mon, 31 May 2010 10:13:00 +0000 (12:13 +0200)] 
msi: Pass the control name to ControlEvent_SubscribeToEvent instead of uninitialized memory.

14 years agomsi: Improve parsing of patch summary information.
Hans Leidekker [Mon, 31 May 2010 10:12:42 +0000 (12:12 +0200)] 
msi: Improve parsing of patch summary information.

14 years agomsi: Advance to the right cabinet in ACTION_MsiPublishAssemblies.
Hans Leidekker [Mon, 31 May 2010 10:12:01 +0000 (12:12 +0200)] 
msi: Advance to the right cabinet in ACTION_MsiPublishAssemblies.

14 years agomsi: Don't keep handles open to the patch database in MSI_ApplyPatchW.
Hans Leidekker [Mon, 31 May 2010 10:11:34 +0000 (12:11 +0200)] 
msi: Don't keep handles open to the patch database in MSI_ApplyPatchW.

14 years agogdi32: Do not ignore USP_E_SCRIPT_NOT_IN_FONT when shaping glyphs.
Aric Stewart [Mon, 31 May 2010 05:37:57 +0000 (00:37 -0500)] 
gdi32: Do not ignore USP_E_SCRIPT_NOT_IN_FONT when shaping glyphs.

14 years agowined3d: Fix size of buffer in swapchain_create_context_for_thread().
Dan Kegel [Mon, 31 May 2010 05:09:55 +0000 (05:09 +0000)] 
wined3d: Fix size of buffer in swapchain_create_context_for_thread().

14 years agontdll: Add stub implementation of IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_STORAGE_GET_MED...
Austin English [Mon, 31 May 2010 01:34:31 +0000 (20:34 -0500)] 
ntdll: Add stub implementation of IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_STORAGE_GET_MEDIA_TYPES_EX.

14 years agomshtml: Update French translation.
Frédéric Delanoy [Sat, 29 May 2010 17:48:32 +0000 (19:48 +0200)] 
mshtml: Update French translation.

14 years agojscript: Add Italian translation.
Luca Bennati [Sun, 30 May 2010 18:21:18 +0000 (20:21 +0200)] 
jscript: Add Italian translation.

14 years agotaskmgr: Add Italian translation.
Luca Bennati [Sun, 30 May 2010 17:59:20 +0000 (19:59 +0200)] 
taskmgr: Add Italian translation.

14 years agomapi32: Add Italian translation.
Luca Bennati [Sun, 30 May 2010 08:36:56 +0000 (10:36 +0200)] 
mapi32: Add Italian translation.

14 years agohhctrl.ocx: Add Italian translation.
Luca Bennati [Sun, 30 May 2010 09:06:17 +0000 (11:06 +0200)] 
hhctrl.ocx: Add Italian translation.

14 years agolocalui: Add Italian translation.
Luca Bennati [Sun, 30 May 2010 08:59:05 +0000 (10:59 +0200)] 
localui: Add Italian translation.

14 years agogphoto2.ds: Add Italian translation.
Luca Bennati [Sun, 30 May 2010 08:52:55 +0000 (10:52 +0200)] 
gphoto2.ds: Add Italian translation.

14 years agolocalspl: Add Italian translation.
Luca Bennati [Sun, 30 May 2010 08:44:45 +0000 (10:44 +0200)] 
localspl: Add Italian translation.

14 years agosane.ds: Add Italian translation.
Luca Bennati [Sun, 30 May 2010 08:33:24 +0000 (10:33 +0200)] 
sane.ds: Add Italian translation.

14 years agomlang/tests: Fix some nasty #ifdef syntax.
Alexandre Julliard [Sun, 30 May 2010 18:26:56 +0000 (20:26 +0200)] 
mlang/tests: Fix some nasty #ifdef syntax.

14 years agourlmon/tests: Added test for invalid args to IUri_GetPropertyBSTR and IUri_GetPropert...
Thomas Mullaly [Sun, 30 May 2010 15:06:10 +0000 (11:06 -0400)] 
urlmon/tests: Added test for invalid args to IUri_GetPropertyBSTR and IUri_GetPropertyDWORD.

14 years agourlmon/tests: Added tests for IUri_GetPropertyLength.
Thomas Mullaly [Fri, 28 May 2010 18:06:34 +0000 (14:06 -0400)] 
urlmon/tests: Added tests for IUri_GetPropertyLength.

14 years agourlmon/tests: Added more test data for the IUri tests.
Thomas Mullaly [Fri, 28 May 2010 17:07:49 +0000 (13:07 -0400)] 
urlmon/tests: Added more test data for the IUri tests.

14 years agoiccvid: Add Italian translation.
Luca Bennati [Sun, 30 May 2010 08:47:18 +0000 (10:47 +0200)] 
iccvid: Add Italian translation.

14 years agomsvidc32: Add Italian translation.
Luca Bennati [Sun, 30 May 2010 08:40:29 +0000 (10:40 +0200)] 
msvidc32: Add Italian translation.

14 years agocryptdlg: Add Italian translation.
Luca Bennati [Sun, 30 May 2010 08:28:38 +0000 (10:28 +0200)] 
cryptdlg: Add Italian translation.

14 years agosetupapi: Update Italian translation.
Luca Bennati [Sat, 29 May 2010 22:14:38 +0000 (00:14 +0200)] 
setupapi: Update Italian translation.

14 years agooledlg: Update Italian translation.
Luca Bennati [Sat, 29 May 2010 22:06:12 +0000 (00:06 +0200)] 
oledlg: Update Italian translation.

14 years agowinhlp32: Update Italian translation.
Luca Bennati [Sat, 29 May 2010 19:42:07 +0000 (21:42 +0200)] 
winhlp32: Update Italian translation.

14 years agowineboot: Update Italian translation.
Luca Bennati [Sat, 29 May 2010 19:24:41 +0000 (21:24 +0200)] 
wineboot: Update Italian translation.

14 years agowordpad: Update Italian translation.
Luca Bennati [Sat, 29 May 2010 19:13:29 +0000 (21:13 +0200)] 
wordpad: Update Italian translation.

14 years agogdi32: Set lpOrder in BIDI_Reorder even for strings not requireing reordering.
Aric Stewart [Sun, 30 May 2010 01:12:52 +0000 (20:12 -0500)] 
gdi32: Set lpOrder in BIDI_Reorder even for strings not requireing reordering.

14 years agoshlwapi: Don't limit text size for message boxes from ShellMessageBoxWrapW.
Nikolay Sivov [Sat, 29 May 2010 20:24:32 +0000 (00:24 +0400)] 
shlwapi: Don't limit text size for message boxes from ShellMessageBoxWrapW.

14 years agoshlwapi: Fix French translation.
Frédéric Delanoy [Sat, 29 May 2010 17:53:21 +0000 (19:53 +0200)] 
shlwapi: Fix French translation.

14 years agocomdlg32: Fix French translation.
Frédéric Delanoy [Sat, 29 May 2010 15:20:07 +0000 (17:20 +0200)] 
comdlg32: Fix French translation.

14 years agocomctl32: Fix French translation.
Frédéric Delanoy [Sat, 29 May 2010 15:19:18 +0000 (17:19 +0200)] 
comctl32: Fix French translation.

14 years agowindowscodecs: Fix the tile coordinate translation in the TIFF decoder.
Vincent Povirk [Sat, 29 May 2010 15:07:17 +0000 (10:07 -0500)] 
windowscodecs: Fix the tile coordinate translation in the TIFF decoder.

14 years agowinemp3.acm: Update mpegl3.c copyright notice.
Kristofer Henriksson [Fri, 28 May 2010 19:56:57 +0000 (15:56 -0400)] 
winemp3.acm: Update mpegl3.c copyright notice.

14 years agomsi: Publish icons into the correct directory.
Andrew Eikum [Fri, 28 May 2010 19:52:52 +0000 (14:52 -0500)] 
msi: Publish icons into the correct directory.