Sweden-Number/dlls
Stefan Dösinger 8ca711f428 ddraw/tests: Test palette alpha behavior.
What I care about here is that setting peFlags != 0 doesn't cause errors
either during ddraw palette creation or DIB section creation. peFlags
isn't an alpha channel, but P8 textures abuse it that way, hence the
name of the test. It probably has deeper meaning in DDSCL_NORMAL when
the X server is running in 8 bit paletteindexed mode, but I don't think
we really care about this.
2014-05-07 20:21:57 +02:00
..
acledit Assorted typos fixes. 2014-01-13 17:37:42 +01:00
aclui makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
activeds makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
actxprxy makefiles: Allow define arguments to be specific to a single file. 2014-01-07 12:20:25 +01:00
adsiid makefiles: Get rid of the MAKE_IMPLIB_RULES variable. 2014-01-02 12:12:59 +01:00
advapi32 advapi32/tests: Fix access rights tests in win 8. 2014-05-07 18:57:33 +02:00
advpack makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
amstream strmbase: Store BasePinFuncTable inside Base*PinFuncTable structs. 2014-01-06 20:47:02 +01:00
api-ms-win-core-com-l1-1-0 api-ms-win-core-com-l1-1-0: Add stub dll. 2014-02-04 16:06:23 +01:00
api-ms-win-core-console-l1-1-0 api-ms-win-core-console-l1-1-0: Add stub dll. 2014-02-04 16:06:49 +01:00
api-ms-win-core-debug-l1-1-1 api-ms-win-core-debug-l1-1-1: Add stub dll. 2014-01-08 16:26:16 +01:00
api-ms-win-core-errorhandling-l1-1-1 api-ms-win-core-errorhandling-l1-1-1: Add stub dll. 2014-01-08 16:26:26 +01:00
api-ms-win-core-file-l1-2-0 api-ms-win-core-file-l1-2-0: Add stub dll. 2014-02-04 16:07:08 +01:00
api-ms-win-core-handle-l1-1-0 api-ms-win-core-handle-l1-1-0: Add stub dll. 2014-02-04 16:07:30 +01:00
api-ms-win-core-heap-l1-2-0 api-ms-win-core-heap-l1-2-0: Add stub dll. 2014-02-04 16:08:02 +01:00
api-ms-win-core-heap-obsolete-l1-1-0 api-ms-win-core-heap-obsolete-l1-1-0: Add stub dll. 2014-02-04 16:08:15 +01:00
api-ms-win-core-interlocked-l1-2-0 api-ms-win-core-interlocked-l1-2-0: Add stub dll. 2014-01-08 16:26:36 +01:00
api-ms-win-core-io-l1-1-1 api-ms-win-core-io-l1-1-1: Add stub dll. 2014-02-05 13:49:33 +01:00
api-ms-win-core-kernel32-legacy-l1-1-0 api-ms-win-core-kernel32-legacy-l1-1-0: Add stub dll. 2014-02-05 13:49:34 +01:00
api-ms-win-core-libraryloader-l1-1-1 api-ms-win-core-libraryloader-l1-1-1: Add stub dll. 2014-02-05 13:49:35 +01:00
api-ms-win-core-localization-l1-2-0 kernel32: Partial implementation for GetCalendarInfoEx(). 2014-03-03 17:02:14 +01:00
api-ms-win-core-localization-obsolete-l1-1-0 api-ms-win-core-localization-obsolete-l1-1-0: Add stub dll. 2014-02-05 13:49:36 +01:00
api-ms-win-core-localregistry-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-core-memory-l1-1-1 api-ms-win-core-memory-l1-1-1: Add stub dll. 2014-02-05 13:49:37 +01:00
api-ms-win-core-namedpipe-l1-2-0 api-ms-win-core-namedpipe-l1-2-0: Add stub dll. 2014-02-05 13:49:38 +01:00
api-ms-win-core-processenvironment-l1-2-0 api-ms-win-core-processenvironment-l1-2-0: Add stub dll. 2014-02-05 13:49:39 +01:00
api-ms-win-core-processthreads-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-core-processthreads-l1-1-1 api-ms-win-core-processthreads-l1-1-1: Add stub dll. 2014-01-08 16:26:06 +01:00
api-ms-win-core-profile-l1-1-0 api-ms-win-core-profile-l1-1-0: Add stub dll. 2014-01-08 16:26:45 +01:00
api-ms-win-core-psapi-l1-1-0 api-ms-win-core-psapi-l1-1-0: Add stub dll. 2014-02-05 13:49:41 +01:00
api-ms-win-core-registry-l1-1-0 api-ms-win-core-registry-l1-1-0: Add stub dll. 2014-02-05 13:49:42 +01:00
api-ms-win-core-rtlsupport-l1-2-0 api-ms-win-core-rtlsupport-l1-2-0: Add stub dll. 2014-02-06 17:08:15 +01:00
api-ms-win-core-shlwapi-legacy-l1-1-0 api-ms-win-core-shlwapi-legacy-l1-1-0: Add stub dll. 2014-02-06 17:08:16 +01:00
api-ms-win-core-string-l1-1-0 api-ms-win-core-string-l1-1-0: Add stub dll. 2014-01-08 16:26:54 +01:00
api-ms-win-core-synch-l1-2-0 kernel32: Added SetWaitableTimerEx(). 2014-03-24 11:38:22 +01:00
api-ms-win-core-sysinfo-l1-2-0 api-ms-win-core-sysinfo-l1-2-0: Add stub dll. 2014-01-08 16:27:03 +01:00
api-ms-win-core-threadpool-legacy-l1-1-0 api-ms-win-core-threadpool-legacy-l1-1-0: Add stub dll. 2014-02-06 17:08:17 +01:00
api-ms-win-core-timezone-l1-1-0 api-ms-win-core-timezone-l1-1-0: Add stub dll. 2014-02-06 17:08:17 +01:00
api-ms-win-core-url-l1-1-0 api-ms-win-core-url-l1-1-0: Add stub dll. 2014-02-06 17:08:18 +01:00
api-ms-win-core-util-l1-1-0 api-ms-win-core-util-l1-1-0: Add stub dll. 2014-01-08 16:27:21 +01:00
api-ms-win-core-winrt-error-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-core-winrt-string-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-advapi32-l1-1-0 advapi32: Add stubs for GetTraceEnableFlags and GetTraceEnableLevel. 2014-04-25 10:16:40 +02:00
api-ms-win-downlevel-advapi32-l2-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-normaliz-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-ole32-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-shell32-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-shlwapi-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-shlwapi-l2-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-user32-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-version-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-eventing-provider-l1-1-0 advapi32: Add a stub for EventProviderEnabled. 2014-02-17 11:32:39 +01:00
api-ms-win-ntuser-dc-access-l1-1-0 api-ms-win-ntuser-dc-access-l1-1-0: Add stub dll. 2014-02-04 16:05:38 +01:00
api-ms-win-security-base-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-security-base-l1-2-0 api-ms-win-security-base-l1-2-0: Add stub dll. 2014-02-06 17:08:20 +01:00
api-ms-win-security-sddl-l1-1-0 api-ms-win-security-sddl-l1-1-0: Add stub dll. 2014-02-06 17:08:21 +01:00
api-ms-win-service-core-l1-1-1 api-ms-win-service-core-l1-1-1: Add stub dll. 2014-02-06 17:08:22 +01:00
api-ms-win-service-management-l1-1-0 api-ms-win-service-management-l1-1-0: Add stub dll. 2014-02-06 17:08:23 +01:00
api-ms-win-service-winsvc-l1-2-0 api-ms-win-service-winsvc-l1-2-0: Add stub dll. 2014-02-06 17:08:24 +01:00
apphelp apphelp: Add a stub for SdbInitDatabase. 2014-04-04 10:43:12 +02:00
appwiz.cpl appwiz.cpl: Don't use SEE_MASK_NO_CONSOLE to run installers. 2014-04-25 10:22:53 +02:00
atl atl: Include atlcom.h for ATL_PROPMAP_ENTRY. 2014-05-07 18:57:29 +02:00
atl80 atl: Moved source files from atl100 to atl directory. 2014-02-14 11:52:41 +01:00
atl90 atl: Moved source files from atl100 to atl directory. 2014-02-14 11:52:41 +01:00
atl100 atl100/tests: Skip the test_regcat() tests if we don't have elevated privileges. 2014-02-17 20:16:17 +01:00
atl110 atl: Moved source files from atl100 to atl directory. 2014-02-14 11:52:41 +01:00
authz makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
avicap32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
avifil32 avifil32: Use correct AddRef helpers. 2014-04-08 09:25:59 +02:00
avifile.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
avrt makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
bcrypt bcrypt: Add stub for BCryptOpenAlgorithmProvider. 2014-05-01 18:56:19 +02:00
browseui makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
cabinet cabinet/tests: Advance buffer by actually read bytes count. 2014-02-10 10:43:55 +01:00
capi2032 configure: Automatically expand _CFLAGS and _LIBS variables in all makefiles. 2014-01-30 12:42:56 +01:00
cards makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
cfgmgr32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
clusapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
comcat makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
comctl32 comctl32/treeview: Notify the parent on a return key press. 2014-05-07 18:57:31 +02:00
comdlg32 Assorted spelling/grammar fixes. 2014-04-30 18:34:20 +02:00
comm.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
commdlg.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
compobj.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
compstui makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
comsvcs makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
credui makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
crtdll makefiles: Automatically add the necessary msvcrt flags to the generated rules. 2014-01-08 14:34:15 +01:00
crypt32 crypt32/tests: Fix some leaks (Valgrind). 2014-04-25 11:05:10 +02:00
cryptdlg makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
cryptdll makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
cryptnet crypt32: Simplified getting context expiration. 2014-03-07 16:36:36 +01:00
cryptui makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
ctapi32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ctl3d.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ctl3d32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ctl3dv2.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d2d1 d2d1: Add a stub D2D1CreateFactory() implementation. 2014-02-18 11:45:20 +01:00
d3d8 d3d8/tests: Handle the Windows 8 testbot results in cnd_test(). 2014-04-22 11:26:29 +02:00
d3d9 d3d9/tests: Merge vertexdeclaration.c into device.c. 2014-05-02 14:08:42 +02:00
d3d10 d3d10: Release sampler state references in d3d10_effect_variable_destroy(). 2014-02-14 11:52:54 +01:00
d3d10_1 d3d10_1: Make debug_d3d10_{driver_type,feature_level}() static. 2014-02-26 09:05:54 -06:00
d3d10core d3d10core: Implement d3d10_query_GetDevice(). 2014-02-17 11:32:09 +01:00
d3d11 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_33 d3dcompiler: Correct filename string. 2014-01-07 10:43:30 +01:00
d3dcompiler_34 d3dcompiler: Correct filename string. 2014-01-07 10:43:30 +01:00
d3dcompiler_35 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_36 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_37 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_38 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_39 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_40 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_41 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_42 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_43 d3dcompiler: add_func_parameter is only used in hlsl.y. 2014-05-02 17:15:09 +02:00
d3dim makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3drm dxguid: Remove some symbols that aren't exported in native. 2014-04-24 12:41:38 +02:00
d3dx9_24 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_25 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_26 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_27 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_28 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_29 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_30 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_31 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_32 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_33 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_34 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_35 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_36 d3dx9/tests: Take MaxVolumeExtent into account in some tests. 2014-05-01 20:36:40 +02:00
d3dx9_37 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_38 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_39 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_40 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_41 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_42 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx9_43 d3dx9_xx: Correct filename string. 2014-01-07 10:43:33 +01:00
d3dx10_33 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_34 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_35 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_36 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_37 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_38 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_39 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_40 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_41 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_42 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_43 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx11_42 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx11_43 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dxof d3dxof: Include wine/port.h in parsing.c. 2014-04-01 20:58:22 +02:00
dbgeng makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dbghelp dbghelp: Fix invalid assignment in symt_fill_sym_info. 2014-04-30 18:32:21 +02:00
dciman32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ddeml.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ddraw ddraw/tests: Test palette alpha behavior. 2014-05-07 20:21:57 +02:00
ddrawex makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
devenum devenum: Added more strict CLSID_VideoCompressorCategory test. 2014-01-09 12:10:54 +01:00
dhcpcsvc makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
difxapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dinput dinput: Remove duplicated TRACE check. 2014-04-25 10:16:51 +02:00
dinput8 dinput8: Create a window that will receive events generated by input tests. 2014-03-07 11:30:27 +01:00
dispdib.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dispex dlls: Print HRESULT as 32bit value. 2014-01-28 10:52:12 +01:00
display.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dmband dxguid: Remove some symbols that aren't exported in native. 2014-04-24 12:41:38 +02:00
dmcompos dxguid: Remove some symbols that aren't exported in native. 2014-04-24 12:41:38 +02:00
dmime dmime: Fix handling of NULL out pointer in QI. 2014-05-05 12:17:57 +02:00
dmloader dxguid: Remove some symbols that aren't exported in native. 2014-04-24 12:41:38 +02:00
dmscript dxguid: Remove some symbols that aren't exported in native. 2014-04-24 12:41:38 +02:00
dmstyle dxguid: Remove some symbols that aren't exported in native. 2014-04-24 12:41:38 +02:00
dmsynth Assorted typos fixes. 2014-02-12 19:15:32 +01:00
dmusic dxguid: Remove some symbols that aren't exported in native. 2014-04-24 12:41:38 +02:00
dmusic32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dnsapi configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
dplay makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dplayx dplayx: Initial msgtid variable (Valgrind). 2014-05-07 10:26:37 +02:00
dpnaddr Assorted typos fixes. 2014-02-12 19:15:32 +01:00
dpnet dpnet/tests: Add a trailing '\n' to an ok() call. 2014-05-02 17:15:25 +02:00
dpnhpast makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dpnlobby makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dpwsockx makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
drmclien makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dsound dsound: Remove duplicated parameter check (Coverity). 2014-04-14 10:25:55 +02:00
dssenh makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
dswave dxguid: Remove some symbols that aren't exported in native. 2014-04-24 12:41:38 +02:00
dwmapi dwmapi: Silence a fixme. 2014-01-28 14:36:00 +01:00
dwrite dwrite/tests: Fix a font instance leak (Valgrind). 2014-04-25 11:05:21 +02:00
dxdiagn dxdiagn: Added properties for hardware acceleration capabilities. 2014-03-25 19:01:32 +01:00
dxerr8 makefiles: Get rid of the MAKE_IMPLIB_RULES variable. 2014-01-02 12:12:59 +01:00
dxerr9 makefiles: Get rid of the MAKE_IMPLIB_RULES variable. 2014-01-02 12:12:59 +01:00
dxgi dxgi/tests: Add private data tests. 2014-04-08 19:23:23 +02:00
dxguid dxguid: Remove some symbols that aren't exported in native. 2014-04-24 12:41:38 +02:00
dxva2 dxva2: Add implementation for stub functions. 2014-04-04 16:58:05 +02:00
explorerframe makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
ext-ms-win-gdi-devcaps-l1-1-0 ext-ms-win-gdi-devcaps-l1-1-0: Add stub dll. 2014-02-04 16:06:02 +01:00
faultrep faultrep/tests: Update is_process_limited() to deal with non-administrator, non-power user accounts. 2014-03-05 11:50:40 +01:00
fltlib fltlib: Add a version resource. 2014-02-27 14:33:31 -06:00
fntcache fntcache: Added stub Font Cache service. 2014-02-26 09:13:16 -06:00
fontsub fontsub: Added dll stub. 2014-03-03 17:02:39 +01:00
fusion makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
fwpuclnt makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
gameux gameux/tests: Avoid a variable-length array. 2014-03-25 13:55:44 +01:00
gdi.exe16 gdi16: Use boolean return value in boolean function. 2014-02-04 11:15:42 +01:00
gdi32 gdi32/tests: Test RGBQUAD.rgbReserved in SetDIBColorTable. 2014-05-07 20:21:52 +02:00
gdiplus gdiplus/tests: Fix image leak in graphics test. 2014-04-30 09:33:55 +02:00
glu32 configure: Merge the X_LIBS and XLIB variables. 2014-01-30 14:51:32 +01:00
gphoto2.ds Assorted spelling/grammar fixes. 2014-04-30 18:34:20 +02:00
gpkcsp makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
hal makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
hhctrl.ocx hhctrl.ocx: Fix an off by one mistake in searching for the node endpoint. 2014-05-07 18:57:31 +02:00
hid makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
hlink hlink: Improve file protocol handling in HlinkParseDisplayName. 2014-03-04 19:24:29 +01:00
hnetcfg hnetcfg: Register NetFwOpenPort interface. 2014-04-09 17:31:46 +02:00
httpapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
iccvid makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
icmp makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ieframe ieframe: Compare against the correct IID in ShellUIHelper. 2014-05-05 12:17:48 +02:00
ifsmgr.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
imaadp32.acm makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
imagehlp makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
imm.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
imm32 Assorted spelling/grammar fixes. 2014-04-30 18:34:20 +02:00
inetcomm makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
inetcpl.cpl makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
inetmib1 Assorted spelling/grammar fixes. 2014-04-30 18:34:20 +02:00
infosoft makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
initpki makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
inkobj makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
inseng makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
iphlpapi configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
itircl makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
itss makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
joy.cpl makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
jscript jscript: Fixed uninitialized variable access in interp_end_finally. 2014-04-29 11:27:02 +02:00
kernel32 kernel32/tests: Fix test for win8 heap layout. 2014-05-02 13:45:00 +02:00
keyboard.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
krnl386.exe16 krnl386.exe16: Use BOOL type where appropriate. 2014-03-13 20:21:59 +01:00
ktmw32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
loadperf makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
localspl Assorted spelling fixes. 2014-01-09 17:39:59 +01:00
localui makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
lz32 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
lzexpand.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mapi32 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
mapistub makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mciavi32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mcicda makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mciqtz32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mciseq makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mciwave makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mgmtapi mgmtapi: Fix a typo in the export of SnmpMgrRequest. 2014-03-27 16:59:24 +01:00
midimap makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mlang makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
mmcndmgr makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
mmdevapi mmdevapi/tests: Use common wine_dbgstr_guid implementation from test.h. 2014-01-29 14:50:50 +01:00
mmdevldr.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mmsystem.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
monodebg.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mountmgr.sys configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
mouse.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mpr makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
mprapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msacm.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msacm32 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
msacm32.drv makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msadp32.acm makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mscat32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mscms mscms/tests: Fix test failures on Wine when color profiles are present. 2014-03-21 20:31:57 +01:00
mscoree mscoree/tests: Use BOOL type where appropriate. 2014-02-19 11:37:07 +01:00
msctf msctf: Added ITfInputProcessorProfileMgr interface stub implementation. 2014-04-29 18:22:36 +02:00
msdaps makefiles: Allow define arguments to be specific to a single file. 2014-01-07 12:20:25 +01:00
msdmo msdmo: Actually copy output string in IEnumDMO_fnNext. 2014-05-05 12:17:50 +02:00
msftedit makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msg711.acm makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msgsm32.acm makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mshtml mshtml: Use debugstr_mshtml_guid in a few more places. 2014-05-06 13:47:06 +02:00
mshtml.tlb makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msi msi: Expand REG_EXPAND_SZ keys when resolving AppSearch entries. 2014-05-01 10:50:39 +02:00
msident makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msimg32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msimsg makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msimtf makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msisip makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msisys.ocx makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msls31 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msnet32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mspatcha makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msrle32 msrle32: Properly set compression output flags. 2014-01-02 15:49:00 +01:00
mssign32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mssip32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mstask Assorted spelling/grammar fixes. 2014-04-30 18:34:20 +02:00
msvcirt makefiles: Automatically add the necessary msvcrt flags to the generated rules. 2014-01-08 14:34:15 +01:00
msvcm80 msvcm90: Share the source code with msvcm80. 2014-01-28 11:39:56 +01:00
msvcm90 msvcm90: Don't forward to msvcm80. 2014-01-29 14:50:47 +01:00
msvcp60 msvcp60: Add std::_Fpz export. 2014-01-27 14:13:22 +01:00
msvcp70 msvcp70: Add basic_fstream(const char*, int) constructor implementation. 2014-05-07 18:57:34 +02:00
msvcp71 msvcp71: Export some already implemented Getcat functions. 2014-02-07 13:11:55 +01:00
msvcp80 makefiles: Automatically add the necessary msvcrt flags to the generated rules. 2014-01-08 14:34:15 +01:00
msvcp90 msvcp70: Add basic_fstream(const char*, int) constructor implementation. 2014-05-07 18:57:34 +02:00
msvcp100 msvcp90: Add _Random_device implementation. 2014-03-25 19:01:35 +01:00
msvcp110 msvcp90: Add _Random_device implementation. 2014-03-25 19:01:35 +01:00
msvcr70 msvcrt: Remove no longer needed exports. 2014-04-21 14:31:48 +02:00
msvcr71 msvcrt: Remove no longer needed exports. 2014-04-21 14:31:48 +02:00
msvcr80 msvcr80: Add __AdjustPointer implementation. 2014-05-07 18:57:35 +02:00
msvcr90 msvcr80: Add __AdjustPointer implementation. 2014-05-07 18:57:35 +02:00
msvcr100 msvcr80: Add __AdjustPointer implementation. 2014-05-07 18:57:35 +02:00
msvcr110 msvcr80: Add __AdjustPointer implementation. 2014-05-07 18:57:35 +02:00
msvcrt msvcr80: Add __AdjustPointer implementation. 2014-05-07 18:57:35 +02:00
msvcrt20 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msvcrt40 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msvcrtd msvcrtd: Use BOOL type where appropriate. 2014-02-11 19:19:13 +01:00
msvfw32 msvfw32: Fix uncompressed bitmap size handling in DrawDibDraw. 2014-05-02 16:29:26 +02:00
msvidc32 msvidc32: Use BOOL type where appropriate. 2014-02-22 08:41:26 -06:00
msvideo.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mswsock makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msxml makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msxml2 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msxml3 msxml3: Fix some string leaks (Valgrind). 2014-05-06 09:56:24 +02:00
msxml4 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msxml6 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
nddeapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
netapi32 netapi32: Add stub for NetScheduleJobDel. 2014-03-21 13:59:23 +01:00
netcfgx netcfgx: Fix memory leak (valgrind). 2014-05-07 10:26:50 +02:00
netprofm netprofm/tests: Fix a test failure on Win7/Win2008 systems. 2014-04-22 11:26:06 +02:00
newdev makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
normaliz makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
npmshtml makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ntdll ntdll/tests: Fix some string leaks (Valgrind). 2014-05-06 13:47:01 +02:00
ntdsapi makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
ntoskrnl.exe ntoskrnl.exe: Add stub KeInsertQueue. 2014-03-19 11:33:24 +01:00
ntprint makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
objsel makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
odbc32 odbc32: Use BOOL type where appropriate. 2014-01-15 11:54:25 +01:00
odbccp32 odbccp32: Add ordinals to spec file. 2014-03-14 11:29:53 +01:00
odbccu32 odbccu32: Correct filename string. 2014-02-13 17:54:40 +01:00
ole2.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ole2conv.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ole2disp.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ole2nls.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ole2prox.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ole2thk.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ole32 ole32: Initial implementation of transaction locking. 2014-05-05 10:53:41 +02:00
oleacc oleacc: Add GetProcessHandleFromHwnd implementation. 2014-05-05 12:17:46 +02:00
oleaut32 oleaut32/tests: Fixed a couple of string leaks (Valgrind). 2014-05-06 13:46:59 +02:00
olecli.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
olecli32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
oledb32 oledb32/tests: Simplify IMalloc handling. 2014-05-05 12:17:56 +02:00
oledlg makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
olepro32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
olesvr.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
olesvr32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
olethk32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
openal32 configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
opencl Assorted spelling fixes. 2014-02-10 15:47:29 +01:00
opengl32 winex11: Don't reset OpenGL swap interval of window on SetParent(). 2014-03-21 11:17:23 +01:00
pdh makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
photometadatahandler makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
pidgen makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
powrprof makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
printui makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
propsys propsys/tests: Use common wine_dbgstr_guid implementation from test.h. 2014-02-12 19:15:07 +01:00
psapi makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
pstorec makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
qcap qcap: Store max frame size separately from video format bitmap info and restore it before each ICCompress call. 2014-04-08 19:23:26 +02:00
qedit qedit/tests: Fix a file handle leak on error path (Coverity). 2014-04-10 09:11:48 +02:00
qmgr qmgr: Register WINE_REGISTRY resource in DllRegisterServer instead of a nonexistent inf file. 2014-05-01 16:31:36 +02:00
qmgrprxy makefiles: Allow define arguments to be specific to a single file. 2014-01-07 12:20:25 +01:00
quartz quartz: Check correct dwReserved item before tracing. 2014-05-05 12:17:49 +02:00
query makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
rasapi16.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
rasapi32 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
rasdlg makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
regapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
resutils makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
riched20 Assorted spelling/grammar fixes. 2014-04-30 18:34:20 +02:00
riched32 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
rpcrt4 rpcrt4/tests: Add a couple of tests for marshalling an array of strings. 2014-04-02 15:46:51 +02:00
rsabase makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
rsaenh Assorted spelling fixes. 2014-02-10 15:47:29 +01:00
rstrtmgr makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
rtutils makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
samlib makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sane.ds configure: Automatically expand _CFLAGS and _LIBS variables in all makefiles. 2014-01-30 12:42:56 +01:00
scarddlg makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sccbase makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
schannel makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
schedsvc schedsvc: Add support for generating new task name in SchRpcRegisterTask. 2014-04-10 13:54:27 +02:00
scrrun scrrun: Fix invalid read/write access to path buffer (Valgrind). 2014-05-05 19:23:07 +02:00
scsiport.sys makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
secur32 secur32: Fixed schannel tests on Windows 8.1. 2014-04-16 14:38:16 +02:00
security makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sensapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
serialui makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
setupapi setupapi: Implement a binary compatible string table. 2014-05-06 16:42:44 +02:00
setupx.dll16 setupx.dll16: Use BOOL type where appropriate. 2014-02-24 09:08:14 -06:00
sfc makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sfc_os makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
shdoclc makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
shdocvw Assorted spelling fixes. 2014-02-10 15:47:29 +01:00
shell.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
shell32 Assorted spelling/grammar fixes. 2014-04-30 18:34:20 +02:00
shfolder makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
shlwapi shlwapi: Check correct attributes in PathRelativePath. 2014-05-05 12:17:50 +02:00
slbcsp makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
slc makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
snmpapi makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
softpub makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sound.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
spoolss makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
stdole2.tlb makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
stdole32.tlb makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sti makefiles: Allow define arguments to be specific to a single file. 2014-01-07 12:20:25 +01:00
storage.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
stress.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
strmbase strmbase: Return the iface instead of the object pointer. 2014-02-20 11:18:46 +01:00
strmiids makefiles: Get rid of the MAKE_IMPLIB_RULES variable. 2014-01-02 12:12:59 +01:00
svrapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sxs makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
system.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
t2embed makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
tapi32 tapi32: Stub lineOpenW. 2014-03-20 19:05:05 +01:00
taskschd taskschd: Implement setters for IRegistrationInfo string properties. 2014-04-11 11:23:27 +02:00
toolhelp.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
traffic makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
twain.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
twain_32 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
typelib.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
unicows makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
updspapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
url makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
urlmon urlmon/tests: Fix use after free of IPersistStream interface. 2014-04-16 10:53:26 +02:00
usbd.sys makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
user.exe16 user.exe16: Downgrade a couple MESSAGEs to WARNs. 2014-04-16 10:52:54 +02:00
user32 user32: Reduce the minimum Set[System]Timer from 15 ms to 10 ms. 2014-05-01 18:56:46 +02:00
userenv makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
usp10 usp10/tests: Mark two failing Hebrew strings as broken under win8. 2014-05-06 19:20:22 +02:00
uuid include: Add netcfgx.idl. 2014-03-19 11:33:26 +01:00
uxtheme uxtheme/tests: No need to check last error when error code is explicitly returned. 2014-04-23 20:23:47 +02:00
vbscript vbscript: Added InvokeEx(DISPATCH_PROPERTYGET) implementation. 2014-04-30 15:15:31 +02:00
vcomp makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
vcomp90 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
vcomp100 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
vdhcp.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
vdmdbg makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ver.dll16 ver.dll16: filelen is an in/out parameter (Coverity). 2014-05-05 19:23:35 +02:00
version version: Don't convert binary version resource to ANSI texts. 2014-03-14 17:17:04 +01:00
vmm.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
vnbt.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
vnetbios.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
vtdapi.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
vwin32.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
w32skrnl makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
w32sys.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wbemdisp wbemdisp: Remove unused IUnknown *outer parameter from object constructor. 2014-01-07 15:22:49 +01:00
wbemprox wbemprox: Implement Win32_Processor.CurrentClockSpeed. 2014-04-30 15:15:28 +02:00
webservices makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wer makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
wevtapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wiaservc wiaservc: Remove unused IUnknown *outer parameter from object constructor. 2014-01-07 15:22:03 +01:00
win32s16.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
win87em.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winaspi.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
windebug.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
windowscodecs windowscodecs: Silence a fixme. 2014-02-06 17:08:10 +01:00
windowscodecsext makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
winealsa.drv configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
winecoreaudio.drv configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
winecrt0 makefiles: Get rid of the MAKE_IMPLIB_RULES variable. 2014-01-02 12:12:59 +01:00
wined3d wined3d: Store RGBQUADs in palettes. 2014-05-07 20:21:56 +02:00
winegstreamer configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
winejoystick.drv makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winemac.drv user32: Don't bother returning a value from the SetWindowRgn driver entry point. 2014-05-01 12:31:14 +02:00
winemapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winemp3.acm configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
wineoss.drv configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
wineps.drv wineps: Always initialize the Windows page type. 2014-04-16 14:38:37 +02:00
wineps16.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wineqtdecoder configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
winex11.drv winex11: Consolidate duplicate code from glxdrv_wglSetPixelFormat() and X11DRV_wglSetPixelFormatWINE(). 2014-05-06 15:45:12 +02:00
wing.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wing32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winhttp winhttp: Avoid leaking authinfo on error (Coverity). 2014-04-17 10:45:11 +02:00
wininet wininet: Add support for retrieving the proxy automatic configuration URL on Mac OS X. 2014-05-06 13:49:47 +02:00
winmm winmm/tests: Accept MMSYSERR_ALLOCATED for more tests. 2014-03-25 19:05:10 +01:00
winnls.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winnls32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winscard makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winsock.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winspool.drv winspool: Add stub implementations of UploadPrinterDriverPackageA/W. 2014-02-27 09:32:47 -06:00
winsta winsta: Stub WinStationVirtualOpen. 2014-01-28 11:50:02 +01:00
wintab.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wintab32 wintab32: Fix pkSerialNumber typo. 2014-03-20 21:10:13 +01:00
wintrust wintrust/tests: Fix failing test on win8. 2014-05-06 19:21:58 +02:00
wlanapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wldap32 wldap32/tests: Skip tests if the connection times out. 2014-04-01 13:31:00 +02:00
wmi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wmiutils wmiutils: Fix a memory leak (valgrind). 2014-04-30 15:15:29 +02:00
wmp wmp: Add HKLM\\Software\\Microsoft\\Multimedia\\WMPlayer\\Extensions key. 2014-04-11 19:12:33 +02:00
wmvcore wmvcore: Added WMCreateProfileManager implementation. 2014-03-10 16:36:15 +01:00
wnaspi32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wow32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ws2_32 ws2_32/tests: Test more the behavior of SO_REUSEADDR. 2014-05-07 10:25:58 +02:00
wshom.ocx wshom: Added a stub for IWshEnvironment. 2014-04-17 13:27:25 +02:00
wsnmp32 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
wsock32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wtsapi32 wtsapi32: Extend the parameter check of WTSEnumerateProcessesW. 2014-03-26 11:26:39 +01:00
wuapi wuapi: Fix object constructors to match the changed prototype. 2014-01-13 17:36:48 +01:00
wuaueng makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
xapofx1_1 xapofx1_1: Add version.rc file. 2014-01-09 17:41:52 +01:00
xinput1_1 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
xinput1_2 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
xinput1_3 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
xinput1_4 xinput1_4: Add version.rc file. 2014-02-13 19:06:22 +01:00
xinput9_1_0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
xmllite xmllite: Implement CreateXmlWriterOutputWithEncodingName(). 2014-03-21 11:17:51 +01:00
xolehlp makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
xpsprint makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
xpssvcs makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00