Skip to content

Releases: stefansundin/altdrag

AltDrag v1.1

23 Aug 21:21
Compare
Choose a tag to compare

Get RSS updates by subscribing to the release feed.

2015-08-23:

  • AltDrag has moved to GitHub.
  • The installer now defaults to installing to your %APPDATA% directory.
    • This means it no longer automatically asks for administrator privileges.
    • I recommend everyone to uninstall and then install from scratch.
    • You can still install to C:\Program Files\ if you right-click the installer and use Run as administrator.
  • Fixed the shift key not being usable after dragging started (Windows 10).
  • Fixed various minor bugs.

AltDrag v1.1 beta

20 Aug 16:37
Compare
Choose a tag to compare
AltDrag v1.1 beta Pre-release
Pre-release

2015-08-20:

  • AltDrag has moved to GitHub.
  • The installer now defaults to installing to your %APPDATA% directory.
    • This means it no longer asks for administrator privileges.
    • I recommend everyone to uninstall and then install from scratch.
    • You can still install to C:\Program Files\ if you right-click the installer and use Run as administrator.
  • Fixed the shift key not being usable after dragging started (Windows 10).

AltDrag v1.0

11 May 05:05
Compare
Choose a tag to compare

final - 2013-09-13:

  • Add Lower scroll wheel action. Scroll down to lower windows, scroll up to raise windows, shift+scroll down to minimize windows, shift+scroll up to toggle maximized state.
  • Other Lower actions will now also minimize the window if you hold shift.
  • Updated most of the translations.

release candidate - 2013-09-06:

  • Add support for MDI windows. Works with many features (e.g. HookWindows, AltTab scrolling, snapping).
  • Add ability to lower windows by middle clicking title bars.
  • Add ability to translate AltDrag with an ini file.
  • Many small fixes for multiple monitors.
  • Made the corner regions for resizing bigger, now corners are 38% and middle regions 24%. Before all regions were 33%.
  • Fixed HookWindows sometimes blocking the space key.
  • Fixed a few issues with InactiveScroll.

beta 3 - 2013-06-20:

  • If you enable InactiveScroll, you can now hold the shift key to scroll horizontally. Note that this only works in programs that have implemented horizontal scrolling.
  • New scroll action: Transparency. It allows you to set the transparency of arbitrary windows.
  • The code that prevents the window menu from triggering has been reworked to work with Internet Explorer.

beta 2 - 2013-04-20:

  • Merged Config.exe with AltDrag.exe.
  • Made it possible to disable the Alt+Scroll action. It was silly of me to not let you do this in beta 1, sorry!
  • Added new Alt+Scroll action that changes the volume.
  • You can now press the Space key during a drag to reset any custom AutoSnap setting for the duration of the drag.
  • AltDrag can now request elevation to administrator privileges on demand, allowing for much easier elevation on autostart.
  • AltDrag can now be run in multiple instances, useful if you e.g. want to use Alt+LMB to move and Ctrl+LMB to resize. See MultipleInstances in the ini file.
  • Added experimental feature FocusOnTyping that moves focus to the window the mouse is hovering when you start typing. This is a new approach to the hidden X-Mouse feature in Windows. See the ini file for more details.
  • Fixed issue with iTunes.

beta 1 - 2011-07-31:

  • Added configuration GUI.
  • Added ability to scroll through windows with the scrollwheel (like Alt+Tab!).
  • Added ability to blacklist by process name.
  • Added new mouse action: Lower.
  • Added performance options MoveRate and ResizeRate. Increase if dragging or resizing is slow.
  • The scroll hook should no longer stop working when locking the screen or resuming the computer from sleep. A timer checks every 5 seconds if the scroll hook is still working, and re-enables it if it is not.
  • You can now press Escape to stop AltDrag. Useful if AltDrag gets in a weird state.
  • You can now press Ctrl to make AltDrag think the mouse cursor is still inside the current monitor. Should help people who have multiple monitors and want to snap at borders between monitors.
  • Installer now grants access to AltDrag.ini to all users. Should help people who use UAC.
  • Removed info.txt. Use the website for help.

AltDrag v1.0rc

29 Dec 22:49
Compare
Choose a tag to compare
AltDrag v1.0rc Pre-release
Pre-release

2013-09-06:

  • Add support for MDI windows. Works with many features (e.g. HookWindows, AltTab scrolling, snapping).
  • Add ability to lower windows by middle clicking title bars.
  • Add ability to translate AltDrag with an ini file.
  • Many small fixes for multiple monitors.
  • Made the corner regions for resizing bigger, now corners are 38% and middle regions 24%. Before all regions were 33%.
  • Fixed HookWindows sometimes blocking the space key.
  • Fixed a few issues with InactiveScroll.

AltDrag v1.0b3

30 Dec 20:16
Compare
Choose a tag to compare
AltDrag v1.0b3 Pre-release
Pre-release

2013-06-20:

  • If you enable InactiveScroll, you can now hold the shift key to scroll horizontally. Note that this only works in programs that have implemented horizontal scrolling.
  • New scroll action: Transparency. It allows you to set the transparency of arbitrary windows.
  • The code that prevents the window menu from triggering has been reworked to work with Internet Explorer.

AltDrag v1.0b2

29 Dec 22:46
Compare
Choose a tag to compare
AltDrag v1.0b2 Pre-release
Pre-release

2013-04-20:

  • Merged Config.exe with AltDrag.exe.
  • Made it possible to disable the Alt+Scroll action. It was silly of me to not let you do this in beta 1, sorry!
  • Added new Alt+Scroll action that changes the volume.
  • You can now press the Space key during a drag to reset any custom AutoSnap setting for the duration of the drag.
  • AltDrag can now request elevation to administrator privileges on demand, allowing for much easier elevation on autostart.
  • AltDrag can now be run in multiple instances, useful if you e.g. want to use Alt+LMB to move and Ctrl+LMB to resize. See MultipleInstances in the ini file.
  • Added experimental feature FocusOnTyping that moves focus to the window the mouse is hovering when you start typing. This is a new approach to the hidden X-Mouse feature in Windows. See the ini file for more details.
  • Fixed issue with iTunes.

AltDrag v1.0b1

29 Dec 22:31
Compare
Choose a tag to compare
AltDrag v1.0b1 Pre-release
Pre-release

2011-07-31:

  • Added configuration GUI.
  • Added ability to scroll through windows with the scrollwheel (like Alt+Tab!).
  • Added ability to blacklist by process name.
  • Added new mouse action: Lower.
  • Added performance options MoveRate and ResizeRate. Increase if dragging or resizing is slow.
  • The scroll hook should no longer stop working when locking the screen or resuming the computer from sleep. A timer checks every 5 seconds if the scroll hook is still working, and re-enables it if it is not.
  • You can now press Escape to stop AltDrag. Useful if AltDrag gets in a weird state.
  • You can now press Ctrl to make AltDrag think the mouse cursor is still inside the current monitor. Should help people who have multiple monitors and want to snap at borders between monitors.
  • Installer now grants access to AltDrag.ini to all users. Should help people who use UAC.
  • Removed info.txt. Use the website for help.

AltDrag v0.9

11 May 05:04
Compare
Choose a tag to compare

2011-02-01:

  • Added Aero option. Alt-drag windows to the left, right and top side of the screen. Corners work too!
  • Added AutoFocus and AutoRemaximize options.
  • Added InactiveScroll. Enable it to scroll inactive windows.
  • Added new mouse actions: AlwaysOnTop and Close.
  • It is now possible to toggle the maximized state with a resize button while dragging.
  • Replaced roll-up behavior with Aero behavior.
  • Renamed "stick" to "snap" as people seem to "get" that term better.
  • Fixed some bugs that prevented HookWindows from working properly.
  • Tweaked the blacklist.

AltDrag v0.9rc1

29 Dec 22:28
Compare
Choose a tag to compare
AltDrag v0.9rc1 Pre-release
Pre-release

2011-01-22:

  • Added InactiveScroll. Enable it to scroll inactive windows.
  • Fixed major bug with custom taskbar locations (only present in the beta).
  • Expanded Aero option.
  • Expanded AutoRemaximized option.
  • It is now possible to toggle the maximized state with a resize button while dragging.

AltDrag v0.9b1

30 Dec 20:27
Compare
Choose a tag to compare
AltDrag v0.9b1 Pre-release
Pre-release

2010-12-23:

  • Added Aero option. Alt-drag windows to the left, right and top side of the screen. Corners work too!
  • Added new mouse actions: AlwaysOnTop and Close.
  • Replaced roll-up behavior with Aero behavior. Double-click with middle/right mouse button.
  • Renamed "stick" to "snap" as people seem to "get" that term better.
  • Fixed some bugs that prevented HookWindows from working properly.
  • Tweaked the blacklist.