mshtml: Added IActiveScriptDebug32 stub implementation.
[wine] / dlls / atl /
2008-04-01  Rob ShearmanRemove superfluous semicolons from IDL files.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-11  Andrew Talbotatl: Assign to structs instead of using memcpy.
2008-02-04  Marcus Meissneratl: Check for NULL.
2007-11-19  Michael Stefaniucdlls: Remove duplicate includes.
2007-08-23  Paul Vriensatl: Replace SHDeleteKeyW with RegDeleteTreeW and get...
2007-06-13  Francois GougetAdd API documentation stubs to make winapi_check happy.
2007-06-07  Vitaliy Margolenatl: Use CallWindowProc instead of calling old window...
2007-06-01  Dmitry Timoshkovatl: Fix compilation warnings in 64-bit mode.
2007-04-30  Rob Shearmanatl: Add stubs for AtlIPersistStreamInit_Load and AtlIP...
2007-04-30  Rob Shearmanatl: Implement AtlComQIPtrAssign.
2007-04-25  Rob Shearmanatl: AtlModuleGetClassObject should store an intermedia...
2007-04-25  Rob Shearmanatl: Use the first entry in the object map in AtlIntern...
2007-04-04  Rob Shearmanatl: AddRef the object being returned in AtlInternalQue...
2007-04-03  Andrew Talbotatl: Constify some variables.
2007-03-21  Rob Shearmanatl: Add support for the registrar parameter of AtlModu...
2007-03-21  Rob Shearmanatl: Add support for the pMapEntries parameter to AtlMo...
2007-03-07  Jacek Cabanatl: Compare file handle to INVALID_HANDLE_VALUE to...
2007-02-14  Francois GougetAssorted spelling fixes.
2007-02-13  Michael Stefaniucatl: Fix a comparison between signed and unsigned.
2007-02-07  Francois Gougetatl: Better match the PSDK types and fix the winapi_che...
2007-02-06  Francois Gougetatl: Protect atlwin.h against multiple inclusions.
2006-12-26  Alexandre Julliardmakedep: Add support for magic comments in .rc files...
2006-12-24  Alexandre Julliardmake_makefiles: Automatically add IDL header targets...
2006-12-14  Dmitry Timoshkovatl: Make some data const.
2006-12-05  Andrew Talbotatl: Change storage class of dll_count to static.
2006-11-13  Andrey Turkinatl: Implement AtlModuleRegisterServer.
2006-11-13  Andrey Turkinatl: Implement AtlRegisterLoadTypeLib.
2006-11-13  Andrey Turkinatl: Implement AtlModuleLoadTypeLib.
2006-11-13  Andrey Turkinatl: Fix incorrect prototypes.
2006-11-13  Andrey Turkinatl: AtlAxGetHost and AtlAxGetControl implementation.
2006-11-13  Andrey Turkinatl: Host component implementation: IOleControlSite.
2006-11-13  Andrey Turkinatl: Host component implementation: IOleInPlaceFrame.
2006-11-13  Andrey Turkinatl: Host component implementation: IOleInPlaceSiteWind...
2006-11-13  Andrey Turkinatl: Host component implementation: IOleContainer.
2006-11-13  Andrey Turkinatl: Implement AtlAxAttachControl.
2006-11-13  Andrey Turkinalt: Host component implementation: IOleClientSite.
2006-11-07  Michael Stefaniucatl: Move the storage specifier to the beginning of...
2006-11-02  Andrey Turkinatl: Implement AtlAxCreateDialogA and AtlAxCreateDialogW.
2006-11-02  Andrey Turkinatl: Implement AtlAxCreateControl and AtlAxCreateControlEx.
2006-11-02  Andrey Turkinatl: Implement AtlModuleAddCreateWndData and AtlModuleE...
2006-11-02  Andrey Turkinatl: Implement AtlAxWinInit and AtlAxWin window procedure.
2006-11-02  Andrey Turkinatl: Implement AtlPixelToHiMetric and AtlHiMetricToPixel.
2006-10-18  Andrew Talbotatl: Cast-qual warnings fix.
2006-10-16  Alexandre JulliardMake.rules: Added support for building IDL client/proxy...
2006-10-07  Michael Stefaniucatl: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-22  James Hawkinsatl: Add a stub implementation of AtlModuleLoadTypeLib.
2006-06-15  Robert Shearmanatl: Add a partial implementation of AtlModuleRegisterW...
2006-06-14  Robert Shearmanatl: Add a stub for AtlModuleRegisterWndClassInfoW.
2006-06-12  Robert Shearmanatl: Implement AtlModuleGetClassObject.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-26  Ulrich Czekallaatl: Implement AtlComPtrAssign.
2005-12-02  Francois GougetFix the AtlAxWinInit() prototype.
2005-11-28  Jacek CabanAdded AtlAxCreateControl stub implementation.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-18  Jacek CabanFix parsing '{' char.
2005-11-07  Vitaly LipatovAtlAxWinInit dummy implementation.
2005-10-18  Vincent BéronCorrect AtlModuleAddTermFunc prototype.
2005-10-06  Jacek CabanAdded AtlModuleAddTermFunc implementation.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-09-02  Stefan LeichterFixed id of the REGISTRY resource.
2005-08-24  Aric StewartVersion 1 atl modules only have a structure size of...
2005-08-22  Kevin KoltzauFix 'cast to pointer from integer of different size...
2005-08-22  Stefan LeichterPrint something useful in trace and fixme.
2005-08-19  Aric StewartIn AtlModuleInit do not call initialization procedures...
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Stefan LeichterBasic implementation of AtlModuleUpdateRegistryFromReso...
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-22  Mike McCormackAdd some missing declarations.
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-22  Francois GougetAdd a definition for _ATL_REGMAP_ENTRY in atlbase.h.
2005-03-21  Jacek CabanKey words and replacements are case insensitive.
2005-03-19  Jacek CabanAdded implementation of File[Un]Register and Resource...
2005-03-18  Jacek CabanFixed atl.rgs.
2005-03-18  Jacek CabanKeys may have only one of attributes.
2005-03-17  Mike McCormackFix dependencies.
2005-03-17  Jacek CabanAdded implementation of DllCanUnloadNow.
2005-03-16  Jacek CabanUse ATLRegistrar to register atl.dll.
2005-03-14  Jacek CabanAdded implementation of ATLRegistrar.
2005-03-07  Jason EdmeadesAdd stub for GetClassObject function.
2005-01-19  Mike McCormackStub implementation for some functions.
2004-12-27  Mike McCormackStub implementation for AtlModuleRegisterServer.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-28  James HawkinsStub implementation of AtlModuleUnregisterServerEx.
2004-09-02  Stefan LeichterAdded stub for AtlModuleUpdateRegistryFromResourceD.
2004-09-01  Stefan LeichterCheck for NULL before doing IsEqualGUID() in
2004-08-30  Steven EdwardsAdd DllRegisterServer and friends for mlang.
2004-08-13  Steven EdwardsImplemented DllRegisterServer and DllUnregisterServer.
2004-08-11  Steven EdwardsImplemented AtlModuleTerm.
next