Fix an always-false if statement which was causing the window border
[u/mdw/putty] / unix / gtkwin.c
2013-07-14 simonFix an always-false if statement which was causing...
2013-07-11 simonAdd some missing null checks for inst->ldisc, which...
2013-07-11 simonRemove another pointless null check, this time of inst...
2013-07-01 simonA collection of small bug fixes from Chris West, appare...
2013-01-13 simonReorganise setup_fonts_ucs so that in case of error...
2012-09-19 simonMake --help and --version work consistently across...
2012-09-18 benTwo related changes to timing code:
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2012-07-05 simonTurns out that the compose-keys fix in r9567 did in...
2012-06-18 simonAdd the missing code to treat data coming from the...
2012-06-17 simonSupport for dead keys and compose sequences on Unix...
2012-06-09 simonIntroduce a third setting for the 'bold as colour'...
2012-04-22 simonBug fix from Robert de Bath: if the utf8_override setti...
2011-12-08 simonArrange to call net_pending_errors on Unix, which we...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-10-01 jacobFix copy-and-paste error in command-line font selection...
2011-10-01 simonChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-16 simonSupport font fallback even when an X11 server-side...
2011-09-16 simonChange the unifont API so that text is passed right...
2011-09-16 simonAdd some missing consts in character set handling.
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-08-19 jacobFix bug with setting window title on Unix that came...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-05-07 simonFixes (mostly from Colin Watson, a couple redone by...
2011-01-15 simonAllow setting the WM_CLASS X window property as a confi...
2010-03-14 jacobr8854/5 broke compilation with Gtk 1.2. Grow a hack...
2010-03-06 simonCentralise generation of the control sequences for...
2010-01-25 jacob...and the rest of r8854.
2010-01-23 jacobOur handling of timers in Gtk was truncating times...
2009-09-13 jacobIn Unix PuTTY, grey out "Restart Session" when it doesn...
2009-09-13 jacobAdd a couple of ellipses in Unix context menu (like...
2009-09-13 jacobIf there are no saved sessions, put a grayed "(No sessi...
2009-08-21 jacobRemove outdated comment.
2009-02-28 simonDebian bug #517535: we were unconditionally interpretin...
2008-12-03 simongtk_selection_clear_targets() does not exist on GTK...
2008-12-01 simonAdd missing call to gtk_selection_clear_targets(),...
2008-11-17 simonAvoid freeing the backend in notify_remote_exit(),...
2008-06-10 simonManfred Schwarb points out that scroll wheel support...
2008-06-04 simonAt last, merge the putty-gtk2 branch back into the...
2008-03-09 simonUnder OS X Leopard, we seem not to consistently get...
2007-03-19 benFix a stupid one-character typo that was breaking 256...
2007-02-25 jacobSince r7265, a user could not launch a PuTTY session...
2007-02-24 simonGareth pointed out yesterday that the Unix terminal...
2007-02-18 jacobCtrl-Break now sends a Break signal (previously it...
2007-02-10 simonAvoid launching a session from the Default Settings...
2007-01-31 simonColin Watson has fixed the disgusting icons on GTK1...
2007-01-24 simonThe direct link between the terminal and the back end via
2007-01-06 simonNo, I tell a lie: GTK 1 _does_ support icons, at least...
2006-12-30 jacobPatch from Colin Watson intended to give a clean Unix...
2006-09-03 simonSupport for an alternative mechanism for displaying...
2006-08-28 simonSerial back end for Unix. Due to hardware limitations...
2006-03-14 jacobFix minor memory leak.
2006-03-12 jacobEquivalent of r6583 window-border palette-change fix...
2006-03-08 simonDavid Damerell tells me I should be using Ctrl-hjklyubn...
2006-02-19 jacobFix `restart-reset-terminal': terminal now restored...
2006-02-13 owenPreserve more attributes of text copied as RTF. Thanks...
2005-12-09 simonA few small changes to make the PuTTY source base more...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-10-13 benFix 256-colours-match-xterm, based on 256colres.pl...
2005-04-27 benOn monochrome displays, display the cursor in reverse...
2005-04-27 benTiny manual CSE of previous commit.
2005-04-27 benOn 1bpp displays, ignore colour attributes. This makes...
2005-04-27 benMake palette changes use "best match" colours too.
2005-04-25 benAsk GDK to give us reasonable approximations if it...
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-07 jacobIf a new session was saved from Change Settings, a...
2005-03-19 jacobTry to make our PGP signing more useful:
2005-03-10 owenProtect against multiple Change Settings dialogues...
2005-03-05 simonMake sure we do notify_remote_exit(ssh->frontend) _before_
2005-02-15 jacobThe terminal window can now indicate that PuTTY is...
2004-12-31 simonRename some of the more stupidly named files in the...