Luca Bennati [Mon, 20 Sep 2010 20:33:01 +0000 (22:33 +0200)]
avifil32: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 20:33:48 +0000 (22:33 +0200)]
crypt32: Update Italian translation.
Frédéric Delanoy [Mon, 20 Sep 2010 22:34:05 +0000 (00:34 +0200)]
shell32: Update French translation.
André Hentschel [Mon, 20 Sep 2010 21:14:18 +0000 (23:14 +0200)]
build-env: Don't use 'exchange instruction set' instructions on ARM to fix build on ARMv6 e.g. Nokia N810.
Jacek Caban [Mon, 20 Sep 2010 18:01:13 +0000 (20:01 +0200)]
urlmon: Added about:blank IUri test.
Jacek Caban [Mon, 20 Sep 2010 18:00:52 +0000 (20:00 +0200)]
urlmon: Make protocol_start IUri-based.
Henri Verbeet [Mon, 20 Sep 2010 17:41:24 +0000 (19:41 +0200)]
wined3d: Move base vertex state to wined3d_state.
Henri Verbeet [Mon, 20 Sep 2010 17:41:23 +0000 (19:41 +0200)]
wined3d: Move index buffer state to wined3d_state.
Henri Verbeet [Mon, 20 Sep 2010 17:41:22 +0000 (19:41 +0200)]
wined3d: Move stream state to wined3d_state.
Henri Verbeet [Mon, 20 Sep 2010 17:41:21 +0000 (19:41 +0200)]
d3d9/tests: Cleanup maxmip_test() a bit.
Having the failure message match the actual draw call in particular makes
debugging failures a lot nicer.
Alexandre Julliard [Tue, 21 Sep 2010 12:13:42 +0000 (14:13 +0200)]
wine.inf: Create the x86 program files key in Wow64 mode too.
Alexandre Julliard [Tue, 21 Sep 2010 11:36:17 +0000 (13:36 +0200)]
shell32: Map the x86 version of the folder to the appropriate path depending on Wow64 mode.
Alexandre Julliard [Mon, 20 Sep 2010 18:23:25 +0000 (20:23 +0200)]
configure: Make sure the rules files are rebuilt when doing make depend.
Michael Mc Donnell [Sun, 19 Sep 2010 10:12:06 +0000 (12:12 +0200)]
shell32/tests: SHBrowseForFolder should return new folder pidl.
Jacek Caban [Mon, 20 Sep 2010 14:01:49 +0000 (16:01 +0200)]
include: Added D3DVECTOR_DEFINED guard.
Jacek Caban [Mon, 20 Sep 2010 13:29:43 +0000 (15:29 +0200)]
include: Fixed D3DMULTISAMPLE_FORCE_DWORD value and added MAKEFOURCC definition guard.
Lauri Kenttä [Thu, 16 Sep 2010 15:16:54 +0000 (18:16 +0300)]
wined3d: Use the same card selection for both Intel Mesa and binary drivers.
André Hentschel [Sun, 19 Sep 2010 21:36:13 +0000 (23:36 +0200)]
shell32: Update German translation.
André Hentschel [Sun, 19 Sep 2010 21:22:39 +0000 (23:22 +0200)]
winedump: Add more subsystem descriptions.
Łukasz Wojniłowicz [Sun, 19 Sep 2010 09:11:38 +0000 (11:11 +0200)]
ipconfig: Add the Polish translation.
Łukasz Wojniłowicz [Sun, 19 Sep 2010 09:11:40 +0000 (11:11 +0200)]
oledlg: Update the Polish translation.
Łukasz Wojniłowicz [Sun, 19 Sep 2010 09:11:44 +0000 (11:11 +0200)]
shell32: Update the Polish translation.
Łukasz Wojniłowicz [Sun, 19 Sep 2010 09:11:39 +0000 (11:11 +0200)]
wineps: Update the Polish translation.
Łukasz Wojniłowicz [Sun, 19 Sep 2010 09:11:42 +0000 (11:11 +0200)]
inetcpl: Add the Polish translation.
Łukasz Wojniłowicz [Sun, 19 Sep 2010 09:11:43 +0000 (11:11 +0200)]
appwiz.cpl: Update the Polish translation.
Łukasz Wojniłowicz [Sun, 19 Sep 2010 09:11:41 +0000 (11:11 +0200)]
oleacc: Update the Polish translation.
Detlef Riekenberg [Fri, 17 Sep 2010 17:19:35 +0000 (19:19 +0200)]
inetcpl: Implement LaunchSiteCertDialog on top of cryptui.CryptUIDlgCertMgr.
Alexandre Julliard [Mon, 20 Sep 2010 12:56:55 +0000 (14:56 +0200)]
ws2_32: Fail when select is called with an invalid fd.
Based on a patch by Vincent Povirk.
Paul Vriens [Mon, 20 Sep 2010 09:26:09 +0000 (11:26 +0200)]
msi/tests: Prevent a popup on Windows NT.
Austin English [Mon, 20 Sep 2010 09:04:15 +0000 (04:04 -0500)]
comctl32: Fix compiler warnings on Clang.
Austin English [Mon, 20 Sep 2010 08:57:29 +0000 (03:57 -0500)]
wintab32: Fix compiler warnings on Clang.
Austin English [Mon, 20 Sep 2010 08:54:33 +0000 (03:54 -0500)]
winejoystick.drv: Fix a compiler warning on clang.
Austin English [Mon, 20 Sep 2010 08:52:27 +0000 (03:52 -0500)]
user.exe16: Fix a compiler warning on clang.
Austin English [Mon, 20 Sep 2010 08:50:14 +0000 (03:50 -0500)]
riched32: Fix a compiler warning on clang.
Austin English [Mon, 20 Sep 2010 08:48:49 +0000 (03:48 -0500)]
quartz: Fix compiler warnings on Clang.
Henri Verbeet [Mon, 20 Sep 2010 10:04:30 +0000 (12:04 +0200)]
wined3d: Move pixel shader constants to wined3d_state.
Henri Verbeet [Mon, 20 Sep 2010 10:04:29 +0000 (12:04 +0200)]
wined3d: Move the pixel shader to wined3d_state.
Henri Verbeet [Mon, 20 Sep 2010 10:04:28 +0000 (12:04 +0200)]
wined3d: Move vertex shader constants to wined3d_state.
Henri Verbeet [Mon, 20 Sep 2010 10:04:27 +0000 (12:04 +0200)]
wined3d: Move the vertex shader to wined3d_state.
Jacek Caban [Mon, 20 Sep 2010 10:45:50 +0000 (12:45 +0200)]
urlmon: Skip tests on very old IEs as soon as possible.
Hwang YunSong [Mon, 20 Sep 2010 08:21:32 +0000 (17:21 +0900)]
shell32: Update Korean resource.
Hans Leidekker [Mon, 20 Sep 2010 09:20:19 +0000 (11:20 +0200)]
msi: Handle fdintNEXT_CABINET and fdintPARTIAL_FILE for cabinet streams.
Roderick Colenbrander [Mon, 20 Sep 2010 05:28:45 +0000 (22:28 -0700)]
wined3d: Add Radeon HD3200 to gpu table.
Nikolay Sivov [Sun, 19 Sep 2010 09:20:00 +0000 (13:20 +0400)]
msxml3/tests: Fix locale dependent string comparison.
Gerald Pfeifer [Sun, 19 Sep 2010 20:27:16 +0000 (22:27 +0200)]
comctl32: Remove unused parameter lpcs from TOOLTIPS_Create.
Gerald Pfeifer [Sun, 19 Sep 2010 19:10:13 +0000 (21:10 +0200)]
configure: Improve formatting of error when X development files are not found.
André Hentschel [Sun, 19 Sep 2010 18:42:44 +0000 (20:42 +0200)]
winemaker: Don't use -march options.
Gerald Pfeifer [Sun, 19 Sep 2010 14:10:39 +0000 (16:10 +0200)]
user32: Fix error handling in BITMAP_Load.
Gerald Pfeifer [Sat, 18 Sep 2010 22:17:21 +0000 (00:17 +0200)]
setupx.dll16: Simplify VcpClose16 a bit.
Gerald Pfeifer [Sun, 19 Sep 2010 13:41:43 +0000 (15:41 +0200)]
setupx.dll16: Fix error handling in VCP_VirtnodeCreate.
Gerald Pfeifer [Sun, 19 Sep 2010 09:22:37 +0000 (11:22 +0200)]
winedbg: Fix the check for GCC version number around db_printf format checking.
Luca Bennati [Sat, 18 Sep 2010 13:26:05 +0000 (15:26 +0200)]
kernel32: Remove dead assignments.
Paul Vriens [Sun, 19 Sep 2010 15:18:25 +0000 (17:18 +0200)]
atl/tests: Fix a test failure on Win95.
Thomas Mullaly [Sat, 18 Sep 2010 21:10:33 +0000 (17:10 -0400)]
urlmon: Implemented validation for the userinfo component when create an IUri with IUriBuilder.
Thomas Mullaly [Sun, 12 Sep 2010 23:11:10 +0000 (19:11 -0400)]
urlmon: Restructured how the userinfo component is parsed and canonicalized.
Thomas Mullaly [Sat, 18 Sep 2010 20:57:29 +0000 (16:57 -0400)]
urlmon: File URIs can't have a userinfo component when creating an IUri using IUriBuilder.
Thomas Mullaly [Sat, 18 Sep 2010 19:19:55 +0000 (15:19 -0400)]
urlmon: Implemented validation of scheme component of a IUriBuilder.
Thomas Mullaly [Fri, 17 Sep 2010 20:54:39 +0000 (16:54 -0400)]
urlmon: IUriBuilder_CreateUri* functions return base IUri if there were no changes.
Thomas Mullaly [Fri, 17 Sep 2010 21:17:11 +0000 (17:17 -0400)]
urlmon/tests: Added more tests for IUriBuilder's CreateUri functions.
Paul Vriens [Sun, 19 Sep 2010 13:01:42 +0000 (15:01 +0200)]
urlmon/tests: Fix test failures on Win9x/WinMe by using more A-functions.
André Hentschel [Sat, 18 Sep 2010 16:03:56 +0000 (18:03 +0200)]
server: Add ARM support.
André Hentschel [Sat, 18 Sep 2010 16:02:47 +0000 (18:02 +0200)]
winetest: Add ARM support.
André Hentschel [Sat, 18 Sep 2010 16:02:38 +0000 (18:02 +0200)]
winedbg: Add ARM support.
André Hentschel [Sat, 18 Sep 2010 16:02:28 +0000 (18:02 +0200)]
dbghelp: Add ARM support.
André Hentschel [Sat, 18 Sep 2010 16:02:12 +0000 (18:02 +0200)]
ntdll: Add ARM support.
André Hentschel [Sat, 18 Sep 2010 16:01:59 +0000 (18:01 +0200)]
kernel32: Add ARM support.
André Hentschel [Sat, 18 Sep 2010 16:01:16 +0000 (18:01 +0200)]
winebuild: Fix ARM support.
André Hentschel [Sat, 18 Sep 2010 16:01:06 +0000 (18:01 +0200)]
libs/wine: Fix ARM support.
Davide Pizzetti [Sun, 19 Sep 2010 10:31:44 +0000 (12:31 +0200)]
wineboot: Italian translation update.
Aurimas Fišeras [Sun, 19 Sep 2010 10:30:31 +0000 (13:30 +0300)]
taskmgr: Update Lithuanian translation.
Aurimas Fišeras [Thu, 16 Sep 2010 19:57:15 +0000 (22:57 +0300)]
shell32: Update Lithuanian translation.
Jacek Caban [Sat, 18 Sep 2010 20:14:49 +0000 (22:14 +0200)]
mshtml: Fixed hash part stripping in GetQuery.
Spotted by Joris Huizer.
Paul Vriens [Sat, 18 Sep 2010 18:30:20 +0000 (20:30 +0200)]
user32: Fix a typo.
Luca Bennati [Fri, 17 Sep 2010 20:09:06 +0000 (22:09 +0200)]
shell32: Update Italian translation.
Alexandre Julliard [Sun, 19 Sep 2010 10:40:12 +0000 (12:40 +0200)]
makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions.
Alexandre Julliard [Sun, 19 Sep 2010 10:36:48 +0000 (12:36 +0200)]
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
Alexandre Julliard [Sun, 19 Sep 2010 10:27:24 +0000 (12:27 +0200)]
configure: Regenerate with autoconf 2.67.
Alexandre Julliard [Sun, 19 Sep 2010 10:27:12 +0000 (12:27 +0200)]
server: Fix a couple of leaks in the new console code.
Alexandre Julliard [Sat, 18 Sep 2010 17:55:17 +0000 (19:55 +0200)]
Release 1.3.3.
Oldřich Jedlička [Fri, 17 Sep 2010 05:31:26 +0000 (07:31 +0200)]
ddraw: Add checking of SURFACEDESC type/nullness into CreateSurface methods.
Austin English [Thu, 16 Sep 2010 10:12:40 +0000 (05:12 -0500)]
widl: Fix compiler warnings on clang.
Brad Smith [Sat, 18 Sep 2010 00:38:51 +0000 (20:38 -0400)]
ntll: Fix the detection of the number of CPUs for OpenBSD.
Piotr Caban [Fri, 17 Sep 2010 21:58:19 +0000 (23:58 +0200)]
secur32: Prevent schannel tests from crashing on Windows NT.
Aric Stewart [Fri, 17 Sep 2010 18:59:28 +0000 (13:59 -0500)]
quartz: Return E_OUTOFMEMORY of the StdMemAllocator is unable to allocate memory.
Jacek Caban [Fri, 17 Sep 2010 16:33:45 +0000 (18:33 +0200)]
mshtml: Added nsIURL::GetQuery implementation.
Jacek Caban [Fri, 17 Sep 2010 16:33:32 +0000 (18:33 +0200)]
mshtml: Try getting window from notification callback if load group is not available in AsyncOpen.
Jacek Caban [Fri, 17 Sep 2010 16:33:10 +0000 (18:33 +0200)]
mshtml: Added nsIHttpChannel::VisitResponseHeaders implementation.
Alexandre Goujon [Fri, 17 Sep 2010 14:33:14 +0000 (16:33 +0200)]
quartz: avisplitter Fix query interface test.
Alexander Morozov [Mon, 5 Jul 2010 10:23:35 +0000 (14:23 +0400)]
crypt32: Add a stub for CryptEncryptMessage.
Igor Paliychuk [Fri, 17 Sep 2010 10:07:38 +0000 (13:07 +0300)]
ipconfig: Ukrainian translation update.
Igor Paliychuk [Fri, 17 Sep 2010 10:07:00 +0000 (13:07 +0300)]
shdocvw: Ukrainian translation update.
Igor Paliychuk [Fri, 17 Sep 2010 10:05:58 +0000 (13:05 +0300)]
shell32: Ukrainian translation update.
Luca Bennati [Fri, 17 Sep 2010 08:24:30 +0000 (10:24 +0200)]
winecfg: Fix Italian translation.
Łukasz Wojniłowicz [Fri, 17 Sep 2010 08:02:20 +0000 (10:02 +0200)]
mshtml: Update the Polish translation.
Łukasz Wojniłowicz [Fri, 17 Sep 2010 08:02:21 +0000 (10:02 +0200)]
shdocvw: Update the Polish translation.
Łukasz Wojniłowicz [Fri, 17 Sep 2010 08:02:19 +0000 (10:02 +0200)]
jscript: Update the Polish translation.
Hans Leidekker [Fri, 17 Sep 2010 13:20:26 +0000 (15:20 +0200)]
msi: Read supported platform and language ids from the summary information stream.
Hans Leidekker [Fri, 17 Sep 2010 13:20:07 +0000 (15:20 +0200)]
msi: Avoid a crash on database destruction.
Hans Leidekker [Fri, 17 Sep 2010 13:19:56 +0000 (15:19 +0200)]
msi: Adjust the AdminUser property too after applying a patch.
Hans Leidekker [Fri, 17 Sep 2010 13:19:35 +0000 (15:19 +0200)]
shell32: Support FOLDERID_LocalAppDataLow.