1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00
Commit Graph

38 Commits

Author SHA1 Message Date
Ben Harris
eae4545aea 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]
1999-02-24 01:29:10 +00:00
Ben Harris
ebff493cc8 Slight optimisation of do_text so we don't do anything if the entire string's
invisible.

[originally from svn r59]
1999-02-21 23:49:04 +00:00
Ben Harris
ccf2a78172 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]
1999-02-21 22:05:00 +00:00
Ben Harris
ee6148a952 Added mac.h for stuff that's only used by the Mac port.
[originally from svn r57]
1999-02-21 18:11:35 +00:00
Ben Harris
8ac1a08339 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]
1999-02-21 18:09:41 +00:00
Ben Harris
7c491e865f putty.r renamed to mac_res.r for consistency with Windows version.
[originally from svn r55]
1999-02-21 10:29:13 +00:00
Ben Harris
a7fd167471 Start of a Mac front-end to the terminal emulator.
[originally from svn r54]
1999-02-20 23:57:58 +00:00
Ben Harris
29f26a1050 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]
1999-02-20 23:55:55 +00:00
Ben Harris
e230e36e2f We now have a fairly minimal Mac application.
I'm about to try lashing in the terminal emulator...

[originally from svn r52]
1999-02-20 22:10:34 +00:00
Ben Harris
36cbe625d4 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]
1999-02-19 23:51:21 +00:00
Ben Harris
c00d54bd95 OK, so why did I think a fatal alert box should be silent?
[originally from svn r49]
1999-02-19 23:41:24 +00:00
Ben Harris
34743b9ef4 Now with added menus
[originally from svn r48]
1999-02-19 23:03:29 +00:00
Ben Harris
4e2815c91f added SIZE resource
[originally from svn r47]
1999-02-19 22:06:36 +00:00
Ben Harris
96b834257c Don\'t bother compiling bits I haven\'t got round to yet.
[originally from svn r46]
1999-02-19 21:44:14 +00:00
Ben Harris
f192c33a67 Various cleanups, mostly Mac-related.
[originally from svn r45]
1999-02-19 21:39:25 +00:00
Ben Harris
45bf5aa9eb Now ignoring various Macish things too.
(Is that how you spell "Macish"?  Or is it "Mackish", or even "Maccish"?)

[originally from svn r44]
1999-02-19 21:38:05 +00:00
Ben Harris
fadb1e0f54 Now initialises enough to be able to generate fatal errors.
[originally from svn r43]
1999-02-19 21:35:12 +00:00
Ben Harris
90d4bdc508 Initial version -- most of the Finder resources and the fatalbox.
[originally from svn r42]
1999-02-19 20:52:58 +00:00
Ben Harris
bbe07f437a get line-endings right
[originally from svn r41]
1999-02-19 15:28:27 +00:00
Ben Harris
24c7f9b058 Removed windowsism: now uses fatalbox rather than MessageBox.
[originally from svn r40]
1999-02-19 15:24:15 +00:00
Ben Harris
a7dc00c788 initial, pretty much as generated by CreateMake
[originally from svn r39]
1999-02-19 15:05:41 +00:00
Simon Tatham
4e55406a19 Cause irritating ? markers in cvs update/commit to disappear
[originally from svn r35]
1999-02-10 11:13:28 +00:00
Simon Tatham
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
Simon Tatham
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
Simon Tatham
114d7b1d13 Attempt to fix problems with version.obj in some nmakes
[originally from svn r32]
1999-02-10 09:48:29 +00:00
Simon Tatham
aa410406aa Replaced ICON line which was accidentally removed *blush*
[originally from svn r31]
1999-02-10 09:48:15 +00:00
Simon Tatham
ee9e246617 Fix various segfaults and heap trashes. Thanks to Andrew Mobbs.
[originally from svn r29]
1999-02-09 15:39:08 +00:00
Simon Tatham
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
Simon Tatham
0fc1c0c9c9 Improve drag select (dragging outside LHS doesn't now select first
char too)

[originally from svn r20]
1999-01-22 09:36:21 +00:00
Simon Tatham
a1078ecce4 Fix double/triple click, and improve drag select
[originally from svn r19]
1999-01-22 09:35:08 +00:00
Simon Tatham
c19ba8098e Update version number for 0.45 release
[originally from svn r18]
1999-01-22 09:34:42 +00:00
Simon Tatham
0ab0a61830 Remove /D_X86_ in Makefile to allow Alpha builds equally happily
[originally from svn r17]
1999-01-19 16:09:04 +00:00
Simon Tatham
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
Simon Tatham
1e312c2658 Remove CVS logs
[originally from svn r15]
1999-01-15 11:29:55 +00:00
Simon Tatham
3352f57942 Fix breakage in window redraw
[originally from svn r14]
1999-01-15 11:28:11 +00:00
Simon Tatham
b78e127f7c Remove buffering on malloc log file
[originally from svn r13]
1999-01-15 11:27:36 +00:00
Simon Tatham
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
Simon Tatham
c74130d423 Initial checkin: beta 0.43
[originally from svn r11]
1999-01-08 13:02:13 +00:00