CARVIEW |
robertpenner
(Robert Penner)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Robert Penner
- Website/Blog
- https://robertpenner.com/flashblog/
- Location
- Canada
- Member Since
- Apr 30, 2009 (8 months)
Following 11 githubbers and watching 24 repositories view all →
Public Repositories (9)
-
asunit
The only ActionScript unit test framework that supports Flash Players 6, 7, 8, 9 and 10
Forked from lukebayes/asunit Mon Sep 07 13:37:34 -0700 2009
Last updated Tue Dec 08 17:07:45 -0800 2009
-
as3-signals
Signals is a new approach for AS3 events, inspired by C# events and signals/slots in Qt.
Last updated Mon Dec 07 16:21:38 -0800 2009
-
robotlegs-framework
A DI driven MVCS framework for Flex and Flash
Forked from robotlegs/robotlegs-framework Thu Oct 29 11:44:30 -0700 2009
Last updated Wed Nov 25 16:14:21 -0800 2009
-
SwiftSuspenders
Basic metadata-based IOC solution for AS3
Forked from tschneidereit/SwiftSuspenders Mon Nov 02 16:51:54 -0800 2009
Last updated Thu Nov 19 10:09:20 -0800 2009
-
robotlegs-documentation
Documentation for the Robotlegs Framework
Forked from joelhooks/robotlegs-documentation Tue Oct 13 15:53:15 -0700 2009
Last updated Tue Oct 13 14:51:23 -0700 2009
-
robotlegsdemos
Demo Flex and Flash Applications based on the RobotLegs MVCS Framework
Forked from darscan/robotlegs-demos-Bundle Fri Oct 02 18:46:22 -0700 2009
Last updated Thu Oct 01 09:08:39 -0700 2009
-
MinimalComps
MinimalComps are a set of minimal user interface components for use in ActionScript 3.0 based pro...
Forked from darscan/MinimalComps Mon Oct 12 23:03:19 -0700 2009
Last updated Sun Sep 06 09:11:54 -0700 2009
-
hamcrest-as3
Port of hamcrest to ActionScript 3, a library of matcher objects (also known as constraints or p...
Forked from drewbourne/hamcrest-as3 Wed Jun 10 10:57:34 -0700 2009
Last updated Thu Jun 11 13:59:47 -0700 2009
-
twitteria
A simple twitter client for Adobe AIR, written five ways. Once with no framework, and once with f...
Forked from thillerson/twitteria Wed Oct 28 11:32:04 -0700 2009
Last updated Thu Apr 30 12:50:54 -0700 2009
Public Activity 

-
robertpenner committed 93435f8a:
Overhauled Async functionality: async metadata no longer needed, hanging bugs fixeh, TestRunner has 33% less code.

-
robertpenner committed 5c718fd6:
DeluxeSignal now removes all listeners when its target is changed. Applies to NativeRelaySignal by extension.

-
robertpenner committed 0b8e3b50:
Added test for NativeRelaySignal.removeAll() and fix in superclass DeluxeSignal.

-
robertpenner committed 2980c68f:
Made target settable for DeluxeSignal and NativeSignal.

-
robertpenner committed ac796153:
Added tests for NativeRelaySignal.addOnce() and fixed it. It was broken by changes in the superclass.

-
robertpenner committed 66511056:
Added unit test to cover Issue #7: dispatching zeros results in error.

-
robertpenner committed 335ca0ca:
Updated ExtraArgs tests to work with AsUnit addAsync() fix.

-
robertpenner committed fd8b89af:
Updated AsUnit 4 SWC with bug fix for addAsync with functions having more than one argument.

-
robertpenner committed e1701cbd:
Async delegate is now customized to the number of arguments in the handler being wrapped.
-
robertpenner committed 1d6af898:
Ran FDT's organize imports on test asunit4 package.
-
robertpenner committed 44dacbbb:
Ran FDT's organize imports on asunit4 package.

-
robertpenner committed 7b46a08b:
Replaced assertThrows() with "expects" metadata, e.g. [Test(expects="ArgumentError")]. Cleans up code nicely.
Signals is a new approach for AS3 events, inspired by C# events and signals/slots in Qt.

-
robertpenner committed d8090b3d:
Updated asdocs to use value classes instead of eventClass.

-
robertpenner committed de9b7d10:
Moved test method between test classes. Added a missing async in metadata.
-
robertpenner committed f0874b03:
FIX: Mirrored fix for issue #5 to NativeSignal, with test to capture bug.

-
robertpenner committed adf02fb0:
Mirrored Signal changes to DeluxeSignal.
You can't addOnce to a signal from a function called by the same signal.

-
robertpenner committed 9e73cecd:
FIX: cannot addOnce to a signal from a listener for the same signal. Closes #5 reported by @iainlobb.
-
robertpenner committed 99aa0430:
Signal constructor now accepts any number of parameters specifying classes for value objects sent to listeners.

-
robertpenner committed c00f7b4f:
Ran FDT's organize imports on src and tests.

-
robertpenner committed adb35e05:
Updated asdocs in ISignal (removed priority param).

-
darscan committed 1a7c69a7:
Updated SwiftSuspenders to v1.0.0, fixed up some asdocs, and modified build package script to include docs and libs
-
Till Schneidereit committed 52b4dc28:
Increased version to 1.0RC9
-
Till Schneidereit committed 70f0cb7c:
Fixes to SwiftSuspenders
-
darscan committed 7c43c09d:
Updated SwiftSuspenders and Robotlegs to v1.0RC8
-
darscan committed dd73ddbc:
Added IMediatorMap.unmapView() and test

-
robertpenner committed c7d54cd9:
Commented out comment text in examples.

-
robertpenner committed 19b2b80f:
Applied class renames to test class names.