230
I Use This!
Activity Not Available

Commits : Listings

Analyzed 10 months ago. based on code collected 10 months ago.
Jan 22, 2024 — Jan 22, 2025
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... over 16 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... over 16 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... over 16 years ago
Deleted files for PluginFramework and TestPlugin, and used external folders to point to new repository where these projects reside. More... over 16 years ago
Add updated compile instructions. More... over 16 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... over 16 years ago
TestPlugin, converted to use Plugin Framework for KeePass 1.0, by Bill Rubin More... over 16 years ago
Simplify MFC initialization by creating only a single global CWinApp instance. More... over 16 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... over 16 years ago
Add an updated ReadMe file. More... over 16 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... over 16 years ago
Fix displaying the password dialog (was causing a bunch of assertions). More... over 16 years ago
Adjust the output directories to the ones of the PluginFramework project. More... over 16 years ago
Add the password dialog again; needs debugging, currently DoModal() causes a run-time assertion. More... over 16 years ago
Make ConvertDateTime() a static class method. More... over 16 years ago
Account for directory layout changes. More... over 16 years ago
Remove unneeded define and add StdAfx.* again. More... over 16 years ago
Perform some minor code reformatting. More... over 16 years ago
Add minimal MFC password prompt dialog. More... over 16 years ago
Always write the "const" modifier right of what is constant. More... over 16 years ago
Copied files from non-COM plugin project. More... over 16 years ago
Preliminary version, work in progress. Commited just for backup reasons. More... over 16 years ago
Add the dependency on the "PluginFramework" project. More... over 16 years ago
Add a version resource with "ProductName" set to "KeePass Plugin", which is required for KeePass to recognize and load the plugin. More... over 16 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... over 16 years ago
Minor code formatting changes and copyright updates. More... over 16 years ago
Add the basic framework for the new COM-based OublietteImport plug-in for KeePass >= 1.15. More... over 16 years ago
Add "COM" suffix to make clear this version of the test plug-in is for KeePass >= 1.15. More... over 16 years ago
Minor adjustments according to the repository directory layout; add the plug-in framework project as a dependency. More... over 16 years ago
Initial check-in of the Test Plug-in using Bill Rubin's plug-in framework for KeePass 1.15. More... over 16 years ago