58
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 04, 2024 — Dec 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Select the text in the cmd edit box when it gains focus. More... about 19 years ago
Only enable the cmd edit box if the viewpath is valid. More... about 19 years ago
If no enabled states are set, assume that the command is always active. More... about 19 years ago
Prevent the hotkeys from being overwritten if just the keycode matches. More... about 19 years ago
Add new command to rename the selected entries. More... about 19 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... about 19 years ago
Insert a separator after the "options" button. More... about 19 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... about 19 years ago
If no commandline is specified, ignore the costom command section completely. More... about 19 years ago
* correctly hide the cmd edit box if requested * inform the parent about size changes in our toolband. More... about 19 years ago
Remove the message beep: if we process the hotkey message, don't pass it along to the rest. More... about 19 years ago
* Only remove a hotkey of an internal command if the user specifically configured it * Allow hiding of internal buttons More... about 19 years ago
Allow resetting the internal commands hotkeys. More... about 19 years ago
Only execute the hotkey command if the button is actually enabled. More... about 19 years ago
Add config params to enable/disable the custom commands depending on the selected items and the current view. More... about 19 years ago
If the current directory is empty (not defined), pass NULL instead of an empty string to CreateProcess(). Because CreateProcess doesn't like an empty path for the current directory. More... about 19 years ago
Add comments. More... about 19 years ago
Erase the background of the main window ourselves by drawing the themed background of a rebar control. More... about 19 years ago
* store all selected paths with their fetched attributes (replace the std::set with an std::map). * fetch the attributes (file or folder for now) of every selected item. * set up timer to check whether to enable/disable certain command buttons depending on what's shown and what's selected in the explorer. More... about 19 years ago
Recalculate the size of the toolbar after all other settings are applied to it. More... about 19 years ago
Expand env variables before using the command line provided by the user in the config file. More... about 19 years ago
Implement separators on the toolbar. More... about 19 years ago
Replace the dummy icons with real ones. More... about 19 years ago
set svn properties. More... about 19 years ago
* Implement starting the custom commands. * Fix bug with relative pidls where the selected paths were not correct. More... about 19 years ago
Extend the text in the config file and fix an UNICODE mistake. More... about 19 years ago
Add new class which provides functions to deal with pidls. More... about 19 years ago
* Rebuild the toolbar after settings changes. * Honor the "show button text" setting More... about 19 years ago
* Switch from using the registry for custom commands to using a config file - add new class CSimpleIni to handle the config file - change code to use CSimpleIni instead of the registry - use default icon for custom commands which don't have one specified (or a wrong one) * Add options dialog More... about 19 years ago
Implement commands: cmd: starts the console on the currently active directory copy names: copies the selected names to the clipboard copy paths: copies the selected paths to the clipboard quick console: text entered in the edit box is executed in the console More... about 19 years ago