/[winpt]/trunk/Src/wptClipEditDlg.cpp
ViewVC logotype

Log of /trunk/Src/wptClipEditDlg.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 328 - (view) (annotate) - [select for diffs]
Modified Fri Sep 25 16:07:38 2009 UTC (15 years, 5 months ago) by twoaday
File length: 8148 byte(s)
Diff to previous 271 , to selected 36


Revision 271 - (view) (annotate) - [select for diffs]
Modified Sun Nov 5 08:57:45 2006 UTC (18 years, 3 months ago) by twoaday
File length: 8188 byte(s)
Diff to previous 248 , to selected 36


Revision 248 - (view) (annotate) - [select for diffs]
Modified Fri Jul 28 11:11:09 2006 UTC (18 years, 7 months ago) by twoaday
File length: 8194 byte(s)
Diff to previous 246 , to selected 36
Prepare 1.0.0pre2 release.



Revision 246 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 08:55:57 2006 UTC (18 years, 7 months ago) by twoaday
File length: 8199 byte(s)
Diff to previous 236 , to selected 36


Revision 236 - (view) (annotate) - [select for diffs]
Modified Wed Jun 28 06:59:30 2006 UTC (18 years, 8 months ago) by twoaday
File length: 7793 byte(s)
Diff to previous 231 , to selected 36


Revision 231 - (view) (annotate) - [select for diffs]
Modified Tue Jun 20 09:18:44 2006 UTC (18 years, 8 months ago) by twoaday
File length: 7944 byte(s)
Diff to previous 229 , to selected 36
Some more patches and fixed typos.



Revision 229 - (view) (annotate) - [select for diffs]
Modified Mon Jun 19 14:04:31 2006 UTC (18 years, 8 months ago) by twoaday
File length: 7868 byte(s)
Diff to previous 225 , to selected 36


Revision 225 - (view) (annotate) - [select for diffs]
Modified Tue Jun 6 13:37:59 2006 UTC (18 years, 8 months ago) by twoaday
File length: 6986 byte(s)
Diff to previous 201 , to selected 36


Revision 201 - (view) (annotate) - [select for diffs]
Modified Sat Apr 22 18:30:24 2006 UTC (18 years, 10 months ago) by twoaday
File length: 7123 byte(s)
Diff to previous 174 , to selected 36
See ChangeLog.



Revision 174 - (view) (annotate) - [select for diffs]
Modified Thu Feb 2 08:20:50 2006 UTC (19 years ago) by twoaday
File length: 7067 byte(s)
Diff to previous 167 , to selected 36
2006-01-31  Timo Schulz  <ts@g10code.de>
 
        * wptMainProc.cpp (winpt_main_proc): Fix usage of the
        help system.
        * wptListView.cpp (listview_set_chkbox_style): New.
        (listview_get_item_state): Support new checkbox style.
        (listview_new): Reset flag var.
        * wptKeylist.cpp (keylist_build): Support new checkbox style.
         
2006-01-30  Timo Schulz  <ts@g10code.de>
 
        * WinPT.cpp (check_readonly_attr): New.
        (load_gpg_env): Use it here.
        (WinPT): Make the the default key is searched in the
        secret key cache.
        Change error message.
        * wptRegistry.cpp (regist_int_winpt): Make sure
        the register extension is only offered once to the user.
        * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
        temp directory. Fixed a privilege problem.



Revision 167 - (view) (annotate) - [select for diffs]
Modified Thu Jan 26 10:17:17 2006 UTC (19 years, 1 month ago) by twoaday
File length: 7176 byte(s)
Diff to previous 121 , to selected 36
2006-01-25  Timo Schulz  <ts@g10code.com>
 
        * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if
        the key exist with no value.
        * wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string.
        * wptKeysignDlg.cpp (do_fill_seclist): Select the
        default key if possible.
        * wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly
        return the choice.
        * wptKeylist.cpp (get_key_desc): New.
        (keylist_upd_key): Free memory.
        * wptKeyCache.cpp (gpg_keycache_get_default_key): New.
        (gpg_keycache_set_default_key): New.
        * WinPT.cpp (gpg_prefs_ok): New.
        (WinMain): Only start gpg prefs if needed.
         



Revision 121 - (view) (annotate) - [select for diffs]
Modified Mon Dec 12 11:19:56 2005 UTC (19 years, 2 months ago) by twoaday
File length: 7192 byte(s)
Diff to previous 120 , to selected 36
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.



Revision 120 - (view) (annotate) - [select for diffs]
Modified Fri Dec 9 14:27:59 2005 UTC (19 years, 2 months ago) by twoaday
File length: 7058 byte(s)
Diff to previous 105 , to selected 36
See ChangeLog.



Revision 105 - (view) (annotate) - [select for diffs]
Modified Wed Nov 30 10:22:00 2005 UTC (19 years, 3 months ago) by twoaday
File length: 6682 byte(s)
Diff to previous 88 , to selected 36
Several cleanups and improved translation.



Revision 88 - (view) (annotate) - [select for diffs]
Modified Mon Nov 21 12:06:59 2005 UTC (19 years, 3 months ago) by twoaday
File length: 6611 byte(s)
Diff to previous 65 , to selected 36
2005-11-21  Timo Schulz  <ts@g10code.com>
 
        * WinPT.cpp (WinMain): Implement --stop switch.
        * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
        missing string.
        * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
        * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
        first. Thanks to Ralf.
        * wptFileManagerDlg.cpp (update_ui_items): New.
        * wptFileManager.cpp (fm_set_status): New sigmode param.
        Changed all callers.



Revision 65 - (view) (annotate) - [select for diffs]
Modified Thu Nov 3 16:55:25 2005 UTC (19 years, 3 months ago) by twoaday
File length: 6550 byte(s)
Diff to previous 48 , to selected 36
Minor changes to avoid GCC warnings.



Revision 48 - (view) (annotate) - [select for diffs]
Modified Mon Oct 31 21:14:11 2005 UTC (19 years, 4 months ago) by werner
File length: 6548 byte(s)
Diff to previous 47 , to selected 36
More changes.  Compiles again but there are at least gettext issues with
w32-gettext.c.  I can't get a gpg-error build with ENABLE_NLS.


Revision 47 - (view) (annotate) - [select for diffs]
Modified Mon Oct 31 14:04:59 2005 UTC (19 years, 4 months ago) by werner
File length: 6569 byte(s)
Diff to previous 36
Minor changes; compiles now but gettext is still missing.


Revision 36 - (view) (annotate) - [selected]
Modified Thu Oct 27 15:25:13 2005 UTC (19 years, 4 months ago) by werner
File length: 6572 byte(s)
Diff to previous 34
First set of changes to use autotools for building.

Revision 34 - (view) (annotate) - [select for diffs]
Modified Wed Oct 26 11:20:09 2005 UTC (19 years, 4 months ago) by twoaday
File length: 6741 byte(s)
Diff to previous 32 , to selected 36
2005-10-25  Timo Schulz  <twoaday@g10code.com>
                                                                                
        * wptGPGUtil.cpp (create_process): Hide window.
        * wptKeyPropsDlg.cpp (get_photo_tmpname): New.
        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Remove
        static var 'enable'.
        * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
        (gpg_genkey_params): Make sure all primary keys are capable
        for signing and certification.
        * wptKeySigDlg.cpp (is_sig): If no item is selected, return 0.
        * wptGPG.cpp (gnupg_access_keyring): Check return value for
        NULL. Noted by Ralf.
        (get_gnupg_prog): Simplified.
        (check_homedir): Fixed. Return 0 when the dir is successfully created.
        * wptKeyManagerDlg.cpp (km_file_import): Use the hourglass to
        indicate a pending GPG process.
        * wptFileManager.cpp (op_begin, op_end): New. Indicate an start
        and and of an operation. For now just the cursor changes.
        (fm_parse_command_line): Remove debug output. Thanks to Ralf again.
        * WinPT.cpp (WinMain): Check if there is already an instance and
        set a variable early as possible.
        (load_gettext): If a previous instance was found, do not output
        any errors. Kudos to Ralf.



Revision 32 - (view) (annotate) - [select for diffs]
Modified Mon Oct 24 08:03:48 2005 UTC (19 years, 4 months ago) by twoaday
File length: 6767 byte(s)
Diff to previous 25 , to selected 36
2005-10-23  Timo Schulz  <twoaday@g10code.com>
 
        * wptFileManager.cpp (fm_get_file_type): Detect detached sigs.
        * wptKeyList.cpp (keylist_cmp_cb): Take care of expired/revoked keys.
        (get_ext_validity): New.
        * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Several cleanups.
        * wptClipEditDlg.cpp (load_clipboard): Factored out some code into
        this function.
        (load_clipboard_from_file): Likewise.
        (save_clipboard_to_file): New.
        * wptKeyManagerDlg.cpp (keyprops_dlg_proc): Fix stack overflow.

For complete details, see the ChangeLog files.


Revision 25 - (view) (annotate) - [select for diffs]
Modified Wed Oct 12 10:04:26 2005 UTC (19 years, 4 months ago) by twoaday
File length: 6120 byte(s)
Diff to previous 24 , to selected 36
First testing phase finished.
Provide bug fixes for a lot of (minor) problems.


Revision 24 - (view) (annotate) - [select for diffs]
Modified Sat Oct 8 10:43:08 2005 UTC (19 years, 4 months ago) by twoaday
File length: 6130 byte(s)
Diff to previous 23 , to selected 36
Bug fixes to correct some problems introduced by
the MyGPGME to GPGME port.


Revision 23 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:10:16 2005 UTC (19 years, 5 months ago) by twoaday
File length: 6025 byte(s)
Diff to previous 12 , to selected 36
Almost finished phase 1 of the WinPT GPGME port.
Still need more cleanup, comments and tests.



Revision 12 - (view) (annotate) - [select for diffs]
Modified Thu Apr 14 12:56:25 2005 UTC (19 years, 10 months ago) by twoaday
File length: 6005 byte(s)
Diff to previous 2 , to selected 36
2005-04-11  Timo Schulz  <twoaday@freakmail.de>
 
        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Reset
        'enable' flag always at the begin.
        * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Show correct
        key trust. Noted by a friendly user.
        * wptListView.cpp (listview_add_item_pos): New.
        * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Due to
        the fact that GPG does not return the fingerprint of
        the generated subkey any longer, we need to get it manually.
        Thanks to Maxime Brandt.
        (keyedit_addsubkey_dlg_proc): If key size too large, ask
        if this was a mistake.
        (keyedit_add_subkey): Use it here.
        (do_add_new_subkey): Fix list contrl insertion.
        * wptTypes.h (DEFAULT_KEYSIZE): Define new default keysize constant.



Revision 2 - (view) (annotate) - [select for diffs]
Added Mon Jan 31 11:02:21 2005 UTC (20 years, 1 month ago) by twoaday
File length: 5964 byte(s)
Diff to selected 36
WinPT initial checkin.



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26