Paul Vriens
a155cf5f35
ntdll/tests: We need a bigger buffer for NtQueryInformationFile.
2010-04-12 15:38:45 +02:00
Paul Vriens
3536770083
ntdll/tests: Enumerate one by one.
2010-04-12 15:38:36 +02:00
Paul Vriens
8b8d2038fb
ntdll/tests: Make sure we can enumerate the directory.
2010-04-12 15:38:27 +02:00
Jörg Höhle
db0df4c067
winmm: Improve MCI A/W mapping.
2010-04-12 15:38:15 +02:00
Jörg Höhle
b84576fcef
winmm: MCI system commands are not eligible for auto-open.
2010-04-12 15:37:44 +02:00
Maarten Lankhorst
e9f520467d
mmdevapi: Blacklist alsa hw devices.
2010-04-12 12:51:43 +02:00
Christian Costa
0d1cba8e4f
mciqtz32: Only call CoUninitialize when CoInitializeEx succeeds.
2010-04-12 12:38:36 +02:00
Alexandre Julliard
281f701880
ntdll: Make cfi annotations optional for x86_64.
2010-04-12 12:38:27 +02:00
Alexandre Julliard
fd9c41ed20
libwine: Make cfi annotations optional for x86_64.
2010-04-12 12:37:35 +02:00
Alexandre Julliard
671eb84f9e
libport: Make cfi annotations optional for x86_64.
2010-04-12 12:37:32 +02:00
Alexandre Julliard
5c2db41cdc
winebuild: Add cfi annotations to the relay functions for i386.
2010-04-12 12:33:19 +02:00
Alexandre Julliard
eba56752fd
winebuild: Add cfi annotations to the import thunk for i386.
2010-04-12 12:04:50 +02:00
Henri Verbeet
3255b21456
winex11.drv: Allow OpenGL on minimized windows.
2010-04-12 11:38:05 +02:00
Henri Verbeet
a4fad54134
wined3d: Don't write past the end of the buffer's conversion_map.
2010-04-12 11:33:32 +02:00
Henri Verbeet
5f7e087644
wined3d: Fix a GL extension prototype.
2010-04-12 11:33:28 +02:00
Henri Verbeet
51ccd69e7c
d3d8/tests: Add some depth buffer tests.
2010-04-12 11:33:24 +02:00
Henri Verbeet
6ecdad06a3
d3d9/tests: Add some depth buffer tests.
2010-04-12 11:33:20 +02:00
Detlef Riekenberg
d4303865e8
msi: Display a MessageBox in MsiMessageBoxEx.
2010-04-12 11:31:12 +02:00
Nikolay Sivov
352e2ff6eb
gdi32: Use supplied hdc for DIB_RGB_COLORS if it's valid.
...
This is about fixing regression introduced with 2854884a42
.
Initial patch fixed MSVS 2005 toolbars blackness, this one doesn't break a fix,
and fixes regressed Animation control glitches (and probably reported games related problems).
2010-04-12 11:30:16 +02:00
Nikolay Sivov
6f0560dfa7
user32: Set WM_EXITMENULOOP wParam same way as for WM_ENTERMENULOOP.
2010-04-12 11:29:34 +02:00
Damjan Jovanovic
ab53187cf7
ntoskrnl.exe: Use IoGetNextIrpStackLocation.
2010-04-12 11:29:27 +02:00
Damjan Jovanovic
e54d029f88
wdm.h: Define IoGetNextIrpStackLocation.
2010-04-12 11:29:22 +02:00
Andrew Eikum
4811167410
shlwapi: Check for NULL string in UrlIs.
2010-04-12 11:29:16 +02:00
Vincent Povirk
5f6d99f513
windowscodecs: Add locking to the BMP decoder.
2010-04-12 11:29:00 +02:00
Vincent Povirk
3d914c4f8d
windowscodecs: Combine the bitmap decoder and bitmap decoder frame objects.
2010-04-12 11:28:54 +02:00
Vincent Povirk
7ce7ce8266
windowscodecs: Set the threading model of ImagingFactory to Both.
2010-04-12 11:28:47 +02:00
Vincent Povirk
a6bf1287ba
windowscodecs: Make IWICStream thread-safe.
2010-04-12 11:28:41 +02:00
Vincent Povirk
40d48e674e
windowscodecs: Add locking to StreamOnMemory.
2010-04-12 11:28:33 +02:00
Maarten Lankhorst
8f6d268ee4
winealsa.drv: Ignore unused bytes in wave headers.
2010-04-12 11:28:25 +02:00
Aric Stewart
adfe42ca3f
include: Include fMergeNeutralItems in the SCRIPT_CONTROL Structure.
2010-04-12 11:28:19 +02:00
Paul Vriens
84e6bf9971
oleau32/tests: Fix test failures on Win9x/WinMe by using more A-functions.
2010-04-12 11:28:13 +02:00
Paul Vriens
54958a2105
rsaenh/tests: Fix some test failures on NT4 and lower.
2010-04-12 11:28:08 +02:00
Alexandre Julliard
6c14238728
configure: Pass the -fasynchronous-unwind-tables flag to winegcc when supported.
2010-04-11 12:49:15 +02:00
Alexandre Julliard
5288196f78
winegcc: Add support for the -fasynchronous-unwind-tables option.
2010-04-11 12:49:15 +02:00
Alexandre Julliard
3dfbbb597c
winebuild: Support for -fasynchronous-unwind-tables flag to enable/disable CFI generation.
2010-04-11 12:49:15 +02:00
Alexandre Julliard
e550e8a100
winebuild: Add a wrapper function to output cfi directives.
2010-04-11 12:49:00 +02:00
Alexandre Julliard
11f10c6f05
msvcrt: Implemented setjmp for x86_64.
2010-04-10 11:47:55 +02:00
Austin English
8f77dd8aff
imm32: Quiet ImmGetOpenStatus fixme.
2010-04-09 18:35:16 +02:00
Vincent Povirk
541d7a5ab2
gdiplus: Print the GdipGetFamilyName FIXME only once.
2010-04-09 18:35:00 +02:00
Vincent Povirk
9a4618a4ba
gdiplus: Print the GdipCreateHalftonePalette FIXME only once.
2010-04-09 18:34:57 +02:00
Piotr Caban
8ead1b5750
msvcr90: Added __clean_type_info_names_internal stub.
2010-04-09 18:34:51 +02:00
Alexandre Julliard
bd5ccea53f
gdi32: Avoid some rounding errors in AngleArc.
2010-04-09 18:24:35 +02:00
Roderick Colenbrander
76a9712779
wined3d: Add an initial implementation of arbfp_blit_surface.
2010-04-09 16:50:21 +02:00
Roderick Colenbrander
f1ca14cb5b
wined3d: Add an initial fbo_blit_supported implementation.
2010-04-09 16:50:21 +02:00
Roderick Colenbrander
7df7ce40c3
wined3d: Move X8L8V8U8 surface conversion to the format table.
2010-04-09 16:50:21 +02:00
Roderick Colenbrander
60c6294f84
wined3d: Move Q8W8V8U8 conversion to the format table.
2010-04-09 16:50:20 +02:00
Roderick Colenbrander
d7e1b973c7
wined3d: Start moving texture format fixups to the formats table.
2010-04-09 16:50:20 +02:00
Roderick Colenbrander
a4559e761b
wined3d: Move srgb checks away from d3dfmt_get_conv.
2010-04-09 16:50:20 +02:00
Roderick Colenbrander
00598c3e36
wined3d: Let d3dfmt_get_conv return a wined3d_format_desc.
2010-04-09 16:50:20 +02:00
Alexandre Julliard
4ce995451e
ntdll: Build the virtual_release_address_space function on all platforms.
2010-04-09 16:50:20 +02:00