Parent Directory
|
Revision Log
2005-12-11 Timo Schulz <ts@g10code.com> * wptW32API.cpp (get_file_version): New. * wptGPGUtil.cpp (create_process): Always hide window. * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close' instead of 'Exit'. * wptKeyManager.cpp (km_http_import): New filename generation code. (km_send_to_mail_recipient): Cleanups. * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog. * wptKeyManagerDlg.cpp (update_ui_items): Handle the case when multiple keys are selected. (popup_multiple): New. * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe file versions are equal. Rewrote --keymanager code. Removed temporary w32gpgme dirctory, all code is now in Src. Changed configure files.
1 | twoaday | 121 | 2005-12-11 Timo Schulz <[email protected]> |
2 | |||
3 | * wptGPG.h: New prototypes. | ||
4 | |||
5 | twoaday | 119 | 2005-12-08 Timo Schulz <[email protected]> |
6 | |||
7 | * wptKeyEdit.h (cleanKey): New. | ||
8 | |||
9 | werner | 116 | 2005-12-02 Werner Koch <[email protected]> |
10 | |||
11 | * wptW32API.h (html_help_dispatch, html_help_deinit) | ||
12 | (html_help_init) [!_MSC_VER]: Use nop statements and not a | ||
13 | literal. | ||
14 | |||
15 | twoaday | 109 | 2005-12-01 Timo Schulz <[email protected]> |
16 | |||
17 | * wptGPG.h (get_gpg_sigstat): New. | ||
18 | |||
19 | twoaday | 105 | 2005-11-30 Timo Schulz <[email protected]> |
20 | |||
21 | * wptFileManager.h: Add data constants. | ||
22 | |||
23 | twoaday | 80 | 2005-11-16 Timo Schulz <[email protected]> |
24 | |||
25 | * wptVersion.h: Define WIN32_LEAN_AND_MEAN. | ||
26 | * wptW32API.h: Dummy for the HTML help. | ||
27 | |||
28 | twoaday | 77 | 2005-11-12 Timo Schulz <[email protected]> |
29 | |||
30 | * wptW32API.h: Remove FILE_SAVE, FILE_OPEN. These constants | ||
31 | are declared somewhere which leads to complications. | ||
32 | |||
33 | twoaday | 73 | 2005-11-07 Timo Schulz <[email protected]> |
34 | |||
35 | * wptVersion.h: Removed MODERN_BUILD directive and removed | ||
36 | old constants. | ||
37 | |||
38 | twoaday | 64 | 2005-11-03 Timo Schulz <[email protected]> |
39 | |||
40 | twoaday | 73 | * wptTypes.h (BUG): Cast hwnd to HWND to avoid warning. |
41 | twoaday | 64 | |
42 | werner | 62 | 2005-11-03 Werner Koch <[email protected]> |
43 | |||
44 | * Makefile.am (EXTRA_DIST): Add wptCardEdit.h, wptListView.h, | ||
45 | wptImagelist.h and gpg.h. | ||
46 | |||
47 | werner | 48 | 2005-10-31 Werner Koch <[email protected]> |
48 | |||
49 | * wptVersion.h: Use C linkage for PTD functions. | ||
50 | (PTD_get_curr_hwnd, PTD_is_used, PTD_keyb_send): New prototypes. | ||
51 | |||
52 | * wptGPG.h (gpg_filetypes): Moved to ../Src/wptRegistry.cpp. | ||
53 | |||
54 | * wptDlgs.h (passphrase_callback_proc): Removed this prototype. | ||
55 | |||
56 | * wptKeylist.h (find_secret_key): Removed this prototype. | ||
57 | |||
58 | werner | 46 | 2005-10-28 Werner Koch <[email protected]> |
59 | |||
60 | * wptCrypto.h: Removed funny empty lines. Buggy cr,lf conversion | ||
61 | tool used? | ||
62 | (rename_unlink, secure_unlink, secure_unlink_set_cb) | ||
63 | (wipe_freespace): Declare as C linkage. | ||
64 | |||
65 | * wptTypes.h (DIM): Define only if not yet defined. | ||
66 | (safe_free): Ditto. | ||
67 | |||
68 | werner | 37 | 2005-10-27 Werner Koch <[email protected]> |
69 | |||
70 | * wptGPG.h: Renamed prototype var "export". | ||
71 | |||
72 | * wptVersion.h [WINPT_MODERN_BUILD]: Define version from config.h | ||
73 | values. | ||
74 | |||
75 | * Makefile.am: New. | ||
76 | |||
77 | 2001-01-31 Timo Schulz <[email protected]> | ||
78 | |||
79 | * wptW32API.h: New | ||
80 | |||
81 | 2001-02-01 Timo Schulz <[email protected]> | ||
82 | |||
83 | * wptMailPlugin.h: New | ||
84 | |||
85 | 2001-02-04 Timo Schulz <[email protected]> | ||
86 | |||
87 | * wptNLS.h: Modify the NLS directory to 'C:\WinPT' | ||
88 | |||
89 | 2001-02-10 Timo Schulz <[email protected]> | ||
90 | |||
91 | * wptKeylistElement.h: New | ||
92 | * wptListElement.h: Remove | ||
93 | * wptW32API.h: Insert all lv_*** functions | ||
94 | |||
95 | 2001-02-27 Timo Schulz <[email protected]> | ||
96 | |||
97 | * wptKeylistWidget.h: New | ||
98 | |||
99 | 2001-03-17 Timo Schulz <[email protected]> | ||
100 | |||
101 | * wptDlgs.h: Add Key signature list dialog | ||
102 | |||
103 | 2001-03-18 Timo Schulz <[email protected]> | ||
104 | |||
105 | * wptDlgs.h: Add 'verify' dialog | ||
106 | * wptAgent.h: New: Bond passphrase agent | ||
107 | |||
108 | 2001-04-12 Timo Schulz <[email protected]> | ||
109 | |||
110 | * wptHotkeys.h: Add current window hotkeys. | ||
111 | * wptCurrWnd.h: New. Current window stuff. | ||
112 | |||
113 | 2001-04-22 Timo Schulz <[email protected]> | ||
114 | |||
115 | * wptFindWnd.h: New. | ||
116 | |||
117 | 2001-05-19 Timo Schulz <[email protected]> | ||
118 | |||
119 | * wptConfig.h: Removed. Not used any longer. | ||
120 | |||
121 | 2001-11-18 Timo Schulz <[email protected]> | ||
122 | |||
123 | * wptKeyManager.h: New. | ||
124 |
Name | Value |
---|---|
svn:eol-style | native |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |