RamonUnch

Results 37 issues of RamonUnch

1) Create the Sned_Key(vkey) function to simply sned key up/down event to the system. 2) Simplify greatly the Volume action by using Sned_Key(VK_VOLUME_UP/VK_VOLUME_DOWN) 3) remove Windows Vista+check because the VK_VOLUME_*...

Fixes: https://github.com/stefansundin/altdrag/issues/34 Fixes: https://github.com/stefansundin/altdrag/issues/76 Fixes: https://github.com/stefansundin/altdrag/issues/107

add the DwmGetWindowAttribute_dyn to dynamically import the DwmGetWindowAttribute function from dwm.dll Add the GetVisibleWindowRect function. Add the GetInvisibleBorders function. Adjust the Aero-snap, doubleckick-snap, MoveSnap, ResizeSnap, EnumWindowsProc, Avoid snapping to cloaked...

Use the `WS_EX_TRANSPARENT` attribute instead of WS_EX_LAYERED for the g_hwnd/cursorwnd It is much more fast when you have no desktop composition. There are no longer any performances hit! The size...

See: https://github.com/RamonUnch/AltDrag/issues/76 This mostly concerns the file explorer dialog boxes. You just need to use the `SWP_ASYNCWINDOWPOS` flag when moving the window. EDIT: I would say not to merge it...

On some windows such as Sumatra PDF, or Office 2010, by avoiding to get the ancestor window before the WM_NCHITTEST message. SumatraPDF discussion: https://github.com/sumatrapdfreader/sumatrapdf/issues/1979 I had to add the HitTestTimeout()...

Also add the supportedOS values so that we can get the real Windows versions instead of being lied to. Fixes: https://github.com/stefansundin/altdrag/issues/97 Fixes: https://github.com/stefansundin/altdrag/issues/20 Fixes: https://github.com/stefansundin/altdrag/issues/7 Fixes: https://github.com/stefansundin/altdrag/issues/1

Fix Windows not snapping on task-bars on secondary monitors. Also allows to have other bars that are not the standard window taskbar. The rcWork field of the monitor is used...

...Outside of AltDrag Adds the IsWindowSnapped function that detects if a window was snapped outside of altdrag. Those window have a RECT that does not match their rcNormalPosition even if...

Fixes: #1344 Also display wheel up/down instead of button 4/5 in the chocolate-setup I could not test it myself last year, but now I got a 5 button mouse... This...