]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows/window.c
Remove -cleanup-during-uninstall option.
[PuTTY.git] / windows / window.c
2017-02-10 Jacob NevinsRemove -cleanup-during-uninstall option.
2017-02-05 Simon TathamFix a few more clang-generated warnings.
2017-02-04 Simon TathamPass -restrict-acl, if given, through to sub-PuTTYs.
2017-02-03 Simon TathamA bunch of further warning fixes in the Windows code.
2017-01-29 Simon TathamTurn off Windows process ACL restriction by default.
2016-08-29 Owen DunnSetCurrentProcessExplicitAppUserModelID to fix jumplist...
2016-07-18 Simon TathamLock down the search path for Windows DLL loading.
2016-05-03 Simon TathamSupport frontend_is_utf8() in all front ends.
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-04-02 Simon Tatham64-bit cleanness: use INT_PTR/UINT_PTR where appropriate.
2016-04-02 Simon TathamWindows: condition setprocessacl() on lack of -DNO_SECU...
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Simon TathamFix a mistaken use of a format string in logevent().
2016-02-29 Owen DunnMove sfree inside if.
2016-02-29 Owen DunnSurround process protection with an #ifndef UNPROTECT
2016-02-29 Simon TathamMake our process's ACL more restrictive.
2015-11-27 Simon TathamFix a mistaken use of a format string in logevent().
2015-11-27 Owen DunnMove sfree inside if.
2015-11-27 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2015-11-24 Owen DunnSurround process protection with an #ifndef UNPROTECT
2015-11-24 Owen DunnMake our process's ACL more restrictive.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-17 Simon TathamHandle the VK_PACKET virtual key code.
2015-10-17 Simon TathamTurn the Windows PuTTY main window into a Unicode window.
2015-07-27 Simon TathamHandle the VK_PACKET virtual key code.
2015-07-27 Simon TathamTurn the Windows PuTTY main window into a Unicode window.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamStop Windows PuTTY becoming unresponsive if server...
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-03-07 Simon TathamStop Windows PuTTY becoming unresponsive if server...
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamMerge branch 'pre-0.64'
2015-01-18 Jacob NevinsMerge branch 'pre-0.64'
2015-01-08 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsMerge branch 'pre-0.64'
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMove echo/edit state change functionality out of ldisc_...
2014-08-27 Simon TathamFix null dereference in ldisc_configure.
2014-02-16 Simon TathamStop sending release events for mouse wheel 'buttons...
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamFind ToUnicodeEx() at run time, not load time.
2013-11-11 Simon TathamReplace GetQueueStatus with PeekMessage(PM_NOREMOVE).
2013-10-25 Simon TathamAvoid leaving unread Windows messages in the queue.
2013-09-15 Simon TathamOnly run one toplevel callback per event loop iteration.
2013-08-17 Simon TathamMake calling term_nopaste() a cross-platform feature.
2013-08-17 Simon TathamRevamp Windows pending_netevent using toplevel callbacks.
2013-08-17 Simon TathamRevamp net_pending_errors using toplevel callbacks.
2013-08-17 Simon TathamRevamp Windows's close_session() using toplevel callbacks.
2013-08-17 Simon TathamRevamp the terminal paste mechanism using toplevel...
2013-08-17 Simon TathamAdd a general way to request an immediate top-level...
2013-08-04 Simon TathamReinstate a piece of code accidentally removed in r9214...
2013-07-22 Simon TathamIncrease FONT_MAXNO from 0x2f to 0x40, to ensure the...
2013-07-22 Simon TathamCorrect an inequality sign causing the bounds check...
2013-07-22 Simon TathamAnother big batch of memory leak fixes, again mostly...
2013-07-20 Simon TathamSwitch to translating keystrokes using ToUnicodeEx...
2013-07-19 Simon TathamAdd a nonfatal() function everywhere, to be used for...
2012-12-04 Simon TathamPatch from Hideki Eiraku to make PuTTY call GetScrollIn...
2012-10-10 Simon TathamA user points out that we should free the 'hProcess...
2012-10-02 Simon TathamSumudu Fernando points out that in the big r9214 destab...
2012-09-18 Ben HarrisTwo related changes to timing code:
2012-06-09 Simon TathamIntroduce a third setting for the 'bold as colour'...
2012-05-13 Simon TathamFix from Robert de Bath which reorders the Windows...
2012-05-13 Simon TathamBug fix from Robert de Bath: since lpDx_maybe is always...
2012-04-22 Simon TathamPatch from Robert de Bath to ifdef out the Windows...
2012-02-17 Simon TathamPatch from Yoshida Masato to fill in the missing pieces...
2012-02-05 Simon TathamWM_SIZE/SIZE_MAXIMIZED can show up even during an inter...
2011-10-01 Simon TathamChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-07-20 Simon TathamFix 'Duplicate Session' on Windows, broken during the...
2011-07-18 Simon TathamReinstate a missing invocation of the FONT_QUALITY...
2011-07-17 Jacob NevinsFix a typo in r9214 that plausibly explains a resizing...
2011-07-15 Jacob NevinsWhen doing manual underlining, underline the text in...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-03-02 Simon TathamSet the 'must_close_session' flag at the end of close_s...
2010-12-30 Simon TathamStop general_textout() from trying to slice up the...
2010-12-29 Simon TathamRationalise the mechanism in do_text_internal for provi...
2010-12-29 Jacob NevinsMove some not-compiled-in debug code somewhere more useful.
2010-12-29 Simon TathamFix segfault in general_textout with variable-pitch...
2010-12-29 Simon TathamSupport for using variable-pitch fonts for the terminal...
2010-12-29 Simon TathamThou shalt not suffer a misplaced apostrophe to live.
2010-12-27 Simon TathamFix resize handling when enabling and disabling full...
2010-12-23 Simon TathamSupport for Windows 7 jump lists (right-click on a...
2010-12-23 Simon TathamThe special treatment of Alt-resize (to cause resizing...
2010-12-23 Simon TathamAnother fix to yesterday's window-resizing revamp:...
2010-12-22 Simon TathamPay attention to the width and height provided in WM_SI...
2010-12-22 Simon TathamReorganise handling of WM_SIZE to fix two generality...
2010-09-13 Simon TathamCreate, and use for all loads of system DLLs, a wrapper...
2010-07-30 Jacob NevinsA comment typo fix I've had lying around for a while.
2010-04-23 Simon TathamNew SSH bug flag, for 'can't handle SSH2_MSG_IGNORE...
2010-03-06 Simon TathamCentralise generation of the control sequences for...
2009-11-08 Jacob NevinsUse DECL/GET_WINDOWS_FUNCTION in a few more places...
next