Skip to content

AltDrag 1.29

Compare
Choose a tag to compare
@RamonUnch RamonUnch released this 29 Nov 10:58
· 966 commits to main since this release
d73d9ee
  • Added Maximize scroll action that behaves as expected: wheel up maximizes the pointed window, wheel down restores a maximized window and minimizes to taskbar a normal window. This action was proposed by bluebird11.

  • Now when Aero-snapping with double right-click, the window will be resized to full monitor width when double-clicking on the center of the window while pressing the shift key.

  • The cursor is now properly limited to MDI client area when using Ctrl.

  • Cleaned up some code by removing useless global variables.

  • Lower action will no longer ignore the AutoFocus config flag.

  • Minor refactoring, moved some code toward function and fixed some gcc's -Wsign-compare warnings.

  • Fixed: Sometime when pressing escape while resizing, it would prevent further window move/resize.

  • Rewrote the auto remaximize procedure. It is now much simpler and handier in my opinion. The window is now remaximized when released on the current monitor, if it was maximized when move started AND was dragged to an other monitor. There is no more 1s delay option...
    Note this procedure was not working properly on previous releases.

  • Fixed: Position of the mouse cursor relative to the restored windows should be always correct now, this was a stupid bug I introduced...

  • Fixed: Desktop window is now properly ignored.

  • Fixed: When using Ctrl, the cursor will be properly restricted to the current monitor.

  • Removed unused variables and cleaned up some code.

  • Remove hard dependency to ole32.dll, it will be loaded only when using the Volume action.