Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

AltDrag

:file_folder: Easily drag windows when pressing the alt key. (Windows)
Collective - Host: opensource - https://opencollective.com/altdrag - Code: https://github.com/stefansundin/altdrag

Updated codebase across all my projects (unicode, ini, check for update, installer).

github.com/stefansundin/altdrag - 60475f05b22f08b8b19aec4a595294c9e1a2c708 authored about 16 years ago by Stefan Sundin <[email protected]>
Fix cursor under XP by making the window as close to completely transparent as possible.

github.com/stefansundin/altdrag - edf66176d447b2cae0e5149af5293b50052826ab authored about 16 years ago by Stefan Sundin <[email protected]>
Update codebase across my projects.

Change alt+drag+middle-click to alt+double-click to maximize windows.

github.com/stefansundin/altdrag - d98a3b4486fa1570094ca6dae8dd9523043a27d0 authored about 16 years ago by Stefan Sundin <[email protected]>
You can now press the middle mouse button while moving a window to maximize it.

github.com/stefansundin/altdrag - 77109d2e3d5e7c4d0f51c81d2c9fa170ceab2109 authored about 16 years ago by Stefan Sundin <[email protected]>
Fixed build script.

github.com/stefansundin/altdrag - 115e7600568143e7f08e2a05f19e8805486f86e0 authored about 16 years ago by Stefan Sundin <[email protected]>
Update codebase across my projects (error handling, localization).

github.com/stefansundin/altdrag - dbec8850ae030d1bbed0589c43696f4f768b890f authored about 16 years ago by Stefan Sundin <[email protected]>
Basic resizing of the bottom-right corner with the middle mouse button.

The mouse cursor will now change when you move and resize windows (see issue 1).
Windows will no ...

github.com/stefansundin/altdrag - 3c4407f1fd49ae9fbb98406e3a1d8addc25c4df9 authored about 16 years ago by Stefan Sundin <[email protected]>
Now properly allocates wnds before storing the first window.

Added the ability to blacklist window classname's which is used to blacklist the alt+tab window.
...

github.com/stefansundin/altdrag - 28acad6dc64562f2fd414c7014268f31a111d20b authored about 16 years ago by Stefan Sundin <[email protected]>
Only the left alt key can now be used.

github.com/stefansundin/altdrag - 2a454381ccab8841ca7de6b882cdf787a389377a authored about 16 years ago by Stefan Sundin <[email protected]>
Updated codebase across my projects.

You can now press the shift key while normally moving windows (dragging the titlebar) to make the...

github.com/stefansundin/altdrag - 39c4f5a0357d4a120bcad3e7ab949c8b1c58ad44 authored about 16 years ago by Stefan Sundin <[email protected]>
Shift will now make the dragged window stick to the closest window, not the first one enumerated.

github.com/stefansundin/altdrag - 334163362a225b78973163b3a2d0bbaf3e5a6ffe authored about 16 years ago by Stefan Sundin <[email protected]>
Always try to add icon when receiving WM_ADDTRAY.

github.com/stefansundin/altdrag - d5c71e405117157581120509d19bdf03f9c3c122 authored about 16 years ago by Stefan Sundin <[email protected]>
Only one instance of AltDrag can now be run.

Some minor changes to MoveWnd.

github.com/stefansundin/altdrag - 59598a5f672e9c36b92bdda189f595af7593ef0b authored over 16 years ago by Stefan Sundin <[email protected]>
Shift key now makes window stick to other windows.

Removed white border from icon.ico.
Fixed some minor bugs.
Released 0.4.

github.com/stefansundin/altdrag - fda42a37e30ad790a41500f2f600f7b80f124a7d authored over 16 years ago by Stefan Sundin <[email protected]>
Fixed a bug with the fullscreen code in r6; fixed windows next to the screen border being considered as fullscreen windows.

Improved performance by only installing the mouse hook when the alt key is pressed.
Check if the ...

github.com/stefansundin/altdrag - dab5abb6189b94208bffef8649ca71cab9b32139 authored over 16 years ago by Stefan Sundin <[email protected]>
Forgot to update info.txt

github.com/stefansundin/altdrag - d3fbccc3be1656e6996536b1ab394ec1fd92a827 authored over 16 years ago by Stefan Sundin <[email protected]>
Removed code to prevent alt key's keyup event. It caused more trouble than it solved.

Release 0.2.

github.com/stefansundin/altdrag - 983780adc33b17b0b4f069d2eef68a52f1851d02 authored over 16 years ago by Stefan Sundin <[email protected]>
Reworked the alt keyup problem.

Added a white border to the icons.

github.com/stefansundin/altdrag - 550340b4a3b45f686ab9ba434b3c5215cc474201 authored over 16 years ago by Stefan Sundin <[email protected]>
The alt key's keyup event will also be stopped if the mouse button is released before the alt key (r4).

Fixed issue 5, Dragging fullscreen windows; windows won't be moved if they're fullscreen.
Fixed b...

github.com/stefansundin/altdrag - e7d2733932187278801ab512775724ddfa0fadb0 authored over 16 years ago by Stefan Sundin <[email protected]>
Double check if alt key is being pressed. Fixes rare cases where AltDrag isn't sent the keyup message.

github.com/stefansundin/altdrag - 1ee5a40c28dda9c8a1e59ee03cc7efa5d5022ee1 authored over 16 years ago by Stefan Sundin <[email protected]>
The alt key's keyup event will be stopped if a window is being moved. Fixes not intended behavior of other programs, especially noticable in Vista and IE7 where the menu pops up when pressing the alt key.

github.com/stefansundin/altdrag - 9fb878a353d3634f5c6c0cee4a564e4d2f240c27 authored over 16 years ago by Stefan Sundin <[email protected]>
Imported 0.1.

github.com/stefansundin/altdrag - 47c67ec1a656e28a5a367286fd2da9685b59bc6c authored over 16 years ago by Stefan Sundin <[email protected]>
Initial directory structure.

github.com/stefansundin/altdrag - 1e567a13a8700540154927f616aaf0dd632ae59f authored over 16 years ago by Stefan Sundin <[email protected]>