0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed a debugging line and updated the README. More... about 15 years ago
Python manager finally works. Custom ObjC objects may now be passed appropriately between across the bridge. More... about 15 years ago
Removed a debugging line after fixing the problem with Applescript plugins. More... about 15 years ago
Fixes a dumb bug in loading Applescript scripts. More... about 15 years ago
Updates documentation to new MacRuby usage. More... about 15 years ago
Updates the xcodeproj to use MacRuby instead of RubyCocoa. More... about 15 years ago
Updates the Ruby Plugin Manager to appropriately return values when running scripts with -runScriptAtPath:. More... about 15 years ago
Working support for the RubyPluginManager with MacRuby. More... about 15 years ago
Ruby interface is starting to work with MacRuby. More... about 15 years ago
Plugin submanagers now have a dealloc method and cleaned up access to the _plugins instanve variable. More... about 15 years ago
Adds Perl embedding documentation. More... about 15 years ago
Updates the README to represent Perl support and makes a few other small changes. More... about 15 years ago
Using CamelBones instead of PerlObjCBridge in the Perl files works so much better (although the PerlObjCBridge did make it sort of work...). More... about 15 years ago
More weirdness with RB support, but there's decent work on the start of a Perl plugin manager. More... about 15 years ago
Updates the ExampleApplication to demonstrate using Ruby. More... about 15 years ago
Updates the ExampleApplication to provide simple plugin support for most of the plugin types. Ruby support is still iffy and requires much more work. More... about 15 years ago
Applescript support now correctly encodes dictionaries and arrays when passing them to the script. More... about 15 years ago
Adds a minor bit of commenting to ApplescriptPluginManager.m. More... about 15 years ago
Adds another command to the applescript dictionary to the example application. More... about 15 years ago
Makes some changes to add dynamic app class code generation to the plugin manager. More... about 15 years ago
Lots of small changes to how the various managers work, usually incorporating with PluginManager's pluginFilesForSubmanager: method. More... about 15 years ago
Incremental changes to the ExampleApplication as well as updates to the plugin managers. More... about 15 years ago
Starts applescript examples. More... about 15 years ago
Some changes to PluginManager to make it convenient to locate all of the plugin files for a given submanager. More... about 15 years ago
Adds ExampleApplication to demonstrate how to use the plugin manager. More... about 15 years ago
Cleans up a few dumb mistakes in ObjCPluginManager. More... about 15 years ago
Adds NSApplescript+FCSAdditions to the repository. More... about 15 years ago
Makes some changes to the ObjCPluginManager and moves all the PluginManager files to the src folder. More... about 15 years ago
Adds an FScriptPluginManager. More... about 15 years ago
Some small changes to the Python support documentation that clarifies something that was ambiguous and cleans up a typo. More... about 15 years ago