]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/pterm.c
Major destabilisation, phase 1. In this phase I've moved (I think)
[PuTTY.git] / unix / pterm.c
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-22 Simon TathamMake -ut work the right way round! :-)
2002-10-20 Simon TathamImplement Richard's really clever idea about bell overl...
2002-10-20 Simon TathamScrollOnKey wasn't working because I failed to set...
2002-10-18 Simon TathamReject unrecognised command-line options; thanks rjk.
2002-10-17 Simon TathamOops - that fix wasn't _quite_ right, since it killed all
2002-10-17 Simon TathamMake the shadow bold offset configurable, after discove...
2002-10-17 Simon TathamThis should fix the bug causing Alt-Shift to generate...
2002-10-16 Simon TathamAdd the -xrm command-line option, to allow specificatio...
2002-10-16 Simon TathamA few more command-line options.
2002-10-16 Simon TathamImplement reading of X resources, and -name to change...
2002-10-16 Simon TathamFix utmp and pty handling so that GTK never complains...
2002-10-16 Simon TathamBug `shift-backspace': whichever of ^H and ^? is config...
2002-10-15 Simon TathamSupport bold-as-font, by means of a separate bold font...
2002-10-15 Simon TathamSupport underline and vertical-line cursors as well...
2002-10-15 Simon TathamIf we can't load the specified font, give an error...
2002-10-15 Simon TathamScrollbar can now be configured to go on the left ...
2002-10-15 Simon TathamSupport ALT + numeric keypad for typing in strange...
2002-10-15 Simon TathamSupport scrolling with the mouse wheel (X servers appar...
2002-10-15 Simon TathamSupport for blinking text and blinking cursor. Won...
2002-10-15 Simon TathamUse the appalling gnome-terminal hack for server-contro...
2002-10-15 Simon TathamRemove some rogue diagnostics.
2002-10-15 Simon TathamDon't forget to initialise the pixel size parameters...
2002-10-15 Simon TathamRichard's patch to make the scrollbar configurably...
2002-10-15 Simon TathamSupport for all the server-side window configuration...
2002-10-15 Simon TathamIntroduce the ability to control whether the shell...
2002-10-15 Simon TathamFinish up utmp processing: add the -ut- command-line...
2002-10-15 Simon TathamSupport for utmp, wtmp and lastlog. Probably not terrib...
2002-10-15 Simon TathamTrim wide text properly at the RH edge of the screen.
2002-10-15 Simon TathamSupport for line attributes: ESC #3, #4 and #6 for...
2002-10-14 Simon TathamDon't cause the mouse pointer to reappear just because...
2002-10-14 Simon TathamOnly engage a GTK idle function when absolutely necessa...
2002-10-14 Simon TathamSet up the palette _before_ trying to paint the window...
2002-10-14 Simon TathamAdd the -log option, which activates full session loggi...
2002-10-14 Simon TathamSupport server requests for colour palette changes.
2002-10-14 Simon TathamDon't forget to call term_paste() when we get the chanc...
2002-10-14 Simon TathamSupport NetHack keypad mode. :-)
2002-10-14 Simon TathamSupport for hiding the mouse pointer on keypresses...
2002-10-14 Simon Tathamxterm-class programs should exit when their primary...
2002-10-14 Simon TathamWindow title configurability: -T to set it from the...
2002-10-13 Simon Tathamgnome-terminal insists on receiving the selection as...
2002-10-13 Simon TathamAdded two simple command-line arguments: -fn (so I...
2002-10-13 Simon TathamResizing of pterm now works, and the size information...
2002-10-13 Simon TathamDeal with the appalling mouse pointer colours. (Why...
2002-10-13 Simon TathamShift-Ins pastes.
2002-10-13 Simon TathamSelection now supported in pterm. Required small modifi...
2002-10-13 Simon TathamFix underline, which I cleverly broke while adding...
2002-10-13 Simon TathamScrollbar now exists and functions; so do Shift-PgUp...
2002-10-10 Simon TathamStop hard-coding a nonstandard font. We now default...
2002-10-10 Simon TathamAnd that's it! pty.c is now a real pty backend rather...
2002-10-10 Simon TathamHalf-decent keyboard handling for pterm. Not very well...
2002-10-10 Simon TathamA sensible minimum of do_text() and do_cursor() is...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...
2002-10-07 Simon TathamBegin destabilisation in the wake of 0.53! This checkin...