1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 12:02:47 -05:00
Commit Graph

5720 Commits

Author SHA1 Message Date
ab681763af Use different window procedures for the About box and the Licence box.
Should prevent the version string masking part of the licence text ;-)

[originally from svn r51]
1999-02-20 18:12:47 +00:00
485c1f7508 Use SetCapture() to fix the problem with double-clicks on saved sessions
carrying throuh to the window below the config box

[originally from svn r37]
1999-02-18 10:39:23 +00:00
779a28e84f Revert to using WinSock 1 - the upgrade to 2 was a checkin error
[originally from svn r36]
1999-02-11 09:07:20 +00:00
4e55406a19 Cause irritating ? markers in cvs update/commit to disappear
[originally from svn r35]
1999-02-10 11:13:28 +00:00
ac015f51e0 Add DeleteObject calls to go with the CreatePen calls in do_text. Should
fix a fairly nasty-looking resource leak. Thanks to Andrew Mobbs.

[originally from svn r34]
1999-02-10 11:11:11 +00:00
37f49f0adf Improve nasty version.obj hack so it doesn't actually do two compiles
[originally from svn r33]
1999-02-10 10:30:17 +00:00
114d7b1d13 Attempt to fix problems with version.obj in some nmakes
[originally from svn r32]
1999-02-10 09:48:29 +00:00
aa410406aa Replaced ICON line which was accidentally removed *blush*
[originally from svn r31]
1999-02-10 09:48:15 +00:00
ee9e246617 Fix various segfaults and heap trashes. Thanks to Andrew Mobbs.
[originally from svn r29]
1999-02-09 15:39:08 +00:00
3b1389a474 Added automatic version distinguishing code, to differentiate releases
from nightly builds from random development builds

[originally from svn r28]
1999-02-09 15:18:34 +00:00
0fc1c0c9c9 Improve drag select (dragging outside LHS doesn't now select first
char too)

[originally from svn r20]
0.45
1999-01-22 09:36:21 +00:00
a1078ecce4 Fix double/triple click, and improve drag select
[originally from svn r19]
1999-01-22 09:35:08 +00:00
c19ba8098e Update version number for 0.45 release
[originally from svn r18]
1999-01-22 09:34:42 +00:00
0ab0a61830 Remove /D_X86_ in Makefile to allow Alpha builds equally happily
[originally from svn r17]
1999-01-19 16:09:04 +00:00
e68a529cc9 Add SSH don't-allocate-pty option, and corresponding LF-implies-CR
terminal setting

[originally from svn r16]
1999-01-15 11:30:40 +00:00
1e312c2658 Remove CVS logs
[originally from svn r15]
1999-01-15 11:29:55 +00:00
3352f57942 Fix breakage in window redraw
[originally from svn r14]
1999-01-15 11:28:11 +00:00
b78e127f7c Remove buffering on malloc log file
[originally from svn r13]
1999-01-15 11:27:36 +00:00
60ab6a5d82 John Sullivan's patches plus more fixes:
- Stop using the identifier `environ' as some platforms make it a macro
  - Fix silly error box at end of connection in FWHACK mode
  - Fix GPF on maximise-then-restore
  - Use SetCapture to allow drag-selecting outside the window
  - Correctly update window title when iconic and in win_name_always mode

[originally from svn r12]
1999-01-08 13:10:19 +00:00
c74130d423 Initial checkin: beta 0.43
[originally from svn r11]
1999-01-08 13:02:13 +00:00