-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
executable file
·73 lines (50 loc) · 2.35 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
2005-05-23 Laurent Morichetti <l_m@users.sourceforge.net>
* ACDOptionsDlg.cpp:
* ACDPropertyPage.cpp: Cleanups.
* ACDExt.rc: Increased revision number.
2005-05-18 Laurent Morichetti <l_m@users.sourceforge.net>
* ACDVirtualCP.h:
* ACDVirtualCP.cpp:
* ACDPropertyPage.hpp:
* ACDPropertyPage.cpp: Added support for DeviceInterfaceChange notification.
2005-05-16 Laurent Morichetti <l_m@users.sourceforge.net>
* ACDExt.rc: Increased revision number.
2005-05-16 Laurent Morichetti <l_m@users.sourceforge.net>
* WinACD 0.2.1 refresh (now using MFC).
2005-05-05 Laurent Morichetti <l_m@users.sourceforge.net>
* ACDHidDev.[cpp|h]: Moved to the ACDUtils library.
* acd.ico: Inital commit.
* ACDExt.vcproj: Removed ACDHidDev and added dep on ACDUtils.
* resource.h:
* ACDExt.rc:
* ACDShlExt.cpp: New property page layout. Added Options dialog.
2005-05-01 Laurent Morichetti <l_m@users.sourceforge.net>
* ACDExt.vcproj: Statically link against runtime so that we do not
have to package the vcrt DLLs in the distribution.
* ACDHidDev.[h|cpp]: The HID Device instance owns the handle to the driver.
It should close it in the destructor.
* ACDShlExt.cpp: Fixed the double delete bug when unloading the DLL.
* ACDShlExt.rgs: Changed ShellEx entry name.
* stdafx.h: Added #include for commctrl.h
* ACDExt.rc:
* acdext.dll.manifest:
* resource.h: Cleanups.
* LICENSE.txt: Initial commit.
2005-04-24 Laurent Morichetti <l_m@users.sourceforge.net>
* ACDExt.vcproj: Added a new file item ".\acdext.dll.manifest" for
xp themes support. See comment for the new file. Added
ISOLATION_AWARE_ENABLED preprocessor definition.
* ACDHidDev.cpp ACDHidDev.h: Constness changes. Added a new accessor
for the hid device handle.
* ACDShlExt.cpp: Close the unused handles we create when scanning the
system hid devices. Make sure we also close the ACD hid handles when the
psp goes away.
* resource.h ACDExt.rc: Increased revision. Some PSP Dialog properties
changes and added a new resource entry for the dll.manifest.
* ReadMe: Generated by VS.
* acdext.dll.manifest: New file. This manifest is used by the system
to load comctl32 v6.0 instead of the default v5.8. 6.0 contains the new
themed controls and is required if we want to have the same look and
feel as the other PSP in the device panel.
2005-04-22 Laurent Morichetti <l_m@users.sourceforge.net>
* Inital commit.