Vincent Povirk
|
1efa69c618
|
atl100/tests: Check Administrators group if UAC is disabled.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-23 13:25:31 +09:00 |
|
Qian Hong
|
852f6a5bcc
|
atl: Added stub AtlIPersistPropertyBag_Save.
|
2015-05-26 20:08:54 +09:00 |
|
Nikolay Sivov
|
7839aa22c3
|
atl100/tests: Fixed some leaks (Valgrind).
|
2015-05-05 18:51:15 +09:00 |
|
Qian Hong
|
412a070e49
|
atl100/tests: Added tests for AtlAxCreateControlEx.
|
2015-01-22 21:55:07 +01:00 |
|
Qian Hong
|
ec52a1f557
|
atl: Improved content type handling of AtlAxCreateControlEx.
|
2015-01-22 21:55:02 +01:00 |
|
Qian Hong
|
6756049be4
|
atl: Don't conflict GWLP_USERDATA with user applications.
|
2015-01-15 11:39:35 +01:00 |
|
Qian Hong
|
e1999c2a0e
|
atl100/tests: Added tests for AtlAxAttachControl.
|
2015-01-15 11:39:32 +01:00 |
|
Qian Hong
|
0486b4368d
|
atl100/tests: Added more tests for class AtlAxWin100 and AtlAxWinLic100.
|
2015-01-14 20:31:10 +01:00 |
|
Jacek Caban
|
f900bb5cbc
|
atl: Added typelib.
|
2014-09-01 21:10:12 +02:00 |
|
Jacek Caban
|
062f92a99c
|
atl: Added AtlAxCreateControlLic(Ex) stubs.
|
2014-07-22 14:25:58 +02:00 |
|
Francois Gouget
|
9eaf355130
|
atl100/tests: Skip the test_regcat() tests if we don't have elevated privileges.
|
2014-02-17 20:16:17 +01:00 |
|
Jacek Caban
|
1334fd9d70
|
atl: Moved source files from atl100 to atl directory.
|
2014-02-14 11:52:41 +01:00 |
|
Jacek Caban
|
16acd97eb0
|
atl: Moved AtlRegisterTypeLib to atl.c to avoid importing atl80.dll in atl.dll.
|
2014-02-13 19:09:26 +01:00 |
|
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 |
|
Jacek Caban
|
61051202a1
|
atl80: Share atl.c with atl100.
|
2014-01-29 14:50:45 +01:00 |
|
Jacek Caban
|
a9a3e3957d
|
atl110: Share atl_ax.c with atl100.
|
2014-01-29 14:50:44 +01:00 |
|
Jacek Caban
|
3f9b3718e9
|
atl80: Share atl_ax.c with atl100.
|
2014-01-28 14:31:45 +01:00 |
|
Frédéric Delanoy
|
0bdd0465c1
|
atl100/tests: Use common wine_dbgstr_guid implementation from test.h.
|
2014-01-28 11:44:18 +01:00 |
|
Jacek Caban
|
1a13012605
|
atl90: Share atl_ax.c with atl100.
|
2014-01-27 14:13:18 +01:00 |
|
Andrey Gusev
|
be367393c9
|
Assorted typos fixes.
|
2014-01-13 17:37:42 +01:00 |
|
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
|
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
|
Nikolay Sivov
|
288f3aca62
|
atl: Implement AtlComModuleRevokeClassObjects().
|
2013-12-09 14:35:53 +01:00 |
|
Dmitry Timoshkov
|
454243aa54
|
atl100: Print file name in the failure message and fix a typo.
|
2013-10-29 10:19:50 +01:00 |
|
Dmitry Timoshkov
|
87d8250117
|
atl100: ReadFile doesn't directly return an error code.
|
2013-10-28 10:47:14 +01:00 |
|
Dmitry Timoshkov
|
22cb898c9e
|
atl100: Drop file attribute when opening an existing file and specify appropriate sharing mode.
|
2013-10-28 10:47:05 +01:00 |
|
Qian Hong
|
6c8a2ba7c6
|
atl100: Trace ATL version and keep debug channel consistent.
|
2013-10-17 12:58:53 +02:00 |
|
Qian Hong
|
8d18b89346
|
atl100: Fixed AtlAdvise and AtlUnadvise crashing with NULL pUnkCP.
|
2013-05-28 19:43:35 +02:00 |
|
Qian Hong
|
af59b20c80
|
atl100: Added stub for AtlIPersistPropertyBag_Load.
|
2013-05-28 19:43:27 +02:00 |
|
Alexandre Julliard
|
b2accc42c0
|
atl100: Don't bother to free memory at process exit.
|
2013-05-16 12:50:07 +02:00 |
|
Qian Hong
|
ed62fcb700
|
atl100: Fixed register class types in AtlAxWinInit.
|
2013-03-25 16:22:25 +01:00 |
|
Qian Hong
|
ef601fcb7e
|
atl100: Fixed register class names in AtlAxWinInit.
|
2013-03-25 16:22:15 +01:00 |
|
Qian Hong
|
c02bf8817e
|
atl100/tests: Added class name test for AtlAxWinInit.
|
2013-03-25 16:22:11 +01:00 |
|
Jactry Zeng
|
50e323502e
|
atl100: Added AtlSetPerUserRegistration stub implementation.
|
2013-03-14 12:01:55 +01:00 |
|
Jacek Caban
|
68a4c30e8b
|
atl100: Added AtlComModuleRegisterClassObjects implementation (based on AtlModuleRegisterClassObjects).
|
2013-02-08 12:07:49 +01:00 |
|
Jacek Caban
|
0333b758b2
|
atl100: Added AtlGetPerUserRegistration stub implementation.
|
2013-01-25 17:30:26 +01:00 |
|
Jacek Caban
|
59881c142e
|
atl100: Added stubs for AtlAxDialogBox[AW].
|
2013-01-16 20:26:59 +01:00 |
|
Jacek Caban
|
022d02cca5
|
atl100: Don't leak TLIBATTR in AtlComModuleUnregisterServer.
|
2013-01-15 14:38:45 +01:00 |
|
Jacek Caban
|
4ad22987bc
|
atl100: Added AtlGetObjectSourceInterface tests.
|
2013-01-15 14:38:40 +01:00 |
|
Jacek Caban
|
852a42e275
|
atl100: Added AtlGetObjectSourceInterface implementation.
|
2013-01-15 14:38:34 +01:00 |
|
Jacek Caban
|
ca5ded2873
|
atl100: Added AtlComModuleUnregisterServer implementation.
|
2013-01-14 17:30:06 +01:00 |
|
Jacek Caban
|
0c67e653c0
|
atl100: Added AtlWaitWithMessageLoop implementation.
|
2013-01-10 16:05:44 +01:00 |
|
Michael Stefaniuc
|
4bdb5b55ec
|
atl100: Fix a mem leak on an error path (Smatch).
|
2013-01-07 11:09:23 +01:00 |
|
Jacek Caban
|
6de3e39aa4
|
atl100: Added AtlUnadvise implementation.
|
2013-01-03 11:58:48 +01:00 |
|
Jacek Caban
|
e57b22b960
|
atl100: Added AtlAdvise implementation.
|
2013-01-03 11:58:48 +01:00 |
|
Jacek Caban
|
9704fcaf73
|
atl100: Fixed NULL catmap handling in AtlRegisterClassCategoriesHelper.
|
2013-01-02 13:10:25 +01:00 |
|
Jacek Caban
|
7d23d3ecd6
|
atl100: Added support for typelibs in separate files in AtlLoadTypeLib.
|
2012-12-28 20:32:38 +01:00 |
|
Jacek Caban
|
1a111423dd
|
atl100: Fixed a typo.
|
2012-12-26 18:23:05 +01:00 |
|
Jacek Caban
|
56c094186f
|
atl100: Added AtlRegisterClassCategoriesHelper implementation.
|
2012-12-24 17:35:08 +01:00 |
|