dinput/tests: Add test to show dinput does not use user defined data format for keyboard.
[wine] / dlls / hlink /
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-29  Andrew Talbothlink: Assign to struct instead of using memcpy.
2008-02-04  Jacek Cabanhlink: Don't prefer native version.
2008-02-04  Jacek Cabanhlink: Added standard comments.
2008-02-04  Jacek Cabanhlink: Added HlinkResolveMonikerForData tests.
2008-02-04  Jacek Cabanhlink: Added HlinkResolveMonikerForData implementation.
2008-02-04  Jacek Cabanhlink: Added HlinkParseDisplayName tests.
2008-02-04  Jacek Cabanhlink: Added HlinkParseDisplayName implementation.
2008-02-04  Jacek Cabanhlink: Call AddRef of correct interface in ExtServUnk_Q...
2008-01-14  Dan Kegelhlink/tests: Skip tests if hlink couldn't be created.
2007-12-26  Rob Shearmanhlink: Fix memory leak by freeing extension services...
2007-12-17  Rob Shearmanhlink: Fix some memory leaks in the tests.
2007-12-10  Francois Gougethlink: Fix the HlinkUpdateStackItem() prototype.
2007-12-10  Michael Stefaniuchlink: Rename the wrappers around HeapAlloc() &Co to...
2007-12-06  Jacek Cabanhlink: Added IHttpNegotiate interface to ExtensionService.
2007-11-21  Jacek Cabanhlink: Added HlinkCreateExtensionServices tests.
2007-11-21  Jacek Cabanhlink: Added HlinkCreateExtensionServices implementation.
2007-11-21  Jacek Cabanhlink: Wrap heap functions.
2007-11-21  Jacek Cabanhlink: Move common includes and function declarations...
2007-11-21  Jacek Cabanhlink: Added HlinkUpdateStackItem stub.
2007-11-19  Jacek Cabanshdocvw: Set default home and search page.
2007-11-13  Jacek Cabanhlink: Added HlinkGetSpecialReference implementation.
2007-09-27  Jacek Cabanhlink: Added HlinkGetSpecialReference stub.
2007-06-12  Rob Shearmanuuid: Add hlink CLSIDs.
2007-05-24  Rob Shearmanhlink: Improve the loading of hlinks.
2007-05-24  Rob Shearmanhlink: Improve the saving of hlinks by documenting...
2007-05-24  Rob Shearmanhlink: Fix HlinkCreateFromString to create a URL monike...
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-10-09  Michael Stefaniuchlink: Win64 printf format warning fixes.
2006-09-29  Michael Stefaniuc"One liners" printf format warning fixes for the migrat...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-20  Andrew Talbothlink: Cast-qual warnings fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-03  Dmitry Timoshkovhlink: Avoid double computation of the string length.
2006-08-02  Jacek Cabanhlink: Added HlinkTranslateURL tub implementation.
2006-08-02  Jacek Cabanhlink: Added HlinkIsShortcut implementation.
2006-08-01  Mike McCormackhlink: Use ShellExecute to start the link if we can...
2006-08-01  Mike McCormackhlink: Add a short test case.
2006-08-01  Mike McCormackhlink: Use CoTaskMemAlloc when returning memory to...
2006-08-01  Mike McCormackhlink: Create a strdupW function and use it.
2006-07-24  Mike McCormackhlink: Implement HlinkNavigateToStringReference.
2006-07-24  Mike McCormackhlink: Only release an object that we successfully...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-19  Mike McCormackhlink: Add a stub implementation for HlinkNavigateToStr...
2006-06-16  Ulrich Czekallahlink: Fix typo. We should set hl not ppvObj.
2006-06-09  Alexandre Julliardhlink: Add spec file entry for HlinkQueryCreateFromData.
2006-06-07  Mike McCormackhlink: Implement DllRegisterServer.
2006-06-07  Mike McCormackhlink: Add a basic implementation (based on work by...
2006-06-07  Mike McCormackhlink: Add a stub implementation (based on Aric Stewart...