Code Monkey home page Code Monkey logo

Comments (26)

RamonUnch avatar RamonUnch commented on July 3, 2024 2

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:
https://github.com/RamonUnch/AltDrag/releases/

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.

from altdrag.

loligans avatar loligans commented on July 3, 2024 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.
microsoft/PowerToys#269

from altdrag.

RamonUnch avatar RamonUnch commented on July 3, 2024 1

All versions of AltDrag and AltSnap work on XP.

from altdrag.

GameScripting avatar GameScripting commented on July 3, 2024

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 am not into C in any way and I really love the tool just the way it is. There is nothing I am missing :)

from altdrag.

FickX avatar FickX commented on July 3, 2024

I disagree with removing Scroll inactive windows, because there are many people (like myself) who refuse to use Windows 10 because of privacy issues.

from altdrag.

CaptainFlint avatar CaptainFlint commented on July 3, 2024

Stop mixing 32-bit and 64-bit code. This will result in HookWindows only working on 64-bit windows if you are running a 64-bit version of AltDrag.

Will 32-bit applications' windows still be hooked if 64-bit-only AltDrag is running?

Remove the Scroll inactive windows feature as it is built in to Windows 10.

Strongly disagree! I find it very useful, and I plan to keep Win7 my primary system as long as possible.

from altdrag.

kesslern avatar kesslern commented on July 3, 2024

Remove the Scroll inactive windows feature as it is built in to Windows 10.

Strongly disagree! I find it very useful, and I plan to keep Win7 my primry 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.

from altdrag.

afit avatar afit commented on July 3, 2024

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.

from altdrag.

tianon avatar tianon commented on July 3, 2024

from altdrag.

mebo avatar mebo commented on July 3, 2024

Stop mixing 32-bit and 64-bit code. This will result in HookWindows only working on 64-bit windows if you are running a 64-bit version of AltDrag.

Will 32-bit applications' windows still be hooked if 64-bit-only AltDrag is running?

This is an important item for me as well, can someone please elaborate on this?

from altdrag.

stefansundin avatar stefansundin commented on July 3, 2024

Will 32-bit applications' windows still be hooked if 64-bit-only AltDrag is running?

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 hooks.dll file hooks 32-bit windows. Then hooks_x64.dll is initialized by HookWindows_x64.exe, which hooks all 64-bit windows concurrently.

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.

from altdrag.

CaptainFlint avatar CaptainFlint commented on July 3, 2024

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.

from altdrag.

TroudhuK avatar TroudhuK commented on July 3, 2024

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:

  • remove translations (I'm French and not confortable with english)
  • remove the "hide tray icon" feature, because these little programs are for me "launch, configure and forget" ones, native-like added features if you understand what I mean. It should not add an other tray icon.
  • remove any features, it is a regression... You should manage code problems without regression, only to improve the software.
    So I will keep the old version of SuperF4 and AltDrag. Very useful softwares anyway, thank you.

from altdrag.

KlaymenDK avatar KlaymenDK commented on July 3, 2024

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.

  • I'd be sad to see XP support go, but I understand. As you say, an older version will have to do.
  • I'd be much more sad to se Windows 7 support go, because, as others have said, Windows 10 is a long way off for many of us (not least corporate users).
  • I don't understand the 64-bit window thing. Does it mean I can't use the 64-bit utility on a 64-bit Windows to control 32-bit applications? I'm confused.

Will you be keeping the functionality of adjusting volume (with eg. Alt-wheel)? I hope so.
In my opinion, the feature set of AltDrag is NOT too complex and you could easily keep all the functionality. Cleaning up the code, of course, is another matter and I understand if features are affected in the process.

Again: THANK YOU for helping me stay sane. You're doing good work.

from altdrag.

jaywk avatar jaywk commented on July 3, 2024

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.

from altdrag.

stefansundin avatar stefansundin commented on July 3, 2024

@KlaymenDK The 32/64-bit thing would only affect the HookWindows feature. In the config window it is under the Advanced tab. You will still be able to drag any window normally.

from altdrag.

michabu avatar michabu commented on July 3, 2024

Thank you for your work on this great helper that helps making Windows usable!

Remove the Scroll inactive windows feature as it is built in to Windows 10.

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.

from altdrag.

krogon avatar krogon commented on July 3, 2024

Nice that you have notified though update component that Google Code is shutting down.
I am OK with code cleanup, but not with removing features. Due to that I am going to stick with current release.

from altdrag.

Zer0t3ch avatar Zer0t3ch commented on July 3, 2024

@krogon What features are/have been removed? I haven't seen anything about this.

from altdrag.

tjkirch avatar tjkirch commented on July 3, 2024

Remove the Scroll inactive windows feature as it is built in to Windows 10.

I have no plan to move to Windows 10, and this feature is the reason I use AltDrag. Please keep it!

from altdrag.

Keith94 avatar Keith94 commented on July 3, 2024

Agreed that "Scroll inactive" should be kept, even in Windows 10 it could be useful if user wanted to disable this behavior.

from altdrag.

xtemp09 avatar xtemp09 commented on July 3, 2024

I agree with tjkirch, since I have no plans to install W10; W10 is forbidden in some companies due to privacy issues.

from altdrag.

avivey avatar avivey commented on July 3, 2024

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.

from altdrag.

xtemp09 avatar xtemp09 commented on July 3, 2024

"Old" is a bad word. I'd like to use "the most popular".

from altdrag.

avivey avatar avivey commented on July 3, 2024

If you don't like "old", you can use "OS Version Appropriate" version of AltDrag, version 1.1.

from altdrag.

BessonovVyacheslav1 avatar BessonovVyacheslav1 commented on July 3, 2024

for Windows xp need 1.0 ?

from altdrag.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.