Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-26Rename most of the platform source files.Simon Tatham
2021-04-17Replace mkfiles.pl with a CMake build system.Simon Tatham
2018-11-03Move all extern declarations into header files.Simon Tatham
2018-11-03Convert a lot of 'int' variables to 'bool'.Simon Tatham
2018-11-03Adopt C99 <stdbool.h>'s true/false.Simon Tatham
2018-10-25Remove the 'Frontend' type and replace it with a vtable.Simon Tatham
2018-09-20Introduce a typedef for frontend handles.Simon Tatham
2018-01-30Build fixes for GTK2.Simon Tatham
2017-12-20Let puttyapp/ptermapp build against old Gtk 3.Jacob Nevins
2017-12-18Rewrite the OS X TODO a bit.Simon Tatham
2017-12-18Fill in some more of the OS X menu bar.Simon Tatham
2017-12-18Minor refactoring of gtkapp.c -> gtkwin.c menu triggers.Simon Tatham
2017-12-18Add keyboard accelerators in the GtkApplication menu.Simon Tatham
2017-12-18OS X: pass Command key back to GTK if it's not being Meta.Simon Tatham
2017-12-17Sort out clipboard-related menu items.Simon Tatham
2017-12-17Add missing g_application_hold on Duplicate Session.Simon Tatham
2017-12-17Tick off another two OS X todo items.Simon Tatham
2017-12-16Add a system of clipboard identifiers.Simon Tatham
2017-11-27Knock off another refactoring from the OS X to-do list.Simon Tatham
2017-11-27GTK: fix the exit(1) response to startup-time font errors.Simon Tatham
2017-11-26Fix a cleanup issue in dlgparam_destroy.Simon Tatham
2017-11-26Remove an item from gtkapp.c's OS X TODO comment.Simon Tatham
2017-11-26Make the configuration dialog non-modal.Simon Tatham
2017-11-26gtkapp.c: fix a copy-paste error in stub main().Simon Tatham
2017-11-26Add a missing conf_copy in gtkapp's Duplicate Session.Simon Tatham
2017-02-23Unix buildinfo: stop saying 'GTK' in pure CLI utilities.Simon Tatham
2016-03-27Omit the conf_launchable check in pterm Duplicate Session.Simon Tatham
2016-03-24Add a TODO list to gtkapp.c.Simon Tatham
2016-03-24Create OS X application bundles for PuTTY and pterm.Simon Tatham
2016-03-24New program 'osxlaunch', to use as an OS X bundle launcher.Simon Tatham
2016-03-24New front end to PuTTY/pterm, as a GtkApplication.Simon Tatham