]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - windows/window.c
Replace GetQueueStatus with PeekMessage(PM_NOREMOVE).
[PuTTY_svn.git] / windows / window.c
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
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
2007-01-16 Simon TathamUpdate WINVER to 0x500 to avoid build failures from Jacob's
2007-01-16 Jacob NevinsAt least, I have the technology to fix `beepind-win2k'.
2007-01-10 Jacob NevinsAccording to Frank Dijcks, this cast makes OpenWatcom...
2007-01-09 Simon TathamGet rid of all the MSVC warnings.
2007-01-07 Simon TathamReinstate RDB's pending_netevent mechanism, which was...
2006-12-17 Simon TathamInitial support for HTML Help. All the ad-hoc help...
2006-11-18 Simon TathamReinstate as much of the Windows font-linking behaviour...
2006-09-21 Simon TathamFix breakage of `Restart Session' in r6802. When restar...
2006-08-29 Simon TathamThe Windows HANDLE type, despite being a `void *',...
2006-08-28 Simon TathamApparently MsgWaitForMultipleObjects doesn't always...
2006-08-28 Simon TathamMissed a couple of instances of cfg_launchable().
2006-08-28 Simon TathamSupport for Windows PuTTY connecting straight to a...
2006-08-26 Simon TathamStart using notify_remote_exit() in the Windows front...
2006-08-25 Simon TathamNew piece of Windows infrastructure: winhandl.c takes...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2006-03-29 Owen DunnUpdate size when going from maximised to full screen.
2006-03-08 Simon TathamDavid Damerell tells me I should be using Ctrl-hjklyubn...
2006-02-25 Jacob NevinsAlain Guibert points out that palette changes weren...
2006-02-19 Jacob NevinsFix `restart-reset-terminal': terminal now restored...
2006-02-13 Owen DunnPreserve more attributes of text copied as RTF. Thanks...
2006-02-10 Jacob NevinsOops. Since r6546, old "Special Commands" menus weren...
2006-02-09 Jacob NevinsUsers of Virtual Dimension are reporting that the ...
2006-01-27 Jacob NevinsSomewhat gruesome tweak to use SetClassLongPtr where...
2006-01-25 Owen DunnDon't explicitly open the logfile on startup; it'll...
2006-01-11 Owen DunnConfigurable font quality on Windows. (Together with...
2005-12-09 Simon TathamA few small changes to make the PuTTY source base more...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-10-13 Ben HarrisFix 256-colours-match-xterm, based on 256colres.pl...
2005-08-10 Jacob NevinsBen Rudiak-Gould points out that we should be using...
2005-06-09 Jacob Nevins"SanskritFritz" points out that digits at the start...
2005-05-21 Jacob NevinsUse {Get,Set}WindowLongPtr() instead of {Get,Set}Window...
next