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
Alexandre Julliard
33807ac093
user.exe: Don't try calling the WH_CALLWNDPROC hook if no hook was set.
2011-03-11 11:47:08 +01:00
Andrew Eikum
517f5ba596
oleaut32: Convert TLBVarDesc to be stored as an array.
2011-03-11 11:44:12 +01:00
Andrew Eikum
f76334fd3e
oleaut32: Convert TLBImplType to be stored as an array.
2011-03-11 11:43:54 +01:00
Juan Lang
016795a9bf
cryptnet/tests: Partially revert commit de6e33f306
.
...
It introduced new (old) test failures on some still-tested Windows
versions.
2011-03-11 11:42:19 +01:00
Juan Lang
819eb52866
wininet: Reimplement IsUrlCacheEntryExpired.
2011-03-11 11:41:55 +01:00
Henri Verbeet
1bff3599ce
wined3d: Don't invalidate STATE_VDECL in context_set_render_offscreen().
...
This used to be invalidated to update the vertex shader position fixup
uniform, but this is handled by STATE_VIEWPORT now. Any performance impact
from this will be minimal, since in practice there are enough other things
invalidating STATE_VDECL that it's close to being invalidated for every draw
anyway.
2011-03-11 11:40:56 +01:00
Henri Verbeet
adb1e10979
wined3d: Get rid of wined3d_buffer_get_desc().
2011-03-11 11:40:47 +01:00
Henri Verbeet
5f73f41f35
wined3d: Get rid of IWineD3DVolume::GetDesc().
2011-03-11 11:40:37 +01:00
Henri Verbeet
2b18192e7a
wined3d: Get rid of IWineD3DSurface::GetDesc().
2011-03-11 11:40:31 +01:00
Alexandre Julliard
30997b5634
gdi32: Add a SetLayout driver entry point and implement it for enhanced metafiles.
2011-03-10 22:10:16 +01:00
Alexandre Julliard
965d41717b
gdi32: Add null driver entry points for the various DC settings functions.
2011-03-10 21:58:55 +01:00
Alexandre Julliard
75f792d729
gdi32: Add null driver entry points for SetDCBrush/PenColor.
2011-03-10 20:45:12 +01:00
Alexandre Julliard
9285915720
wineps: Add support for SetDCBrush/PenColor.
2011-03-10 20:45:12 +01:00
Alexandre Julliard
dfaee0a5d7
gdi32: Fix handling of the DC brush/pen in metafiles.
2011-03-10 20:44:49 +01:00
Dylan Smith
ed3ce3c91b
d3dx9/tests: Partially test front and back faces for D3DXCreateText.
2011-03-10 16:30:16 +01:00
Dylan Smith
b06a6c84ac
d3dx9/tests: Added outline comparison tests for D3DXCreateText.
2011-03-10 16:30:15 +01:00
Dylan Smith
eec288a4c5
d3dx9/tests: Add basic tests for D3DXCreateText.
2011-03-10 16:30:15 +01:00
Dylan Smith
8245b46e60
d3dx9: Support triangulation of complex glyphs in D3DXCreateText.
2011-03-10 16:30:15 +01:00
Dylan Smith
3eee5b7476
d3dx9: D3DXCreateText implementation for simple glyphs.
2011-03-10 16:30:15 +01:00
André Hentschel
7a90e7a444
mountmgr.sys: Handle IOCTL_DISK_GET_DRIVE_GEOMETRY_EX.
2011-03-10 16:30:15 +01:00
Aric Stewart
73f743f6d2
usp10: Corrections to ScriptCPtoX.
2011-03-10 16:30:15 +01:00
Peter Schellenbach
2ecbfbe5df
oleaut32: Fixed initial cyLogical value in IFont constructor. Fixed get_Size to return same value as Windows.
2011-03-10 16:30:09 +01:00
Erich Hoover
eddffff780
winex11: Add support for retrieving multi-rate animated cursor data.
2011-03-10 15:36:55 +01:00
Erich Hoover
3e35caa7b2
user32: Add preliminary support for reading and storing multi-rate animated cursor data.
2011-03-10 15:24:34 +01:00
Erich Hoover
389ffed293
user32: Add FIXMEs for unsupported animated cursor data.
2011-03-10 15:24:04 +01:00
Erich Hoover
86a9f20aa2
user32: Fix GetCursorFrameInfo when passed the proper number of steps.
2011-03-10 15:23:34 +01:00
David Hedberg
477702c829
msi: Check other sources if install media not present at last used location.
2011-03-10 15:18:12 +01:00
David Hedberg
599b30833a
msi: Use ordering information to update the correct row.
2011-03-10 15:18:00 +01:00
Juan Lang
648b91a9f3
cryptnet: Let DeleteUrlCacheEntryW remove the cache file.
2011-03-10 15:17:32 +01:00
Juan Lang
cb0a5c9106
wininet: Implement DeleteUrlCacheEntryA/W with a helper function.
2011-03-10 14:27:50 +01:00
Juan Lang
190acb9e26
wininet: Implement sticky url cache entries.
2011-03-10 14:27:35 +01:00
Juan Lang
f7340864b9
wininet: Test sticky url cache entries.
2011-03-10 14:25:12 +01:00
Juan Lang
6617c19c4b
wininet: Treat times of 0 as a special value.
2011-03-10 14:25:06 +01:00
Juan Lang
9a45cfc527
wininet: Add more tests for CommitUrlCacheEntry.
2011-03-10 14:24:27 +01:00
Hans Leidekker
530e947b40
msimsg: New dll.
2011-03-10 14:10:17 +01:00
Hans Leidekker
2df374ac35
msi: Fix a memory leak (valgrind).
2011-03-10 14:10:16 +01:00
Hans Leidekker
92405a2d98
odbccp32: Initialize the usage count in SQLRemoveDriverManager and SQLRemoveDriver (valgrind).
2011-03-10 14:10:16 +01:00
Nikolay Sivov
710b643b2f
msxml3: Some get_attributes() tests.
2011-03-10 14:10:16 +01:00
Vincent Povirk
5488ea1468
gdiplus: Implement tiling wrap modes.
2011-03-10 14:10:16 +01:00
Vincent Povirk
d891a8c16c
gdiplus: Apply image attributes to bitmaps before resampling them.
2011-03-10 14:10:16 +01:00
Vincent Povirk
870fdaf6ce
gdiplus: Read drawn bitmaps in one step instead of using getpixel.
2011-03-10 14:10:15 +01:00
Vincent Povirk
a7f95eeb7e
gdiplus: Move ImageAttributes mapping into a helper function.
2011-03-10 14:10:15 +01:00
Vincent Povirk
a2631ae1d2
gdiplus: Add tests for interpolation mode and make them pass.
2011-03-10 14:10:15 +01:00
Alexandre Julliard
b3c333e916
gdiplus: Use signed types in convert_pixels to avoid problems on 64-bit.
2011-03-10 14:10:11 +01:00
Joris Huizer
a2793d62ad
dbghelp: dwarf2_get_cpp_name: fix off-by-one error.
2011-03-10 12:55:17 +01:00
Vincent Povirk
08a4c8611b
comctl32: Validate text entered in a datetime by the user.
2011-03-10 12:54:02 +01:00
Henri Verbeet
7b0a3128fb
winex11: Remove a redundant forward declaration.
2011-03-10 12:53:24 +01:00
Henri Verbeet
4fd03150f6
wined3d: Get rid of IWineD3DBaseTexture::GetSubResourceDesc().
2011-03-10 12:53:13 +01:00
Henri Verbeet
8809ebdf79
wined3d: Generalize GetSurfaceLevel() / GetVolumeLevel() to GetSubResource().
2011-03-10 12:53:04 +01:00
Henri Verbeet
4be256a47c
wined3d: Introduce wined3d_resource_get_desc() to retrieve the resource desc.
2011-03-10 12:52:58 +01:00
Aric Stewart
77fdee8a2e
user32: Remove SetWindowText export.
2011-03-10 12:52:51 +01:00
André Hentschel
78160d4fe1
kernel32: Add stub for GetVolumePathNamesForVolumeNameA.
2011-03-10 12:52:48 +01:00
Alexandre Julliard
adc63287b5
gdi32: Add null driver entry points for the object selection functions.
2011-03-10 12:39:03 +01:00
Alexandre Julliard
6d9ebd05a5
gdi32: Add null driver entry points for the OpenGL functions.
2011-03-10 12:39:03 +01:00
Alexandre Julliard
3a850fc842
gdi32: Add null driver entry points for the mapping functions.
2011-03-10 12:39:03 +01:00
Alexandre Julliard
6419edfb6d
gdi32: Add a mechanism for stacking gdi drivers.
2011-03-10 12:38:31 +01:00
Alexandre Julliard
ec54c80ee5
gdi32: Add null driver entry points for the clipping functions.
2011-03-09 20:21:46 +01:00
Austin English
2520a363bd
mapi32: Avoid shadowing a parameter.
2011-03-09 15:54:21 +01:00
Austin English
249f4562d9
wininet: Avoid shadowing a parameter.
2011-03-09 15:54:21 +01:00
Austin English
b9cc7987cb
shell32: Avoid shadowing a parameter.
2011-03-09 15:54:21 +01:00
Austin English
a326c9ee67
setupapi: Avoid shadowing a parameter.
2011-03-09 15:54:20 +01:00
Austin English
38a87ecfea
user32: Avoid shadowing a parameter.
2011-03-09 15:54:20 +01:00
Austin English
651adc7fc8
oleaut32: Avoid shadowing a parameter.
2011-03-09 15:54:20 +01:00
Austin English
4ace7b2127
msxml3: Avoid shadowing a parameter.
2011-03-09 15:54:20 +01:00
Austin English
a71f3683af
mshtml: Avoid shadowing a parameter.
2011-03-09 14:08:44 +01:00
Austin English
3ac2c9eea0
gdiplus: Avoid shadowing a parameter.
2011-03-09 14:08:08 +01:00
Eric Pouech
1d4381664c
dbghelp: Fix bug in managing COFF files array.
2011-03-09 13:53:32 +01:00
Eric Pouech
9d3be00df2
dbghelp: When building the by address lookup table, speed up resorting by always taking into account that existing symbols are already sorted.
2011-03-09 13:53:09 +01:00
Eric Pouech
dca2d350ad
dbghelp: Add helper to get global address out of symt, instead of going though symt_get_info.
2011-03-09 13:52:41 +01:00
Eric Pouech
d52e42e985
dbghelp: Quirk for supporting anonymous UDT (class, struct, enum...).
2011-03-09 13:52:22 +01:00
Eric Pouech
e21062f9fa
dbghelp: When parsing a subprogram in dwarf debug format, properly handle scoping for functions with both declaration & definition.
2011-03-09 13:52:14 +01:00
Eric Pouech
a575351b30
dbghelp: Add support for parsing methods (in C++ classes) for dwarf debug format.
2011-03-09 13:52:03 +01:00
Eric Pouech
395d734d33
dbghelp: Store the compiland into the parse context.
2011-03-09 13:51:55 +01:00
Eric Pouech
0d4a9757c2
dbghelp: In dwarf debug format, correctly manage the DW_AT_specification attribute.
2011-03-09 13:51:46 +01:00
Eric Pouech
0035d5df3f
dbghelp: Add support for namespace support out of dwarf debug format.
2011-03-09 13:51:26 +01:00
Eric Pouech
770e3b5ddf
dbghelp: Add hierarchical information in die object.
2011-03-09 13:51:16 +01:00
Eric Pouech
6d49f958de
dbghelp: More precisely manage the inline attribute.
2011-03-09 13:51:08 +01:00