2008-07-07 10:34:55 by David Brownlee | Files touched by this commit (3) |
Log message:
Update to 0.8.3nb2
- If the system defines isnan() and isinf() then undef them before using
gnash specific versions (which in the case of isnan() has different
numbers of arguments). Fixes build on NetBSD-4.0
|
2008-06-28 18:37:07 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix installation for kde plugin.
Noted by Mihai Chelaru.
|
2008-06-22 22:15:51 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.8.3nb1:
Add patch provided by Kouichirou Hiratsuka in PR 39015 to fix segfaults.
|
2008-06-22 17:20:56 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 0.8.3:
2008-05-10 Russ Nelson <nelson@crynwr.com>
Sixth alpha release of Gnash (0.8.3).
Improvements since 0.8.2 release are:
More visible to users:
* Native fullscreen support (from AS) implemented.
* Long command-line options properly supported.
* View detailed movie information from GTK gui.
* Added an option in Preferences to initially display a movie
as a blank ("Click here to start") screen.
* Added "dump" GUI to dump a movie to disk.
* Improved Cairo rendering performance.
* Fix support for OpenOffice Impress SWF exporter (malformed..)
Less visible to users:
* Garbage Collector usage reduced where appropriate.
* Mouse.hide and Mouse.show implemented in GTK.
* ActionScript inheritance fixes:
o super implemented correctly (still not 100% compatible for SWF7)
o implements / instanceof works correctly now
* FsCommands quit, fullscreen and showMenu implemented.
* FsCommand-to-javascript implemented (plugin).
* Minor ActionScript compatibility fixes: String, XML, toLocaleString,
int, parseInt. fromCharCode, toString (SWF4) etc.
* Fixes to arguments class (tests: Function.as, line404~456).
* Stage.scaleMode implemented (fixes resizing of various movies).
* Stage.align implemented.
* Fixes to Date class (platform consistent).
* Logging uses boost::format.
* Improved Win32 support: builds using MinGW/MSYS (cross-compile
not tested yet), and initial implementation of npgnash.dll exists.
* Sprite handling improved, fixing FlowPlayer and other video SWFs.
* TextField handling:
o Fix in device font handling (DefineFontInfo tag)
o Fix support for DefineFont2 tag (sizes)
o Improve TextField support for TextFormat use.
* Fix parsing of malformed XML files
* Fix loading of text / XML with Byte Order Marks.
* Minor fix to _x and _y translation.
* More functions correctly registered as ASnative.
* System.capabilities information expanded.
* Jemalloc memory allocator from Mozilla added as an option.
* Redesigned and implemented AMF0 support, with the beginning of
AMF3 support.
* SWF8 line styles support (both from tag and drawing api)
|
2008-05-22 22:58:32 by Thomas Klausner | Files touched by this commit (1) |
Log message:
ffmpeg-devel/buildlink3.mk was fixed, remove superfluous includes.
|
2008-04-29 22:16:08 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Install KDE plugin as well (when kde option is selected).
Bump PKGREVISION.
|
2008-04-27 08:44:52 by Thomas Klausner | Files touched by this commit (11) |
Log message:
Update to 0.8.2, based on pkgsrc-wip package by Paulo Matias.
Additional changes:
kde option compiles now, use standard installation method for
Firefox plugin.
2008-02-21 Sandro Santilli <strk@keybit.net>
Fifth alpha release of Gnash (0.8.2).
Improvements since 0.8.1 release are:
- Improved timeline redesign.
- Action execution order fixes.
- Keyboard handling improved [1].
- New classes implemented: System.capabilities (partial),
SharedObject, LocalConnection.
- New opcodes implemented: ActionImplements, Try/Throw.
- Movieclip.beginGradientFill completes drawing API support.
- MovieClip._lockroot support added.
- Implement GET/POST for MovieClip.loadVariables and
MovieClip.loadMovie
- Textfield support improved.
- Security: configurable sandbox restricts filesystem access by movies.
- Better support for SWF8.
- Streaming OGG-contained multimedia (e.g. vorbis/theora or vorbis/dirac),
and other free formats.
- OGL and Cairo renderers much improved.
- Improvements of the Framebuffer GUI (hide text messages, support Linux
events system, built-in touchscreen calibration, simple keyboard support,
better architecture support).
- SOLdumper utility for reading SOL files ('flash cookies').
- DumpShm utility finds and dumps Local Connection memory segments.
- Fullscreen display possible.
- Extensions for LIRC and DBus.
- High quality, cross-platform psuedo-randomness using boost random.
- NPAPI (Mozilla) plugin: keyboard events work, navigation and javascript
from within movies.
- Set and save preferences from the GUI (GTK).
- Improved stability and robustness with malformed SWFs.
- Many other bugfixes.
2007-08-29 Sandro Santilli <strk@keybit.net>
Fourth alpha release of Gnash (0.8.1).
Improvements since 0.8.0 release are:
- Garbage Collector
- Support for device fonts
- Support for dynamic text fields
- Better key handling
- Support for FFMPEG SVN
- Support for on-demand install of needed Gstreamer codec plugins.
- Debugger off by default (improves performance and memory use)
- AGG renderer by default
- Support for KDE/AGG combination
- Layout change : we'll now build <gui>-gnash and 'gnash' is a shell
script with gui selection capabilities (-G)
- More robust parser
- Better support for flash player detection
- Fix for 'debugLog' directive in gnashrc
|
2008-01-18 06:08:56 by Tobias Nygren | Files touched by this commit (214) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2008-01-04 21:05:13 by Julio M. Merino Vidal | Files touched by this commit (12) | |
Log message:
Bump PKGREVISION due to boost update to 1.34.1.
|
2007-09-21 15:04:45 by Thomas Klausner | Files touched by this commit (483) |
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
|