Displaying 6 results from an estimated 6 matches for "actionless".
2005 Oct 28
1
Actionless self-referential views , logic in my views, yes, but less LOC. One draw back, it dont work.
<%= render (:partial => "collapsed_blog" , :locals => {:be => be ,
:hide => "yes"}) %>
This above code is in a .rhtml page.
Here is the partial it renders:
<p class=<%="blog_content" + be.id.to_s%>>
<% if hide == "yes" %>
<%= be.blogshorttext %>
<%= link_to_remote ('' [See Full Text ('' +
2007 Jun 08
0
Changes to 'refs/tags/0.4.2'
...cleanups
Merge branch 'master' into interpreter
implement alpha handling in a smarter way
implement naive Add2 for Flash 5 and 6
implement RandomNumber and PushDuplicate
ints are ints not uints in Push action
stop printing out all actions
implement ActionLess
another fix for swfdec_js_internal
implement Equals2 and fix If and Goto to jump correctly
didn't catch NULL here, oops
implement SetTarget and SetTarget2
various fixes to reference the correct this object
implement StartDrag and EndDrag actions
impleme...
2007 Jan 29
0
Branch 'interpreter' - 18 commits - libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_sound.c libswfdec/swfdec_pattern.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_script.c
...TO_JSVAL (cx->fp->scopeChain);
}
+finish:
g_free (work);
*val = cur;
return TRUE;
diff-tree 0a490e81dada959efc3ed155a98b8de577ff4dd2 (from 25d626bfbf646328e7209d72a6ebe73e1036b5b1)
Author: Benjamin Otte <otte@gnome.org>
Date: Sun Jan 28 19:32:59 2007 +0100
implement ActionLess
this includes a fix to swfdec_action_to_number since apparently Flash 4 pushes
numbers as strings and converts them for numerical operations.
9/44 failures in the testsuite
diff --git a/libswfdec/swfdec_script.c b/libswfdec/swfdec_script.c
index acb34fa..b736136 100644
--- a/...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...cleanups
Merge branch 'master' into interpreter
implement alpha handling in a smarter way
implement naive Add2 for Flash 5 and 6
implement RandomNumber and PushDuplicate
ints are ints not uints in Push action
stop printing out all actions
implement ActionLess
another fix for swfdec_js_internal
implement Equals2 and fix If and Goto to jump correctly
didn't catch NULL here, oops
implement SetTarget and SetTarget2
various fixes to reference the correct this object
implement StartDrag and EndDrag actions
impleme...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...cleanups
Merge branch 'master' into interpreter
implement alpha handling in a smarter way
implement naive Add2 for Flash 5 and 6
implement RandomNumber and PushDuplicate
ints are ints not uints in Push action
stop printing out all actions
implement ActionLess
another fix for swfdec_js_internal
implement Equals2 and fix If and Goto to jump correctly
didn't catch NULL here, oops
implement SetTarget and SetTarget2
various fixes to reference the correct this object
implement StartDrag and EndDrag actions
impleme...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
...TO_JSVAL (cx->fp->scopeChain);
}
+finish:
g_free (work);
*val = cur;
return TRUE;
diff-tree 0a490e81dada959efc3ed155a98b8de577ff4dd2 (from 25d626bfbf646328e7209d72a6ebe73e1036b5b1)
Author: Benjamin Otte <otte@gnome.org>
Date: Sun Jan 28 19:32:59 2007 +0100
implement ActionLess
this includes a fix to swfdec_action_to_number since apparently Flash 4 pushes
numbers as strings and converts them for numerical operations.
9/44 failures in the testsuite
diff --git a/libswfdec/swfdec_script.c b/libswfdec/swfdec_script.c
index acb34fa..b736136 100644
--- a/...