Moved mciavi32 to the top-level dlls directory.
[wine] / include /
2005-08-23  Alexandre JulliardAdded a separate set_handle_cached_fd request instead...
2005-08-23  Jacek CabanAdded more definitions.
2005-08-23  Kevin KoltzauFix pointer cast warnings in 64bit.
2005-08-23  Oliver StieberTidy up d3d9 and finalize passing d3d9 calls to wined3d...
2005-08-23  Kevin KoltzauProperly declare handles.
2005-08-23  Michael KaufmannAdded SB_SIMPLEID.
2005-08-22  Gerald PfeiferPrefer sys/limits.h over machine/limits.h.
2005-08-22  Kevin KoltzauFix 'cast from pointer to integer of different size...
2005-08-22  Kai BlinAdded SEC_WINNT_AUTH_IDENTITY struct.
2005-08-22  Jacek CabanFix RegisterWindowMessage declaration and improve debug...
2005-08-18  Felix NawothnigMake string elements of MCI_OPEN_PARMS const to match...
2005-08-18  Juan LangAdd/update a few definitions.
2005-08-18  Felix NawothnigMake the destination pointers of Interlocked* functions...
2005-08-17  Oliver StieberCopy the parser and cross compiler from d3d8 and update...
2005-08-17  Oliver StieberTidy up vertex shaders and bring the current code inlin...
2005-08-16  Juan LangAdd more missing definitions, and correct a prototype.
2005-08-16  Francois GougetDeclare PNTSTATUS in lmaccess.h and ntsecapi.h to match...
2005-08-15  Alexandre JulliardAdded a WINE_NO_UNICODE_MACROS define to allow Winelib...
2005-08-15  Michael JungAdded CLSID_FolderShortcut definition.
2005-08-15  Phil KrylovAdded EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW messag...
2005-08-15  Frank RichterAdd WC_EDIT and WC_LISTBOX.
2005-08-12  Jacek CabanFix Show*HTMLDialog declarations.
2005-08-12  Mike McCormackAdd a configure test for xmlReadMemory.
2005-08-11  Kai BlinAdded more secur32.dll tests and fixed missing constants in
2005-08-11  Frank RichterAdd WC_COMBOBOX.
2005-08-11  Alexandre JulliardAdded a wine_get_dos_file_name function in kernel32...
2005-08-11  Alexandre JulliardAdded a wine_unix_to_nt_file_name function to do proper...
2005-08-11  Dmitry TimoshkovAdd some missing LDAP definitions.
2005-08-11  Steven EdwardsCorrect definition of SFGAO_STORAGEANCESTOR.
2005-08-10  Hans LeidekkerSynchronize winldap.h with winldap_private.h.
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-08-10  Vincent BéronUse #include "foo.h" for including Windows headers...
2005-08-10  Mike McCormackFix gcc 4.0 warnings.
2005-08-09  Mike McCormackCorrect OFSTRUCT declaration.
2005-08-08  Alexandre JulliardAdded a prototype for DllGetVersion to enable type...
2005-08-08  Alexandre JulliardAdded an unmount_device request that invalidates all...
2005-08-08  Detlef Riekenberg- Access rights for Printserver, Printers and Printjobs...
2005-08-08  Alexandre JulliardRemoved some unused or redundant configure checks.
2005-08-08  Jacek CabanAdded hlink.idl.
2005-08-08  Daniel RemenakAdd some definitions necessary for force feedback.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-08-03  Alexandre JulliardMerged some of the header checks to reduce the size...
2005-08-03  Peter ÅstrandImplemented an Esound driver.
2005-08-03  Robert ShearmanAdd stubs for NdrMapCommAndFaultStatus, conformant...
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-08-03  Oliver StieberMove the setting of states from device to basetexture...
2005-08-02  Alexandre JulliardImplemented a few trivial ntdll functions that have...
2005-08-02  Mike McCormackInitial implementation of msxml3 based on libxml2.
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-08-01  Alexandre JulliardProperly sort the function prototypes.
2005-08-01  Oliver StieberAdded stubbed support for ScriptGetFontProperties.
2005-07-29  Peter OberndorferAdded stub for SymSetParentWindow.
2005-07-29  Daniel RemenakDetect force-feedback-capable linux event device joysti...
2005-07-28  Alexandre JulliardAdded a few error codes.
2005-07-28  Mike McCormackFix some typos in the idl definitions.
2005-07-28  Mike McCormackAdd a definition for the IXMLDOMElement interface.
2005-07-28  Paul VriensVerQueryValue returns BOOL not DWORD.
2005-07-28  Steven EdwardsCorrect RegCreateKeyEx[A/W] prototype to match the...
2005-07-27  Oliver StieberChanged swapchains held by the device from an array...
2005-07-27  Steven EdwardsAdd stub implementation of the Uniscribe Script Processor.
2005-07-27  Huw DaviesAdd the 'flag' types: FCHAR, FSHORT and FLONG.
2005-07-26  Alexandre JulliardMake CONST_VTABLE the default in the Wine source.
2005-07-26  Oliver StieberMakes sure any internal reference counting is passed...
2005-07-26  Alexandre JulliardUncomment the typedef in the DECLARE_INTERFACE macro...
2005-07-26  Hans LeidekkerCorrect prototype for ldap_search_ext_s.
2005-07-26  Thomas WeidenmuellerAdded stubs for objsel.dll and objsel.h.
2005-07-26  Oliver StieberImplement resource tracking, require for reset and...
2005-07-24  Matthew DavisonAdded some definitions to odbcinst.h.
2005-07-24  Vincent BéronRemove multiple declarations of the same function,...
2005-07-22  Francois GougetTweak some prototypes to be closer to the PSDK.
2005-07-22  Huw DaviesImplement the undocumented StartDocDlg[A|W]. These...
2005-07-22  Francois GougetAdd some missing SEE_MASK_* flags.
2005-07-21  Saulius Krasuckas- Declare implemented functions inside #ifndef _DEBUG...
2005-07-21  James HawkinsDefine the DOCHOSTUIDBLCLK enumeration.
2005-07-20  Alexandre JulliardGet rid of cursoricon.h.
2005-07-20  Daniel RemenakBasic handling of EM_SETTEXTEX.
2005-07-19  Kevin KoltzauDefine 64bit PE structures.
2005-07-18  Juan LangAdded a bunch more definitions.
2005-07-18  Robert ShearmanImplement and test GdiGetCharDimensions.
2005-07-18  Felix NawothnigImplement RegGetValueA/W.
2005-07-18  Robert Shearman- Change the default user SID to match what was previou...
2005-07-18  Kevin KoltzauDefine x86_64 context.
2005-07-18  Hans LeidekkerStub implementations for GetUserNameEx{A,W}, TranslateN...
2005-07-18  Hans LeidekkerFix pointer signedness and missing declarations warnings.
2005-07-18  Hans LeidekkerFix some -Wmissing-declarations warnings.
2005-07-18  Hans LeidekkerStubs for GetAddressByName{A,W}.
2005-07-18  Juan LangAdd/correct a couple definitions, allow hashing nothing.
2005-07-15  Hans LeidekkerConfigure checks for OpenLDAP headers and libraries.
2005-07-15  Frank RichterAdd support for drawing gradient captions.
2005-07-15  Alexandre JulliardSort the SPI_* constants and remove some duplicates.
2005-07-15  Hans LeidekkerLink directly to liblcms.
2005-07-15  Dmitry TimoshkovUse SIZE_T type for size variables in NTDLL when approp...
2005-07-15  Paul VriensAdd missing member to WINTRUST_DATA struct.
2005-07-14  Jacek CabanAdded MSHTML library declaration.
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-14  Kevin KoltzauDefine GCM_RIGHTMOUSEDROP.
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Juan LangAdd more missing definitions.
2005-07-13  Jacek CabanAdded downloadmgr.idl.
2005-07-13  Alexandre JulliardGet rid of the boot_done request.
next