]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - unix/gtkwin.c
Make GTK idle and quit function setup idempotent.
[PuTTY_svn.git] / unix / gtkwin.c
2013-11-30 Simon TathamMake GTK idle and quit function setup idempotent.
2013-11-17 Simon TathamFix an assortment of dupprintf() format string bugs.
2013-09-15 Simon TathamOnly run one toplevel callback per event loop iteration.
2013-08-18 Simon TathamDon't run toplevel callbacks in modal dialogs.
2013-08-17 Simon TathamRevamp net_pending_errors using toplevel callbacks.
2013-08-17 Simon TathamRevamp GTK's session close handling using toplevel...
2013-08-17 Simon TathamRevamp the terminal paste mechanism using toplevel...
2013-08-17 Simon TathamAdd a general way to request an immediate top-level...
2013-07-20 Simon TathamRedo a mis-fix of a memory leak in r9919: I added sfree...
2013-07-19 Simon TathamCentralise calls to fcntl into functions that carefully...
2013-07-19 Simon TathamAdd some missing calls to cleanup_exit.
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2013-07-14 Simon TathamFix an always-false if statement which was causing...
2013-07-11 Simon TathamAdd some missing null checks for inst->ldisc, which...
2013-07-11 Simon TathamRemove another pointless null check, this time of inst...
2013-07-01 Simon TathamA collection of small bug fixes from Chris West, appare...
2013-01-13 Simon TathamReorganise setup_fonts_ucs so that in case of error...
2012-09-19 Simon TathamMake --help and --version work consistently across...
2012-09-18 Ben HarrisTwo related changes to timing code:
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2012-07-05 Simon TathamTurns out that the compose-keys fix in r9567 did in...
2012-06-18 Simon TathamAdd the missing code to treat data coming from the...
2012-06-17 Simon TathamSupport for dead keys and compose sequences on Unix...
2012-06-09 Simon TathamIntroduce a third setting for the 'bold as colour'...
2012-04-22 Simon TathamBug fix from Robert de Bath: if the utf8_override setti...
2011-12-08 Simon TathamArrange to call net_pending_errors on Unix, which we...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-10-01 Jacob NevinsFix copy-and-paste error in command-line font selection...
2011-10-01 Simon TathamChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-16 Simon TathamSupport font fallback even when an X11 server-side...
2011-09-16 Simon TathamChange the unifont API so that text is passed right...
2011-09-16 Simon TathamAdd some missing consts in character set handling.
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-08-19 Jacob NevinsFix bug with setting window title on Unix that came...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-05-07 Simon TathamFixes (mostly from Colin Watson, a couple redone by...
2011-01-15 Simon TathamAllow setting the WM_CLASS X window property as a confi...
2010-03-14 Jacob Nevinsr8854/5 broke compilation with Gtk 1.2. Grow a hack...
2010-03-06 Simon TathamCentralise generation of the control sequences for...
2010-01-25 Jacob Nevins...and the rest of r8854.
2010-01-23 Jacob NevinsOur handling of timers in Gtk was truncating times...
2009-09-13 Jacob NevinsIn Unix PuTTY, grey out "Restart Session" when it doesn...
2009-09-13 Jacob NevinsAdd a couple of ellipses in Unix context menu (like...
2009-09-13 Jacob NevinsIf there are no saved sessions, put a grayed "(No sessi...
2009-08-21 Jacob NevinsRemove outdated comment.
2009-02-28 Simon TathamDebian bug #517535: we were unconditionally interpretin...
2008-12-03 Simon Tathamgtk_selection_clear_targets() does not exist on GTK...
2008-12-01 Simon TathamAdd missing call to gtk_selection_clear_targets(),...
2008-11-17 Simon TathamAvoid freeing the backend in notify_remote_exit(),...
2008-06-10 Simon TathamManfred Schwarb points out that scroll wheel support...
2008-06-04 Simon TathamAt last, merge the putty-gtk2 branch back into the trunk!
2008-03-09 Simon TathamUnder OS X Leopard, we seem not to consistently get...
2007-03-19 Ben HarrisFix a stupid one-character typo that was breaking 256...
2007-02-25 Jacob NevinsSince r7265, a user could not launch a PuTTY session...
2007-02-24 Simon TathamGareth pointed out yesterday that the Unix terminal...
2007-02-18 Jacob NevinsCtrl-Break now sends a Break signal (previously it...
2007-02-10 Simon TathamAvoid launching a session from the Default Settings...
2007-01-31 Simon TathamColin Watson has fixed the disgusting icons on GTK1...
2007-01-24 Simon TathamThe direct link between the terminal and the back end via
2007-01-06 Simon TathamNo, I tell a lie: GTK 1 _does_ support icons, at least...
2006-12-30 Jacob NevinsPatch from Colin Watson intended to give a clean Unix...
2006-09-03 Simon TathamSupport for an alternative mechanism for displaying...
2006-08-28 Simon TathamSerial back end for Unix. Due to hardware limitations...
2006-03-14 Jacob NevinsFix minor memory leak.
2006-03-12 Jacob NevinsEquivalent of r6583 window-border palette-change fix...
2006-03-08 Simon TathamDavid Damerell tells me I should be using Ctrl-hjklyubn...
2006-02-19 Jacob NevinsFix `restart-reset-terminal': terminal now restored...
2006-02-13 Owen DunnPreserve more attributes of text copied as RTF. Thanks...
2005-12-09 Simon TathamA few small changes to make the PuTTY source base more...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-10-13 Ben HarrisFix 256-colours-match-xterm, based on 256colres.pl...
2005-04-27 Ben HarrisOn monochrome displays, display the cursor in reverse...
2005-04-27 Ben HarrisTiny manual CSE of previous commit.
2005-04-27 Ben HarrisOn 1bpp displays, ignore colour attributes. This makes...
2005-04-27 Ben HarrisMake palette changes use "best match" colours too.
2005-04-25 Ben HarrisAsk GDK to give us reasonable approximations if it...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-07 Jacob NevinsIf a new session was saved from Change Settings, a...
2005-03-19 Jacob NevinsTry to make our PGP signing more useful:
2005-03-10 Owen DunnProtect against multiple Change Settings dialogues...
2005-03-05 Simon TathamMake sure we do notify_remote_exit(ssh->frontend) _before_
2005-02-15 Jacob NevinsThe terminal window can now indicate that PuTTY is...
2004-12-31 Simon TathamRename some of the more stupidly named files in the...