228
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 4 days ago.
Mar 25, 2023 — Mar 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This is the third of two changes needed to fix the incorrectly-implemented external property. :-) Many thanks to Sebastian Schuberth for his patience! More... almost 15 years ago
This is the second of two changes needed to fix the incorrectly-implemented external property, so that the KeePass SVN repository points to the ABP-KeePass repository. Unfortunately, it was only possible to point to one directory, so the PluginFramework was chosen. This is the one that's really needed. The other one, TestPluginPFK can be viewed at https://abp-keepass.svn.sourceforge.net/svnroot/abp-keepass/trunk/TestPlugin More... almost 15 years ago
Delete unneeded directories. This is the first of two changes needed to fix the incorrectly-implemented external property, so that the KeePass SVN repostory points to the ABP-KeePass repository. More... almost 15 years ago
Deleted files for PluginFramework and TestPlugin, and used external folders to point to new repository where these projects reside. More... almost 15 years ago
Add updated compile instructions. More... about 15 years ago
Change "COM" suffix to "PFK" in accordance with "TestPluginPFK" and to show it is not only a COM API based plugin, but also depends on the plugin framework. More... about 15 years ago
TestPlugin, converted to use Plugin Framework for KeePass 1.0, by Bill Rubin More... about 15 years ago
Simplify MFC initialization by creating only a single global CWinApp instance. More... about 15 years ago
Plugin Framework for KeePass 1.0, Copyright 2009 Bill Rubin <[email protected]>, Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at More... about 15 years ago
Add an updated ReadMe file. More... about 15 years ago
Port the import code to the KeePass 1.1.5 API, and make sure the import group is only created once. Some minor comment and string constants fixes. More... about 15 years ago
Fix displaying the password dialog (was causing a bunch of assertions). More... about 15 years ago
Adjust the output directories to the ones of the PluginFramework project. More... about 15 years ago
Add the password dialog again; needs debugging, currently DoModal() causes a run-time assertion. More... about 15 years ago
Make ConvertDateTime() a static class method. More... about 15 years ago
Account for directory layout changes. More... about 15 years ago
Remove unneeded define and add StdAfx.* again. More... about 15 years ago
Perform some minor code reformatting. More... about 15 years ago
Add minimal MFC password prompt dialog. More... about 15 years ago
Always write the "const" modifier right of what is constant. More... about 15 years ago
Copied files from non-COM plugin project. More... about 15 years ago
Preliminary version, work in progress. Commited just for backup reasons. More... about 15 years ago
Add the dependency on the "PluginFramework" project. More... about 15 years ago
Add a version resource with "ProductName" set to "KeePass Plugin", which is required for KeePass to recognize and load the plugin. More... about 15 years ago
Change "plug-in" to "plugin" which is less preferred by me, but is what KeePass calls it. Also apply some minor code clean-ups. More... about 15 years ago
Minor code formatting changes and copyright updates. More... about 15 years ago
Add the basic framework for the new COM-based OublietteImport plug-in for KeePass >= 1.15. More... about 15 years ago
Add "COM" suffix to make clear this version of the test plug-in is for KeePass >= 1.15. More... about 15 years ago
Minor adjustments according to the repository directory layout; add the plug-in framework project as a dependency. More... about 15 years ago
Initial check-in of the Test Plug-in using Bill Rubin's plug-in framework for KeePass 1.15. More... about 15 years ago