0
I Use This!
Inactive

Commits : Listings

Analyzed 10 days ago. based on code collected 10 days ago.
Jun 07, 2023 — Jun 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move the callbacks to a separate file. More... about 14 years ago
Port a trimmed down version of the log_error() and log_debug() functions to the plugin so we don't have to link in libbase to use the same functions. Cleanup logging, which was a mix of iostreams, GnashLog* and printf(). Move GNASH_PLUGIN_DEBUG to plugin.h so logging can be used in more than one file conditionally. More... about 14 years ago
Drop more unneeded headers. More... about 14 years ago
Drop some unused headers. More... about 14 years ago
fix handling of returning doubles and strings. More... about 14 years ago
Use NPPAI functions for memory allocation and destruction. Hack PercentLoaded() to return something ofor now. Always return a value NPVariant, and don't forget to delete the temporary ones. Be less verbose. More... about 14 years ago
always return an allocated object frpom SetVariable so firefox doesn't segfault. Don't try to write to an unopened control fd. More... about 14 years ago
make scriptable disabled by default till it gets more testing. More... about 14 years ago
make sure it stills builds with scriptable disabled. More... about 14 years ago
Implement the client side of a network interface to Gnash for Scriptable support. More... about 14 years ago
implement the other methods. More... about 14 years ago
add more comments for the methods and how the interface works. More... about 14 years ago
add a network interface for testing. Add support for the GetVariable and SetVariable methods. More... about 14 years ago
expand the test case to support all required methods for scriptable plugins. More... about 14 years ago
add response packets. More... about 14 years ago
add some documentation on the protocol used for Scriptable Support. More... about 14 years ago
add crude support for JavaScript/Flash Variables. This is a work in progress... More... about 14 years ago
add stubs for Enumerate and COnstruct. Add minimal implementation of Variables, which currently are stored locally instead of talking to the player. Add the default methods from the Adobe spec. More... about 14 years ago
add simple test for Variables. More... about 14 years ago
only try to close _controlfd if it' More... about 14 years ago
merge from trunk More... about 14 years ago
add a greatly enhanced version of patch #6821, for scriptable support in the plugin. More... about 14 years ago
edit the new distro field to match the host system More... about 14 years ago
use a distro field we can edit later. More... about 14 years ago
add default list of proporties possible expected to be fouind by the other player. More... about 14 years ago
methods can now be added dynamically and invoked. More... about 14 years ago
major refactoring, Properties now fully work within the scriptable instance. More... about 14 years ago
add a method test too. More... about 14 years ago
minimal test case for scriptable support. More... about 14 years ago
clean up verbosity More... about 14 years ago