Commit Graph

87791 Commits

Author SHA1 Message Date
Alexandre Julliard
5f99b59e77 winex11: Add an OpenGL GDI driver. 2012-05-08 14:35:42 +02:00
Alexandre Julliard
eb80e6f2db gdi32: Allow a driver to implement SelectBitmap but not CreateBitmap. 2012-05-08 14:32:32 +02:00
Alexandre Julliard
e94d3b4e08 gdi32: Add a priority mechanism for pushing drivers on the stack in a defined order. 2012-05-08 12:16:50 +02:00
Christian Costa
03c75b9cf6 dmusic: COM cleanup of IDirectMusicInstrument and get rid of separated IUnknown interface. 2012-05-08 09:45:43 +02:00
Dmitry Timoshkov
8ed11d8bb1 winex11.drv: Use XK_KP_Decimal as a fallback if XK_KP_Separator doesn't work. 2012-05-08 09:43:45 +02:00
Hwang YunSong
c4b404c7af po: Update Korean translation. 2012-05-08 09:42:36 +02:00
Dylan Smith
18fa3287f6 richedit: Remove always FALSE parameter from ME_PaintContent. 2012-05-08 09:42:16 +02:00
Nikolay Sivov
9af543aad8 shell32: Implement IShellDispatch2::IsServiceRunning(). 2012-05-08 09:41:46 +02:00
Józef Kucia
ecb1c602f4 d3dx9/tests: Use consistent naming for DDS defines. 2012-05-08 09:41:21 +02:00
Detlef Riekenberg
25cf21bddc devenum: Remove tabs and duplicate newlines from TRACE. 2012-05-08 09:41:14 +02:00
Andrew Eikum
31291cdc6c winmm: Close open wave devices upon process detach. 2012-05-08 09:30:31 +02:00
Alexander E. Patrakov
275dfb83f2 dsound: Added a windowed-sinc resampler. 2012-05-08 09:29:47 +02:00
Alexandre Julliard
0789ec1144 urlmon/tests: Allow some more optional progress notifications. 2012-05-08 09:23:34 +02:00
Nikolay Sivov
b80c71abe6 msxml3: Make ::put_data() use passed BSTR as general WCHAR buffer. 2012-05-07 17:21:26 +02:00
Nikolay Sivov
cb53b7a8e1 shell32: Added a stub for IShellDispatch2. 2012-05-07 17:21:10 +02:00
Józef Kucia
8b17b0f5c6 d3dx9/tests: Add tests for D3DXSaveSurfaceToFile. 2012-05-07 17:20:25 +02:00
Józef Kucia
f0bb425516 d3dx9: Implement the pixel format conversion in D3DXSaveSurfaceToFileW. 2012-05-07 17:20:23 +02:00
Józef Kucia
ec70b67b8d d3dx9: Implement D3DXSaveSurfaceToFileW. 2012-05-07 17:20:19 +02:00
Józef Kucia
ea5f799a6b d3dx9: Forward D3DXSaveSurfaceToFileA to D3DXSaveSurfaceToFileW. 2012-05-07 17:20:16 +02:00
Józef Kucia
ec51783494 d3dx9: Implement mapping from WICPixelFormat GUIDs to D3DFORMATs. 2012-05-07 17:20:12 +02:00
Christian Costa
9f05f54540 dmusic: Midi message takes 4 bytes space but only 3 are relevant. 2012-05-07 17:16:34 +02:00
Austin English
d1cfbbb62c wmvcore: Add a stub dll. 2012-05-07 17:13:16 +02:00
Christian Costa
df36fca97f d3drm: Implement IDirect3DRMFrameX_GetChildren method and IDirect3DRMFrameArray interface. 2012-05-07 17:11:27 +02:00
Christian Costa
722efadc8d d3drm: Implement IDirect3DRMFrameX_GetParent and update tests. 2012-05-07 17:09:35 +02:00
Alexandre Julliard
00bb726af8 winex11: Use a standard Wine list for the OpenGL context list. 2012-05-07 13:10:22 +02:00
Alexandre Julliard
a708448725 winex11: Define an enum to manage the various types of GL device contexts. 2012-05-07 13:10:18 +02:00
Julian Rüger
1b76949d69 po: Update German translation. 2012-05-07 11:44:52 +02:00
Daniel Jelinski
971a66e912 oleaut32: Added support for loading cursors in OLEPicture. 2012-05-07 11:42:19 +02:00
Thomas Faber
c38ba3a411 rpcrt4/tests: Fix build with PSDK headers. 2012-05-07 11:38:03 +02:00
Thomas Faber
bf5c7d4546 msvcrt: Fix malloc_func_t/free_func_t calling convention. 2012-05-07 11:37:19 +02:00
Vincent Povirk
eb29d87053 msvcm80: Add __setusermatherr_m stub. 2012-05-07 11:34:15 +02:00
Vincent Povirk
de012d0be6 msvcm80: Add stub RegisterModuleUninitializer function. 2012-05-07 11:33:57 +02:00
Vincent Povirk
01a1a5f809 msvcm80: Add stub DoDllLanguageSupportValidation function. 2012-05-07 11:33:47 +02:00
Vincent Povirk
7e8ce7badc msvcm80: Add stub dll. 2012-05-07 11:33:27 +02:00
Vincent Povirk
ee1531ef78 winebuild: Allow angle brackets in export names. 2012-05-07 11:31:53 +02:00
Erich Hoover
baa0056385 ws2_32/tests: Fix cleanup for first IOCP duplicated handle test. 2012-05-07 11:30:53 +02:00
Alexandre Julliard
07bc017ff1 winex11: Give XInitThreads yet another chance. 2012-05-05 13:36:22 +02:00
Christian Costa
dec3d50290 amstream: Add the corresponding pin to every media stream added to the media stream filter + add tests. 2012-05-04 18:11:00 +02:00
Christian Costa
49762b1679 amstream: Add checks to GetFormat. 2012-05-04 18:09:30 +02:00
Francois Gouget
bde73d8dfc mscoree: Make assembly_rva_to_va() and parse_headers() static. 2012-05-04 18:08:34 +02:00
Francois Gouget
fcda2bd929 strmbase: The strmbase debug channel is unused in a couple of files so remove it. 2012-05-04 18:08:34 +02:00
Francois Gouget
8036abe4da d3dx9_36/tests: Add a trailing '\n' to an ok() call. 2012-05-04 18:08:34 +02:00
Jacek Caban
1767fafa00 mshtml: Fixed tests on old IEs. 2012-05-04 18:08:33 +02:00
Jacek Caban
c8a28a9671 jscript: Added support for VT_INT. 2012-05-04 18:08:33 +02:00
Jacek Caban
c61af66c5b jscript: Skip failing tests on old jscript versions. 2012-05-04 18:08:32 +02:00
Francois Gouget
cc463d0bcc regedit: An English (United States) spelling fix. 2012-05-04 18:08:23 +02:00
Francois Gouget
8184ef074f comdlg32: An English (United States) spelling fix. 2012-05-04 18:07:55 +02:00
Francois Gouget
3bbf585b5c wldap32: An English (United States) spelling fix. 2012-05-04 18:07:24 +02:00
Aurimas Fišeras
3839d224b7 po: Update Lithuanian translation. 2012-05-04 18:06:53 +02:00
André Hentschel
0cf0c28d16 winspool.drv: Also convert printer info for level 8. 2012-05-03 23:45:27 +02:00