]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Support for Windows 7 jump lists (right-click on a program's taskbar
authorSimon Tatham <anakin@pobox.com>
Thu, 23 Dec 2010 17:32:28 +0000 (17:32 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 23 Dec 2010 17:32:28 +0000 (17:32 +0000)
commit1a03fa9292f2258384d037994d8e8e119ac11458
treeefd3c61e3f224dded0b9d989170b39c0c4f352f8
parent6cd24c839d7f9b96b375e12560b254a1a9013dbf
Support for Windows 7 jump lists (right-click on a program's taskbar
icon, even if the program isn't running at the time, to be presented
with an application-defined collection of helpful links). The current
jump list is updated every time a saved session is loaded, and shows
the last few launchable saved sessions (i.e. not those like Default
Settings) that were loaded. Also, if Pageant or PuTTYgen or both is in
the same directory as the PuTTY binary, the jump list will present
links to launch those too.

Based on a patch sent last year by Daniel B. Roy, though it's barely
recognisable any more...

[originally from svn r9046]
Recipe
cmdline.c
putty.h
settings.c
windows/window.c
windows/winjump.c [new file with mode: 0644]
windows/winnojmp.c [new file with mode: 0644]
windows/winstore.c
windows/winstuff.h