Luca Bennati
6da39c228d
comdlg32: Update Italian translation.
2011-10-17 17:45:04 +02:00
Luca Bennati
32706d952e
inetcpl: Update Italian translation.
2011-10-17 17:45:04 +02:00
Luca Bennati
9d487fd2c3
dinput: Add Italian translation.
2011-10-17 17:45:04 +02:00
Frédéric Delanoy
61c6212672
cryptui: Avoid idempotent operation (Clang).
2011-10-17 17:45:04 +02:00
André Hentschel
85051917fe
dbghelp: Rewrite stabs parsing to not need PATH_MAX.
2011-10-17 17:45:03 +02:00
Thomas Faber
385b8c3988
ntdll/tests: Fix build with MSVC.
2011-10-17 17:45:03 +02:00
Marcus Meissner
07d72eb570
dsound: Added missing LeaveCriticalSection (Coverity).
2011-10-17 17:45:03 +02:00
Marcus Meissner
f90d402610
wined3d: Fixed sizeof (Coverity).
2011-10-17 17:45:03 +02:00
Marcus Meissner
8648c13140
winhttp: Fixed sizeof calls (Coverity).
2011-10-17 17:45:02 +02:00
Henri Verbeet
fcd1de2b09
wined3d: Make the device parameter to wined3d_device_get_depth_stencil() const.
2011-10-17 17:45:02 +02:00
Henri Verbeet
ebbd5ecf7c
wined3d: Make the device parameter to wined3d_device_get_render_target() const.
2011-10-17 17:45:02 +02:00
Henri Verbeet
25b1130b44
wined3d: Also restore the pixel format in context_restore_gl_context().
2011-10-17 17:45:02 +02:00
Henri Verbeet
cdc9aadf5c
wined3d: Don't try to access the swapchain of a destroyed context in context_set_gl_context().
2011-10-17 17:45:02 +02:00
Henri Verbeet
dfea2ab6f4
wined3d: Don't bother updating the context's window in context_destroy_gl_resources().
...
context_update_window() accesses the swapchain, which may not exist if this is
a destroyed context, and we don't do anything that needs displaying here
anyway.
2011-10-17 17:45:02 +02:00
Vitaliy Margolen
aba1ed78da
dinput: Put some checks back into GetDeviceData for DirectInput 8.
2011-10-17 17:45:02 +02:00
Vitaliy Margolen
d7db5d5399
dinput: Don't mask buffer overflow error.
2011-10-17 17:45:01 +02:00
Vitaliy Margolen
db6780806e
dinput: Add buffer overflow check.
2011-10-17 17:45:01 +02:00
Vitaliy Margolen
e939980027
dinput: Fix buffer size in test.
2011-10-17 17:45:01 +02:00
Alexandre Julliard
78d50cafb2
gdi32/tests: Add test cases for DIB blending.
2011-10-17 17:44:25 +02:00
Alexandre Julliard
a3a574fae0
gdi32: Implement a BlendImage entry point in the DIB driver.
2011-10-14 21:32:40 +02:00
Daniel Santos
7a4349bb99
gdi32: Remove PS_USERSTYLE FIXME and workarounds.
2011-10-14 20:26:44 +02:00
Daniel Santos
f2ad9df45d
winex11.drv: Add on-screen PS_USERSTYLE support to pens.
2011-10-14 20:26:44 +02:00
Uwe Bonnes
89c2a4c596
ntdll: Generate a single EV_TXEMPTY when the TX buffer turns empty.
2011-10-14 20:26:44 +02:00
Dan Kegel
876d551911
shlwapi/tests: Initialize size parameter in test_SHGetShellKey.
2011-10-14 20:26:44 +02:00
Jacek Caban
4a39433eae
shlwapi: Make sure we don't write anything to output buffer if its size is too small to store the whole result.
2011-10-14 20:26:44 +02:00
Jacek Caban
01c4fed7b4
vbscript: Added more releasing tests.
2011-10-14 20:26:44 +02:00
Jacek Caban
6f0e215fb5
vbscript: Properly release global variables.
2011-10-14 20:26:43 +02:00
Jacek Caban
84d5a39659
vbscript: Added more script state tests.
2011-10-14 20:26:43 +02:00
Jacek Caban
b1c7f544ed
vbscript: Keep script context alive after Close call, but make it reusable.
2011-10-14 20:26:43 +02:00
Alexandre Julliard
b7a15ae7fa
gdi32: Overlapping rectangles are not allowed in GdiAlphaBlend.
2011-10-14 20:26:43 +02:00
Frédéric Delanoy
699fb02d10
inetmib1: Avoid idempotent operation in findSupportedQuery function (Clang).
2011-10-14 20:26:42 +02:00
Aric Stewart
29b52fa575
usp10: Add fallback font for Armenian and Georgian.
2011-10-14 20:26:42 +02:00
Aric Stewart
85d33f4139
usp10: Correct buffer reading overrun.
...
Found by Dan Kegel using valgrind.
2011-10-14 20:26:42 +02:00
Piotr Caban
b9b24bdf51
msvcp: Sync spec files.
2011-10-14 20:26:42 +02:00
Piotr Caban
8cca58251b
msvcp90: Added _String_val class implementation.
2011-10-14 20:26:27 +02:00
Piotr Caban
105ffa40fd
msvcp90: Remove code that is never executed.
2011-10-14 15:46:28 +02:00
Piotr Caban
72fb8e2c65
msvcp90: Added basic_string::max_size implementation.
2011-10-14 15:46:15 +02:00
Piotr Caban
796a13c80d
msvcp90: Added more basic_string constructor implementations.
2011-10-14 15:45:22 +02:00
Piotr Caban
044e07d1f8
msvcp90: Added more basic_string::assing functions.
2011-10-14 15:45:12 +02:00
Piotr Caban
fd0fcb2a2f
msvcp90: Added basic_string::operator>= implementation.
2011-10-14 15:45:02 +02:00
Piotr Caban
94a379a520
msvcp90: Added basic_string::operator> implementation.
2011-10-14 15:44:57 +02:00
Piotr Caban
c373306cfa
msvcp90: Added basic_string::operator<= implementation.
2011-10-14 15:44:45 +02:00
Jacek Caban
c90c39304f
vbscript: Make sure to remove an object from object list in collect_objects.
2011-10-14 15:44:28 +02:00
Vitaliy Margolen
1a56be85be
dinput: Acquire should not reset buffer position.
2011-10-14 13:12:28 +02:00
Vitaliy Margolen
157528eb0f
dinput: GetDeviceData always succeeds regardless if buffering is enabled or device is acquired.
2011-10-14 13:12:28 +02:00
Piotr Caban
922ae2e268
msvcrt: Fix handling of locales without region in MSVCRT_locale_to_LCID.
2011-10-14 13:12:28 +02:00
Piotr Caban
95f3be6573
msvcrt: Added missing calling convention specification.
2011-10-14 13:12:28 +02:00
Andrew Talbot
819225d98b
wined3d: Mark some fall-throughs in switch statements.
2011-10-14 13:12:28 +02:00
Andrew Talbot
654f280947
winealsa.drv: Add some return statements to mark semantic separations.
2011-10-14 13:12:28 +02:00
Dan Kegel
fa4cafd80e
gdiplus/tests: Must define biClrUsed when calling CreateDIBSection.
2011-10-14 13:12:28 +02:00
Henri Verbeet
a9fcaed610
wined3d: Make the device parameter to wined3d_device_get_npatch_mode() const.
2011-10-14 13:12:27 +02:00
Henri Verbeet
39f898b26a
wined3d: Make the device parameter to wined3d_device_get_raster_status() const.
2011-10-14 13:12:27 +02:00
Henri Verbeet
7ffa768e71
wined3d: Cleanup context_create() error handling a bit.
2011-10-14 13:12:27 +02:00
Henri Verbeet
67b097cd6e
wined3d: Get rid of the mostly unused "pfd" variable in context_create().
2011-10-14 13:12:27 +02:00
Henri Verbeet
a4ee6226ae
gameux: Don't shadow hr in GAMEUX_RegisterGame().
2011-10-14 13:12:27 +02:00
Alexandre Julliard
deb195869c
gdi32/tests: Add more tests for various palette formats as destination.
2011-10-14 13:12:27 +02:00
Alexandre Julliard
5500e97d19
gdi32/tests: Add more tests for arbitrary 32-bpp bitfields as destination.
2011-10-14 13:12:27 +02:00
Alexandre Julliard
1af12ff9b5
gdi32/tests: Add tests for DIB conversions from various source formats.
2011-10-14 13:12:21 +02:00
Alexandre Julliard
a9be526a9c
gdi32: Use a reduced precision for RGB to palette mapping in DIB conversions.
2011-10-14 00:47:05 +02:00
Dylan Smith
8f8e86eaa3
d3dx9: Removed a duplicate NULL check.
2011-10-13 21:06:47 +02:00
Vincent Povirk
2556173f20
msi: Use MsgWaitForMultipleObjectsEx to do waits.
2011-10-13 20:43:20 +02:00
Vincent Povirk
219b987fa1
windowscodecs: Use a smaller magic number to detect JPEG files.
2011-10-13 20:43:18 +02:00
Dan Kegel
78e6287f71
winealsa.drv: When allocating opaque blobs for alsa, initialize them to zero.
2011-10-13 20:43:15 +02:00
Dan Kegel
c77395dc08
msi: Initialize variable to placate static analyzers.
2011-10-13 20:06:46 +02:00
Alexandre Julliard
e79033e6fa
gdi32: Add a helper for RGB to color index mapping to avoid redundant shifts.
2011-10-13 20:03:07 +02:00
Alexandre Julliard
34310d4479
gdi32: Add a check for null bitfields in SetDIBits.
2011-10-13 20:02:01 +02:00
Alexandre Julliard
a413916802
gdi32: Get rid of the return value in DIB conversion functions, they never fail now.
2011-10-13 20:01:50 +02:00
Alexandre Julliard
587f492fdf
gdi32: Add support for arbitrary DIB bitfields for 16-bpp conversions.
2011-10-13 20:01:34 +02:00
Alexandre Julliard
b084e52bf6
gdi32: Add support for arbitrary DIB bitfields for 32-bpp conversions.
2011-10-13 20:01:14 +02:00
Alistair Leslie-Hughes
b2ef9218ec
mscoree: Register interfaces.
2011-10-13 19:57:20 +02:00
Piotr Caban
445b934005
msvcp: Sync spec files.
2011-10-13 19:57:20 +02:00
Piotr Caban
700e1da5c2
msvcp90: Added basic_string::operator[] implementation.
2011-10-13 19:57:20 +02:00
Piotr Caban
fcf59687d5
msvcp90: Added basic_string<wchar>::replace implementation.
2011-10-13 19:57:20 +02:00
Piotr Caban
70d61b5fb9
msvcp90: Added basic_string<char>::replace implementation.
2011-10-13 19:57:20 +02:00
Piotr Caban
d7ff552b71
msvcp90: Added basic_string::reserve implementation.
2011-10-13 19:57:20 +02:00
Piotr Caban
5d1af4b6f6
msvcp90: Added operator+(basic_string, char) implementation.
2011-10-13 19:57:19 +02:00
Piotr Caban
5fa8e6b1b3
msvcp90: Added basic_string::find_first_not_of implementation.
2011-10-13 19:57:19 +02:00
Matteo Bruni
35f7610630
wined3d: Remove an obsolete comment.
2011-10-13 19:57:19 +02:00
Bernhard Loos
cf14ccc886
ntdll/tests: FILE_OVERWRITE and FILE_OVERWRITE_IF aren't legal for NtCreateNamedPipeFile.
2011-10-13 19:57:19 +02:00
Bernhard Loos
c368df4865
server: PIPE_TYPE_BYTE | PIPE_READMODE_MESSAGE is invalid for named pipes.
2011-10-13 19:57:19 +02:00
Piotr Caban
fea69b2305
msvcrt: Don't duplicate _setmbcp functionality inside _create_locale function.
2011-10-13 19:57:19 +02:00
Francois Gouget
07cfe3ea51
comctl32/tests: Make impl_from_IStream() static.
2011-10-13 19:57:19 +02:00
Hans Leidekker
a552a7a9f5
cryptnet: Respect proxy settings.
2011-10-13 19:57:19 +02:00
Austin English
aacbc7e2b7
wined3d: Recognize "Brian Paul" as a mesa card vendor.
2011-10-13 19:57:19 +02:00
Louis Lenders
3f1b41ebb2
kernel32: Add stubs for several SRW lock functions.
2011-10-13 19:57:19 +02:00
Andrew Eikum
f2c33ae17a
winealsa.drv: Fix invalid pointer dereference on error path.
2011-10-13 19:57:18 +02:00
Andrew Eikum
ad009330f5
winecoreaudio.drv: Don't fail if setting volume fails.
...
Some audio input devices don't support setting the device volume, while
others do. So attempt to set the volume, but don't return an error code
if it fails.
2011-10-13 19:57:18 +02:00
Andrew Eikum
9d29d9f766
dsound: Request a more exact buffer size from MMDevAPI.
2011-10-13 19:57:18 +02:00
Alistair Leslie-Hughes
d0c38ece9d
url: Remove DllCanUnloadNow and DllGetClassObject.
2011-10-12 20:52:47 +02:00
Alistair Leslie-Hughes
44c39a85ae
mscoree: Add WARN when ICorDebugManagedCallback2 cannot be found.
2011-10-12 20:52:46 +02:00
Aric Stewart
c1607a04b9
usp10: Correct where the trailing flag transitions in the middle of a glyph.
2011-10-12 20:52:46 +02:00
Alexandre Julliard
8a41d75e29
gdi32: Add a helper function to look up color table entries, and default to 0 for missing entries.
2011-10-12 20:52:46 +02:00
Alexandre Julliard
d1d8b4de0b
gdi32: Move some common code out of the individual copy_rect functions.
2011-10-12 20:52:46 +02:00
Alexandre Julliard
8f4d50ea4b
gdi32: Add an all-one alpha channel when converting a DIB for blending.
2011-10-12 20:52:46 +02:00
Nikolay Sivov
7c648cb695
ntdll: Fix SID data copy length.
2011-10-12 20:52:46 +02:00
Octavian Voicu
b44eef7085
ddraw: Keep track of interface attached by AddAttachedSurface and detach correct interface when parent is released.
2011-10-12 20:52:46 +02:00
Alistair Leslie-Hughes
531a07db14
mshtml: Implement IHTMLDOMNode replaceChild.
2011-10-12 17:14:25 +02:00
Alexander Morozov
d0451f6b3f
server: Fix overlapping shared and exclusive locks support.
2011-10-12 17:10:54 +02:00
Huw Davies
db6fe9ee9b
gdi32: Use the helper to get the bounding rectangle.
2011-10-12 17:10:09 +02:00
Huw Davies
3b9669017b
gdi32: Add the liberation fonts to the default fallback lists.
2011-10-12 17:10:03 +02:00