-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify AltDrag #39
Comments
I am fine with all the proposed changes, except the one to remove the ability to hide the tray icon. See my answer in #14, to keep this one free from details. Whats preventing me from contributing? |
I disagree with removing Scroll inactive windows, because there are many people (like myself) who refuse to use Windows 10 because of privacy issues. |
Will 32-bit applications' windows still be hooked if 64-bit-only AltDrag is running?
Strongly disagree! I find it very useful, and I plan to keep Win7 my primary system as long as possible. |
+1. I know I'm going to be using Windows 7 at work for quite a while longer, and it's the main reason I sought out AltDrag. |
My vote is to go for it and remove them all. None of these are critical for me. I've never changed a thing under Alt+Drag's "configure". I suspect you will read exceptions here on unusual use cases rather than the norm from typical users. |
I plan to continue using Windows 7, but I'm content with the existing
version for use there to be honest, so I'm all for making the code simpler
to make sure it continues to exist. 👍
|
This is an important item for me as well, can someone please elaborate on this? |
No, they would not. But as always something could be done to run a 32-bit version of that feature at the same time. This is actually how it works right now, the main AltDrag So I could simply flip that relationship and let people download a standalone 32-bit version of HookWindows. But I might not bundle it with the normal installer. Actually, I haven't made up my mind on this. |
If we don't have to keep 2 copies of AltDrag running (and therefore, have 2 tray icons which cannot be hidden), I suppose it's OK. |
I disliked the last version (1.3) of SuperF4, and searching why, I discovered this very useful AltDrag (bye DisplayFusion). So for the 2 softwares it is a shame to:
|
First of all: YOU ARE AWESOME and thank you again for updating this genius little utility. I NEED IT to keep my sanity whenever I'm forced to work on Windows.
Will you be keeping the functionality of adjusting volume (with eg. Alt-wheel)? I hope so. Again: THANK YOU for helping me stay sane. You're doing good work. |
I would like to see the scroll inactive windows features stay in the program. It is an incredibly useful feature and keeps me from having to download another program just to have this functionality. Like others have said, I have no plans to update to Windows 10 anytime soon. You could, as you have now, leave it off by default so that it doesn't interfere with Windows 10 users and those of us on W7 can turn it on. |
@KlaymenDK The 32/64-bit thing would only affect the |
Thank you for your work on this great helper that helps making Windows usable!
This is exactly the feature that i was moving to AltDrag for. So I would love to see the support continued. I would like to back up other people stating that they will not move to Windows10 soon. Please continue the support for Win7 as long as possible. I would also drop support for Windows XP though. |
Nice that you have notified though update component that Google Code is shutting down. |
@krogon What features are/have been removed? I haven't seen anything about this. |
I have no plan to move to Windows 10, and this feature is the reason I use AltDrag. Please keep it! |
Agreed that "Scroll inactive" should be kept, even in Windows 10 it could be useful if user wanted to disable this behavior. |
I agree with tjkirch, since I have no plans to install W10; W10 is forbidden in some companies due to privacy issues. |
If you wish to keep using an old version of Windows, you can also use an old version of AltDrag... That's not an argument towards keeping a feature in future versions. |
"Old" is a bad word. I'd like to use "the most popular". |
If you don't like "old", you can use "OS Version Appropriate" version of AltDrag, version 1.1. |
Microsoft is working on extending the Windows 10 shell with an application called, Power Toys. I recommend everyone to upvote this issue so Microsoft prioritizes Alt-Drag and Alt Resizing. |
Unfortunately it seems the PowerToys branch is no longer in development. I did simplify AltDrag and fixed a ton of bugs. Builds are available here: I did not make exactly the same choices Stefan is proposing: I did remove the HookWindows feature because it was very unstable in my experience and in my opinion undesirable, because the point of moving windows normally when you could do it with AltDrag is to avoid AltDrag. I also removed the focus on typing. There is no more mixing of 32 and 64bit code. I build a 32bit release that works on almost all windows NT versions. It should be easy to make an x64 build but I do not see a benefit for now. My focus is on later windows 10 x64 but I kept compatibility with older windows because after simplification it is absolutely trivial and the old windows are one of the reasons I still have to use windows. |
for Windows xp need 1.0 ? |
All versions of AltDrag and AltSnap work on XP. |
Hello everyone.
When I prepared to release v1.1, I realized that the source code has gotten quite complicated. I think it reached this state because I tried to make everyone happy and support everything I could think of.
In order to make sure I have the interest to actually work on AltDrag more, I want to make it simpler. Hopefully if it is simpler, it is easier for other people to become interested in helping with development. I have really written almost all of the code in AltDrag myself, even though I've tried to encourage development by others.
Anyway, here is my proposal to simplify the source code:
DwmGetWindowAttribute
does not exist on XP.HookWindows
only working on 64-bit windows if you are running a 64-bit version of AltDrag.Do you disagree? What other features do you think I can remove/change in order to make AltDrag simpler? What is preventing you from developing on AltDrag?
The text was updated successfully, but these errors were encountered: