]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/gtkwin.c
Merge tag '0.66'
[PuTTY.git] / unix / gtkwin.c
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-17 Simon Tathampterm: set IUTF8 on pty devices depending on charset.
2015-09-26 Simon TathamRemove a couple of outdated FIXME comments.
2015-09-26 Simon TathamFix combining character handling in Pango.
2015-09-25 Simon TathamSupport smooth scrolling in GTK3.
2015-09-25 Simon TathamMake scroll events work again in GTK3.
2015-09-25 Simon TathamFix window resizing in GTK 3 PuTTY.
2015-09-24 Simon TathamUse a Cairo image surface as a client-side cache.
2015-09-06 Simon TathamClean up GTK keyboard event diagnostics.
2015-09-06 Simon TathamRevert accidentally committed breakage of Shift-Ins paste.
2015-09-02 Simon TathamInitial support for clipboard on OS X.
2015-09-01 Simon TathamOS X: fix handling of Ctrl-Space.
2015-09-01 Simon TathamWork around OS X GTK treating Option as an AltGr key.
2015-09-01 Simon TathamOn OS X, be able to configure either Option or Command...
2015-09-01 Simon Tathampterm: set IUTF8 on pty devices depending on charset.
2015-08-31 Simon TathamMove more functions into the new gtkmisc.c.
2015-08-31 Simon TathamSwitch to gdk_rgba_parse() for GDK 3.
2015-08-31 Simon TathamDon't use "server:fixed" as the default font without X.
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...
next