wine
17 years agooleacc: Add GetOleaccVersionInfo.
Louis Lenders [Mon, 10 Mar 2008 06:21:11 +0000 (06:21 +0000)] 
oleacc: Add GetOleaccVersionInfo.

17 years agoshell32: Use xdg well known directories for desktop folder symbolic link.
Lei Zhang [Tue, 11 Mar 2008 20:53:49 +0000 (13:53 -0700)] 
shell32: Use xdg well known directories for desktop folder symbolic link.

17 years agoshell32: Use xdg well known directories for my_xxx folder symbolic links.
Lei Zhang [Tue, 11 Mar 2008 20:51:43 +0000 (13:51 -0700)] 
shell32: Use xdg well known directories for my_xxx folder symbolic links.

17 years agoshell32: Add xdg-user-dirs lookup code.
Lei Zhang [Tue, 11 Mar 2008 00:59:48 +0000 (17:59 -0700)] 
shell32: Add xdg-user-dirs lookup code.

17 years agokernel32/tests: Add a few skips instead of just returning.
Paul Vriens [Wed, 12 Mar 2008 08:59:45 +0000 (09:59 +0100)] 
kernel32/tests: Add a few skips instead of just returning.

17 years agokernel32/tests: DATE_YEARMONTH is only present on W2K and later.
Paul Vriens [Wed, 12 Mar 2008 08:50:37 +0000 (09:50 +0100)] 
kernel32/tests: DATE_YEARMONTH is only present on W2K and later.

17 years agokernel32/tests: Skip some tests on win95.
Paul Vriens [Wed, 12 Mar 2008 08:27:56 +0000 (09:27 +0100)] 
kernel32/tests: Skip some tests on win95.

17 years agocoreaudio: Signal driver load failure if any component fails to initialize.
Ken Thomases [Wed, 12 Mar 2008 07:06:37 +0000 (02:06 -0500)] 
coreaudio: Signal driver load failure if any component fails to initialize.

17 years agocoreaudio: Standardize on DRV_SUCCESS/FAILURE status codes for setup functions.
Ken Thomases [Wed, 12 Mar 2008 07:06:17 +0000 (02:06 -0500)] 
coreaudio: Standardize on DRV_SUCCESS/FAILURE status codes for setup functions.

17 years agodsound: Adjust for partial block before prepare-header and add-buffer steps.
Ken Thomases [Wed, 12 Mar 2008 07:05:56 +0000 (02:05 -0500)] 
dsound: Adjust for partial block before prepare-header and add-buffer steps.

Otherwise, the wave-in driver(s) may copy incorrect data to internal structures.

17 years agoavifil32: Fix copy/paste error.
Ken Thomases [Wed, 12 Mar 2008 07:05:27 +0000 (02:05 -0500)] 
avifil32: Fix copy/paste error.

17 years agomsi: Deformat the service name and display name when installing the service.
James Hawkins [Tue, 11 Mar 2008 23:08:57 +0000 (18:08 -0500)] 
msi: Deformat the service name and display name when installing the service.

17 years agocomctl32: Fix TB_GETSTRING return values.
Lei Zhang [Wed, 12 Mar 2008 05:28:37 +0000 (22:28 -0700)] 
comctl32: Fix TB_GETSTRING return values.

17 years agocomctl32: Add tests for TB_GETSTRING, fix NULL pointer access.
Lei Zhang [Wed, 12 Mar 2008 05:27:35 +0000 (22:27 -0700)] 
comctl32: Add tests for TB_GETSTRING, fix NULL pointer access.

17 years agowininet: Move InternetQueryOption(INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT) to...
Jacek Caban [Wed, 12 Mar 2008 01:24:23 +0000 (02:24 +0100)] 
wininet: Move InternetQueryOption(INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT) to vtbl.

17 years agowininet: Move InternetQueryOption(INTERNET_OPTION_DATAFILE_NAME).
Jacek Caban [Wed, 12 Mar 2008 01:24:06 +0000 (02:24 +0100)] 
wininet: Move InternetQueryOption(INTERNET_OPTION_DATAFILE_NAME).

17 years agowininet: Move InternetQueryOption(INTERNET_OPTION_URL) to vtbl.
Jacek Caban [Wed, 12 Mar 2008 01:23:48 +0000 (02:23 +0100)] 
wininet: Move InternetQueryOption(INTERNET_OPTION_URL) to vtbl.

17 years agowininet: Move INTERNET_OPTION_HANDLE_TYPE to vtbl.
Jacek Caban [Wed, 12 Mar 2008 01:23:20 +0000 (02:23 +0100)] 
wininet: Move INTERNET_OPTION_HANDLE_TYPE to vtbl.

17 years agomshtml: Improve header parsing.
Jacek Caban [Tue, 11 Mar 2008 21:28:21 +0000 (22:28 +0100)] 
mshtml: Improve header parsing.

17 years agooleaut32: Assign to structs instead of using memcpy.
Andrew Talbot [Tue, 11 Mar 2008 20:55:17 +0000 (20:55 +0000)] 
oleaut32: Assign to structs instead of using memcpy.

17 years agocomctl32/tests: Fix a variable type in monthcal.c. Removes 19 -Wsign-compare warnings.
Michael Stefaniuc [Tue, 11 Mar 2008 23:24:35 +0000 (00:24 +0100)] 
comctl32/tests: Fix a variable type in monthcal.c. Removes 19 -Wsign-compare warnings.

17 years agogdiplus/tests: Remove redundant NULL check before GdipFree().
Michael Stefaniuc [Tue, 11 Mar 2008 20:08:27 +0000 (21:08 +0100)] 
gdiplus/tests: Remove redundant NULL check before GdipFree().

17 years agowidl: Remove local variable shadowing in add_func_desc().
Michael Stefaniuc [Tue, 11 Mar 2008 20:08:02 +0000 (21:08 +0100)] 
widl: Remove local variable shadowing in add_func_desc().

17 years agomshtml: Add Polish translation.
Mikołaj Zalewski [Tue, 11 Mar 2008 09:33:42 +0000 (10:33 +0100)] 
mshtml: Add Polish translation.

17 years agoregedit: Remove windows class names (they shouldn't be localized) and unused IDC_REGE...
Mikołaj Zalewski [Mon, 10 Mar 2008 21:07:19 +0000 (22:07 +0100)] 
regedit: Remove windows class names (they shouldn't be localized) and unused IDC_REGEDIT menu from resources.

17 years agowinex11: Discard ConfigureNotify events even if the intervening events are for other...
Alexandre Julliard [Tue, 11 Mar 2008 18:50:27 +0000 (19:50 +0100)] 
winex11: Discard ConfigureNotify events even if the intervening events are for other windows.

17 years agoadvapi32: Implemented RegOverridePredefKey.
Alexandre Julliard [Tue, 11 Mar 2008 18:48:57 +0000 (19:48 +0100)] 
advapi32: Implemented RegOverridePredefKey.

17 years agocomctl32: Revert to waiting on just the thread object, since the thread no longer...
Huw Davies [Tue, 11 Mar 2008 14:15:47 +0000 (14:15 +0000)] 
comctl32: Revert to waiting on just the thread object, since the thread no longer sends messages.

17 years agocomctl32: Animation notifications should be posted not sent.
Huw Davies [Tue, 11 Mar 2008 12:43:12 +0000 (12:43 +0000)] 
comctl32: Animation notifications should be posted not sent.

17 years agocomctl32: Get the background brush in ACM_OPEN where native does.
Huw Davies [Tue, 11 Mar 2008 14:12:51 +0000 (14:12 +0000)] 
comctl32: Get the background brush in ACM_OPEN where native does.

17 years agomsvcrt: Implemented __CppXcptFilter.
Alexandre Julliard [Tue, 11 Mar 2008 15:14:44 +0000 (16:14 +0100)] 
msvcrt: Implemented __CppXcptFilter.

17 years agowinecfg: Fix setting version to Vista.
Paul Vriens [Tue, 11 Mar 2008 13:25:05 +0000 (14:25 +0100)] 
winecfg: Fix setting version to Vista.

17 years agouuid: Avoid some guids that shouldn't be defined in libuuid.
Alexandre Julliard [Tue, 11 Mar 2008 14:38:21 +0000 (15:38 +0100)] 
uuid: Avoid some guids that shouldn't be defined in libuuid.

17 years agoinclude: Added activaut.idl.
Jacek Caban [Tue, 11 Mar 2008 12:01:00 +0000 (13:01 +0100)] 
include: Added activaut.idl.

17 years agoactivscp.idl: Added CATID_* declarations.
Jacek Caban [Tue, 11 Mar 2008 12:00:46 +0000 (13:00 +0100)] 
activscp.idl: Added CATID_* declarations.

17 years agogdi32: Skip leading @ from FontFace when looking for font to load.
Aric Stewart [Tue, 11 Mar 2008 10:34:48 +0000 (19:34 +0900)] 
gdi32: Skip leading @ from FontFace when looking for font to load.

17 years agoddraw: Implement ForceRefreshRate registry entry for overriding DirectX refresh rate.
Denver Gingerich [Mon, 10 Mar 2008 16:44:38 +0000 (12:44 -0400)] 
ddraw: Implement ForceRefreshRate registry entry for overriding DirectX refresh rate.

17 years agouser32: Make LoadStringW pass tests.
Christopher Berner [Wed, 5 Mar 2008 20:28:54 +0000 (12:28 -0800)] 
user32: Make LoadStringW pass tests.

17 years agomsxml3: Corrected double free in test.
Alistair Leslie-Hughes [Tue, 11 Mar 2008 08:33:06 +0000 (19:33 +1100)] 
msxml3: Corrected double free in test.

17 years agomsi: Ignore the custom action type 51 if the source field is empty.
James Hawkins [Tue, 11 Mar 2008 05:30:24 +0000 (00:30 -0500)] 
msi: Ignore the custom action type 51 if the source field is empty.

17 years agomsi: Fix an off-by-one error when applying embedded transforms.
James Hawkins [Tue, 11 Mar 2008 04:03:50 +0000 (23:03 -0500)] 
msi: Fix an off-by-one error when applying embedded transforms.

17 years agomsi: Optimize MsiSourceListAddSourceEx for adding to the end of the list.
James Hawkins [Tue, 11 Mar 2008 04:02:02 +0000 (23:02 -0500)] 
msi: Optimize MsiSourceListAddSourceEx for adding to the end of the list.

17 years agowinex11: Add support for merging redundant events, and use it for ConfigureNotify...
Alexandre Julliard [Tue, 11 Mar 2008 11:11:35 +0000 (12:11 +0100)] 
winex11: Add support for merging redundant events, and use it for ConfigureNotify and MotionNotify.

17 years agokernel32: Fix/change tests for systems with no ServicePack.
Paul Vriens [Tue, 11 Mar 2008 10:09:38 +0000 (11:09 +0100)] 
kernel32: Fix/change tests for systems with no ServicePack.

17 years agowineboot: Add Japanese resources.
Aric Stewart [Tue, 11 Mar 2008 02:33:12 +0000 (11:33 +0900)] 
wineboot: Add Japanese resources.

17 years agowined3d: Set the fullscreen flag before the display Mode.
Stefan Dösinger [Mon, 10 Mar 2008 21:24:13 +0000 (22:24 +0100)] 
wined3d: Set the fullscreen flag before the display Mode.

17 years agowined3d: Only restore the style and exStyle when it is untouched.
Stefan Dösinger [Mon, 10 Mar 2008 21:20:50 +0000 (22:20 +0100)] 
wined3d: Only restore the style and exStyle when it is untouched.

17 years agowined3d: Only adjust windows in fullscreen mode to the screen.
Stefan Dösinger [Mon, 10 Mar 2008 21:15:22 +0000 (22:15 +0100)] 
wined3d: Only adjust windows in fullscreen mode to the screen.

17 years agoole32: Assign to structs instead of using memcpy.
Andrew Talbot [Mon, 10 Mar 2008 21:58:43 +0000 (21:58 +0000)] 
ole32: Assign to structs instead of using memcpy.

17 years agoole32: Assign to structs instead of using memcpy.
Andrew Talbot [Mon, 10 Mar 2008 21:58:39 +0000 (21:58 +0000)] 
ole32: Assign to structs instead of using memcpy.

17 years agocomdlg32: Move font style names to resources.
Mikołaj Zalewski [Mon, 10 Mar 2008 20:36:35 +0000 (21:36 +0100)] 
comdlg32: Move font style names to resources.

17 years agoshell32: Remove DISCARDABLE from STRINGTABLE resources.
Mikołaj Zalewski [Sun, 2 Mar 2008 21:37:26 +0000 (22:37 +0100)] 
shell32: Remove DISCARDABLE from STRINGTABLE resources.

17 years agourlmon: Initialise the cache_file field of DownloadBSC on creation.
Rob Shearman [Mon, 10 Mar 2008 19:30:20 +0000 (19:30 +0000)] 
urlmon: Initialise the cache_file field of DownloadBSC on creation.

17 years agowinecfg: Make DPI interval to be the same as in Windows.
L. Rahyen [Mon, 10 Mar 2008 15:54:16 +0000 (15:54 +0000)] 
winecfg: Make DPI interval to be the same as in Windows.

17 years agogdiplus: Add more sophisticated tests for GdipSaveImageToFile.
Nathan Beckmann [Mon, 10 Mar 2008 15:16:57 +0000 (08:16 -0700)] 
gdiplus: Add more sophisticated tests for GdipSaveImageToFile.

Add a test to make sure the saved image has the same dimensions as
original. Delete the test file when finished.

17 years agogdiplus: Implement BMP encoding.
Nathan Beckmann [Mon, 10 Mar 2008 15:16:56 +0000 (08:16 -0700)] 
gdiplus: Implement BMP encoding.

Implement the encoding function for GDI+ images so that
GdipSaveImageToStream can encode images as BMP files.

17 years agogdiplus: Implement GdipSaveImageToStream using encoders.
Nathan Beckmann [Mon, 10 Mar 2008 15:16:55 +0000 (08:16 -0700)] 
gdiplus: Implement GdipSaveImageToStream using encoders.

Add the correct framework for a fully-functional implementation of
image encoding (not a hack like before). Currently, only a stub for
BMP encoding is supported. New tests added as well.

17 years agogdiplus: Implement GdipSaveImageToFile via GdipSaveImageToStream.
Nathan Beckmann [Mon, 10 Mar 2008 15:16:54 +0000 (08:16 -0700)] 
gdiplus: Implement GdipSaveImageToFile via GdipSaveImageToStream.

Still need to implement saving the image based on the encoder
parameter.
Basic tests included.

17 years agogdiplus: Remove unnecessary IStream_AddRef from GdipLoadImageFromFile.
Nathan Beckmann [Mon, 10 Mar 2008 15:16:53 +0000 (08:16 -0700)] 
gdiplus: Remove unnecessary IStream_AddRef from GdipLoadImageFromFile.

17 years agoquartz: Don't print errors for handled return values.
Chris Robinson [Mon, 10 Mar 2008 08:50:57 +0000 (01:50 -0700)] 
quartz: Don't print errors for handled return values.

17 years agoinclude: Add flag for BSM_ALLDESKTOPS.
Maarten Lankhorst [Mon, 10 Mar 2008 18:14:05 +0000 (11:14 -0700)] 
include: Add flag for BSM_ALLDESKTOPS.

17 years agorpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_o...
Rob Shearman [Mon, 10 Mar 2008 17:24:49 +0000 (17:24 +0000)] 
rpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_old_format for base return parameters.

NdrBaseTypeUnmarshall expects a pointer to a pointer to a base type.
pRetVal contains a pointer to a base type, so we need to pass the
address of pRetVal into call_unmarshaller here.

17 years agorpcrt4: Fix -Oi interpreter for base types.
Rob Shearman [Mon, 10 Mar 2008 17:05:59 +0000 (17:05 +0000)] 
rpcrt4: Fix -Oi interpreter for base types.

Don't call memory sizing rountines to compute the size of a type, since
memory sizing routines have side effects like checking there is enough
space in the buffer for the type and incrementing the buffer pointer.
Instead, create a function which returns the necessary size of the
limited set of types we can encounter and remove call_memory_sizer which
is no longer needed.

17 years agorpcrt4: Check that the input to RPCRT4_strndupW was not NULL before assuming that...
Rob Shearman [Mon, 10 Mar 2008 16:42:06 +0000 (16:42 +0000)] 
rpcrt4: Check that the input to RPCRT4_strndupW was not NULL before assuming that the string couldn't be allocated due to lack of memory.

17 years agomakefiles: Simplify the use of the MODULE variable in static import libraries.
Rob Shearman [Mon, 10 Mar 2008 16:35:33 +0000 (16:35 +0000)] 
makefiles: Simplify the use of the MODULE variable in static import libraries.

Don't include platform-specific information when declaring the name of
the static import libary to build. Instead, add this information in
Makeimplib.rules.in.

17 years agosecur32: Fix ntlm_GetCachedCredential to not call strlenW on a NULL pointer.
Rob Shearman [Mon, 10 Mar 2008 16:41:55 +0000 (16:41 +0000)] 
secur32: Fix ntlm_GetCachedCredential to not call strlenW on a NULL pointer.

pszHost should just be set to pszTargetName if pszTargetName doesn't
contain any other information.

17 years agowininet: Retrieve the maximum token length from the SSP and use a buffer of that...
Rob Shearman [Mon, 10 Mar 2008 16:41:44 +0000 (16:41 +0000)] 
wininet: Retrieve the maximum token length from the SSP and use a buffer of that length in calls to InitializeSecurityContextW.

Otherwise, InitializeSecurityContextW could run out of space with our
small, fixed buffer and fail.

17 years agowininet: Allow HTTP_DoAuthorization to accept a NULL username/domain in the non-Basic...
Rob Shearman [Mon, 10 Mar 2008 16:40:23 +0000 (16:40 +0000)] 
wininet: Allow HTTP_DoAuthorization to accept a NULL username/domain in the non-Basic case.

When using SSPI, pass in a NULL identity in this case so that the SSP
can try to use cached credentials.

17 years agowininet: Don't call DeleteSecurityContext and FreeCredentialsHandle on invalid handles.
Rob Shearman [Mon, 10 Mar 2008 16:39:40 +0000 (16:39 +0000)] 
wininet: Don't call DeleteSecurityContext and FreeCredentialsHandle on invalid handles.

17 years agowininet: Make the reference count of WININETHANDLEHEADER thread-safe by using Interlo...
Rob Shearman [Mon, 10 Mar 2008 16:39:15 +0000 (16:39 +0000)] 
wininet: Make the reference count of WININETHANDLEHEADER thread-safe by using InterlockedIncrement/InterlockedDecrement.

17 years agod3d9/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 10 Mar 2008 13:14:53 +0000 (14:14 +0100)] 
d3d9/tests: Fix compilation on systems that don't support nameless unions.

17 years agocomctl32/tests: Free the library after use.
Paul Vriens [Mon, 10 Mar 2008 12:53:56 +0000 (13:53 +0100)] 
comctl32/tests: Free the library after use.

17 years agogdi32: Store the Windows path (if it's available) in the font registry entries.
Huw Davies [Mon, 10 Mar 2008 12:31:43 +0000 (12:31 +0000)] 
gdi32: Store the Windows path (if it's available) in the font registry entries.

17 years agomsxml3: Implemented IXMLDOMText_insertData.
Alistair Leslie-Hughes [Mon, 10 Mar 2008 10:33:58 +0000 (21:33 +1100)] 
msxml3: Implemented IXMLDOMText_insertData.

17 years agomsxml3: Support IXMLDOMCharacterData lookup in IXMLDOMText QueryInterface.
Alistair Leslie-Hughes [Mon, 10 Mar 2008 09:39:23 +0000 (20:39 +1100)] 
msxml3: Support IXMLDOMCharacterData lookup in IXMLDOMText QueryInterface.

17 years agowinex11: Added an exception handler to catch bad pointers in X11DRV_SetImageBits.
Alexandre Julliard [Mon, 10 Mar 2008 16:22:08 +0000 (17:22 +0100)] 
winex11: Added an exception handler to catch bad pointers in X11DRV_SetImageBits.

17 years agogdi32: Properly handle SetDIBits failure in StretchDIBits.
Alexandre Julliard [Mon, 10 Mar 2008 16:21:33 +0000 (17:21 +0100)] 
gdi32: Properly handle SetDIBits failure in StretchDIBits.

17 years agofonts: Add some missing Ukrainian and Belarusian cyrillic glyphs.
Dmitry Timoshkov [Mon, 10 Mar 2008 09:32:00 +0000 (17:32 +0800)] 
fonts: Add some missing Ukrainian and Belarusian cyrillic glyphs.

17 years agowined3d: Use primary_render_target_is_p8 in read_from_framebuffer.
Alexander Dorofeyev [Sun, 9 Mar 2008 14:09:52 +0000 (16:09 +0200)] 
wined3d: Use primary_render_target_is_p8 in read_from_framebuffer.

17 years agod3d8/tests: Cover one more case in p8_texture_test.
Alexander Dorofeyev [Sun, 9 Mar 2008 14:09:26 +0000 (16:09 +0200)] 
d3d8/tests: Cover one more case in p8_texture_test.

Test if a P8 texture gets properly updated if there was a palette change while
this texture wasn't bound to any stage.

17 years agowined3d: Get rid of spurious err when locking with WINED3DLOCK_DISCARD.
Alexander Dorofeyev [Sun, 9 Mar 2008 14:08:57 +0000 (16:08 +0200)] 
wined3d: Get rid of spurious err when locking with WINED3DLOCK_DISCARD.

17 years agocomctl32/tests: Don't use FreeLibrary with GetModuleHandle.
Paul Vriens [Sun, 9 Mar 2008 12:09:59 +0000 (13:09 +0100)] 
comctl32/tests: Don't use FreeLibrary with GetModuleHandle.

17 years agoadvpack/tests: Free the library after use.
Paul Vriens [Sun, 9 Mar 2008 11:15:05 +0000 (12:15 +0100)] 
advpack/tests: Free the library after use.

17 years agomsxml3: Implement IXMLDOMCDATASection_appendData.
Alistair Leslie-Hughes [Mon, 10 Mar 2008 04:52:48 +0000 (15:52 +1100)] 
msxml3: Implement IXMLDOMCDATASection_appendData.

17 years agomsxml3: Implement IXMLDOMCDATASection_substringData.
Alistair Leslie-Hughes [Sun, 9 Mar 2008 04:18:40 +0000 (15:18 +1100)] 
msxml3: Implement IXMLDOMCDATASection_substringData.

17 years agomsxml3: Implement IXMLDOMComment_substringData.
Alistair Leslie-Hughes [Mon, 10 Mar 2008 04:58:30 +0000 (15:58 +1100)] 
msxml3: Implement IXMLDOMComment_substringData.

17 years agowinspool: Cleanup for DEVMODEdupWtoA.
Detlef Riekenberg [Sat, 8 Mar 2008 23:38:49 +0000 (00:38 +0100)] 
winspool: Cleanup for DEVMODEdupWtoA.

17 years agowinspool: Implement SpoolerInit.
Detlef Riekenberg [Fri, 7 Mar 2008 22:49:57 +0000 (23:49 +0100)] 
winspool: Implement SpoolerInit.

17 years agowinspool: Export ConvertAnsiDevModeToUnicodeDevMode and ConvertUnicodeDevModeToAnsiDe...
Detlef Riekenberg [Fri, 7 Mar 2008 22:07:05 +0000 (23:07 +0100)] 
winspool: Export ConvertAnsiDevModeToUnicodeDevMode and ConvertUnicodeDevModeToAnsiDevMode.

17 years agogdiplus: Return an error for consecutive GdipLockBitmapBit calls.
Nathan Beckmann [Fri, 7 Mar 2008 09:19:05 +0000 (01:19 -0800)] 
gdiplus: Return an error for consecutive GdipLockBitmapBit calls.

17 years agogdiplus: Update bitmap state in GdipUnlockBitmapBits.
Nathan Beckmann [Fri, 7 Mar 2008 09:19:04 +0000 (01:19 -0800)] 
gdiplus: Update bitmap state in GdipUnlockBitmapBits.

17 years agogdiplus: Fix memory leak in GdipLockBitmapBits.
Nathan Beckmann [Fri, 7 Mar 2008 09:19:03 +0000 (01:19 -0800)] 
gdiplus: Fix memory leak in GdipLockBitmapBits.

17 years agogdiplus: Tests for GdipLockBitmapBits/GdipUnlockBitmapBits.
Nathan Beckmann [Fri, 7 Mar 2008 09:19:02 +0000 (01:19 -0800)] 
gdiplus: Tests for GdipLockBitmapBits/GdipUnlockBitmapBits.

17 years agogdi32: Revise CreateScalableFontResourceA to pass through CreateScalableFontResourceW.
Jeremy White [Fri, 7 Mar 2008 16:11:09 +0000 (10:11 -0600)] 
gdi32: Revise CreateScalableFontResourceA to pass through CreateScalableFontResourceW.

17 years agod3dx9: Add the _D3DXERR enumeration.
Tony Wasserka [Sat, 8 Mar 2008 13:25:15 +0000 (14:25 +0100)] 
d3dx9: Add the _D3DXERR enumeration.

17 years agomsvcrt/tests: The new string functions don't have to exist.
Alexandre Julliard [Mon, 10 Mar 2008 10:30:45 +0000 (11:30 +0100)] 
msvcrt/tests: The new string functions don't have to exist.

17 years agojscript: Added stub DLL.
Jacek Caban [Sat, 8 Mar 2008 23:07:57 +0000 (00:07 +0100)] 
jscript: Added stub DLL.

17 years agourlmon: Fixed MapUrlToZone test on IE7.
Jacek Caban [Sat, 8 Mar 2008 19:15:45 +0000 (20:15 +0100)] 
urlmon: Fixed MapUrlToZone test on IE7.

17 years agomshtml: Use load group to find NSContainer in AsyncOpen if URI has no associated...
Jacek Caban [Sat, 8 Mar 2008 19:15:30 +0000 (20:15 +0100)] 
mshtml: Use load group to find NSContainer in AsyncOpen if URI has no associated container.

17 years agomshtml: Added IHTMLScriptElement:get_type implementation.
Jacek Caban [Sat, 8 Mar 2008 19:14:38 +0000 (20:14 +0100)] 
mshtml: Added IHTMLScriptElement:get_type implementation.