Piotr Caban
4455250a98
msvcp71: Fixed basic_streambuf<wchar> vtable.
2012-11-02 19:47:32 +01:00
Piotr Caban
79f314c31a
msvcp71: Ignore prot argument in Fiopen_wchar function.
2012-11-02 19:47:30 +01:00
Hans Leidekker
31ea3f44dd
msi: Return length for the empty string in msi_string_lookup.
2012-11-02 19:47:30 +01:00
Hans Leidekker
6955b09023
wbemprox: Avoid a crash when serializing object text.
2012-11-02 19:47:29 +01:00
Michael Stefaniuc
815031d832
itss: Use FIELD_OFFSET to calculate the size of a struct with variable length array.
2012-11-02 19:47:28 +01:00
Michael Stefaniuc
fb724cfd7b
gdi.exe16: Use FIELD_OFFSET to calculate the size of structs with variable length array.
2012-11-02 19:47:28 +01:00
Michael Stefaniuc
e67deeb8a1
localspl: Avoid using sizeof on structs with variable length array.
2012-11-02 19:47:27 +01:00
Jacek Caban
d1f2b8a809
mshtml: Try to install ActiveX if it's not registered.
2012-11-02 19:47:26 +01:00
Alexandre Julliard
c9e951dfd3
urlmon: Add po file support for resource translation.
2012-11-02 19:47:23 +01:00
Jacek Caban
59055c4d45
urlmon: Added AsyncInstallDistributionUnit implementation.
2012-11-02 19:47:22 +01:00
Jacek Caban
8012d4ae71
urlmon: Moved extracting callback from IBindCtx to separated function.
2012-11-02 19:47:20 +01:00
Jacek Caban
54639c5dc5
wininet: Commit cache file as soon as all data is written.
2012-11-02 19:47:19 +01:00
Jacek Caban
b012765e91
wininet: Write received data to cache before notifying progress.
2012-11-02 19:47:18 +01:00
Jacek Caban
173dff4ccb
cabinet: Improved debug traces.
2012-11-02 19:47:17 +01:00
Nikolay Sivov
8222d4cd3c
dwrite: Support more script ranges, up to Mongolian.
2012-11-02 19:47:16 +01:00
Christian Costa
ba5cade700
kernel32: Implement CompareStringOrdinal.
2012-11-02 19:47:15 +01:00
Alexandre Julliard
9d888b371f
gdi32: Set the font anti-aliasing flags from the fontconfig information if available.
2012-11-02 19:47:09 +01:00
Alexandre Julliard
123da6f888
gdi32: Move checking of the subpixel support and gasp flags to freetype.c.
2012-11-02 17:21:45 +01:00
Alexandre Julliard
9cdb0e1ca6
gdi32: Disable anti-aliasing when necessary in the various drivers.
2012-11-02 16:41:26 +01:00
Alexandre Julliard
ccc034c27e
gdi32: Store the anti-aliasing flags in the DC when selecting a font.
2012-11-02 16:41:23 +01:00
Alexandre Julliard
6164d533a9
gdi32: Add a parameter to return anti-aliasing flags in the SelectFont driver entry point.
2012-11-02 16:41:21 +01:00
Jacek Caban
deeb14e0ee
explorerframe: Moved TaskbarList implementation to explorerframe.
2012-11-02 16:41:12 +01:00
Juan Lang
1040e41516
Revert "crypt32: Correct CryptVerifyMessageSignature's use of pcbDecoded.".
...
This reverts commit 78c9015861
.
The comments in the tests indicate that the tests are a little funny
anyway, so they clearly weren't enough justification for the change
introduced here.
2012-11-02 11:00:20 +01:00
Juan Lang
373e472db9
rsaenh: Ensure a PKCS1 data block has at least minimum length.
2012-11-02 10:59:42 +01:00
Francois Gouget
ed04a730f9
winemenubuilder: Return the icon identifier instead of the full path on Mac OS X too.
2012-11-02 10:59:30 +01:00
Francois Gouget
712b3571be
winemenubuilder: Use the same icon name on Mac OS X as on Unix.
2012-11-02 10:59:26 +01:00
Hiroshi Miura
923ac2e546
wininet: Add a TLS fallback mechanism.
2012-11-01 19:16:25 +01:00
Nozomi Kodama
c59efbed77
d3dx9_36: Add tests for D3DXSHRotateZ.
2012-11-01 19:14:53 +01:00
Daniel Lehman
ffa7ac7331
msvcrt: Return value from MSVCRT____mb_cur_max_func instead of pointer.
2012-11-01 19:01:34 +01:00
André Hentschel
2cefbaab97
winspool: Avoid memory leaks (coverity).
2012-11-01 18:59:01 +01:00
Frédéric Delanoy
5108b18940
cmd: Fix some leaks (coverity).
2012-11-01 15:54:40 +01:00
Piotr Caban
b6b7eb050f
comctl32: Fixed RBBS_BREAK flag unsetting in REBAR_HandleUDDrag.
2012-11-01 15:43:34 +01:00
Piotr Caban
d2f4893cb6
comctl32: Don't update rebar layout if it doesn't change in REBAR_HandleUDDrag.
2012-11-01 15:43:29 +01:00
Piotr Caban
a9c6113c28
msvcrt: Improved parsing precision of doubles in scanf.
...
This code is based on doubles parsing in jscript lexer.
2012-11-01 15:43:21 +01:00
Piotr Caban
bab686e7d1
msvcrt: Fixed %Lf format handling in scanf.
2012-11-01 15:43:14 +01:00
Hans Leidekker
8ca3e80ddd
winhttp: Fix the error returned from WinHttpGetProxyForUrl when autodetection fails.
2012-11-01 15:42:39 +01:00
Jacek Caban
218b1951db
widl: Define PROXY_DELEGATION in dlldata.c when needed.
2012-11-01 15:42:33 +01:00
Alexandre Julliard
a04f73808e
gdi32: Store the fontconfig anti-aliasing flags for each font.
2012-11-01 15:09:16 +01:00
Alexandre Julliard
24cdd74c6f
gdi32: Store the font file name in Unicode in the font cache.
2012-11-01 15:09:15 +01:00
Alexandre Julliard
c1f8a0bf61
gdi32: Avoid some redundant registry calls while loading the font cache.
2012-11-01 15:09:15 +01:00
Nikolay Sivov
3d013afec7
msxml3: Fix indexed access to schema collection namespace uris.
2012-11-01 15:09:13 +01:00
Nikolay Sivov
4d2164c936
dwrite: Support nine more script ranges up to code point 0x0bff.
2012-11-01 10:51:04 +01:00
Vincent Povirk
91a3e5fc10
gdiplus: Reimplement GdipCreateMetafileFromEmf without using IPicture.
2012-11-01 10:50:45 +01:00
Vincent Povirk
d8a855305f
gdiplus: Implement GdipCloneImage for metafiles with a handle.
2012-11-01 10:50:41 +01:00
Vincent Povirk
0cbec5508b
gdiplus: Implement drawing metafiles with an emf handle.
2012-11-01 10:50:37 +01:00
Vincent Povirk
954b49382f
gdiplus: Add tests for drawing recorded metafiles.
2012-11-01 10:50:33 +01:00
Jacek Caban
a19fb6086b
urlmon.idl: Added AsyncInstallDistributionUnit declaration.
2012-10-31 18:13:11 +01:00
Christian Costa
de690b8dae
d3drm: Move mesh builder data cleaning code into a separate function.
2012-10-31 18:13:05 +01:00
Christian Costa
43d3ba36a1
d3drm: Init vertices before creating group.
2012-10-31 18:09:19 +01:00
Huw Davies
908c2d44e1
vbscript: The first day of the week should default to Sunday, not the system default.
2012-10-31 18:08:14 +01:00