1
I Use This!
Inactive

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Alt-Enter was fouling up on Win95; added explicit handler More... over 24 years ago
Alt-Enter was fouling up on Win95; added explicit handler More... over 24 years ago
Fix sorting of saved sessions list box so Default Settings is back at the top of the list instead of being filed under D More... over 24 years ago
Fix sorting of saved sessions list box so Default Settings is back at the top of the list instead of being filed under D More... over 24 years ago
Stop throwing out the Connection panel during midsession reconfig. Instead, only throw out the useless parts of it. See, the new auto- layout features bear fruit immediately! More... over 24 years ago
Stop throwing out the Connection panel during midsession reconfig. Instead, only throw out the useless parts of it. See, the new auto- layout features bear fruit immediately! More... over 24 years ago
Update Makefile generation and ensure everything works with Borland 5.5 More... over 24 years ago
Update Makefile generation and ensure everything works with Borland 5.5 More... over 24 years ago
Create settings.c and move the load/save session code out of windlg.c into it. Allows plink and pscp to no longer link with windlg.c, meaning they lose some of the sillier stub functions and also can provide a console-based form of verify_ssh_host_key(). More... over 24 years ago
Create settings.c and move the load/save session code out of windlg.c into it. Allows plink and pscp to no longer link with windlg.c, meaning they lose some of the sillier stub functions and also can provide a console-based form of verify_ssh_host_key(). More... over 24 years ago
Move omission of SSH protocol setting in PuTTYtel into windlg.c and remove nosshres.rc accordingly More... over 24 years ago
Move omission of SSH protocol setting in PuTTYtel into windlg.c and remove nosshres.rc accordingly More... over 24 years ago
Add a parameter to write_clip() so that windlg.c need not call term_deselect More... over 24 years ago
Add a parameter to write_clip() so that windlg.c need not call term_deselect More... over 24 years ago
Re-enable copying the Event Log. (rev 1.39 [r661] accidentally disabled it) More... over 24 years ago
Re-enable copying the Event Log. (rev 1.39 [r661] accidentally disabled it) More... over 24 years ago
Cross-reference cleanup: winstore.c should not use fatalbox() More... over 24 years ago
Cross-reference cleanup: winstore.c should not use fatalbox() More... over 24 years ago
Mistaken identity in sesssaver() was breaking saved-session edit box More... over 24 years ago
Mistaken identity in sesssaver() was breaking saved-session edit box More... over 24 years ago
Tighten up use of "static" throughout. Module-internal things should NOT be exported willy-nilly. It encourages people to use them. More... over 24 years ago
Tighten up use of "static" throughout. Module-internal things should NOT be exported willy-nilly. It encourages people to use them. More... over 24 years ago
Localise control IDs in each dialog procedure, for maintainability More... over 24 years ago
Localise control IDs in each dialog procedure, for maintainability More... over 24 years ago
Add LBS_STANDARD on saved session list box, so you can double-click More... over 24 years ago
Add LBS_STANDARD on saved session list box, so you can double-click More... over 24 years ago
Remove rogue debug statement More... over 24 years ago
Remove rogue debug statement More... over 24 years ago
Revamp the auto-layout of PuTTY configuration box controls. They are now auto-laid-out at runtime instead of compile time. Byebye win_res.inp and mkres.c; byebye most of win_res.rc; hello a whole new load of control-creation functions in windlg.c. Also, now that we're creating the tab control at runtime, we can check to see if it succeeded and use an alternative if so. This _should_ enable the config box to work on Win32s, although at the time of checkin that's untested. More... over 24 years ago
Revamp the auto-layout of PuTTY configuration box controls. They are now auto-laid-out at runtime instead of compile time. Byebye win_res.inp and mkres.c; byebye most of win_res.rc; hello a whole new load of control-creation functions in windlg.c. Also, now that we're creating the tab control at runtime, we can check to see if it succeeded and use an alternative if so. This _should_ enable the config box to work on Win32s, although at the time of checkin that's untested. More... over 24 years ago