]> asedeno.scripts.mit.edu Git - PuTTY.git/log
PuTTY.git
25 years agoNo longer assume the values of '\n' and '\r', so CR and LF don't get swapped on ben-scrollopt-for-simon
Ben Harris [Wed, 3 Mar 1999 11:34:43 +0000 (11:34 +0000)]
No longer assume the values of '\n' and '\r', so CR and LF don't get swapped on
the Mac.

[originally from svn r70]

25 years agoScroll optimisations are now controlled by #ifdef OPTIMISE_SCROLL.
Ben Harris [Tue, 2 Mar 1999 23:47:23 +0000 (23:47 +0000)]
Scroll optimisations are now controlled by #ifdef OPTIMISE_SCROLL.
Scroll-bar manipulation now uses scroll optimisation more sensibly.

[originally from svn r69]

25 years agoWe now have saner handling of 4-bit modes (disable colour, get the Palette
Ben Harris [Tue, 2 Mar 1999 23:19:20 +0000 (23:19 +0000)]
We now have saner handling of 4-bit modes (disable colour, get the Palette
Manager to give us bg, fg, bold fg and cursor).
I've also removed some traces of the old scroll-optimiser.

[originally from svn r68]

25 years agoRight, I think we now hove scrolling optimisations. They should probably be
Ben Harris [Tue, 2 Mar 1999 21:51:55 +0000 (21:51 +0000)]
Right, I think we now hove scrolling optimisations.  They should probably be
conditional on something, but I can't be bothered right now.

[originally from svn r67]

25 years agoScroll bar no longer glitches when a new line is added to the window.
Ben Harris [Tue, 2 Mar 1999 14:52:35 +0000 (14:52 +0000)]
Scroll bar no longer glitches when a new line is added to the window.

[originally from svn r66]

25 years agoWe now use DeviceLoop for redraws, which allows for depth-specific tweaks.
Ben Harris [Mon, 1 Mar 1999 23:43:29 +0000 (23:43 +0000)]
We now use DeviceLoop for redraws, which allows for depth-specific tweaks.
The first of these is that in 1-bit modes we ignore colour attributes entirely,
which has nice effects on some of Fragments efforts if nothing else.
We still seem to be a lot slower than BetterTelnet, which is a bit worrying.

[originally from svn r65]

25 years agoRight, so that's a hook for scroll optimisations (when Simon gets round to
Ben Harris [Mon, 1 Mar 1999 22:26:50 +0000 (22:26 +0000)]
Right, so that's a hook for scroll optimisations (when Simon gets round to
them) and a vaguely-working scrollbar.  Next stop: faster and more sensible
redraw in 1-bit modes at least.  Waiting five minutes for the test case
to scroll past is _tedious_.

[originally from svn r64]

25 years agoErm, major change at the moment is a new test case. You need a file called
Ben Harris [Sun, 28 Feb 1999 17:05:11 +0000 (17:05 +0000)]
Erm, major change at the moment is a new test case.  You need a file called
'fragment' to build it, but its licence prevents me distributing it at present.
Now, about those scrolling optimisations...

[originally from svn r63]

25 years agoRight, we now have:
Ben Harris [Sun, 28 Feb 1999 02:38:41 +0000 (02:38 +0000)]
Right, we now have:
 * The ability to load the configuration from the current resource file (ie the
   application for now).
 * A scroll bar and size box that look right, even if they don't actually _do_
   anything yet.
 * A load of other minor tweaks.

[originally from svn r62]

25 years agoAh. We seem to be working with the Palette Manager again. Good.
Ben Harris [Wed, 24 Feb 1999 21:17:06 +0000 (21:17 +0000)]
Ah.  We seem to be working with the Palette Manager again.  Good.

[originally from svn r61]

25 years agoNow uses the Palette Manager for everything. Unfortunately this seems to
Ben Harris [Wed, 24 Feb 1999 01:29:10 +0000 (01:29 +0000)]
Now uses the Palette Manager for everything.  Unfortunately this seems to
have killed colour entirely.  It was working earlier today.  Really!

[originally from svn r60]

25 years agoSlight optimisation of do_text so we don't do anything if the entire string's
Ben Harris [Sun, 21 Feb 1999 23:49:04 +0000 (23:49 +0000)]
Slight optimisation of do_text so we don't do anything if the entire string's
invisible.

[originally from svn r59]

25 years agoMost attributes work now.
Ben Harris [Sun, 21 Feb 1999 22:05:00 +0000 (22:05 +0000)]
Most attributes work now.
Palette changes aren't yet done (but should be easy).
Character-set attributes aren't done.
QuickDraw is too clever by half.

[originally from svn r58]

25 years agoAdded mac.h for stuff that's only used by the Mac port.
Ben Harris [Sun, 21 Feb 1999 18:11:35 +0000 (18:11 +0000)]
Added mac.h for stuff that's only used by the Mac port.

[originally from svn r57]

25 years agoBloody Hell! It just managed to say "Hello, world" in a terminal window!
Ben Harris [Sun, 21 Feb 1999 18:09:41 +0000 (18:09 +0000)]
Bloody Hell!  It just managed to say "Hello, world" in a terminal window!
I'd better check this lot in before something bad happens to it.

[originally from svn r56]

25 years agoputty.r renamed to mac_res.r for consistency with Windows version.
Ben Harris [Sun, 21 Feb 1999 10:29:13 +0000 (10:29 +0000)]
putty.r renamed to mac_res.r for consistency with Windows version.

[originally from svn r55]

25 years agoStart of a Mac front-end to the terminal emulator.
Ben Harris [Sat, 20 Feb 1999 23:57:58 +0000 (23:57 +0000)]
Start of a Mac front-end to the terminal emulator.

[originally from svn r54]

25 years agoEnd of a night's work. Not a very useful state, but this is my branch and
Ben Harris [Sat, 20 Feb 1999 23:55:55 +0000 (23:55 +0000)]
End of a night's work.  Not a very useful state, but this is my branch and
I'll do what I want with it.

Anyway, made a start on a Mac display for the terminal emulator, and the
enumeration of the global variables that will have to die.

Oh, and the licence is now in a TEXT resource -- I just have to work out
how to display it...

[originally from svn r53]

25 years agoWe now have a fairly minimal Mac application.
Ben Harris [Sat, 20 Feb 1999 22:10:34 +0000 (22:10 +0000)]
We now have a fairly minimal Mac application.
I'm about to try lashing in the terminal emulator...

[originally from svn r52]

25 years agoWe now have an event loop, albeit one which ignores everything going on
Ben Harris [Fri, 19 Feb 1999 23:51:21 +0000 (23:51 +0000)]
We now have an event loop, albeit one which ignores everything going on
around it, then proclaims itself to be bored and leaves in a huff.  I
suspect this coulbe be turned into a satirical comment on someone, but I
can't be bothered right now.

[originally from svn r50]

25 years agoOK, so why did I think a fatal alert box should be silent?
Ben Harris [Fri, 19 Feb 1999 23:41:24 +0000 (23:41 +0000)]
OK, so why did I think a fatal alert box should be silent?

[originally from svn r49]

25 years agoNow with added menus
Ben Harris [Fri, 19 Feb 1999 23:03:29 +0000 (23:03 +0000)]
Now with added menus

[originally from svn r48]

25 years agoadded SIZE resource
Ben Harris [Fri, 19 Feb 1999 22:06:36 +0000 (22:06 +0000)]
added SIZE resource

[originally from svn r47]

25 years agoDon\'t bother compiling bits I haven\'t got round to yet.
Ben Harris [Fri, 19 Feb 1999 21:44:14 +0000 (21:44 +0000)]
Don\'t bother compiling bits I haven\'t got round to yet.

[originally from svn r46]

25 years agoVarious cleanups, mostly Mac-related.
Ben Harris [Fri, 19 Feb 1999 21:39:25 +0000 (21:39 +0000)]
Various cleanups, mostly Mac-related.

[originally from svn r45]

25 years agoNow ignoring various Macish things too.
Ben Harris [Fri, 19 Feb 1999 21:38:05 +0000 (21:38 +0000)]
Now ignoring various Macish things too.
(Is that how you spell "Macish"?  Or is it "Mackish", or even "Maccish"?)

[originally from svn r44]

25 years agoNow initialises enough to be able to generate fatal errors.
Ben Harris [Fri, 19 Feb 1999 21:35:12 +0000 (21:35 +0000)]
Now initialises enough to be able to generate fatal errors.

[originally from svn r43]

25 years agoInitial version -- most of the Finder resources and the fatalbox.
Ben Harris [Fri, 19 Feb 1999 20:52:58 +0000 (20:52 +0000)]
Initial version -- most of the Finder resources and the fatalbox.

[originally from svn r42]

25 years agoget line-endings right
Ben Harris [Fri, 19 Feb 1999 15:28:27 +0000 (15:28 +0000)]
get line-endings right

[originally from svn r41]

25 years agoRemoved windowsism: now uses fatalbox rather than MessageBox.
Ben Harris [Fri, 19 Feb 1999 15:24:15 +0000 (15:24 +0000)]
Removed windowsism: now uses fatalbox rather than MessageBox.

[originally from svn r40]

25 years agoinitial, pretty much as generated by CreateMake
Ben Harris [Fri, 19 Feb 1999 15:05:41 +0000 (15:05 +0000)]
initial, pretty much as generated by CreateMake

[originally from svn r39]

25 years agoCause irritating ? markers in cvs update/commit to disappear
Simon Tatham [Wed, 10 Feb 1999 11:13:28 +0000 (11:13 +0000)]
Cause irritating ? markers in cvs update/commit to disappear

[originally from svn r35]

25 years agoAdd DeleteObject calls to go with the CreatePen calls in do_text. Should
Simon Tatham [Wed, 10 Feb 1999 11:11:11 +0000 (11:11 +0000)]
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]

25 years agoImprove nasty version.obj hack so it doesn't actually do two compiles
Simon Tatham [Wed, 10 Feb 1999 10:30:17 +0000 (10:30 +0000)]
Improve nasty version.obj hack so it doesn't actually do two compiles

[originally from svn r33]

25 years agoAttempt to fix problems with version.obj in some nmakes
Simon Tatham [Wed, 10 Feb 1999 09:48:29 +0000 (09:48 +0000)]
Attempt to fix problems with version.obj in some nmakes

[originally from svn r32]

25 years agoReplaced ICON line which was accidentally removed *blush*
Simon Tatham [Wed, 10 Feb 1999 09:48:15 +0000 (09:48 +0000)]
Replaced ICON line which was accidentally removed *blush*

[originally from svn r31]

25 years agoFix various segfaults and heap trashes. Thanks to Andrew Mobbs.
Simon Tatham [Tue, 9 Feb 1999 15:39:08 +0000 (15:39 +0000)]
Fix various segfaults and heap trashes. Thanks to Andrew Mobbs.

[originally from svn r29]

25 years agoAdded automatic version distinguishing code, to differentiate releases
Simon Tatham [Tue, 9 Feb 1999 15:18:34 +0000 (15:18 +0000)]
Added automatic version distinguishing code, to differentiate releases
from nightly builds from random development builds

[originally from svn r28]

25 years agoImprove drag select (dragging outside LHS doesn't now select first 0.45
Simon Tatham [Fri, 22 Jan 1999 09:36:21 +0000 (09:36 +0000)]
Improve drag select (dragging outside LHS doesn't now select first
char too)

[originally from svn r20]

25 years agoFix double/triple click, and improve drag select
Simon Tatham [Fri, 22 Jan 1999 09:35:08 +0000 (09:35 +0000)]
Fix double/triple click, and improve drag select

[originally from svn r19]

25 years agoUpdate version number for 0.45 release
Simon Tatham [Fri, 22 Jan 1999 09:34:42 +0000 (09:34 +0000)]
Update version number for 0.45 release

[originally from svn r18]

25 years agoRemove /D_X86_ in Makefile to allow Alpha builds equally happily
Simon Tatham [Tue, 19 Jan 1999 16:09:04 +0000 (16:09 +0000)]
Remove /D_X86_ in Makefile to allow Alpha builds equally happily

[originally from svn r17]

25 years agoAdd SSH don't-allocate-pty option, and corresponding LF-implies-CR
Simon Tatham [Fri, 15 Jan 1999 11:30:40 +0000 (11:30 +0000)]
Add SSH don't-allocate-pty option, and corresponding LF-implies-CR
terminal setting

[originally from svn r16]

25 years agoRemove CVS logs
Simon Tatham [Fri, 15 Jan 1999 11:29:55 +0000 (11:29 +0000)]
Remove CVS logs

[originally from svn r15]

25 years agoFix breakage in window redraw
Simon Tatham [Fri, 15 Jan 1999 11:28:11 +0000 (11:28 +0000)]
Fix breakage in window redraw

[originally from svn r14]

25 years agoRemove buffering on malloc log file
Simon Tatham [Fri, 15 Jan 1999 11:27:36 +0000 (11:27 +0000)]
Remove buffering on malloc log file

[originally from svn r13]

25 years agoJohn Sullivan's patches plus more fixes:
Simon Tatham [Fri, 8 Jan 1999 13:10:19 +0000 (13:10 +0000)]
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]

25 years agoInitial checkin: beta 0.43
Simon Tatham [Fri, 8 Jan 1999 13:02:13 +0000 (13:02 +0000)]
Initial checkin: beta 0.43

[originally from svn r11]