58
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Yikes! Don't register the class globally! More... over 17 years ago
Use NULL as the instance to assign the created window with. More... over 17 years ago
Generate debug information even in release mode. More... over 17 years ago
Improve compile and link settings. More... over 17 years ago
Initialize the toolbar window handle to NULL. More... over 17 years ago
Add option to copy the UNC path on network shares. More... over 17 years ago
Initialize the image list handle to NULL, and only destroy it if it is *not* NULL. More... over 17 years ago
Add screenshots. More... over 17 years ago
Make sure that only those items get renamed which were selected in the first place (the ones selected before the rename dialog showed up). More... over 17 years ago
Add some explanation text to the options dialog. More... over 17 years ago
Use the current directory when replacing the %selpaths or %sel*paths string in a commandline if no file/folder is selected. More... over 17 years ago
Add "%sel*paths" as a replacement string for the commandline string. The string is replaced with a list of selected files, but separated with '*' chars instead of spaces. More... over 17 years ago
use n-copy instead of plain copy to assure that no exception occurs if the tooltip string is too long. More... over 17 years ago
Add a link and a copyright message to the options dialog. More... over 17 years ago
Allow the user to customize the tooltips on the custom commands. More... over 17 years ago
Add tooltips for the main buttons. More... over 17 years ago
Select the text in the cmd edit box when it gains focus. More... over 17 years ago
Only enable the cmd edit box if the viewpath is valid. More... over 17 years ago
If no enabled states are set, assume that the command is always active. More... over 17 years ago
Prevent the hotkeys from being overwritten if just the keycode matches. More... over 17 years ago
Add new command to rename the selected entries. More... over 17 years ago
Add new command: New Folder This command creates a new folder in the current folder view using the standard windows way to do it: via the context menu of the folder background. After creating the new folder, the new item is put into edit mode like the user is used to. More... over 17 years ago
Insert a separator after the "options" button. More... over 17 years ago
Load the icons of the custom commands more intelligent: 1) try the path specified with the 'icon = ' setting 2) try loading the icon from the 'icon =' path with an icon index appended (e.g. c:\windows.explorer.exe,4) 3) try using the applications default icon with the application taken from the command line of the custom command 4) if all else fails, *then* use the default icon More... over 17 years ago
If no commandline is specified, ignore the costom command section completely. More... over 17 years ago
* correctly hide the cmd edit box if requested * inform the parent about size changes in our toolband. More... over 17 years ago
Remove the message beep: if we process the hotkey message, don't pass it along to the rest. More... over 17 years ago
* Only remove a hotkey of an internal command if the user specifically configured it * Allow hiding of internal buttons More... over 17 years ago
Allow resetting the internal commands hotkeys. More... over 17 years ago
Only execute the hotkey command if the button is actually enabled. More... over 17 years ago