]> Dogcows Code - chaz/homebank/commit
add plugin engine (supports C and Perl plugins)
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 28 Aug 2014 04:00:43 +0000 (22:00 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 28 Dec 2016 22:54:19 +0000 (15:54 -0700)
commit5b7b5519d955cd0c99d094ba140514e0a2b73083
treef4f6e092157069c0a53af1bc4e870520c3265f87
parent8988b3bef0760b4cab8144715cc3d8f55688861c
add plugin engine (supports C and Perl plugins)
36 files changed:
.gitignore
Makefile.am
bootstrap
configure.ac
data/icons/Makefile.am
data/icons/hicolor_status_22x22_prf-plugins.png [new file with mode: 0644]
data/icons/hicolor_status_48x48_prf-plugins.png [new file with mode: 0644]
plugins/Makefile.am [new file with mode: 0644]
plugins/hello.pl [new file with mode: 0644]
plugins/native.c [new file with mode: 0644]
plugins/transfer-matcher.pl [new file with mode: 0644]
src/HomeBank.pm [new file with mode: 0644]
src/Makefile.am
src/dsp_mainwindow.c
src/ext-native.c [new file with mode: 0644]
src/ext-perl.xs [new file with mode: 0644]
src/ext-value.c [new file with mode: 0644]
src/ext-value.h [new file with mode: 0644]
src/ext.c [new file with mode: 0644]
src/ext.h [new file with mode: 0644]
src/hb-account.c
src/hb-archive.c
src/hb-assign.c
src/hb-category.c
src/hb-payee.c
src/hb-preferences.c
src/hb-preferences.h
src/hb-tag.c
src/hb-transaction.c
src/hb-xml.c
src/homebank.c
src/homebank.h
src/refcount.h [new file with mode: 0644]
src/typemap [new file with mode: 0644]
src/ui-pref.c
src/ui-pref.h
This page took 0.021552 seconds and 4 git commands to generate.