RamonUnch
RamonUnch
@mickaelperrin and @visscher I made a fork of AltDrag that permits do disable the default 'full window dragging' behavior. It does not work properly when desktop composition is on and...
`When you resize a window when the mouse is almost at the center of the window, the window is resized in all directions. Can we have an option to turn...
`I would like to see an option to disable re-sizing on certain windows that doesn't support sizing. Right now any window can be re-sized no matter if they have the...
`I use a button on the side of my mouse to lower windows and it's super useful. It would be cool if a similar option existed to maximize a window.`...
Sorry to bump an old thread but I do have some food for though here. It seems from looking at your source that you did not declare your program to...
You can always change the .manifest file with a resource editor once your project is compiled. there is no reasons .NET version would matter. The manifest file is just a...
Well sorry, I did not think properly but you are right because .NET has his own procedures to draw controls, So this one might not be DPI aware and the...
Indeed choco-doom has the `MapMouseWheelToButtons()` function that turns scroll down in Button 4 down/up and scroll up in Button 3 down/up. Should not be hard to fix in `i_input.c` for...
@hfc2x Try with those choco exes. The fix is trivial, just replace ``` if (wheel->y y
Note that CrispyDoom seems to also have the bug, can you confirm?