26
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 01, 2024 — Jun 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* testsuite/actionscript.all/gen-test.sh: Developer utility script that uses the NOTES file to generate a Ming style "as" source file, which can be used to test an ActionScript class. * server/gen-files.sh: Developer utility script that uses the NOTES file to generate header and source file templates for an ActionScript class. * doc/C/gen-doc.sh: Developer utility script that uses the NOTES file to generate a documentation template for an ActionScript class. * doc/C/NOTES: Data file for file generation scripts. This is only of interest to other developers. If you change this file, you may break the other developer gen-* scripts. * testsuite/Makefile.am: Add dejagnu to AUTOMAKE_OPTIONS. Reset RUNTESTDEFAULTFLAGS to not use the --tool option. * testsuite/actionscript.all/Makefile.am: Add dejagnu to AUTOMAKE_OPTIONS. Reset RUNTESTDEFAULTFLAGS to not use the --tool option. * testsuite/actionscript.all/swf_exists.exp: Test driver for DejaGnu to run the new test cases. * testsuite/actionscript.all/Boolean.as, Date.as, Microphone.as, SharedObject.as, Camera.as, Error.as, Mouse.as, Stage.as, Color.as, Function.as, NetConnection.as, System.as, ContextMenu.as, LoadVars.as, NetStream.as, TextSnapshot.as, CustomActions.as, LocalConnection.as, Selection.as, Video.as: New Ming based test cases for ActionScript classes. Currently all these do is test for the existance of a class, and all of it's methods. * server/Boolean.cpp, Date.cpp, Microphone.cpp, SharedObject.cpp, Camera.cpp, Error.cpp, Mouse.cpp, Stage.cpp, Color.cpp, Function.cpp, NetConnection.cpp, System.cpp, ContextMenu.cpp, LoadVars.cpp, NetStream.cpp, TextSnapshot.cpp, CustomActions.cpp, LocalConnection.cpp, Selection.cpp, Video.cpp: New stubs for missing ActionScript classes. All they do for now is print "unimplemented", but as all the hard code to tie a class and it's methods into Gnash is done, it'll be much easier to fill in functionality. More... over 19 years ago
Added .lo,.la
Sandro Santilli
as strk
More... over 19 years ago
Updated description of sprite_definition / sprite_instance
Sandro Santilli
as strk
More... over 19 years ago
Added doxygen comment on mcl_as_object struct
Sandro Santilli
as strk
More... over 19 years ago
Changed tag loader registration code to use symbolic names rather then tag numbers. Also, added note about which tags are unhandled (in ensure_loaders_registered(), at least)
Sandro Santilli
as strk
More... over 19 years ago
Fixed MING LDFLAGS, added Makefile and Makefile.in to .cvsignore. Uploaded missing definebitsjpeg2.c file, which would build a testcase for bug #15523.
Sandro Santilli
as strk
More... over 19 years ago
Documented tag loader registration mechanism
Sandro Santilli
as strk
More... over 19 years ago
Fixed bug in _parent accessor function: undefined is a correct value for a root movie
Sandro Santilli
as strk
More... over 19 years ago
Added doxygen page about movies
Sandro Santilli
as strk
More... over 19 years ago
Added SWF namespace with tags definition and stub doxygen mainpage
Sandro Santilli
as strk
More... over 19 years ago
Added generic rule to build .swf from .as using makeswf (Ming). Changed array.as source to avoid ActionScript2 constructs (class). Added initial version of a movieclip AS class tester.
Sandro Santilli
as strk
More... over 19 years ago
Tentative first implementation of line_style_width, with appropriate TODO message More... over 19 years ago
Added a local copy of libtool.m4 (rev 214)
Sandro Santilli
as strk
More... over 19 years ago
Fixed bug in FOP program checker
Sandro Santilli
as strk
More... over 19 years ago
apidoc rule made .PHONY
Sandro Santilli
as strk
More... over 19 years ago
Java made optional
Sandro Santilli
as strk
More... over 19 years ago
More doxygen-enabled dox
Sandro Santilli
as strk
More... over 19 years ago
Add content. More... over 19 years ago
* doc/C/accessibility.xml camera.xml, color.xml, contextmenu.xml, customactions.xml, date.xml, error.xml, function.xml, key.xml, loadvars.xml, localconnection.xml, microphone.xml, mouse.xml, movieclip.xml, moviecliploader.xml, netstream.xml, object.xml, selection.xml, sharedobject.xml, sound.xml, stage.xml, system.xml, textfield.xml, textformat.xml,textsnapshot.xml. video.xml, xml.xml, xmlsocket.xml: New machine generated templates for ActionScript class documentaion. More... over 19 years ago
Xref of ActionScript conformance table
Sandro Santilli
as strk
More... over 19 years ago
Doxygen comments for XML class, fixed Doxygen warning in types.h
Sandro Santilli
as strk
More... over 19 years ago
* doc/C/array.xml, boolean.xml, button.xml, math.xml, netconnection.xml, number.xml, string.xml: New docs, one for each ActionScript class. More... over 19 years ago
Don't link to the images directory, it causes problems when building from the source directory. More... over 19 years ago
Doxygen for gnash::matrix and gnash::cxform, some advancements in createTextField (far from complete)
Sandro Santilli
as strk
More... over 19 years ago
* doc/C/internals.xml: Add a table of what ActionScript classes are implemented, and to what degree. More... over 19 years ago
Oops, somehow this didn't get checked in the other day with the other doc changes. More... over 19 years ago
* doc/C/sources.xml: Add section on using Doxygen. More... over 19 years ago
* doc/C/sources.xml: Add section on PNG and JPEG dependancies. More... over 19 years ago
* doc/Doxyfile.in (INPUT): Change to using @top_srcdir@, so the doxygen usage supports building the docs when configuring with a separate build tree from the sources. More... over 19 years ago
Added check for command-line actionscript compiler
Sandro Santilli
as strk
More... over 19 years ago