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
|
3631ee051e
|
cmd: 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 |
Eric Pouech
|
0816d8f4bf
|
dbghelp: When parsing dwarf debug info, silence ptr_to_member and imported_declaration entries.
|
2011-03-09 13:50:54 +01:00 |
Alexandre Julliard
|
ab7efe7273
|
ntdll: Fix RtlGetSacl/DaclSecurityDescriptor for relative descriptors on 64-bit.
|
2011-03-09 13:44:11 +01:00 |
Juan Lang
|
c485996e5e
|
wininet/tests: Add a couple more tests for GetUrlCacheEntryInfoEx.
|
2011-03-09 12:48:33 +01:00 |
Max TenEyck Woodbury
|
3d6ae97aa3
|
c2man: Fix .spec file flag recognition.
|
2011-03-09 12:38:28 +01:00 |
Hans Leidekker
|
888a19c02c
|
msi: Build the key path from the display name if the component is an assembly.
|
2011-03-09 12:31:56 +01:00 |
Hans Leidekker
|
e292eb121d
|
msi: Also register components without a key path.
|
2011-03-09 12:31:53 +01:00 |
Thomas Mullaly
|
a33df48f36
|
mshtml/tests: Fixed memory leak and made Vtbl's const.
|
2011-03-09 12:31:37 +01:00 |
Vincent Povirk
|
d0e6aa0204
|
gdiplus: Fix a handle leak in GdipDrawString.
|
2011-03-09 12:31:05 +01:00 |
Nikolay Sivov
|
0512829a27
|
msvcrt: Add _get_output_format() and return default value.
|
2011-03-09 12:30:30 +01:00 |
Nikolay Sivov
|
6194d30145
|
msxml3: Put together similar tests using tabled test data.
|
2011-03-09 12:29:44 +01:00 |