There's an odd behavior when quickly dragging windows from one monitor to another (I notice more at work, since I actively use both monitors) where the window will be dragged onto the next monitor but quickly (10-20ms) be yanked back to the edge of the first monitor when ddmm traps the mouse pointer there. An option to disable stickiness when dragging a window would be nice.
Not sure without looking at the code what this would entail. I imagine there's a windows hook you can attach to to determine if the user is currently dragging a window, and adding that might be relatively trivial.
same thing here. I developed this program years ago and I always had this issue (when moving a vlc window to the second monitor for example). I haven't changed this program for years and I don't even have a c# environment anymore, but whenever I find some time (and courage) I'll fix it.
If you know how to program you're welcome in the team :-), I just opened the source code and it's 700 "widely spaced" lines of code only (maybe just 300 useful lines of code)