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
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
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
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
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
Nikolay Sivov
368bc8aa50
dwrite: Support for Armenian, Hebrew and complete Arabic ranges.
2012-10-31 18:08:10 +01:00
Jörg Höhle
602807c2a5
ntdll: Do not execute callbacks past DeleteTimer(INVALID_HANDLE_VALUE).
2012-10-31 18:08:02 +01:00
Jörg Höhle
c596ddffab
winealsa: Fix capture overrun logging.
2012-10-31 18:07:40 +01:00
Michael Stefaniuc
5f304e7000
user32: Avoid sizeof on structs with variable length array.
2012-10-31 18:07:35 +01:00
Michael Stefaniuc
b4712d2e16
usp10: Use FIELD_OFFSET to calculate the size of a struct with variable length array.
2012-10-31 18:07:19 +01:00
Jacek Caban
57b83719b7
advpack: Added ExtractFilesW implementation.
2012-10-31 16:17:17 +01:00
Daniel Lehman
a49da3ca5d
msvcp: Sync fpos usage and istream<>::tellg.
2012-10-31 16:12:28 +01:00
Daniel Lehman
01c451703c
msvcp90: In istream<>::tellg don't use sentry.
2012-10-31 16:12:28 +01:00
Daniel Lehman
771cc7fdbd
msvcp90: Fix usage of fpos<>::off vs fpos<>::pos.
2012-10-31 16:12:28 +01:00
Daniel Lehman
64527285cf
msvcp90: Update fpos<>::off instead of pos in stringbuf<>::seekoff.
2012-10-31 16:12:28 +01:00
Jacek Caban
12adc67782
jscript: Fixed some leaks (coverity).
2012-10-31 16:12:27 +01:00
Frédéric Delanoy
9c63a30c25
rpcrt4: Fix resources leaks.
2012-10-31 16:12:27 +01:00
Michael Stefaniuc
470ad72b05
ole32/tests: Fix a memleak on an error path (Smatch).
2012-10-31 16:12:27 +01:00
Michael Stefaniuc
2e31a44aca
user32/test: Don't over-allocate memory for DDEDATA.
2012-10-31 16:12:27 +01:00
André Hentschel
1aa6236428
vbscript: Avoid memory leak in compile_select_statement (coverity).
2012-10-31 16:12:27 +01:00
André Hentschel
5010f0933e
wininet: Fix WININET_SetAuthorization on error path (coverity).
2012-10-31 16:12:27 +01:00
André Hentschel
585a66a463
winex11: Avoid memory leaks (coverity).
2012-10-31 16:12:27 +01:00
André Hentschel
42f791ccd5
wineps: Avoid memory leaks (coverity).
2012-10-31 16:12:27 +01:00
André Hentschel
4ee73e69b5
usp10: Avoid memory leak in ScriptTextOut (coverity).
2012-10-31 16:12:27 +01:00
André Hentschel
64e169d974
user32: Avoid memory leaks (coverity).
2012-10-30 19:14:17 +01:00
Huw Davies
9247328371
gdi32: Implement sub-pixel glyph smoothing.
2012-10-30 18:09:00 +01:00
Jacek Caban
7f50df4e43
vbscript: Added support for more builtin constants.
2012-10-30 18:09:00 +01:00
Rafał Mużyło
fc2bb3bdc1
gdiplus: Mark regions as unclipped correctly.
2012-10-30 18:08:13 +01:00
Rafał Mużyło
48a2b48e16
gdiplus: Fix logic of treating the region of a string as unclipped.
2012-10-30 18:08:13 +01:00
André Hentschel
a07d1da924
comdlg32: Fix usage of constants.
2012-10-30 18:08:12 +01:00
Erich Hoover
5c95bec847
ntdll: Implement nanosecond precision file time storage.
2012-10-30 18:08:11 +01:00
Alexandre Julliard
487c50c1e7
ntdll: Remove futimes implementation from libport, it's only needed in ntdll.
2012-10-30 18:08:11 +01:00