Mouse Gestures for Internet Explorer - Version History

Mouse Gestures for Internet Explorer - Version History

1.0.0.1 25/09/2003
  • First public release
  • 1.0.0.2 28/09/2003
  • Replaced parent notify mechanism for IE5.5/6.x with hook mechanism used for IE5.0
  • 1.0.0.3 02/11/2003
  • Fixed bug when running with Google toolbar
  • Made actions configurable
  • 1.0.0.4 04/11/2003
  • Fixed bug that prevented browse buttons (like hotmail attachment button from working)
  • 1.0.0.5 30/11/2003
  • Added maximise functionality
  • Open in new window now works with image maps
  • 1.0.1.1 30/03/2004
  • Migrated to Visual Studio .NET 2003
  • Migrated to Unicode to work with right-left character sets
  • 1.0.2.1 09/05/2004
  • Search for 'Next' on GotoNext, 'Previous' on GotoPrevious
  • Added 'Print' action
  • 1.0.2.2 17/05/2004
  • Added open selection in new window
  • 1.0.3.1 25/05/2004
  • Fixed crash bug when downloading binaries from download.com
  • Incorporated fix from christig@home.ro (dchris_med) to open links from within TextElement windows
  • 1.0.4.1 03/06/2004
  • Added a load of new actions based on ExecWB
  • Switch to window handles maximised windows properly
  • Added new gestures (left-arrow, right-arrow, up-arrow down-arrow, left-right & right-left)
  • 1.1.0.1 17/06/2004
  • Navigate to home page rather than about:blank on open in new window action
  • Added user configurable actions (hot-keys)
  • 1.1.0.2 24/06/2004
  • Renamed hot-keys to shortcut keys
  • Force creation of HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects on registration
  • 1.1.1.1 26/06/2005
  • Added mouse trails
  • 1.1.1.2 28/06/2005
  • Layered Window mouse trail
  • 1.1.1.3 04/07/2005
  • Updates to Layered Window mouse trail
  • Reduced bitmaps to 4 bit colour
  • 1.1.1.4 05/07/2005
  • Fixed end marker
  • 1.1.1.5 09/07/2005
  • Renamed LayeredTrail to TrailWindow
  • Added code to TrailWindow to update mem dc & bitmap when screen settings change
  • 1.1.1.6 21/07/2005
  • Updated windows hook classes
  • Replaced WTL::CHotKey with HotKeyCtrlEx
  • 1.1.1.7 25/07/2005
  • Added Show/Hide to MouseTrail
  • 1.1.1.8 01/08/2005
  • Added serialisation (CriticalSection) to implementation of MouseTrail::Show/Hide
  • 1.1.1.9 15/08/2005
  • Basic IE7 support
  • 1.2.0.1 07/09/2005
  • Public release of new features
  • 1.3.0.1 08/02/2006
  • Rewrote command architecture (using Action::Command inplace of member function calls)
  • Added basic support for IE7 tabs (subject to change with later betas/releases)
  • 1.3.0.2 11/02/2006
  • Replaced single mouse wheel command with Mouse Wheel Up and Mouse Wheel Down
  • Updated default actions
  • Added double click right button gesture
  • 1.3.0.3 18/02/2006
  • Trails now work properly on multi monitor setups
  • 1.3.0.4 27/05/2006
  • Trails aren't started until mouse is moved (so trails aren't drawn for a double-click)
  • Added version check functionality
  • 1.3.1.1 16/06/2006
  • Added SearchInternet action
  • Added Find action
  • Added OpenForeTab/OpenBackTab action
  • Reworked OpenForeWindow/OpenBackWindow action to use Navigate2 flags
  • Added RunScript action
  • Update InternetDocument to properly interact with web proxies
  • Revised ActionMap to use std::map in place of C++ array
  • Action::Command's now require a minimum IE version
  • Retrieval of IE version now via IEFrame.dll
  • Fixed deadlock bug when closing tabs
  • Thanks to Eric Lawrence [e_lawrence@hotmail.com] for suggestions and bug fixes
  • 1.3.1.2 25/07/2006
  • Updates for VC8/x64
  • 1.3.2.1 01/08/2006
  • Added GetObjectFriendlyName so the plugin can be found in the Manage Addons Control Panel
  • 1.3.2.2 09/08/2006
  • Support for SetWindowSubclass family of API's
  • 1.3.2.3 17/08/2006
  • Updated to Visual Studio .NET 2003 SP1
  • 1.3.2.4 10/09/2006
  • Fixed bug in Duplicate Window
  • Added DuplicateTab action
  • 1.3.2.5 11/09/2006
  • Added actions for Search in new tab, new window
  • Respect UseHomepageForNewTab setting
  • 1.3.3.1 07/10/2006
  • Fixed TrailWindow to work with multi monitor setup when primary monitor isn't top left
  • Updated BrowserWatcher so Windows hook isn't permanently enabled (not IE5.0)
  • Added Gesture Hint (Thanks to Alan Yabroudy for the suggestion)
  • 1.3.3.2 09/10/2006
  • Added centralised Settings Manager
  • Updated TrailManager to cache settings (previously the registry was polled every time the mouse was moved resulting in reduced performance on some systems).
  • See also