wine
14 years agoresources: Fix some copy-paste mistakes in resource files.
Paul Vriens [Mon, 7 Jun 2010 19:36:35 +0000 (21:36 +0200)] 
resources: Fix some copy-paste mistakes in resource files.

14 years agocmd: Update Lithuanian translation.
Aurimas Fišeras [Mon, 7 Jun 2010 15:53:07 +0000 (18:53 +0300)] 
cmd: Update Lithuanian translation.

14 years agokernel32/tests: Add a test about unicode collation.
André Hentschel [Mon, 7 Jun 2010 15:29:16 +0000 (17:29 +0200)] 
kernel32/tests: Add a test about unicode collation.

14 years agooledlg: Add Ukrainian translations.
Igor Paliychuk [Mon, 7 Jun 2010 11:39:19 +0000 (14:39 +0300)] 
oledlg: Add Ukrainian translations.

14 years agowinhlp32: Add Ukrainian translations.
Igor Paliychuk [Mon, 7 Jun 2010 11:41:47 +0000 (14:41 +0300)] 
winhlp32: Add Ukrainian translations.

14 years agokrnl386: Load gdi.exe and user.exe also when initializing universal thunks.
Alexandre Julliard [Tue, 8 Jun 2010 10:46:28 +0000 (12:46 +0200)] 
krnl386: Load gdi.exe and user.exe also when initializing universal thunks.

14 years agocomctl32/imagelist: Grow the has_alpha array also in ImageList_SetImageCount.
Alexandre Julliard [Tue, 8 Jun 2010 10:45:48 +0000 (12:45 +0200)] 
comctl32/imagelist: Grow the has_alpha array also in ImageList_SetImageCount.

14 years agontdll: Set a valid process title for the initial process.
Alexandre Julliard [Tue, 8 Jun 2010 09:55:23 +0000 (11:55 +0200)] 
ntdll: Set a valid process title for the initial process.

14 years agokernel32: Make sure we always have a valid process title.
Alexandre Julliard [Tue, 8 Jun 2010 09:53:58 +0000 (11:53 +0200)] 
kernel32: Make sure we always have a valid process title.

14 years agokernel32/tests: Fix the process title tests to actually test something.
Alexandre Julliard [Tue, 8 Jun 2010 09:50:20 +0000 (11:50 +0200)] 
kernel32/tests: Fix the process title tests to actually test something.

14 years agowinapi: Fix a few C parser bugs.
Alexandre Julliard [Mon, 7 Jun 2010 14:46:44 +0000 (16:46 +0200)] 
winapi: Fix a few C parser bugs.

14 years agowinapi: Get the list of files from git-ls-files if possible.
Alexandre Julliard [Mon, 7 Jun 2010 14:46:33 +0000 (16:46 +0200)] 
winapi: Get the list of files from git-ls-files if possible.

14 years agocomctl32/tests: Added a test that checks whether setting a custom default button...
Alex Balut [Sat, 29 May 2010 21:12:06 +0000 (23:12 +0200)] 
comctl32/tests: Added a test that checks whether setting a custom default button in a property sheet works.

14 years agocomdlg32: Correctly report the filter.
André Hentschel [Fri, 4 Jun 2010 16:00:12 +0000 (18:00 +0200)] 
comdlg32: Correctly report the filter.

14 years agorichedit: Keep default char format on WM_SETFONT in plain text mode.
Dylan Smith [Sun, 6 Jun 2010 18:57:44 +0000 (14:57 -0400)] 
richedit: Keep default char format on WM_SETFONT in plain text mode.

14 years agodbghelp: Add 2 new darf defines and implement DW_OP_stack_value.
Marcus Meissner [Mon, 31 May 2010 20:08:28 +0000 (22:08 +0200)] 
dbghelp: Add 2 new darf defines and implement DW_OP_stack_value.

14 years agowinecfg: Moved about panel code into about.c.
Joel Holdsworth [Wed, 2 Jun 2010 22:56:00 +0000 (23:56 +0100)] 
winecfg: Moved about panel code into about.c.

14 years agomshtml: Allow either REG_SZ or REG_EXPAND_SZ for GeckoCabDir.
Sylvain Petreolle [Wed, 2 Jun 2010 16:44:41 +0000 (09:44 -0700)] 
mshtml: Allow either REG_SZ or REG_EXPAND_SZ for GeckoCabDir.

14 years agomsi/tests: Testcases for CREATE TABLE.
Matijn Woudt [Thu, 3 Jun 2010 13:21:31 +0000 (15:21 +0200)] 
msi/tests: Testcases for CREATE TABLE.

14 years agourlmon/tests: Added tests for IUri_GetHost.
Thomas Mullaly [Wed, 2 Jun 2010 00:32:09 +0000 (20:32 -0400)] 
urlmon/tests: Added tests for IUri_GetHost.

14 years agourlmon/tests: Added tests for IUri_IsEqual.
Thomas Mullaly [Tue, 1 Jun 2010 20:43:58 +0000 (16:43 -0400)] 
urlmon/tests: Added tests for IUri_IsEqual.

14 years agogameux: Add declaration of IGameExplorer interface.
Mariusz Pluciński [Thu, 27 May 2010 11:50:46 +0000 (13:50 +0200)] 
gameux: Add declaration of IGameExplorer interface.

14 years agogameux: Add initial header for gameux.dll.
Mariusz Pluciński [Thu, 27 May 2010 11:33:40 +0000 (13:33 +0200)] 
gameux: Add initial header for gameux.dll.

14 years agod3dx9: Allow D3DXAssembleShader calls with NULL parameters.
Matteo Bruni [Sat, 5 Jun 2010 15:12:14 +0000 (17:12 +0200)] 
d3dx9: Allow D3DXAssembleShader calls with NULL parameters.

14 years agouser32: No sanity checks for BITMAPCOREINFO in BITMAP_Load.
Wolfram Sang [Sat, 5 Jun 2010 03:57:19 +0000 (05:57 +0200)] 
user32: No sanity checks for BITMAPCOREINFO in BITMAP_Load.

14 years agoinclude: Add definitions for IWICColorContext.
Vincent Povirk [Sat, 5 Jun 2010 18:04:52 +0000 (13:04 -0500)] 
include: Add definitions for IWICColorContext.

14 years agomshtml: Add check for doc_obj being NULL (Coverity).
Marcus Meissner [Sat, 5 Jun 2010 07:21:36 +0000 (09:21 +0200)] 
mshtml: Add check for doc_obj being NULL (Coverity).

14 years agoshlwapi: Handle NULL ptr return from allocation (Coverity).
Marcus Meissner [Thu, 3 Jun 2010 11:10:17 +0000 (13:10 +0200)] 
shlwapi: Handle NULL ptr return from allocation (Coverity).

14 years agocomctl32/rebar: Use defined constants as parameters.
Nikolay Sivov [Mon, 7 Jun 2010 08:44:38 +0000 (12:44 +0400)] 
comctl32/rebar: Use defined constants as parameters.

14 years agomsvcrt/test: Add some simple _vsnwprintf_s tests.
Alexander Scott-Johns [Mon, 7 Jun 2010 02:04:53 +0000 (03:04 +0100)] 
msvcrt/test: Add some simple _vsnwprintf_s tests.

14 years agomsvcrt: Fix spec file.
Alexander Scott-Johns [Sun, 6 Jun 2010 14:51:45 +0000 (15:51 +0100)] 
msvcrt: Fix spec file.

14 years agomsvcrt: The sizeOfBuffer argument of _vsnwprintf_s is measured in wide characters...
Alexander Scott-Johns [Mon, 7 Jun 2010 01:54:14 +0000 (02:54 +0100)] 
msvcrt: The sizeOfBuffer argument of _vsnwprintf_s is measured in wide characters, not bytes.

14 years agoinclude/msvcrt: Define _TRUNCATE; use it in the tests.
Alexander Scott-Johns [Sun, 6 Jun 2010 15:24:09 +0000 (16:24 +0100)] 
include/msvcrt: Define _TRUNCATE; use it in the tests.

14 years agomsvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
Alexander Scott-Johns [Sun, 6 Jun 2010 15:11:09 +0000 (16:11 +0100)] 
msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.

14 years agomsvcrt/tests: Properly skip if functions are not available.
Alexander Scott-Johns [Sun, 6 Jun 2010 14:27:47 +0000 (15:27 +0100)] 
msvcrt/tests: Properly skip if functions are not available.

14 years agomsvcrt: Fix comments.
Alexander Scott-Johns [Sun, 6 Jun 2010 14:19:14 +0000 (15:19 +0100)] 
msvcrt: Fix comments.

14 years agoshell32: Update Spanish translation.
Jose Rostagno [Sun, 6 Jun 2010 16:36:58 +0000 (13:36 -0300)] 
shell32: Update Spanish translation.

14 years agocomctl32/rebar: Fix index check condition for RB_SHOWBAND.
Nikolay Sivov [Sun, 6 Jun 2010 21:15:43 +0000 (01:15 +0400)] 
comctl32/rebar: Fix index check condition for RB_SHOWBAND.

14 years agomsi/tests: Fix install tests for Win9x.
Andrew Eikum [Fri, 4 Jun 2010 14:56:58 +0000 (09:56 -0500)] 
msi/tests: Fix install tests for Win9x.

14 years agooleview: Add Italian translation.
Luca Bennati [Sun, 6 Jun 2010 14:43:03 +0000 (16:43 +0200)] 
oleview: Add Italian translation.

14 years agowldap32: Add Italian translation.
Luca Bennati [Sun, 6 Jun 2010 14:44:30 +0000 (16:44 +0200)] 
wldap32: Add Italian translation.

14 years agoshdoclc: Add Italian translation.
Luca Bennati [Sun, 6 Jun 2010 14:41:53 +0000 (16:41 +0200)] 
shdoclc: Add Italian translation.

14 years agoshell32: Fix Italian translation.
Luca Bennati [Thu, 3 Jun 2010 17:13:02 +0000 (19:13 +0200)] 
shell32: Fix Italian translation.

14 years agoregedit: Update Italian translation.
Luca Bennati [Thu, 3 Jun 2010 17:06:45 +0000 (19:06 +0200)] 
regedit: Update Italian translation.

14 years agocomdlg32: Fix Dutch translation.
Sven Baars [Sun, 6 Jun 2010 19:43:44 +0000 (21:43 +0200)] 
comdlg32: Fix Dutch translation.

14 years agowordpad: Fix Dutch translation.
Sven Baars [Sun, 6 Jun 2010 19:43:39 +0000 (21:43 +0200)] 
wordpad: Fix Dutch translation.

14 years agoshell32: Update Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:55 +0000 (00:09 +0900)] 
shell32: Update Japanese translation.

14 years agolocalui: Add Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:58 +0000 (00:09 +0900)] 
localui: Add Japanese translation.

14 years agowininet: Update Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:51 +0000 (00:09 +0900)] 
wininet: Update Japanese translation.

14 years agowineboot: Update Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:50 +0000 (00:09 +0900)] 
wineboot: Update Japanese translation.

14 years agowordpad: Update Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:56 +0000 (00:09 +0900)] 
wordpad: Update Japanese translation.

14 years agooledlg: Update Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:53 +0000 (00:09 +0900)] 
oledlg: Update Japanese translation.

14 years agotaskmgr: Update Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:48 +0000 (00:09 +0900)] 
taskmgr: Update Japanese translation.

14 years agoshdoclc: Add the Polish translation.
Łukasz Wojniłowicz [Sun, 6 Jun 2010 12:58:21 +0000 (14:58 +0200)] 
shdoclc: Add the Polish translation.

14 years agomapi32: Add the Polish translation.
Łukasz Wojniłowicz [Sat, 5 Jun 2010 10:12:48 +0000 (12:12 +0200)] 
mapi32: Add the Polish translation.

14 years agowinedbg: Add the Polish translation.
Łukasz Wojniłowicz [Sat, 5 Jun 2010 10:27:58 +0000 (12:27 +0200)] 
winedbg: Add the Polish translation.

14 years agocryptui: Add the Polish translation.
Łukasz Wojniłowicz [Sat, 5 Jun 2010 10:12:46 +0000 (12:12 +0200)] 
cryptui: Add the Polish translation.

14 years agojscript: Add the Polish translation.
Łukasz Wojniłowicz [Sat, 5 Jun 2010 10:12:47 +0000 (12:12 +0200)] 
jscript: Add the Polish translation.

14 years agocryptdlg: Add the Polish translation.
Łukasz Wojniłowicz [Sat, 5 Jun 2010 10:12:45 +0000 (12:12 +0200)] 
cryptdlg: Add the Polish translation.

14 years agoserialui: Add the Polish translation.
Łukasz Wojniłowicz [Sat, 5 Jun 2010 10:12:49 +0000 (12:12 +0200)] 
serialui: Add the Polish translation.

14 years agocrypt32: Add the Polish translation.
Łukasz Wojniłowicz [Fri, 4 Jun 2010 14:33:26 +0000 (16:33 +0200)] 
crypt32: Add the Polish translation.

14 years agoappwiz: Add the Polish translation.
Łukasz Wojniłowicz [Fri, 4 Jun 2010 14:33:24 +0000 (16:33 +0200)] 
appwiz: Add the Polish translation.

14 years agoreg: Update the Polish translation.
Łukasz Wojniłowicz [Thu, 3 Jun 2010 20:46:21 +0000 (22:46 +0200)] 
reg: Update the Polish translation.

14 years agonotepad: Update the Polish translation.
Łukasz Wojniłowicz [Thu, 3 Jun 2010 20:46:22 +0000 (22:46 +0200)] 
notepad: Update the Polish translation.

14 years agosetupapi: Update the Polish translation.
Łukasz Wojniłowicz [Thu, 3 Jun 2010 20:46:25 +0000 (22:46 +0200)] 
setupapi: Update the Polish translation.

14 years agowinecfg: Update the Polish translation.
Łukasz Wojniłowicz [Thu, 3 Jun 2010 20:46:17 +0000 (22:46 +0200)] 
winecfg: Update the Polish translation.

14 years agoregedit: Update the Polish translation.
Łukasz Wojniłowicz [Thu, 3 Jun 2010 20:46:20 +0000 (22:46 +0200)] 
regedit: Update the Polish translation.

14 years agoshell32: Update the Polish translation.
Łukasz Wojniłowicz [Thu, 3 Jun 2010 20:46:24 +0000 (22:46 +0200)] 
shell32: Update the Polish translation.

14 years agowininet: Update the Polish translation.
Łukasz Wojniłowicz [Thu, 3 Jun 2010 20:46:23 +0000 (22:46 +0200)] 
wininet: Update the Polish translation.

14 years agotaskmgr: Update the Polish translation.
Łukasz Wojniłowicz [Thu, 3 Jun 2010 20:46:19 +0000 (22:46 +0200)] 
taskmgr: Update the Polish translation.

14 years agowordpad: Update the Polish translation.
Łukasz Wojniłowicz [Thu, 3 Jun 2010 20:46:15 +0000 (22:46 +0200)] 
wordpad: Update the Polish translation.

14 years agowineboot: Update the Polish translation.
Łukasz Wojniłowicz [Thu, 3 Jun 2010 20:46:18 +0000 (22:46 +0200)] 
wineboot: Update the Polish translation.

14 years agomshtml: Update the Polish translation.
Łukasz Wojniłowicz [Thu, 3 Jun 2010 20:46:14 +0000 (22:46 +0200)] 
mshtml: Update the Polish translation.

14 years agowinhelp: Don't close popup just after they are created.
Eric Pouech [Fri, 4 Jun 2010 20:12:39 +0000 (22:12 +0200)] 
winhelp: Don't close popup just after they are created.

14 years agowinhelp: Don't reset window position when reusing the current window.
Eric Pouech [Fri, 4 Jun 2010 19:27:23 +0000 (21:27 +0200)] 
winhelp: Don't reset window position when reusing the current window.

14 years agowinhelp: When opening a page, don't reopen the same page from macro, even if requested.
Eric Pouech [Wed, 2 Jun 2010 20:22:53 +0000 (22:22 +0200)] 
winhelp: When opening a page, don't reopen the same page from macro, even if requested.

14 years agowinhelp: Added support for hotspot in images with target window embedded.
Eric Pouech [Wed, 2 Jun 2010 20:22:42 +0000 (22:22 +0200)] 
winhelp: Added support for hotspot in images with target window embedded.

14 years agoiexplore: Added a Tango compliant icon.
Joel Holdsworth [Sat, 5 Jun 2010 10:08:10 +0000 (11:08 +0100)] 
iexplore: Added a Tango compliant icon.

14 years agoiexplore: Renamed iexplore resource file.
Joel Holdsworth [Sat, 5 Jun 2010 10:08:06 +0000 (11:08 +0100)] 
iexplore: Renamed iexplore resource file.

14 years agoinclude: Add missing typedef keyword to avoid multiply-defined symbols.
Robert McDonald [Wed, 2 Jun 2010 19:07:50 +0000 (12:07 -0700)] 
include: Add missing typedef keyword to avoid multiply-defined symbols.

14 years agowinmm: Fix Dutch translation.
Sven Baars [Fri, 4 Jun 2010 19:53:42 +0000 (21:53 +0200)] 
winmm: Fix Dutch translation.

14 years agowinhlp32: Define LANGUAGE only once.
Paul Vriens [Fri, 4 Jun 2010 19:06:02 +0000 (21:06 +0200)] 
winhlp32: Define LANGUAGE only once.

14 years agocryptdlg: Add the Danish translation.
Paul Vriens [Thu, 3 Jun 2010 21:27:23 +0000 (23:27 +0200)] 
cryptdlg: Add the Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agodevenum: Add the Danish translation.
Paul Vriens [Thu, 3 Jun 2010 20:20:02 +0000 (22:20 +0200)] 
devenum: Add the Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agostart: Add the Danish translation.
Paul Vriens [Thu, 3 Jun 2010 19:57:19 +0000 (21:57 +0200)] 
start: Add the Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agojscript: Add the Danish translation.
Paul Vriens [Thu, 3 Jun 2010 19:12:22 +0000 (21:12 +0200)] 
jscript: Add the Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agowrite: Add the Danish translation.
Paul Vriens [Thu, 3 Jun 2010 14:11:31 +0000 (16:11 +0200)] 
write: Add the Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agomapi32: Add the Danish translation.
Paul Vriens [Thu, 3 Jun 2010 14:10:52 +0000 (16:10 +0200)] 
mapi32: Add the Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agocredui: Update the Danish translation and convert to UTF-8.
Paul Vriens [Thu, 3 Jun 2010 13:29:33 +0000 (15:29 +0200)] 
credui: Update the Danish translation and convert to UTF-8.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agoappwiz.cpl: Add the Danish translation.
Paul Vriens [Thu, 3 Jun 2010 13:17:01 +0000 (15:17 +0200)] 
appwiz.cpl: Add the Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agokernel32: Add the Danish translation.
Paul Vriens [Thu, 3 Jun 2010 13:01:34 +0000 (15:01 +0200)] 
kernel32: Add the Danish translation.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agowined3d: Release the context on an error path in buffer_PreLoad().
Henri Verbeet [Thu, 3 Jun 2010 09:25:53 +0000 (11:25 +0200)] 
wined3d: Release the context on an error path in buffer_PreLoad().

14 years agomsacm32: Remove dead "code" from rc files.
Frédéric Delanoy [Wed, 2 Jun 2010 22:12:07 +0000 (00:12 +0200)] 
msacm32: Remove dead "code" from rc files.

14 years agocmd: Update Dutch translation.
Sven Baars [Fri, 4 Jun 2010 14:18:30 +0000 (16:18 +0200)] 
cmd: Update Dutch translation.

14 years agocmd: Make some help messages more informative.
Sven Baars [Wed, 2 Jun 2010 20:14:39 +0000 (22:14 +0200)] 
cmd: Make some help messages more informative.

14 years agocomdlg32: No and escape are equivalent.
Juan Lang [Wed, 2 Jun 2010 17:10:07 +0000 (10:10 -0700)] 
comdlg32: No and escape are equivalent.

14 years agowineps.drv: Make the Apply button useable.
André Hentschel [Wed, 2 Jun 2010 15:12:22 +0000 (17:12 +0200)] 
wineps.drv: Make the Apply button useable.

14 years agomsi: Update Korean resource.
Hwang YunSong [Wed, 2 Jun 2010 07:10:15 +0000 (16:10 +0900)] 
msi: Update Korean resource.

14 years agowordpad: Update Korean resource.
Hwang YunSong [Wed, 2 Jun 2010 07:09:22 +0000 (16:09 +0900)] 
wordpad: Update Korean resource.

14 years agowinex11: Fix the X image masks according to the pixmap format in Get/SetDIBits.
Alexandre Julliard [Wed, 2 Jun 2010 13:52:20 +0000 (15:52 +0200)] 
winex11: Fix the X image masks according to the pixmap format in Get/SetDIBits.