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
Huw Davies
230b42055c
gdi32: Move to a more scalable mechanism for picking the default fonts.
2011-10-12 17:09:58 +02:00
Piotr Caban
99579ca42a
msvcrt: Added _mbtowc_l implementation.
2011-10-12 17:09:34 +02:00
Piotr Caban
0f53100ade
msvcrt: Move _pctype definition to locale.c.
2011-10-12 17:09:30 +02:00
Piotr Caban
c32d4e8840
msvcrt: Use _ismbblead instead of _isleadbyte in mbcodepage dependent functions.
2011-10-12 17:09:25 +02:00
Piotr Caban
cfca12e486
msvcrt: Use ismbcodepage instead of mb_cur_max in mbcodepage dependent functions.
2011-10-12 17:09:20 +02:00
Piotr Caban
c9cdb55066
msvcrt: Handle C locale in _setmbcp.
2011-10-12 17:09:12 +02:00
Piotr Caban
cf27cb4927
msvcrt: Don't overwrite mbcinfo inside setlocale.
2011-10-12 17:09:07 +02:00
Louis Lenders
e24438c1d1
kernel32: Add stub for GetThreadPreferredUILanguages.
2011-10-12 17:07:32 +02:00
Andrew Eikum
82f486a1a8
winmm: Use buffer offset when recording.
2011-10-12 17:07:05 +02:00
Andrew Eikum
0d567ff9f8
winmm: Also track input device position.
2011-10-12 17:07:01 +02:00
Andrew Eikum
1ed42313a9
wineoss.drv: Only write as much data as will fit into the OSS buffer.
2011-10-12 17:06:55 +02:00
André Hentschel
296b795655
mshtml: Add stub for QUERY_IS_CACHED_AND_USABLE_OFFLINE.
2011-10-12 17:06:24 +02:00
Octavian Voicu
a843acef55
ddraw: Be consistent about param and local var naming across AddAttachedSurface implementations.
2011-10-11 20:12:10 +02:00
Octavian Voicu
9cff895a69
ddraw/tests: Test detachment of attached surfaces on Release.
2011-10-11 20:12:06 +02:00
Alexander Morozov
b2a302b667
kernel32/tests: Shared lock can overlap exclusive if handles are equal.
2011-10-11 20:01:56 +02:00