Thomas Mullaly
4e07082eda
include: Added basic header for strsafe.
2010-11-29 11:25:55 +01:00
Thomas Mullaly
bc71921f36
urlmon: Added stub for CoInternetParseIUri.
2010-11-29 11:25:00 +01:00
Jacek Caban
bf228d4a84
mshtml.idl: Added param element's interfaces declaration.
2010-11-29 11:24:48 +01:00
Jacek Caban
991104b97f
mshtml: Added IHTMLStyle::padding property implementation.
2010-11-29 11:24:40 +01:00
Jacek Caban
f82668f23e
mshtml: Added SetUIHandler tests.
2010-11-29 11:24:34 +01:00
Jacek Caban
ee875f362d
mshtml: Don't overwrite custom UI handler in SetClientSite.
2010-11-29 11:24:29 +01:00
Jacek Caban
0863625bcc
mshtml: Added ICustomDoc::SetUIHandler implementation.
2010-11-29 11:24:23 +01:00
Paul Vriens
5680cf6293
shell32/tests: Use more A-functions to fix Win95 and actually test correctly on Win9x.
2010-11-29 11:24:09 +01:00
Nikolay Sivov
cb0d7276c1
oleaut32/tests: Some VarDateFromStr() tests.
2010-11-29 11:23:41 +01:00
Jacek Caban
90ed396b03
mscoree: Explicitly specify CDECL on imported functions.
2010-11-29 11:23:24 +01:00
Austin English
baf7a636a9
msxml3: Bump version information to SP9.
2010-11-29 11:23:12 +01:00
Ken Thomases
a6b38409be
msxml3: Fix building on Leopard.
2010-11-29 11:23:03 +01:00
Maarten Lankhorst
e7a6b87c2d
shell32: Fix pointer truncation in SHGetFileInfoA.
2010-11-29 11:22:42 +01:00
Alexandre Julliard
f53d82b4f4
msvcrt: Fix controlfp_s parameter checks, with tests.
2010-11-27 20:40:14 +01:00
Alexandre Julliard
ce3abe8c0c
widl: Add support for generating a .rgs registration script for the defined interfaces.
2010-11-27 13:29:13 +01:00
Alexandre Julliard
233814c21e
widl: Add a general -o option instead of having a different output name option for each file type.
2010-11-27 13:28:16 +01:00
Alexandre Julliard
5d3b4fb6cb
widl: Use the output buffer functions to write typelibs.
2010-11-27 11:54:51 +01:00
Alexandre Julliard
00dda6f687
widl: Copy the output buffer management functions from winebuild.
2010-11-27 11:42:09 +01:00
Alexandre Julliard
b51f8d4812
Release 1.3.8.
2010-11-26 20:06:11 +01:00
Francois Gouget
5f694ddf4c
configure: Load wine lower in memory on FreeBSD to leave more space for mmap() and malloc().
...
If not provided an explicit address, FreeBSD won't mmap any memory
below the executable. In particularly this means any memory below that
is unavailable to dlopen() and malloc(). This fixes the bug where
large WineLib binaries, in particular winetest, failed to load because
there was not enough space left for them and the native libraries they
linked to. The drawback is that we can no longer load very large
Windows executables (between about 1.5 and 2 GB).
2010-11-26 16:32:41 +01:00
Hans Leidekker
e609bb0453
msi/tests: Fix the scope of todo_wine in the tests for MsiApplyMultiplePatches.
...
These tests succeed on Wine if you run them from a volume for which GetDriveType
returns something other than DRIVE_FIXED, e.g. a ramdisk.
2010-11-26 14:59:35 +01:00
Hans Leidekker
4b5db7a9ac
msi: Always initialize the dialog font list. Convert it to a standard Wine list.
...
Avoids accessing uninitialized memory when the TextStyle table is absent.
2010-11-26 14:59:19 +01:00
Hans Leidekker
967f73eaef
msi: Trace errors from LoadLibraryShim.
2010-11-26 14:59:06 +01:00
Hans Leidekker
1f96b882e9
msi: Fix the Create/RemoveFolders actions to actually create and remove empty folders.
2010-11-26 14:59:02 +01:00
Hans Leidekker
24ce163a8b
gdi32/tests: Fix a test failure on systems configured to use a color profile.
2010-11-26 14:58:47 +01:00
Alexandre Julliard
4dba956ea6
msvcrt: Add parameter checking in _controlfp_s.
2010-11-26 14:58:39 +01:00
Alexandre Julliard
1ae23af85b
include/msvcrt: Define more CPU control word flags.
2010-11-26 14:58:39 +01:00
Louis Lenders
fa2b7066e5
ntdll: Set the IdleTime member from the SystemPerformanceInformation info class in NtQuerySystemInformation.
2010-11-26 14:58:39 +01:00
Christian Inci
4229b1f3b6
wined3d: Add nVidia GT 320M to the table.
2010-11-26 14:58:39 +01:00
Volodymyr M. Shcherbyna
acee9cde17
dbgeng: Add initial stub dll implementation.
2010-11-26 14:58:38 +01:00
Akihiro Sagawa
e7bf31c40d
jscript: Update Japanese translation.
2010-11-26 14:58:38 +01:00
Peter Urbanec
edab173047
msi: Add AMD64 platform definition to support installation of Visual C++ 8.0 redistributable.
2010-11-26 12:15:21 +01:00
Maarten Lankhorst
b769a266cf
qedit: Try all possible splitter filters instead of only the first one.
2010-11-26 12:15:10 +01:00
Michael Stefaniuc
09849ed929
clock: Add the Hindi translation.
...
Translation by Rajesh Ranjan.
2010-11-26 12:15:02 +01:00
Juan Lang
ef4560e51f
msisip: Determine whether a file is an MSI file based on its CLSID rather than its extension.
2010-11-26 12:14:58 +01:00
Austin English
50e2f2f10c
winegcc: Symlink winegcc manpage to winecpp.
2010-11-26 12:14:18 +01:00
Austin English
78a1df139e
winepath: Add a manpage.
2010-11-26 12:13:31 +01:00
Austin English
76725fbb68
regedit: Add a manpage.
2010-11-26 12:13:18 +01:00
Austin English
c43c31fe47
wineconsole: Add a manpage.
2010-11-26 12:12:50 +01:00
Austin English
8d821bd933
wineboot: Add a manpage.
2010-11-26 12:12:41 +01:00
Austin English
1c7d349f26
wininet: Add a stub for InternetShowSecurityInfoByURL.
2010-11-25 16:57:13 +01:00
Alexander Morozov
f48b0aa6a2
crypt32/tests: Fix test failures on some Win95 and some NT4.
2010-11-25 16:56:27 +01:00
Alexander Morozov
b9c122f15e
crypt32/tests: Skip more tests.
2010-11-25 16:56:09 +01:00
Jacek Caban
387ed3c855
mshtml: Fixed ref count tests on broken IEs.
...
Also some code clean up.
2010-11-25 16:55:22 +01:00
Jacek Caban
5030554ccd
mshtml: Don't use wine_url in nsIURI::SchemeIs implementation.
2010-11-25 16:55:12 +01:00
Jacek Caban
286249031c
mshtml: Don't use wine_uri in nsIIOService::NewChannelFromURI implementation.
2010-11-25 16:55:05 +01:00
Jacek Caban
74aabe94b1
mshtml: Don't use wine_url in nsURI::Clone implementation.
2010-11-25 16:55:00 +01:00
Alexandre Julliard
0a28308b90
cryptnet/tests: Don't import shlwapi.
2010-11-25 12:01:43 +01:00
Eryk Wieliczko
91bc6c5201
msvcrt: Implement fprintf_s and fwprintf_s.
2010-11-25 11:55:31 +01:00
Eryk Wieliczko
133a38fcfb
msvcrt: Implement printf_s and wprintf_s.
2010-11-25 11:55:20 +01:00