58
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 4 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prevent adding the internal separators again. More... over 16 years ago
* add buttons to move a selected item up/down * don't show the entry for the edit box * handle doubleclicks and the delete key More... over 16 years ago
Change the requirement to edit the ini file manually by providing a dialog to add/edit/remove custom commands. More... over 16 years ago
Fix exception if no text was set for the regex search. More... over 16 years ago
Add tooltips to the options dialog controls. More... over 16 years ago
Add resizable grip. More... over 16 years ago
Refactor the dialogs out of CDeskBand into their own classes. More... over 16 years ago
Increment the version to 1.3.0 More... almost 17 years ago
Generate the version info in the options dialog from the version.h file. More... almost 17 years ago
Add config option to switch the edit box control from executing CMD.EXE commands to selecting items in the current view. More... almost 17 years ago
Handle the case where the default text editor has "%1" instead of just %1 set. More... almost 17 years ago
Remove existing versions before installing a new one. More... almost 17 years ago
Fix the version info resource strings. More... almost 17 years ago
increment version number to 1.2.1 More... almost 17 years ago
Only show the chevron menu for *our* toolband, not for all others too. More... almost 17 years ago
Bump the version number to 1.2.0 More... about 17 years ago
Adjust default text in the config file. More... about 17 years ago
Add button and hotkey (ctrl-shift-h) to show/hide the hidden system files. More... about 17 years ago
Make sure we exit the message loop. Seems that the WM_QUIT message isn't passed on from the toolbar loop to our own message loop, that's why we need our own special way to exit the loop. More... about 17 years ago
Fix comment More... about 17 years ago
Bump the version number to 1.1.1 More... over 17 years ago
Don't count the sections to change internal commands as buttons. More... over 17 years ago
Use Get/SetWindowLongPtr() instead of the deprecated Get/SetWindowLong() API. More... over 17 years ago
Make sure the toolbar doesn't go out of the screen on the right. More... over 17 years ago
Add new replacing string "%cmdtext" which gets replaced with the contents of the console edit box. More... over 17 years ago
Ignore separator buttons as the first invisible ones. More... over 17 years ago
Subtract the chevron from the toolband rect to find out which buttons are fully visible. More... over 17 years ago
Implement chevrons on the toolbar. More... over 17 years ago
Set the nShow and hwnd param before executing the context menu command to create a new folder. Without this, there's a delay on Vista which makes us edit the wrong item. More... over 17 years ago
Enable the copy-filenames and copy-paths commands also if nothing is selected but the view shows a filesystem path. In that case, the path/foldername of the current view is copied to the clipboard. More... over 17 years ago