- Mar 05, 2003
-
-
Simon Tatham authored
to pieces, and put it back together in a new table-driven form. config.c sets up a data structure describing most of the config box; wincfg.c adds in the Windows-specific options (so that config.c can also form the basis for Mac and Unix config boxes). Then winctrls.c contains a shiny new layout engine which consumes that data structure, and windlg.c passes all WM_COMMAND and similar messages to a driver alongside that layout engine. In the process I've sorted out nicer-looking panel titles and finally fixed the list-boxes-are- never-the-right-size bug (turned out to be Windows's fault, of course). I _believe_ it should do everything the old config box did, including context help. Now everyone has to test it thoroughly... [originally from svn r2908]
-
- Mar 04, 2003
-
-
Ben Harris authored
answer. [originally from svn r2904]
-
- Mar 03, 2003
-
-
Simon Tatham authored
coroutine macros, I now include a comment linking to my web article that explains what they do. [originally from svn r2902]
-
- Mar 01, 2003
-
-
Ben Harris authored
1: Only update the screen when there's nothing else to do. This means that it's a lot harder for a fast typist to outrun PuTTY. 2: Only sleep for at most 100ms at a time. This is a kludge to work around the WakeUpProcess caused by incoming data can happen before the WaitNextEvent it's meant to interrupt, leading to PuTTY sleeping forever because it doesn't know there's network data pending. [originally from svn r2901]
-
- Feb 28, 2003
-
-
Simon Tatham authored
removed the support for control characters in passwords. Replaced. [originally from svn r2900]
-
Ben Harris authored
for us, correctly. [originally from svn r2899]
-
Ben Harris authored
These aren't actually compiled yet because they must only be present in the Carbon build, and I don't currently compile the resources separately for each platform. [originally from svn r2898]
-
- Feb 24, 2003
-
-
Simon Tatham authored
tried to run mkfiles.pl on Perl 5.005_03 and it didn't work without them.) [originally from svn r2885]
-
- Feb 23, 2003
-
-
Ben Harris authored
pgram, rather than to "PuTTY" unconditionally. [originally from svn r2883]
-
Ben Harris authored
default. It's not particularly useful, but it runs. [originally from svn r2882]
-
Ben Harris authored
[originally from svn r2881]
-
Ben Harris authored
"Show Event Log" menu entry sensibly. Similarly, make it possible to close (hide) the event log. [originally from svn r2880]
-
Ben Harris authored
end before the line was added. [originally from svn r2879]
-
Ben Harris authored
resource that say we can handle them. This seems to avoid a crash when PuTTY's switched away from, and is necessary for Carbon anyway. [originally from svn r2878]
-
Ben Harris authored
two purposes in s_wrpkt_prepare(). This makes SSH1 work on 68K Macs, at least until I deactivate the terminal window... [originally from svn r2876]
-
- Feb 20, 2003
-
-
Ben Harris authored
based on the Windows version. We don't _do_ anything with the entropy yet, though. [originally from svn r2875]
-
Ben Harris authored
don't exist at all. Also a small PuTTYgen change that I can't be bothered to filter out of this commit. [originally from svn r2874]
-
Ben Harris authored
[originally from svn r2873]
-
Ben Harris authored
tracking down crashes easier. [originally from svn r2872]
-
- Feb 19, 2003
-
-
Jacob Nevins authored
[originally from svn r2868]
-
Ben Harris authored
[originally from svn r2867]
-
- Feb 18, 2003
-
-
Jacob Nevins authored
Not tested it myself. [originally from svn r2861]
-
- Feb 16, 2003
-
-
Ben Harris authored
Also add a non-functional "generate" button the the key window. [originally from svn r2857]
-
Ben Harris authored
[originally from svn r2856]
-
Ben Harris authored
[originally from svn r2855]
-
Ben Harris authored
include all the stuff that does actual work in PuTTYgen. [originally from svn r2854]
-
- Feb 15, 2003
-
-
Jacob Nevins authored
Modified text to reflect the fact that the wishlist now shows bugs fixed recently (FSVO "recently"). Hopefully I haven't made it too confusing. [originally from svn r2852]
-
Ben Harris authored
a bunch of function pointers associated with each window to do things like updates and click handling. This is all looking disturbingly object-oriented. . While I'm here, separate out the about box into its own file, shared by PuTTY and PuTTYgen. [originally from svn r2850]
-
Ben Harris authored
[originally from svn r2849]
-
Ben Harris authored
[originally from svn r2848]
-
Ben Harris authored
[originally from svn r2847]
-
- Feb 13, 2003
-
-
Ben Harris authored
by the various applications. [originally from svn r2843]
-
Ben Harris authored
yet, but an absence of PuTTY-specific code. [originally from svn r2842]
-
Ben Harris authored
[originally from svn r2841]
-
Ben Harris authored
[originally from svn r2840]
-
- Feb 12, 2003
-
-
Ben Harris authored
[originally from svn r2839]
-
Ben Harris authored
[originally from svn r2835]
-
- Feb 11, 2003
-
-
Simon Tatham authored
[originally from svn r2832]
-
Ben Harris authored
[originally from svn r2830]
-
- Feb 07, 2003
-
-
Jacob Nevins authored
improve window management behaviour. [originally from svn r2822]
-