]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2015-09-02 Simon TathamKey rollover: add a checklist item for the Download page.
2015-09-02 Simon TathamKey rollover: put the new Master Key fingerprint in...
2015-09-02 Simon TathamKey rollover: switch to signing using the new keys.
2015-09-02 Simon TathamKey rollover: rewrite the PGP keys manual appendix.
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-28 Owen S. DunnRemove LIBS from Unix pageant Recipe line
2015-08-27 Simon TathamMake Columns disregard the preferred width of GtkEntry.
2015-08-27 Simon TathamStop using abs(unsigned) in X11 time comparison.
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 TathamTurn GTK3 deprecation warnings back on.
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-21 Simon TathamRemove arbitrary limit SSH2_MKKEY_ITERS.
2015-08-21 Simon TathamAdd a key-length field to 'struct ssh_mac'.
2015-08-21 Simon TathamAdd copy and free methods to 'struct ssh_hash'.
2015-08-16 Simon TathamNew test output file, checking all display-relevant stuff.
2015-08-16 Simon TathamGTK3 port: add '--with-gtk=3' to the configure script.
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-15 Tim KosseClose file descriptor in test main().
2015-08-15 Tim KosseFix signature of platform_new_connection.
2015-08-15 Tim KosseUse DWORD as length argument for RegQueryValueEx.
2015-08-15 Tim KosseCast return value of ShellExecute to INT_PTR.
2015-08-15 Tim KosseUse INT_PTR not int to store result of DialogBoxParam.
2015-08-15 Tim KosseDLGPROC callbacks should return INT_PTR.
2015-08-15 Tim KosseFix type of third argument to AppendMenu
2015-08-15 Tim KosseFix type of 4th argument to WinHelp
2015-08-15 Tim KosseCast pointers to uintptr_t instead of unsigned {long,int}.
2015-08-15 Tim KosseFix warning about mismatched constness.
2015-08-15 Tim KosseUse correct type to print Windows error codes.
2015-08-15 Tim KosseDo not re-define SECURITY_WIN32 if already defined.
2015-08-15 Tim KosseMake manifest files work with 64bit builds of PuTTY.
2015-08-15 Tim KosseDetect end of string in fingerprint alignment.
2015-08-15 Tim KosseFix __uint128_t compile error on MinGW.
2015-08-15 Tim KosseRemove an unused variable.
2015-08-15 Tim KosseRemove an unused variable.
2015-08-15 Tim KosseFix warning about uninitialized variable.
2015-08-15 Tim KosseRemove unused variable.
2015-08-15 Tim KosseFix warning about missing return in ssh2_kexinit_addalg
2015-08-10 Tim KosseFix a format string vulnerability if MALLOC_LOG is set.
next