github RamonUnch/AltSnap 1.43
AltDrag 1.43

latest releases: 1.63, v1.62, 1.62...
3 years ago
  • New Wiki for altdrag usage: https://github.com/RamonUnch/AltDrag/wiki

  • New: An option to make the window translucent while dragging was added. See MoveTrans in the [General] section of AltDrag.ini. You can change it via the Advanced tab, using the opacity while moving option, from 1-254. Use 255, 0 or an empty value to disable (default).

  • Now the AeroMaxSpeed calculus is based on a timer rather than the number of mouse frames. The time intervals for the measurement can be specified using the AeroSpeedTau variable in milliseconds in the [Advanced] section of AltDrag.ini (default 32ms). The max speed can now be specified in the Advanced tab of the config. Good values are around 10-100px/32ms. Use 65535 or an empty value to disable (default). rcomended: 64px/32ms.

  • New: SSizeMove blacklist was added in the [Blacklist] section of the ini. Any windows added in this list will NOT receive the WM_ENTERSIZEMOVE and WM_EXITSIZEMOVE messages when moved or resized. This is useful for some buggy applications such as iTunes (default value is *|iTunes).

  • New: AltDrag.xml file that can be imported from the Task Scheduler in order to setup auto start in elevated mode.

  • Updated Spanish translation by Carlos Sánchez.

  • Now an AMD64 build of AltDrag, can be compiled. builds are not provided because there are no real benefits for now (use mk64.bat).

  • Removed dependency to msvcrt.dll. This avoids some mess and reduce the suspiciousness of the AltDrag.exe file to anti-viruses. This also reduces the size of the exe.

  • Fixed: Windows borders will now properly snap to taskbar on the second monitor. Instead of looking for the task bars, I chose to look tor the rcWork field of the monitor info that directly contains the area in which windows should be snapped. This also simplifies the code.

  • Fixed: a snapped, then maximized window will be restored to its original size when alt-dragging it out of maximized state. If a windows like this is restored by double-click, then it will be restored to the previously snapped state and its normal position will be restored only when moving it out of its maximized state like expected.

  • Fixed: Now the ESC key will always release Ctrl and Shift.

  • Fixed: Added the DEL key (2E) to the default Killkeys list.

  • Fixed strange cropping bug that occasionally occurred with Chromium based programs such as several Browsers and VSCode.

  • Fixed potential segmentation fault in the Enum code.

  • Fixed potential division by zero.

  • Now all the memory should be unallocated when unloading hooks.dll. This avoids memory leaks of a couple of KB when disabling/enabling AltDrag.

  • Fixed some occasional problem with snapping in older windows versions.

  • Fixed: Now spaces can be added after a coma in a blacklist.

  • Added StartMenuExperienceHost.exe,SearchApp.exe to the default process blacklist, thanks LittleboyHarry.

  • Added *|classFoxitReader to the default MDI blacklist.

  • Minor code cleanup.

Don't miss a new AltSnap release

NewReleases is sending notifications on new releases.