2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 22, 2024 — Jan 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Overrode ReleaseHandle to ensure it does no more harm. More... over 14 years ago
Moved all Rebar code into its own class. Menu bar visibility is now dependent on the Explorer option, not QTTB's, which will be removed. More... over 14 years ago
Fixed signed/unsigned problem in PointFromLPARAM. More... over 14 years ago
Changed installer to minimal mode, install directory fixed as CommonAppData. More... over 14 years ago
Variable name typo. More... over 14 years ago
Updated changelog for 1.5.0.0 Beta 2. More... over 14 years ago
No need to iterate through all files when the user has searched for "*". More... over 14 years ago
Changed GetExplorerWindows to use CComPtr. More... over 14 years ago
Prefer .NET3.5 over .NET4 if both are installed, due to ngen issues. More... over 14 years ago
Extra logging code inserted during plugin loading. More... over 14 years ago
List the Framework version in the Exception logs. More... over 14 years ago
Set the registry keys in both x86 and x64 registry locations. This will support Vista's Explorer in both x86 and x64 mode. More... over 14 years ago
Support systems with only .NET 4 installed. More... over 14 years ago
Detect the Navigation Pane by its CLSID, not its IID. More... over 14 years ago
Fixed renaming zip and url files on XP. More... over 14 years ago
Added CComPtr class, long overdue. More... over 14 years ago
Fixed the New Window capturing hook on Vista, and found a better way to do it on 7. More... over 14 years ago
Introduced new macro for easier COM hooking. More... over 14 years ago
Explorer Window capturing, now with the power of API hooks! More... over 14 years ago
More cleanup related to NativeWindow.ReleaseHandle. More... almost 15 years ago
NativeWindow.ReleaseHandle() is dangerous when you're not the only one subclassing. Never call it! This fixes the memory leak, Ticket #124. More... almost 15 years ago
Big cleanup, introduced SafePtr class to keep track of unmanaged memory allocation, fixed crash induced by plugins closing tabs. More... almost 15 years ago
When called on the IDL of a Homegroup Library, IShellFolder.GetAttributesOf returns.... S_FALSE? What the hell? Whatever, fixed ShellMethods.GetAttributes to expect this. This fixes ticket #178. More... almost 15 years ago
Yet another calling convention mix-up... More... almost 15 years ago
Small cleanup More... almost 15 years ago
New feature implemented: Middle-click on Breadcrumb Bar item = new tab More... almost 15 years ago
Switched to a much more reliable way of intercepting Selection Activation, which will work even when Explorer is in single-click mode. More... almost 15 years ago
Folder Tree middle-click now respects the relevant option. More... almost 15 years ago
Further improvements to the hook library. Introduced HookLibManager class. More... almost 15 years ago
Cleaned up the HookLib a bit. More... almost 15 years ago