0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 10 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
we've induced enough seizures. get rid of the gradient background in favor of some dark gray tango action More... over 15 years ago
comment out the background gradient animation. we're redrawing the entire area every frame. performance is the suck More... over 15 years ago
blur britney until the reveal More... over 15 years ago
deal with the case where an svgPeer isn't available, somewhat gracefully More... over 15 years ago
add BlurBitmapEffect More... over 15 years ago
wanted to see how hard it would be to add WPF bitmap effects. turns out? not hard at all More... over 15 years ago
clean up this a touch More... over 15 years ago
add Image/MediaElement types. add support for namespaced svgAttribute's (so we can set <image>'s xlink:href) and replace the radial gradient filled canvas in the demo with a bad picture of britney spears. More... over 15 years ago
factor out the type check and use it in collection.setItemAt as well More... over 15 years ago
add type checking for collections, allowing them to specify an elementType More... over 15 years ago
oops, didn't mean to commit that last bit. anyway, finish adding addEventListener/removeEventListener/lookupEvent/emitEvent More... over 15 years ago
re-enable this check More... over 15 years ago
re-enable this check More... over 15 years ago
decrease the default tick timeout to 30ms More... over 15 years ago
add hex color specifications as well as name and rgb[a] More... over 15 years ago
change the way types are registered to get rid of the manual chaining of ctors. also, fix the __proto__ usage so we work in opera, and generate a type's toString method instead of putting it in every type. More... over 15 years ago
add RoutedEvent registration, and fill in the initialization of UIElement/FrameworkElement events. More... over 15 years ago
add a little string.format knockoff More... over 15 years ago
add some comments More... over 15 years ago
add ColorAnimations and RadialGradientBrushes, neither of which work 100% yet, and add them to the demo More... over 15 years ago
add parseColor to convert from a string to an object with rgba fields More... over 15 years ago
remove spew More... over 15 years ago
add <Trigger> to the test More... over 15 years ago
add Triggers for DP changes More... over 15 years ago
add Property triggers More... over 15 years ago
fix up issues surrounding the bound property change listeners More... over 15 years ago
this stuff was moved to TriggerBase More... over 15 years ago
ugh, this needs to be factored out. hook up triggers here for the demo More... over 15 years ago
throw an error if we can't find nodeType More... over 15 years ago
remove the logExceptions call More... over 15 years ago