]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/gtkwin.c
Introduce a config option for building on OS X GTK.
[PuTTY.git] / unix / gtkwin.c
2015-08-31 Simon TathamIntroduce a config option for building on OS X GTK.
2015-08-31 Simon TathamHandle the Ctrl modifier key ourselves if necessary.
2015-08-27 Simon TathamAdd conditioned-out diagnostics in GTK key_event().
2015-08-25 Simon TathamCompile fixes for GTK1 after recent work.
2015-08-24 Simon TathamUse new GTK3 API call for server-controlled window resize.
2015-08-22 Simon TathamStop using GTK3-deprecated gdk_window_set_background().
2015-08-22 Simon TathamStop using GTK3-deprecated gdk_get_display().
2015-08-16 Simon TathamGTK3 port: condition out all uses of GdkColormap.
2015-08-16 Simon TathamGTK3 port: respell GDK_WINDOW_XWINDOW / GDK_DRAWABLE_XID.
2015-08-16 Simon TathamGTK3 port: support the new "draw" signal.
2015-08-16 Simon TathamReimplement GTK uxsel_input_add using GIOChannel.
2015-08-16 Simon TathamChange uxsel_input_add's return type from int to pointer.
2015-08-16 Simon TathamUse gtk_window_set_icon() where available.
2015-08-16 Simon TathamReplace deprecated GDK_DISPLAY() with modern facilities.
2015-08-16 Simon TathamMake the use of server-side backing pixmaps in GTK...
2015-08-16 Simon TathamCall draw_stretch_before *after* setting up the clip...
2015-08-15 Simon TathamWithdraw the horrible bodge in make_mouse_ptr().
2015-08-15 Simon TathamRefactor the GTK drawing system to do both GDK and Cairo.
2015-08-09 Simon TathamFix compile failure.
2015-08-09 Simon TathamGTK 3 prep: write a replacement for gtk_quit_add().
2015-08-09 Simon TathamUse gtkcompat.h to slim down a few ifdefs.
2015-08-08 Simon TathamGTK 3 prep: stop using *nearly* all GTK deprecated...
2015-08-08 Simon TathamSwitch to using gtk_window_parse_geometry in GTK 2.
2015-08-08 Simon TathamGTK 3 prep: use the glib names for base object types.
2015-08-08 Simon TathamAllow direct use of X11 to be conditionally compiled out.
2015-08-08 Simon TathamGTK 3 prep: use GDK_KEY_<keyname> constants, not GDK_...
2015-08-08 Simon TathamGTK 3 prep: use accessor functions for object data fields.
2015-08-08 Simon TathamGTK 3 prep: do not include individual GTK/GDK headers.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamMerge branch 'pre-0.64'
2015-01-18 Jacob NevinsMerge branch 'pre-0.64'
2015-01-08 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsMerge branch 'pre-0.64'
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMove echo/edit state change functionality out of ldisc_...
2014-07-13 Simon TathamAnother fix to timer handling.
2014-07-08 Simon TathamWork around a timer leak with GTK 2.4.22 on openSUSE 13.1.
2014-04-20 Simon TathamFix an annoying warning from GTK on Ubuntu 14.04.
2014-02-16 Simon TathamEnable xterm mouse reporting of wheel actions in GTK.
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-06-01 Simon TathamMerged from trunk up to r8033.
2008-05-28 Simon TathamMerge from trunk up to r8020.
next