atl: Changed AtlModuleInit FIXME to TRACE.
[wine] / dlls / atl / atl_main.c
2012-12-27  Jacek Cabanatl: Changed AtlModuleInit FIXME to TRACE.
2012-12-13  Jacek Cabanatl: Merge registrar.c into atl_main.c.
2012-12-12  Jacek Cabanatl: Added locking to AtlModuleAddCreateWndData.
2012-12-11  Jacek Cabanatl: Reimplemented AtlModuleLoadTypeLib on top of AtlLo...
2012-12-10  Jacek Cabanatl: Don't call HeapFree on module argument in AtlModul...
2012-12-10  Jacek Cabanatl: Allow version-based differences in struct layouts.
2012-11-21  Jacek Cabanatl: Added AtlGetVersion implementation.
2012-11-21  Jacek Cabanatl100: Moved more function implementations to atl100.
2012-10-23  André Hentschelatl: Warn when CoRegisterClassObject fails.
2011-05-16  Marcus Meissneratl: Mark hInst variable as hidden.
2011-05-03  Alexandre Julliardatl: Only return a window procedure in AtlModuleRegiste...
2011-04-28  Alexandre Julliardatl: Specify the correct instance and cursor when regis...
2010-07-23  Piotr Cabanatl: Improved AtlInternalQueryInterface implementation.
2010-06-17  Piotr Cabanatl: Pass correct arguments to fuctions executed by...
2010-06-15  Marcus Meissneratl: Also handle struct sizes for 64bit.
2010-06-14  Alexandre Julliardatl: Implemented AtlCreateTargetDC.
2010-05-25  Alexandre Julliardatl: Fix formatting of generated class name for 64...
2010-05-25  André Hentschelatl: Reuse code of AtlModuleRegisterWndClassInfoW for...
2010-02-02  Alexandre Julliardatl: The object map entries for version 1 don't have...
2007-06-13  Francois GougetAdd API documentation stubs to make winapi_check happy.
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-02-14  Francois GougetAssorted spelling fixes.
2007-02-07  Francois Gougetatl: Better match the PSDK types and fix the winapi_che...
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-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-07  Michael Stefaniucatl: Win64 printf format warning fixes.
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-07  Vitaly LipatovAtlAxWinInit dummy implementation.
2005-10-18  Vincent BéronCorrect AtlModuleAddTermFunc prototype.
2005-10-06  Jacek CabanAdded AtlModuleAddTermFunc implementation.
2005-08-24  Aric StewartVersion 1 atl modules only have a structure size of...
2005-08-19  Aric StewartIn AtlModuleInit do not call initialization procedures...
2005-08-08  Stefan LeichterBasic implementation of AtlModuleUpdateRegistryFromReso...
2005-04-22  Francois GougetAdd a definition for _ATL_REGMAP_ENTRY in atlbase.h.
2005-03-16  Jacek CabanUse ATLRegistrar to register atl.dll.
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-11  Steven EdwardsImplemented AtlModuleTerm.
2004-07-06  Aric StewartFirst implementation of the Advanced Template Library...