search for: dotransform

Displaying 5 results from an estimated 5 matches for "dotransform".

2007 Sep 29
0
libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h
...---------------- 2 files changed, 509 insertions(+), 339 deletions(-) New commits: diff-tree 8d69f18e13827a9f25ce0f2e9eabc098ec2709d9 (from b9b24e3618791b5add483cf0211d49ee901fed84) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Fri Sep 28 13:51:04 2007 +0300 Add transform and doTransform methods to StyleSheet class diff --git a/libswfdec/swfdec_initialize.as b/libswfdec/swfdec_initialize.as index 75aa098..4df879b 100644 --- a/libswfdec/swfdec_initialize.as +++ b/libswfdec/swfdec_initialize.as @@ -299,6 +299,7 @@ TextField.StyleSheet.prototype._copy = f TextField.StyleSheet.prot...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...["_global.TextField.StyleSheet", "prototype", false], + ["_global.TextField.StyleSheet.prototype", "_copy", true], + ["_global.TextField.StyleSheet.prototype", "clear", true], + ["_global.TextField.StyleSheet.prototype", "doTransform", true], + ["_global.TextField.StyleSheet.prototype", "getStyle", true], + ["_global.TextField.StyleSheet.prototype", "getStyleNames", true], + ["_global.TextField.StyleSheet.prototype", "load", true], + ["_global.TextField.S...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...Format class Do bunch of extra calls to valueOf and toString in TextFormat to work like FP Enable testing for values.as values in TextFormat test textformat-8.swf was missing from Makefile.am Add test for TextFormat's usage of valueOf and toString Add transform and doTransform methods to StyleSheet class Use G_GSIZE_FORMAT instead of %u when printing gsize variables Fix another setTarget (null) to setTarget ("") Check for glib 2.10 instead of just 2.4 Merge branch 'master' of ssh://medar at git.freedesktop.org/git/swfdec/swfdec...
2007 Oct 23
0
11 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h
...et.prototype.clear = function () { this._css = {}; this._styles = {}; + this.update (); }; TextField.StyleSheet.prototype.getStyle = function (name) { @@ -332,6 +333,7 @@ TextField.StyleSheet.prototype.setStyle = function (name, style) { this._css[name] = this._copy (style); this.doTransform (name); + this.update (); }; TextField.StyleSheet.prototype.getStyleNames = function () { @@ -432,6 +434,7 @@ TextField.StyleSheet.prototype.parseCSS = function (css) { this._css[prop] = this._copy (result[prop]); this.doTransform (prop); } + this.update (); return true; };...
2007 Nov 30
0
36 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_flash_security.c
...__proto__ (hp) = _global.Function.prototype + constructor (hp) = _global.Function + prototype (hp) = object + __proto__ (hp) = _global.Object.prototype + constructor (hp) = _global.TextField.StyleSheet.prototype.clear + constructor (hp) = _global.TextField.StyleSheet + doTransform (hp) = function + __proto__ (hp) = _global.Function.prototype + constructor (hp) = _global.Function + prototype (hp) = object + __proto__ (hp) = _global.Object.prototype + constructor (hp) = _global.TextField.StyleSheet.prototype.doTransform + getStyle (hp) = functio...