stefansundin / altdrag

:file_folder: Easily drag windows when pressing the alt key. (Windows)
https://stefansundin.github.io/altdrag/
GNU General Public License v3.0
1.42k stars 94 forks source link

Fix infinite loop and .manifest files #129

Closed RamonUnch closed 3 years ago

RamonUnch commented 3 years ago

The @MattSturgeon .manifest does not work on XP because of invalid versions declaration this might be an issue for future windows as well (probably not).

This PR also fixes the infinite loop in the tray icon handeling. This loop leads to AltDrag hanging when changing DPI or going in sleep mode under Win8.x and 10 Fixes: https://github.com/stefansundin/altdrag/issues/34, https://github.com/stefansundin/altdrag/issues/76 and https://github.com/stefansundin/altdrag/issues/107 I consider those to be essential fixes that everyone should merge.

RamonUnch commented 3 years ago

Mess on my repo,, I will re-open later.