Alexandre Julliard
5ffbce6d3c
gdi32: Add a null driver entry point for StretchDIBits.
2011-03-18 16:04:56 +01:00
Alexandre Julliard
1a34f98017
gdi32: Find the original driver by checking the CreateDC entry point in CreateCompatibleDC.
2011-03-18 15:59:05 +01:00
Alistair Leslie-Hughes
b701be3c9d
mshtml: Implement IHTMLDOMNode previousSibling.
2011-03-18 15:59:05 +01:00
Henri Verbeet
96a8417a21
wined3d: Merge the texture cleanup functions.
2011-03-18 15:59:05 +01:00
Henri Verbeet
d30d9d5e49
wined3d: Merge the IWineD3DBaseTexture::AddDirtyRegion() implementations.
2011-03-18 15:59:04 +01:00
Henri Verbeet
afa93a5b58
wined3d: Get rid of IWineD3DCubeTextureImpl.
2011-03-18 15:59:04 +01:00
Henri Verbeet
b8c40f3a7e
wined3d: Get rid of IWineD3DCubeTexture.
2011-03-18 15:59:04 +01:00
Michael Stefaniuc
6fade2400a
oleaut32/tests: COM cleanup in vartype.c.
2011-03-18 11:31:29 +01:00
Aric Stewart
c7b4964b7e
usp10: Rewrite of ScriptXtoCP to handle pwLogClust for LTR and RTL runs.
2011-03-18 11:30:52 +01:00
Aric Stewart
7acd2ba264
usp10: Correct fTrailing handling for RTL runs in ScriptCPtoX.
2011-03-18 11:30:39 +01:00
André Hentschel
6ff842fddb
kernel32/tests: Also test for ntdll.dll in toolhelp tests.
2011-03-18 11:29:24 +01:00
Francois Gouget
4abe4cf1b1
wininet/tests: Fix compilation on systems that don't support nameless unions.
2011-03-18 11:28:45 +01:00
Michael Stefaniuc
d71d1cf703
d3d8: COM cleanup for the IDirect3DVolumeTexture8 iface.
2011-03-17 17:45:02 +01:00
Paul Vriens
ec90fcd9c1
msvfw32: Only call MSVIDEO_GetHicPtr() once (Coverity).
2011-03-17 17:44:47 +01:00
Paul Vriens
abdecfbe17
msi: Only call MSI_RecordGetString() when needed (Coverity).
2011-03-17 17:44:23 +01:00
Alexandre Julliard
23ae69332a
gdi32: Fix the calling convention of the DeleteDC entry points.
2011-03-17 15:24:44 +01:00
Alexandre Julliard
33e27fca77
gdi32: Get rid of the BitBlt driver entry point.
2011-03-17 15:01:11 +01:00
Alexandre Julliard
ef676d6d7d
gdi32: Add a null driver entry point for PatBlt.
2011-03-17 14:54:56 +01:00
Alexandre Julliard
8e396a9417
winex11: Implement a separate entry point for PatBlt and simplify the StretchBlt handling.
2011-03-17 14:49:16 +01:00
Alexandre Julliard
5eb105f6e1
gdi32: Always call the PatBlt entry point for blits that don't use a source.
2011-03-17 14:48:46 +01:00
Nikolay Sivov
ae2057cbb8
msxml3: Clean formatting chars before passing to base64 decoder.
2011-03-17 13:06:51 +01:00
Alexandre Julliard
e705f29fd5
user32/tests: Fix the GetCursorFrameInfo parameter types.
2011-03-17 13:06:50 +01:00
Erich Hoover
8486b2010f
user32: Downgrade GetCursorFrameInfo FIXME to a TRACE unless the second parameter is non-zero.
2011-03-17 13:06:50 +01:00
Erich Hoover
274e5db7e7
user32: Add support for sequence-based animated cursors.
2011-03-17 13:06:49 +01:00
Erich Hoover
7b333de867
user32: Merge create_icon_bitmaps with CURSORICON_CreateIconFromBMI.
2011-03-17 13:06:49 +01:00
Erich Hoover
28e9b99728
user32: Add support for retrieving individual animated frames.
2011-03-17 13:06:49 +01:00
Erich Hoover
fa4f9c43bc
user32: Handle static and animated cursors as separate objects.
2011-03-17 13:06:49 +01:00
Maarten Lankhorst
8b163d6fb6
kernel32: CreateProcessA should not call CreateProcessW directly.
2011-03-17 10:58:24 +01:00
Dmitry Timoshkov
2dfae4a733
advapi32: Add more file access permissions tests.
2011-03-17 10:54:37 +01:00
Jacek Caban
685daf2006
wininet: Ensure that we have data to report before sending INTERNET_STATUS_REQUEST_COMPLETE in HTTP_HttpEndRequestW.
2011-03-17 10:43:40 +01:00
Jacek Caban
2bb3f4fa75
wininet: Decompress gzip data in refill_buffer to ensure that we have the data to report.
2011-03-17 10:43:31 +01:00
Jacek Caban
48aadd44ae
mshtml: Correctly set NULL event.
2011-03-17 10:43:21 +01:00
Vincent Povirk
504b7c34d6
gdiplus: Remove the gdi32 line gradient drawing code.
...
It's unused now.
2011-03-17 10:42:45 +01:00
Vincent Povirk
71eb248c30
gdiplus: Implement GdipFillRectangle based on GdipFillPath.
2011-03-17 10:42:32 +01:00
Vincent Povirk
5190f8a5f1
gdiplus: Use GdipFillPath to implement GdipFillPolygonI.
2011-03-17 10:42:22 +01:00
Vincent Povirk
86d55d43c5
gdiplus: Use GdipFillPath to implement GdipFillPolygon.
2011-03-17 10:42:17 +01:00
Henri Verbeet
b17d64923e
wined3d: Don't use surface_from_resource() to retrieve volumes.
...
This happened to work because the field offsets are the same.
2011-03-17 10:42:09 +01:00
Henri Verbeet
09b4ed2e75
wined3d: Get rid of IWineD3DBaseTexture::IsCondNP2().
2011-03-17 10:41:54 +01:00
Henri Verbeet
2d4bce87ba
wined3d: Get rid of IWineD3DTextureImpl.
2011-03-17 10:41:41 +01:00
Henri Verbeet
f1ec3820d7
wined3d: Get rid of IWineD3DTexture.
2011-03-17 10:40:52 +01:00
Alexandre Julliard
2c16ab2ae2
gdi32: Add a null driver entry point for UnrealizePalette.
2011-03-16 23:06:47 +01:00
Alexandre Julliard
31e6f4bc0d
gdi32: Add a null driver entry point for GetDeviceCaps.
2011-03-16 23:06:47 +01:00
Alexandre Julliard
45f191dc2a
gdi32: Properly manage the driver stack during DC creation and deletion.
2011-03-16 23:06:25 +01:00
Alexandre Julliard
174e906aa5
gdi32: Get rid of the no longer used DC_SAVED flag.
2011-03-16 21:50:44 +01:00
Alexandre Julliard
ac5a180278
gdi32: Add null driver entry points for the DIB functions.
2011-03-16 21:50:28 +01:00
Jacek Caban
b48efd098f
shdocvw: Fixed allocation failure test.
2011-03-16 20:32:20 +01:00
Alexandre Julliard
89475918a1
msvcrt: Export the __p_* functions on all platforms.
2011-03-16 17:41:08 +01:00
Huw Davies
c8c467155d
gdi32: Print the fixme when the pen is actually hatched.
2011-03-16 16:31:57 +01:00
Jacek Caban
84fbe5db0e
appwiz.cpl: Get rid of installing addons from cab file support.
2011-03-16 16:31:56 +01:00
Dmitry Timoshkov
da077956e1
server: Explicitly add FILE_DELETE_CHILD permission when file write access is allowed.
2011-03-16 16:31:56 +01:00
Dmitry Timoshkov
19c4331d61
advapi32: Add a bunch of file access tests.
2011-03-16 16:31:56 +01:00
Dmitry Timoshkov
58bff4e3f8
advapi32: Fix the English language check.
2011-03-16 16:31:55 +01:00
Hans Leidekker
b25e0068ac
msvcrt: Implement _set_security_error_handler.
2011-03-16 16:31:55 +01:00
Erich Hoover
ee8cb4f728
user32: Add a convenience function for retrieving the number of steps in a cursor.
2011-03-16 16:31:55 +01:00
Erich Hoover
0bb1aadb8f
user32: Add get/release routines for accessing cursor frames.
2011-03-16 16:31:54 +01:00
Andrew Eikum
22cc547156
oleaut32: Convert ITypeLibImpl to use standard linked list.
2011-03-16 16:31:54 +01:00
Andrew Eikum
3d03a5e239
oleaut32: Convert TLBImpLib to use standard linked list.
2011-03-16 16:31:54 +01:00
Stefan Dösinger
5e9884a488
d3d9: Test depth stencil size mismatches.
2011-03-16 16:31:54 +01:00
Stefan Dösinger
82f6410bfc
wined3d: Disable the depth stencil if it is smaller than the primary color buffer.
...
This way we get correct behavior if the application has depth and stencil related tests
disabled. If we attach the depth stencil GL limits the framebuffer size to the smallest
surface, making some parts of the framebuffer inaccessible.
2011-03-16 16:31:53 +01:00
Stefan Dösinger
0fc6381bc7
wined3d: Check the framebuffer setup in ValidateDevice.
2011-03-16 16:31:53 +01:00
Stefan Dösinger
38c213ecda
wined3d: Ignore clears when the framebuffer setup is broken.
2011-03-16 16:31:53 +01:00
Francois Gouget
2d441f52dd
kernel32: Some spelling tweaks and fixes for the error messages.
2011-03-16 16:31:53 +01:00
Francois Gouget
a3029f01d7
qcap: Make VfwPin_GetMediaTypeVersion() static.
2011-03-16 16:31:52 +01:00
Francois Gouget
d007d9feea
mscoree: Force_get_runtime_info() is not used so remove it.
2011-03-16 16:31:52 +01:00
Francois Gouget
cb5e480faf
d3dx9_36/tests: Replace a malloc() with HeapAlloc()+HeapFree().
2011-03-16 14:14:25 +01:00
Francois Gouget
462d325eb2
msxml3: Make ConnectionPoint_Init() and BindStatusCallback_Detach() static.
2011-03-16 14:14:24 +01:00
Francois Gouget
3b69102011
mscoree/tests: Make the test and cleanup functions static.
2011-03-16 14:14:24 +01:00
Francois Gouget
c075968baf
msvcrt: Export _wcsupr_s_l().
2011-03-16 14:14:24 +01:00
Francois Gouget
91de605dd2
shell32/tests: Make test_ShellItemGetAttributes() static.
2011-03-16 14:14:24 +01:00
Francois Gouget
78c605c3c9
quartz: Make some functions static.
2011-03-16 14:14:24 +01:00
Francois Gouget
f7f9f5be12
msi: Make get_assembly_record() static.
2011-03-16 14:14:24 +01:00
Francois Gouget
ef934e757f
dxdiagn: Make IDxDiagContainerImpl_QueryInterface() static.
2011-03-16 14:14:24 +01:00
Francois Gouget
d705465de8
wininet/tests: Make test_InternetErrorDlg() static.
2011-03-16 14:14:24 +01:00
Francois Gouget
f814b5af68
hhctrl.ocx: Make AppendFullPathURL() static.
2011-03-16 14:14:24 +01:00
Francois Gouget
07c14831e6
npmshtml: The npmshtml debug channel is unused so remove it.
2011-03-16 14:14:24 +01:00
Francois Gouget
489a8554cb
sxs: The sxs debug channel is unused so remove it.
2011-03-16 14:14:24 +01:00
Francois Gouget
09149640ba
mshtml: Make get_pos_rect() static.
2011-03-16 14:14:24 +01:00
Francois Gouget
11d1ff154f
msxml3: Make element_get_dt() static and move it around to avoid a forward declaration.
2011-03-16 14:14:23 +01:00
Francois Gouget
60b63fea4e
wined3d: Make IWineD3DVolumeImpl_GetResource() static.
2011-03-16 14:14:23 +01:00
Francois Gouget
ca988fa401
gdiplus: Remove GdiplusShutdown() as it is redudant with GdiplusShutdown_wrapper().
2011-03-16 14:14:23 +01:00
Francois Gouget
769dcd8447
gdiplus: Make load_ttf_name_id() static.
2011-03-16 14:14:23 +01:00
Francois Gouget
cc70cd9de1
comctl32/tests: Make init_tbsize_result() and tbsize_addbutton() static.
2011-03-16 14:14:23 +01:00
Francois Gouget
5b4f0dfc4c
advapi32: Make trustee_name_A_to_W() and free_trustee_name() static.
2011-03-16 14:14:23 +01:00
Francois Gouget
74a75e479b
winmm: Add full stops to some error messages.
2011-03-16 14:14:23 +01:00
Francois Gouget
cadd7389db
msi: Small tweak to the usage for readability.
2011-03-16 14:14:23 +01:00
Francois Gouget
4f7fc170a7
user32/tests: Use NULL instead of casting 0.
2011-03-16 14:14:23 +01:00
Austin Lund
5d0783bc0d
user32/tests: Output error information in cursoricon tests.
2011-03-16 14:14:23 +01:00
Hans Leidekker
bb40bebd2b
msi: Let the InstallFiles action determine which private assembly files to install.
2011-03-16 14:14:23 +01:00
Hans Leidekker
12135acb70
msi: Skip reference counting for assembly components.
2011-03-16 14:14:23 +01:00
Roderick Colenbrander
d003215ab4
wined3d: Add latest Nvidia GPUs.
2011-03-16 14:14:22 +01:00
Roderick Colenbrander
b1a97099e7
wined3d: Update Nvidia Geforce6+ driver version.
2011-03-16 14:14:22 +01:00
Nikolay Sivov
cde8e6c8cc
msxml3: Support VT_BSTR|VT_BYREF as source in load().
2011-03-16 14:14:22 +01:00
Nikolay Sivov
59f64b2896
msxml3: Merge save() tests to a single function.
2011-03-16 14:14:22 +01:00
Henri Verbeet
f77c0e36a4
wined3d: Get rid of IWineD3DVolumeTextureImpl.
2011-03-16 14:14:22 +01:00
Henri Verbeet
ed0037854a
wined3d: Get rid of IWineD3DVolumeTexture.
2011-03-16 14:14:21 +01:00
Henri Verbeet
6110fe3a82
wined3d: Use the correct resource_ops in cubetexture_unload().
2011-03-16 14:14:21 +01:00
Henri Verbeet
235dbbb5d7
d3d8: Fix IDirect3DCubeTexture8Impl_GetLOD().
2011-03-16 14:14:21 +01:00
Alexandre Julliard
1fc5603cc9
gdi32: Add null driver entry points for the text functions.
2011-03-16 14:14:16 +01:00
Alexandre Julliard
7b970a1657
gdi32: Don't allocate a GDI handle for saved DCs.
2011-03-16 13:27:45 +01:00
Alexandre Julliard
e6d153bbf6
gdi32: Add null driver entry points for the DC state functions.
2011-03-16 11:25:59 +01:00
Alexandre Julliard
122b5bf784
gdi32: Add null driver entry points for the bitmap functions.
2011-03-16 11:20:30 +01:00
Jacek Caban
dc96c688d3
mshtml: Notify parser about script evaluation.
2011-03-15 17:14:08 +01:00
Jacek Caban
699e41cdd8
mshtml: Wine Gecko 1.2.0 release.
2011-03-15 17:14:08 +01:00
Jörg Höhle
e52f5773e1
winealsa: Favour HeapAlloc() over malloc().
2011-03-15 17:14:08 +01:00
Jörg Höhle
8df872535e
winealsa: Ignore failure to notify winmm wave clients.
2011-03-15 17:14:08 +01:00
Jörg Höhle
04e3bda410
winealsa: Open must fail when recorder thread creation fails.
2011-03-15 17:14:08 +01:00
Jörg Höhle
56f2c5800f
winealsa: CreateEvent and CreateThread return NULL on error, not INVALID_HANDLE_VALUE.
2011-03-15 17:14:08 +01:00
Jörg Höhle
3a5c79fac2
wineoss: Fix 64-bits incompatibilities.
2011-03-15 17:14:08 +01:00
Jörg Höhle
e7b07680c5
wineoss: Ignore failure to notify winmm wave clients.
2011-03-15 17:14:08 +01:00
Dmitry Timoshkov
efeea9cf10
kernel32: Add dumping of GENERIC_EXECUTE flag in CreateFile.
2011-03-15 17:14:08 +01:00
Michael Stefaniuc
160c4f96a7
oleaut32/tests: COM cleanup in olepicture.c.
2011-03-15 17:14:07 +01:00
Rico Schüller
0dc91c4975
d3dx9_36: Start effect parsing.
2011-03-15 17:14:07 +01:00
Alexandre Julliard
29c3c528db
gdi32: Add null driver entry point for world transform functions, and move them to mapping.c.
2011-03-15 17:14:07 +01:00
Michael Stefaniuc
64d18bc1f0
rpcrt4/tests: COM cleanup in cstub.c.
2011-03-15 17:14:07 +01:00
Marcus Meissner
2cd225b793
comctl32: Removed array NULL check (Coverity).
2011-03-15 17:14:07 +01:00
Marcus Meissner
0bd55f9df1
comdlg32: Removed useless NULL check (Coverity).
2011-03-15 17:14:07 +01:00
Marcus Meissner
f3aab0c0e9
user32: Remove useless NULL checks (Coverity).
2011-03-15 17:14:07 +01:00
Marcus Meissner
bde872f95e
shdocvw: Removed useless array for NULL check (Coverity).
2011-03-15 17:14:07 +01:00
Marcus Meissner
c4571e827b
shell32: Arrays are never NULL (Coverity).
2011-03-15 17:14:07 +01:00
Marcus Meissner
edd696078f
shell32: memset only gets character (Coverity).
2011-03-15 17:14:07 +01:00
Marcus Meissner
1548c2b985
d3dcompiler_43: Initialize a variable (Coverity).
2011-03-15 17:14:07 +01:00
Nikolay Sivov
82763983dc
msvcrt: Added _findnext32() implementation.
2011-03-15 17:14:07 +01:00
Nikolay Sivov
cd7f096210
msvcrt: Add _findfirst32() implementation.
2011-03-15 17:14:07 +01:00
Nikolay Sivov
78dc7af9ce
msvcrt: Add __daylight() call export.
2011-03-15 17:14:07 +01:00
Jacek Caban
71265980ff
wininet: Update remaining HttpOpenRequest to use the new hello.html location.
2011-03-15 17:14:07 +01:00
Jacek Caban
ec96604881
wininet: Release gzip_buffer when opening new connection.
2011-03-15 17:14:07 +01:00
Michael Stefaniuc
bc6786d0e5
d3d8: COM cleanup in shader.c.
2011-03-15 17:14:07 +01:00
Łukasz Wojniłowicz
1d9354f667
inetcpl.cpl: Update Polish translation.
2011-03-15 17:14:07 +01:00
Henri Verbeet
e51f6b644d
d3d9: Use IDirect3DVolume9_AddRef to increment the volume's refcount.
2011-03-15 17:14:07 +01:00
Henri Verbeet
4a10bbc76d
wined3d: Generalize AddDirtyRect() / AddDirtyBox() to AddDirtyRegion().
2011-03-15 17:14:07 +01:00
Henri Verbeet
e409b83bcb
wined3d: Get rid of IWineD3DVolumeTexture::Unmap().
2011-03-15 17:14:06 +01:00
Henri Verbeet
4c3d55f10e
wined3d: Get rid of IWineD3DVolumeTexture::Map().
2011-03-15 17:14:06 +01:00
Vincent Povirk
2ce5be2ce3
gdiplus: Use GdipFillPath to implement GdipFillPie.
2011-03-15 17:14:06 +01:00
Vincent Povirk
4aa99eaf3b
gdiplus: Use GdipFillPath to implement GdipFillEllipse.
2011-03-15 17:14:06 +01:00
Vincent Povirk
b5c2015999
gdiplus: Add software implementation of GdipFillPath.
2011-03-15 17:14:06 +01:00
Vincent Povirk
833316f91d
gdiplus: Call GdiAlphaBlend only once per GdipFillRegion call.
2011-03-15 17:14:06 +01:00
Vincent Povirk
77f5a07c1b
gdiplus: Remove gdi32 fallback for bitmaps from GdipFillRegion.
...
We can always do a fill directly to the image bits when gdi32 can do it.
2011-03-15 17:14:06 +01:00
Piotr Caban
a13fce16a4
shdocvw/tests: Added IShellBrowser, IBrowserService and IDocObjectService existence tests.
2011-03-15 17:14:01 +01:00
Piotr Caban
f1f645b345
shdocvw: Use IID_IBrowserService2 defined in header.
2011-03-15 11:46:36 +01:00
Piotr Caban
d83dca09df
shdocvw: Added IDocObjectService interface stub.
2011-03-15 11:46:30 +01:00
Piotr Caban
fa43f4c850
shdocvw: Added IBrowserService interface stub.
2011-03-15 11:46:21 +01:00
Piotr Caban
df181d99f3
shdocvw: Added IShellBrowser interface stub.
2011-03-15 11:46:18 +01:00
Piotr Caban
ac53980faa
shdocvw: Added navigation error handling.
2011-03-15 11:45:19 +01:00
Alexandre Julliard
3dc7ffb7a5
urlmon/tests: Update test data location to test.winehq.org/tests.
2011-03-14 19:31:31 +01:00
Alexandre Julliard
ac6a5a6355
wininet/tests: Update test data location to test.winehq.org/tests.
2011-03-14 19:31:31 +01:00
André Hentschel
e2a3b4b4e5
advapi32/tests: Add some skips.
2011-03-14 19:31:31 +01:00
André Hentschel
42d3bd713d
ws2_32: Downgrade FIXME for WS_SIO_SET_COMPATIBILITY_MODE to a TRACE.
2011-03-14 19:31:31 +01:00
André Hentschel
27ae573806
kernel32/tests: Fix a test for real hardware.
2011-03-14 19:31:30 +01:00
André Hentschel
bd456a926c
ntoskrnl.exe: Add more mutex stubs.
2011-03-14 19:31:30 +01:00
Marcus Meissner
82cd229cc2
quartz: Removed const from const REFIID (Coverity).
2011-03-14 19:31:29 +01:00
Marcus Meissner
63b05794a7
mshtml: Removed duplicate const (Coverity).
2011-03-14 19:31:29 +01:00
Jacek Caban
0ef8f70e11
mshtml: Properly handle BLOCKED:: URLs in IHTMLImgElement::get_src.
2011-03-14 19:31:29 +01:00
Jacek Caban
cdb7bc451b
mshtml: Reimplement nsIURI::SetScheme on top of IUri.
2011-03-14 19:31:28 +01:00
Alexandre Julliard
45db3481f4
configure: Improve check for security framework and don't warn about gnutls in that case.
2011-03-14 19:31:28 +01:00
Ken Thomases
5015f388d1
secur32: Add alternative schannel implementation for Mac OS X.
...
It uses the native Secure Transport API rather than GnuTLS.
2011-03-14 19:31:07 +01:00
Ken Thomases
0b396208db
secur32: Separate GnuTLS schannel implementation into separate file.
2011-03-14 14:16:13 +01:00
Ken Thomases
c890bf4dc8
secur32: Make no-implementation error message non-GnuTLS-specific.
2011-03-14 14:10:54 +01:00
Ken Thomases
2cecf54427
secur32: Extract schan_imp_init/deinit functions.
2011-03-14 14:10:46 +01:00
Ken Thomases
9124cdc234
secur32: Extract schan_imp_allocate/free_certificate_credentials functions.
2011-03-14 14:10:38 +01:00
Ken Thomases
e02ac5f023
secur32: Use opaque type schan_imp_session in schan_imp interface.
2011-03-14 14:10:33 +01:00
Ken Thomases
6b5f7df5cb
secur32: Set session credentials in schan_imp_create_session.
2011-03-14 14:10:27 +01:00
Ken Thomases
3d47fce382
secur32: Set push & pull functions in schan_imp_create_session.
2011-03-14 14:10:21 +01:00
Ken Thomases
c86dafe51e
secur32: Extract GnuTLS-isms from schan_push to schan_push_adapter.
2011-03-14 14:10:17 +01:00
Ken Thomases
194aaef7cd
secur32: Extract GnuTLS-isms from schan_pull to schan_pull_adapter.
2011-03-14 14:10:13 +01:00
Ken Thomases
aeefb8188d
secur32: Extract schan_imp_create/dispose_session functions.
2011-03-14 14:10:02 +01:00
Ken Thomases
d7fe60c5b6
secur32: Extract schan_imp_set_session_transport function.
2011-03-14 14:09:55 +01:00
Ken Thomases
3608fe03a9
secur32: Extract schan_imp_handshake function.
2011-03-14 14:09:49 +01:00
Ken Thomases
842e0a5316
secur32: Use schan_imp_get_connection_info to get MAC size.
2011-03-14 14:09:42 +01:00
Ken Thomases
f7e598cfc8
secur32: Extract schan_imp_get_connection_info function.
2011-03-14 14:09:38 +01:00
Ken Thomases
ccae072a3c
secur32: Extract schan_imp_get_session_cipher_block_size function.
2011-03-14 14:09:32 +01:00
Ken Thomases
1b225a012e
secur32: Move some GnuTLS-specific helper functions.
2011-03-14 14:09:27 +01:00
Ken Thomases
12195b32df
secur32: Extract schan_imp_get_session_peer_certificate function.
2011-03-14 14:09:19 +01:00
Ken Thomases
9b85662fec
secur32: Extract schan_imp_recv function.
2011-03-14 14:09:12 +01:00
Ken Thomases
a5715ed625
secur32: Extract schan_imp_send function.
2011-03-14 14:09:03 +01:00
Ken Thomases
9942edacd4
secur32: Remove outdated comment that schannel is unimplemented.
2011-03-14 14:08:19 +01:00
Eric Pouech
0be7461fc8
dbghelp: Set also reloc_delta information in module description for PE native modules.
2011-03-14 13:20:29 +01:00
Eric Pouech
6d7c2e02d8
dbghelp: In dwarf debug functions, use register name instead of register value.
2011-03-14 13:20:24 +01:00
Eric Pouech
a26ed12676
dbghelp: When managing DW_OP_deref_size, always ensure we read the size parameter.
2011-03-14 13:20:15 +01:00
Eric Pouech
9ae6350c58
dbghelp: Fix unwinding on x86-64 (correct frame and context).
2011-03-14 13:20:07 +01:00
Eric Pouech
b3d7643c96
dbghelp: For the internal functions on x86_64 stack unwinding, only rely on CONTEXT information, and manage STACKFRAME64 updates in outer functions.
2011-03-14 13:19:54 +01:00
Eric Pouech
ab9cc3e9dc
dbghelp: In msc unwinding code (from FPO extended data), take care of cases where several variables are stored in the same hash.
2011-03-14 13:19:41 +01:00
Eric Pouech
20b229a2a8
dbghelp: In i386 stackwalk implementation, store the frame index in the private information.
2011-03-14 13:19:34 +01:00
Eric Pouech
16e8816505
dbghelp: When doing a stack backtrace on i386 with dwarf or pdb unwinders, get the PC from the right frame.
2011-03-14 13:19:22 +01:00
Eric Pouech
9156501084
dbghelp: In dwarf unwinder, fix the last valid IP value to be used for a given line of Call Frame Information.
2011-03-14 13:19:05 +01:00
Eric Pouech
44eed2465c
dbghelp: Fix StackWalk when dwarf or pdb unwinders are called on first frame (CPU i386).
2011-03-14 13:18:59 +01:00
Eric Pouech
c5f329e62c
dbghelp: In i386 stack unwinder, ensure we always return decent 64bit values.
2011-03-14 13:18:45 +01:00
Jörg Höhle
a74c29e081
winecoreaudio: Fix 64-bits incompatibilities.
2011-03-14 13:13:17 +01:00
Jörg Höhle
5021f6102b
winecoreaudio: Ignore failure to notify winmm wave clients.
2011-03-14 13:12:56 +01:00
Jörg Höhle
c0d6db3944
winecoreaudio: Do not access MIDIHDR past notification callback.
2011-03-14 13:12:16 +01:00
Marcus Meissner
a1a2de1853
winealsa.drv: Fixed bad sizeof (pointer vs struct) (Coverity).
2011-03-14 13:11:11 +01:00
Stefan Dösinger
a6424b9445
d3d8: Test depth stencil size mismatches.
2011-03-14 13:10:32 +01:00
Stefan Dösinger
ee2ac1ca6b
d3d8: Use a proper window class for the device test.
2011-03-14 13:10:28 +01:00
Stefan Dösinger
a80579b2f3
d3d8: Destroy the windows after the test.
2011-03-14 13:10:13 +01:00
Stefan Dösinger
733f81ef74
d3d8: Disallow z buffers smaller than the color buffer.
2011-03-14 13:10:08 +01:00
Dmitry Timoshkov
494ceab83a
advapi32: Move the 'const' modifier in front of the storage specifier.
2011-03-14 12:39:28 +01:00
Dmitry Timoshkov
99109567ad
advapi32: Properly skip the tests that depend on English locale.
2011-03-14 12:39:28 +01:00
Michael Stefaniuc
c3afbcfd60
mscoree: COM cleanup in metahost.c.
2011-03-14 12:39:28 +01:00
Jörg Höhle
d1a034627c
winmm: MCI does not support the 0xhexadecimal notation.
2011-03-14 12:39:28 +01:00
Dmitry Timoshkov
d9d5267237
gdi32: Remove a redundant check for Roman font presence.
...
Wine ships Tahoma and many other built-in fonts these days.
2011-03-14 12:39:28 +01:00
Juan Lang
31abbd7082
wininet: Don't adjust the use counts in RetrieveUrlCacheEntryFile until the function will succeed.
2011-03-14 12:39:28 +01:00
Anders Jonsson
51057e6033
inetcpl.cpl: Update Swedish translation.
2011-03-14 12:39:28 +01:00
Detlef Riekenberg
9328d28115
inetcpl: Update German translation.
2011-03-14 12:39:27 +01:00
Henri Verbeet
3494106d77
wined3d: Get rid of IWineD3DCubeTexture::Unmap().
2011-03-14 12:39:27 +01:00
Henri Verbeet
3ac924a2da
wined3d: Get rid of IWineD3DCubeTexture::Map().
2011-03-14 12:39:27 +01:00
Henri Verbeet
13b05b9dbe
wined3d: Get rid of IWineD3DTexture::Unmap().
2011-03-14 12:39:27 +01:00
Henri Verbeet
b77a661515
wined3d: Get rid of IWineD3DTexture::Map().
2011-03-14 12:39:27 +01:00
Nikolay Sivov
9176c9e886
msxml3: Downgrade FIXME to TRACE for unsupported interfaces.
2011-03-14 12:39:27 +01:00
Nikolay Sivov
49d69e440f
msxml3: Silence compile time warnings for dynamically loaded libxslt.
2011-03-14 12:39:27 +01:00
Nikolay Sivov
610725289b
msxml3: Protect SAX character callback from null node.
2011-03-14 12:39:26 +01:00
Nikolay Sivov
072b2db2af
msxml3: No need to zero memory on allocation.
2011-03-14 12:39:25 +01:00
Nikolay Sivov
c26c55995a
msxml3: Add IXMLDOMSelection stub.
2011-03-14 12:38:59 +01:00
Nikolay Sivov
c48b7566bd
msxml3: Unlink node first before adding it as a child.
2011-03-14 12:19:01 +01:00
Paul Vriens
81f2a237f3
cabinet: Check correctly for the magic value (Coverity).
2011-03-14 12:18:14 +01:00
Paul Vriens
80a0eb3b96
cabinet: Check correctly for the magic value (Coverity).
2011-03-14 12:18:09 +01:00
Jacek Caban
b411ba3fb0
mshtml: Fixed type in get_nsdoc_window.
2011-03-14 12:17:35 +01:00
Paul Vriens
a01b1a3974
dxgi: Only cast to a void pointer (Coverity).
2011-03-14 12:17:06 +01:00
Hwang YunSong
50d04d157f
inetcpl.cpl: Update Korean resource.
2011-03-14 12:16:54 +01:00
Aurimas Fišeras
4a22a6a1af
inetcpl.cpl: Update Lithuanian translation.
2011-03-14 12:16:49 +01:00
Frédéric Delanoy
dff189d509
inetcpl.cpl: Update French translation.
2011-03-14 12:16:45 +01:00
Juan Lang
1ce0799dae
wininet: Differentiate checking online and offline CRLs.
2011-03-14 12:16:40 +01:00
Juan Lang
ec223a2129
cryptnet: Trace more reasons for revocation failure.
2011-03-14 12:16:33 +01:00
Juan Lang
0f6a6dcd2b
cryptnet/tests: Add more tests for revocation checking.
2011-03-14 12:16:28 +01:00
Andrew Eikum
ec0a86002e
oleaut32: Convert CustData to use standard linked lists.
2011-03-14 12:16:15 +01:00
Andrew Eikum
28fc129258
oleaut32: Use helper function to get CustData by GUID.
2011-03-14 12:16:04 +01:00
Aric Stewart
3f7ad460ef
usp10: Update ScriptCPtoX to handle RTL runs.
2011-03-14 12:15:43 +01:00
Francois Gouget
4bacb3f24e
wininet: Avoid a conflict with the sun macro when compiling on Solaris.
2011-03-14 12:15:35 +01:00
Juan Lang
2a1f26b6da
cryptnet: Fix typo.
...
Spotted by Joris Huizer.
2011-03-14 12:15:33 +01:00
Alexandre Julliard
0136bc27d1
version: Allocate the full virtual size of the section when loading PE resources.
2011-03-14 12:13:39 +01:00
Alexandre Julliard
46bfaeae9e
gdi32: Avoid null pointer access when we are out of gdi handles.
2011-03-12 20:40:51 +01:00
Alexandre Julliard
9c7b528b6f
gdi32: Add null driver entry points for the path functions.
2011-03-11 20:43:15 +01:00
Alexandre Julliard
0d27e3c0ed
gdi32: Add null driver entry points for the palette functions.
2011-03-11 18:26:55 +01:00
Alistair Leslie-Hughes
e030b3ce56
msxml3: Ignore XML property ResolveExternals.
2011-03-11 14:29:19 +01:00
Alexander Scott-Johns
f9ef35ea6a
inetcpl.cpl: Add ability to delete Temporary Internet Files.
2011-03-11 13:30:18 +01:00
Alexander Scott-Johns
fa19e1bdb3
wininet: Partially implement FreeUrlCacheSpaceW.
2011-03-11 13:27:32 +01:00
Alexandre Julliard
0c33f1dd89
gdi32: Add null driver entry points for the color management functions.
2011-03-11 12:38:50 +01:00
Alexandre Julliard
806d0c4f86
gdi32: Add null driver entry points for the pixel format functions.
2011-03-11 12:38:19 +01:00
Alexandre Julliard
d1db4c859c
gdi32: Add null driver entry points for the device printer functions.
2011-03-11 12:36:38 +01:00
Alexandre Julliard
8c3766c5e7
gdi32: Move all the enhanced metafile DC setting functions to enhmfdrv/dc.c
2011-03-11 12:07:39 +01:00
Alexandre Julliard
7d1dd28d25
gdi32: Move all the metafile DC setting functions to mfdrv/dc.c
2011-03-11 12:07:34 +01:00
Michael Stefaniuc
4f382430f2
shdocvw: COM cleanup for the ITaskbarList iface.
2011-03-11 11:50:33 +01:00
Piotr Caban
98281236c0
mshtml: Execute IDocObject_FireDocumentComplete in handle_load function.
2011-03-11 11:50:25 +01:00
Piotr Caban
12b85befc0
mshtml: Added IHTMLPrivateWindow_GetAddressBarUrl implementation.
2011-03-11 11:50:14 +01:00
Piotr Caban
3660bf72a7
include: Added IDocObjectService interface definition.
2011-03-11 11:50:05 +01:00
Nikolay Sivov
fb96151b0e
msxml3: Move string conversion helper to header.
2011-03-11 11:49:18 +01:00
Nikolay Sivov
68cc66d800
msxml3: Fix reference counting behaviour for named map.
2011-03-11 11:49:04 +01:00
Vincent Povirk
4edff21ea2
gdiplus: Prefer to not use gdi32 for gradient and texture brushes.
2011-03-11 11:48:18 +01:00
Vincent Povirk
8a036abc5c
gdiplus: Implement software rendering of texture brushes.
2011-03-11 11:48:08 +01:00
Vincent Povirk
2302e80cc9
gdiplus: Don't use gdi32 to scale or draw from outside bitmaps.
2011-03-11 11:47:50 +01:00
Vincent Povirk
8b6dafda45
gdiplus: Implement bilinear interpolation.
2011-03-11 11:47:34 +01:00
Vincent Povirk
51cf90d8ca
gdiplus: Move bitmap interpolation into a separate function.
2011-03-11 11:47:32 +01:00