]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix
first pass
[PuTTY.git] / unix /
2015-09-26 Simon TathamDon't defer displaying the prompt label in gtkask.
2015-09-26 Simon TathamBring the gtkask.c test main() up to date.
2015-09-26 Simon TathamVisually distinguish charset headings in GTK3 unifontsel.
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 TathamAvoid logging pre-verstring EPIPE from sharing downstreams.
2015-09-25 Simon TathamNew Plink operating mode: 'plink -shareexists'.
2015-09-25 Simon TathamFix misplaced separator in GTK3 dialog boxes.
2015-09-25 Simon TathamFix window resizing in GTK 3 PuTTY.
2015-09-25 Simon TathamSanitise bad characters in log file names.
2015-09-24 Simon TathamCentralise stripslashes() and make it OS-sensitive.
2015-09-24 Simon TathamUse a Cairo image surface as a client-side cache.
2015-09-24 Simon TathamFix spurious EAGAIN in Plink host key (and other) prompts.
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-02 Simon TathamKey rollover: put the new Master Key fingerprint in...
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: move termios setup to after the fork.
2015-09-01 Simon Tathampterm: set IUTF8 on pty devices depending on charset.
2015-08-31 Simon TathamWork around Pango fonts with fractional width.
2015-08-31 Simon TathamFix an uninitialised bufchain in NO_PTY_PRE_INIT mode.
2015-08-31 Simon TathamSlightly improve layout in GTK3 Pageant passphrase prompts.
2015-08-31 Simon TathamMove more functions into the new gtkmisc.c.
2015-08-31 Simon TathamStop using GtkDialog (for most purposes) in GTK 3!
2015-08-31 Simon TathamAdd a missing cast in g_object_set.
2015-08-31 Simon TathamUse GtkMessageDialog for dlg_error().
2015-08-31 Simon TathamStop using GtkAlignment in GTK 3.
2015-08-31 Simon TathamAvoid deprecated gtk_misc_set_alignment().
2015-08-31 Simon TathamAvoid using gdk_cursor_new() in GTK 3.
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-31 Simon TathamAdd a bodge to make pty masters nonblocking on OS X.
2015-08-31 Simon TathamAdd a new #define to disable pty_pre_init.
2015-08-27 Simon TathamMake Columns disregard the preferred width of GtkEntry.
2015-08-27 Simon TathamAdd conditioned-out diagnostics in GTK key_event().
2015-08-27 Simon TathamAdd conditioned-out diagnostics in columns_compute_width.
2015-08-25 Simon TathamRemove a mysterious GTK size-request tweak.
2015-08-25 Simon TathamCompile fixes for GTK1 after recent work.
2015-08-25 Simon TathamFix the config box treeview width in GTK3.
2015-08-24 Simon TathamMake string_width() work in GTK3.
2015-08-24 Simon TathamUse columns_force_same_height() for vertical centring.
2015-08-24 Simon TathamNew Columns method, columns_force_same_height().
2015-08-24 Simon TathamFactor out columns_find_child() in the Columns class.
2015-08-24 Simon TathamAnother GTK3 fix for GtkEntry width.
2015-08-24 Simon TathamUse new GTK3 API call for server-controlled window resize.
2015-08-23 Simon TathamIn GTK3, omit our GTK 1/2 workaround for wrapping labels.
2015-08-23 Simon TathamImplement GTK3 height-for-width layout in Columns.
2015-08-23 Simon TathamGTK3 prep: refactor the layout calculation in Columns.
2015-08-23 Simon TathamPerformance: cache character widths returned from Pango.
2015-08-23 Simon TathamFix an arithmetic error in the X font downloader cache.
2015-08-22 Simon Tatham'pterm --display' should set $DISPLAY inside the terminal.
2015-08-22 Simon TathamIn GTK3, use the new GtkColorChooserDialog.
2015-08-22 Simon TathamIn GTK3, unifontsel should use GtkGrid, not GtkTable.
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-22 Simon TathamProvide #defines for GTK3-deprecated gtk_{h,v}foo_new().
2015-08-22 Simon TathamAvoid deprecated gtk_cell_renderer_get_size in GTK3.
2015-08-22 Simon TathamStop using deprecated GTK_STOCK_* in GTK3.
2015-08-22 Simon TathamMake unifontsel_deselect() clear the preview pane.
2015-08-22 Simon TathamFix crash in GTK3 when unifontsel filter settings change.
2015-08-22 Simon TathamFix GTK3 size calculations in unifontsel_new.
2015-08-22 Simon TathamIn GTK3, don't use the "has-separator" GtkDialog property.
2015-08-22 Simon TathamUse GTK3's method of setting GtkEntry min width.
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: replace size_request in the Columns layout...
2015-08-16 Simon TathamGTK3 port: use gdk_device_grab() in gtkask.c.
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 TathamRemove an outdated comment.
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 TathamSaw unifontsel_draw_preview_text() in half.
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-15 Simon TathamStop multifont fallback from crashing in GTK1.
2015-08-10 Tim KosseFix format string vulnerabilities.
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: replace GtkFileSelection with GtkFileChoose...
2015-08-08 Simon TathamGTK 3 prep: use gtk_color_selection_get_current_color().
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-08-08 Simon TathamMake gtkask.c compile under GTK 1.
2015-07-28 Simon TathamFix braino in gtkask.c loop conditions.
next