]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows/window.c
Surround process protection with an #ifndef UNPROTECT
[PuTTY.git] / windows / window.c
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...
2009-09-27 Jacob NevinsRemove is_shift_pressed() -- it's not been used since...
2009-09-13 Jacob NevinsIf there are no saved sessions, put a grayed "(No sessi...
2009-08-15 Jacob NevinsKeep the state of the "Full Screen" menu item on the...
2009-01-21 Simon TathamDon't call ReleaseCapture() on any mouse-button-up...
2009-01-09 Simon TathamWeaken the assertion in general_textout(). It was faili...
2009-01-06 Jacob NevinsRemove a couple of unused variables.
2008-12-29 Jacob Nevinsr8338 broke pasting with Shift-Ins and from the context...
2008-12-20 Jacob Nevins"Derek" points out that reporting of wheel event coordi...
2008-11-28 Simon TathamMove the code that reads the Windows clipboard into...
2008-09-14 Simon TathamSome Windows keymaps, it turns out, don't translate the key
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-07-01 Jacob NevinsRemove port number validation from Windows PuTTY -...
2007-06-30 Jacob NevinsRationalise access to, and content of, backends[] array.
2007-02-25 Jacob NevinsSince r7265, a user could not launch a PuTTY session...
2007-02-18 Jacob NevinsCtrl-Break now sends a Break signal (previously it...
2007-02-17 Jacob NevinsUnbreak "Duplicate session" on Windows, in a similar...
2007-02-16 Simon Tathamr7265 broke the legacy `putty @sessionname' constructio...
2007-02-10 Simon TathamAvoid launching a session from the Default Settings...
2007-01-26 Simon TathamKai Jourdan spotted a rather embarrassing double-free...
2007-01-24 Simon TathamThe direct link between the terminal and the back end via
next