simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Feb 22 07:11:08 GMT 2017


TL;DR:
  aa68c28 Pageant and PuTTYgen About boxes: enlarge to modern size.
  9ce9826 Pageant and PuTTYgen About boxes: add the website button.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2017-02-22 07:11:08

commit aa68c2872c3a8a43751d7fa13926af959dfc7cfb
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=aa68c2872c3a8a43751d7fa13926af959dfc7cfb;hp=19376bd33fcb79b31b0fda0e9c7e1f90d628b242
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Feb 22 06:56:43 2017 +0000

    Pageant and PuTTYgen About boxes: enlarge to modern size.
    
    The current About boxes are too small to fit in all the buildinfo
    data, in particular the source-control commit id. Apparently I forgot
    to enlarge them when I enlarged the one in PuTTY proper.
    
    (All the same information is nonetheless *present* in the box, but
    there seems to be no way to scroll a static text control, so you can
    only find that out by 'Select All' and copying to the clipboard.)
    
    Anyway. Now resized to the same dimensions as the main PuTTY About
    box. (Really I should centralise more definitions into a common
    resource file, but there we go.)

 windows/pageant.rc  | 8 ++++----
 windows/puttygen.rc | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 9ce982622f9ab07b85cbb06d06f53b71fb9558a9
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=9ce982622f9ab07b85cbb06d06f53b71fb9558a9;hp=aa68c2872c3a8a43751d7fa13926af959dfc7cfb
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Feb 22 06:56:43 2017 +0000

    Pageant and PuTTYgen About boxes: add the website button.
    
    While I'm looking at these two dialog boxes, I notice there's another
    prominent difference between PuTTY's one and these: I also never got
    round to adding the button to go to PuTTY's main website. Now added.

 windows/pageant.rc  | 1 +
 windows/puttygen.rc | 1 +
 windows/winpgen.c   | 6 ++++++
 windows/winpgnt.c   | 6 ++++++
 4 files changed, 14 insertions(+)



More information about the tartarus-commits mailing list