38
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Dec 30, 2024 — Dec 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make the path edit controls drop targets. More... about 13 years ago
Initialize OLE on startup. More... about 13 years ago
Call CoInitializeEx() on startup. More... about 13 years ago
Remove the upgrade code - never really worked. More... about 13 years ago
Change the ignore class to a singleton and guard access to its internal data. More... about 13 years ago
add missing include. More... about 13 years ago
Use a define for the default ignores. More... about 13 years ago
Add thumbs.db and desktop.ini to the default ignores. More... about 13 years ago
put the password in quotes before passing it to the command line. More... about 13 years ago
Prevent passwords that contain chars which can not be passed to 7z.exe on the command line. More... about 13 years ago
Add tooltips for the ignore label and edit box. More... about 13 years ago
Handle ignores case-insensitive. More... about 13 years ago
Properly handle change notifications for directories. (Fixes issue #11) : folder deletion not propagating More... about 13 years ago
Filenames in FILE_NOTIFY_INFORMATION are not null terminated, so don't use _TRUNCATE but specify the number or chars of the filename instead. More... about 13 years ago
Save the changes after deleting a folder pair. More... about 13 years ago
Update check version update. More... about 13 years ago
Bump version number to 1.0.2 More... about 13 years ago
Add a check to avoid array-out-of-bound exception. More... about 13 years ago
add test for empty password. More... about 13 years ago
Fix memory leak: Delete the drag'n'drop handler objects when the dialog is destroyed. More... about 13 years ago
Keep the pair list sorted. More... about 13 years ago
Correctly pass the "oneway" flag to the dialog. More... about 13 years ago
handle paths case-insensitive. More... about 13 years ago
fix compiler warning. More... about 13 years ago
Show "none" in the "failures" column instead of "ok" if there are no failures. More... about 13 years ago
Return empty string instead of NULL. More... about 13 years ago
Clear all recorded failures before the rescan. More... about 13 years ago
* add new dialog showing custom TextDlg.cpp * add button to the main dialog that's active if there are sync failures * sync failures button shows text dialog with all paths that failed to sync (Fixes issue #7) : Feature Request: logging of progress and failures More... about 13 years ago
Add helper class to resize dialogs. More... about 13 years ago
The failure map only stores the original filenames. More... about 13 years ago