Commit Graph

71989 Commits

Author SHA1 Message Date
Gerald Pfeifer 5805d8b4f6 configure: Improve formatting of error when X development files are not found. 2010-09-20 13:48:12 +02:00
André Hentschel b7efaf8b6d winemaker: Don't use -march options. 2010-09-20 13:48:11 +02:00
Gerald Pfeifer 824ab969ff user32: Fix error handling in BITMAP_Load. 2010-09-20 13:48:11 +02:00
Gerald Pfeifer ae0a15477c setupx.dll16: Simplify VcpClose16 a bit. 2010-09-20 13:48:11 +02:00
Gerald Pfeifer 7c27f9cbac setupx.dll16: Fix error handling in VCP_VirtnodeCreate. 2010-09-20 13:48:11 +02:00
Gerald Pfeifer 0991954c7f winedbg: Fix the check for GCC version number around db_printf format checking. 2010-09-20 13:02:38 +02:00
Luca Bennati 9941f846e8 kernel32: Remove dead assignments. 2010-09-20 13:02:11 +02:00
Paul Vriens 507b29a046 atl/tests: Fix a test failure on Win95. 2010-09-20 13:01:18 +02:00
Thomas Mullaly e48b81036a urlmon: Implemented validation for the userinfo component when create an IUri with IUriBuilder. 2010-09-20 13:01:07 +02:00
Thomas Mullaly fcc9d609b0 urlmon: Restructured how the userinfo component is parsed and canonicalized. 2010-09-20 13:00:51 +02:00
Thomas Mullaly e767cc813d urlmon: File URIs can't have a userinfo component when creating an IUri using IUriBuilder. 2010-09-20 13:00:36 +02:00
Thomas Mullaly f2a1737e35 urlmon: Implemented validation of scheme component of a IUriBuilder. 2010-09-20 13:00:32 +02:00
Thomas Mullaly 947e4ec567 urlmon: IUriBuilder_CreateUri* functions return base IUri if there were no changes. 2010-09-20 13:00:27 +02:00
Thomas Mullaly 2e1f854860 urlmon/tests: Added more tests for IUriBuilder's CreateUri functions. 2010-09-20 13:00:21 +02:00
Paul Vriens 6704cd804f urlmon/tests: Fix test failures on Win9x/WinMe by using more A-functions. 2010-09-20 13:00:09 +02:00
André Hentschel ccaeb3ed83 server: Add ARM support. 2010-09-20 12:59:53 +02:00
André Hentschel ed59c54dc7 winetest: Add ARM support. 2010-09-20 12:59:22 +02:00
André Hentschel 09e6a41435 winedbg: Add ARM support. 2010-09-20 12:59:14 +02:00
André Hentschel 9a1103112e dbghelp: Add ARM support. 2010-09-20 12:58:56 +02:00
André Hentschel 171c9a5327 ntdll: Add ARM support. 2010-09-20 12:58:44 +02:00
André Hentschel ee3a6770b8 kernel32: Add ARM support. 2010-09-20 12:55:29 +02:00
André Hentschel bbfc0d1d64 winebuild: Fix ARM support. 2010-09-20 12:55:24 +02:00
André Hentschel c704758a2f libs/wine: Fix ARM support. 2010-09-20 12:54:15 +02:00
Davide Pizzetti 16060356ee wineboot: Italian translation update. 2010-09-19 14:59:36 +02:00
Aurimas Fišeras 7960e3c1b7 taskmgr: Update Lithuanian translation. 2010-09-19 14:59:27 +02:00
Aurimas Fišeras eaf599074f shell32: Update Lithuanian translation. 2010-09-19 14:59:24 +02:00
Jacek Caban 9557f1c526 mshtml: Fixed hash part stripping in GetQuery.
Spotted by Joris Huizer.
2010-09-19 14:59:11 +02:00
Paul Vriens 92643eb020 user32: Fix a typo. 2010-09-19 14:59:04 +02:00
Luca Bennati f43e1bb3b1 shell32: Update Italian translation. 2010-09-19 14:58:55 +02:00
Alexandre Julliard bd9852cd6f makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions. 2010-09-19 12:40:12 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard a53c44a613 configure: Regenerate with autoconf 2.67. 2010-09-19 12:27:24 +02:00
Alexandre Julliard 1cb09660ce server: Fix a couple of leaks in the new console code. 2010-09-19 12:27:12 +02:00
Alexandre Julliard e78c2117b6 Release 1.3.3. 2010-09-18 19:55:17 +02:00
Oldřich Jedlička a6c3d0d6ac ddraw: Add checking of SURFACEDESC type/nullness into CreateSurface methods. 2010-09-18 14:40:01 +02:00
Austin English b94bc5604a widl: Fix compiler warnings on clang. 2010-09-18 13:23:29 +02:00
Brad Smith 466b64032f ntll: Fix the detection of the number of CPUs for OpenBSD. 2010-09-18 13:10:07 +02:00
Piotr Caban ab52186086 secur32: Prevent schannel tests from crashing on Windows NT. 2010-09-18 13:09:33 +02:00
Aric Stewart ac6db331ac quartz: Return E_OUTOFMEMORY of the StdMemAllocator is unable to allocate memory. 2010-09-18 13:09:20 +02:00
Jacek Caban ffe9cc87c0 mshtml: Added nsIURL::GetQuery implementation. 2010-09-18 13:08:32 +02:00
Jacek Caban e081b65aee mshtml: Try getting window from notification callback if load group is not available in AsyncOpen. 2010-09-18 13:08:28 +02:00
Jacek Caban d4071b56a1 mshtml: Added nsIHttpChannel::VisitResponseHeaders implementation. 2010-09-18 13:08:25 +02:00
Alexandre Goujon 19a0350bde quartz: avisplitter Fix query interface test. 2010-09-18 13:07:58 +02:00
Alexander Morozov dfd3e2dcd5 crypt32: Add a stub for CryptEncryptMessage. 2010-09-18 13:07:28 +02:00
Igor Paliychuk 7d138aca12 ipconfig: Ukrainian translation update. 2010-09-18 13:07:22 +02:00
Igor Paliychuk f0afced6bd shdocvw: Ukrainian translation update. 2010-09-18 13:07:17 +02:00
Igor Paliychuk 4908e82fe3 shell32: Ukrainian translation update. 2010-09-18 13:07:13 +02:00
Luca Bennati d9e4bcc88c winecfg: Fix Italian translation. 2010-09-18 13:07:05 +02:00
Łukasz Wojniłowicz 8b3d314a68 mshtml: Update the Polish translation. 2010-09-18 13:07:00 +02:00
Łukasz Wojniłowicz 477e65402a shdocvw: Update the Polish translation. 2010-09-18 13:06:56 +02:00