Commit Graph

37 Commits

Author SHA1 Message Date
Jacek Caban f285b06738 atl: Share sources with atl100 instead of forwarding calls. 2014-02-13 19:09:13 +01:00
Jacek Caban 383cacea8f atl: Share atl_ax.c with atl100. 2014-02-13 19:06:47 +01:00
Qian Hong af59b20c80 atl100: Added stub for AtlIPersistPropertyBag_Load. 2013-05-28 19:43:27 +02:00
Qian Hong 6b616f3ea8 atl: Don't forward AtlAxWinInit to atl100. 2013-03-25 16:23:10 +01:00
Jacek Caban 59881c142e atl100: Added stubs for AtlAxDialogBox[AW]. 2013-01-16 20:26:59 +01:00
Jacek Caban 852a42e275 atl100: Added AtlGetObjectSourceInterface implementation. 2013-01-15 14:38:34 +01:00
Jacek Caban 0c67e653c0 atl100: Added AtlWaitWithMessageLoop implementation. 2013-01-10 16:05:44 +01:00
Jacek Caban 526fe933be atl100: Added AtlRegisterClassCategoriesHelper stub. 2012-12-13 12:05:49 +01:00
Jacek Caban fed2d49fd9 atl: Don't forward AtlModule* calls to atl100.dll. 2012-11-22 14:53:27 +01:00
Jacek Caban 8cfe856b17 atl: Added AtlGetVersion implementation. 2012-11-21 13:36:54 +01:00
Jacek Caban 84587b689e atl100: Moved more function implementations to atl100. 2012-11-21 13:36:47 +01:00
Alexandre Julliard 40ac96d762 atl: Implemented AtlCreateTargetDC. 2010-06-14 14:13:52 +02:00
André Hentschel 2d658e656f atl: Reuse code of AtlModuleRegisterWndClassInfoW for AtlModuleRegisterWndClassInfoA. 2010-05-25 17:02:48 +02:00
Rob Shearman be16475191 atl: Add stubs for AtlIPersistStreamInit_Load and AtlIPersistStreamInit_Save.
Based on a patch by Anastasius Focht and information from Inside ATL.
2007-04-30 12:33:45 +02:00
Rob Shearman fec8156cc3 atl: Implement AtlComQIPtrAssign. 2007-04-30 12:33:26 +02:00
Andrey Turkin 6ecdc5bbeb atl: AtlAxGetHost and AtlAxGetControl implementation. 2006-11-13 14:43:02 +01:00
Andrey Turkin 7c5f011c11 atl: Implement AtlAxAttachControl. 2006-11-13 14:34:26 +01:00
Andrey Turkin 7dff8c19ee atl: Implement AtlAxCreateDialogA and AtlAxCreateDialogW. 2006-11-02 21:21:15 +01:00
Andrey Turkin 821aae4f9f atl: Implement AtlAxCreateControl and AtlAxCreateControlEx. 2006-11-02 21:16:20 +01:00
Andrey Turkin b7ec4de7c6 atl: Implement AtlModuleAddCreateWndData and AtlModuleExtractCreateWndData. 2006-11-02 21:14:18 +01:00
Andrey Turkin abc3769ad2 atl: Implement AtlPixelToHiMetric and AtlHiMetricToPixel. 2006-11-02 21:12:08 +01:00
James Hawkins b865c07db9 atl: Add a stub implementation of AtlModuleLoadTypeLib. 2006-06-22 12:04:42 +02:00
Robert Shearman 124c3a8f7c atl: Add a stub for AtlModuleRegisterWndClassInfoW. 2006-06-14 13:40:30 +02:00
Ulrich Czekalla 9da8128e4f atl: Implement AtlComPtrAssign.
According to MSDN AtlModuleInit should initialize the modules critical
sections.
2005-12-26 12:55:22 +01:00
Jacek Caban 69b54d4edc Added AtlAxCreateControl stub implementation. 2005-11-28 11:28:19 +01:00
Vitaly Lipatov 63ad711089 AtlAxWinInit dummy implementation. 2005-11-07 16:38:31 +00:00
Jacek Caban a54da42ef3 Added AtlModuleAddTermFunc implementation. 2005-10-06 12:29:02 +00:00
Alexandre Julliard d37f0abf07 Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
2005-08-08 17:35:28 +00:00
Jacek Caban 3475dcdb93 Added implementation of DllCanUnloadNow. 2005-03-17 10:24:42 +00:00
Jason Edmeades 9f81a801c2 Add stub for GetClassObject function. 2005-03-07 11:02:31 +00:00
Mike McCormack a5fb277fc4 Stub implementation for some functions. 2005-01-19 17:00:32 +00:00
Mike McCormack 4effec1419 Stub implementation for AtlModuleRegisterServer. 2004-12-27 17:08:08 +00:00
James Hawkins 407c84e5b5 Stub implementation of AtlModuleUnregisterServerEx. 2004-09-28 03:14:11 +00:00
Stefan Leichter 26e6168440 Added stub for AtlModuleUpdateRegistryFromResourceD. 2004-09-02 20:06:39 +00:00
Steven Edwards be2c020ce4 Implemented DllRegisterServer and DllUnregisterServer. 2004-08-13 00:38:59 +00:00
Steven Edwards 9719aace66 Implemented AtlModuleTerm. 2004-08-11 18:47:52 +00:00
Aric Stewart 4bd374fa07 First implementation of the Advanced Template Library, with just a few
functions implemented.
2004-07-06 21:01:18 +00:00