0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
oops More... over 15 years ago
allow setting of the tick timeout in the svghost ctor property hash More... over 15 years ago
XML doesn't exist on safari, so work around it. fixes windows safari and iphone More... over 15 years ago
make some methods actually private More... over 15 years ago
down with applyToPeer More... over 15 years ago
get this working again, and use it as an example of the usage of the property hash ctor arg More... over 15 years ago
add a rectangle that becomes opaque over the 5 seconds More... over 15 years ago
allow the same sort of propertyhash ctor arg here, with domElement/rootVisual properties available. also, connectHost after we've created peers More... over 15 years ago
add the sender parameter to our propertychanged handler More... over 15 years ago
remove a bunch of code handled in shape/frameworkelement, and add metadata for RadiusX/Y properties More... over 15 years ago
this is handled in frameworkelement now More... over 15 years ago
add metadata for the mapping of stroke and fill. also, chain up to frameworkelement's ctor More... over 15 years ago
add metadata for the mapping of transform and opacity to svgAttribute and cssAttribute, respectively More... over 15 years ago
chain up to gradientbrush.computePropertyValue before doing our work More... over 15 years ago
remove applyToPeer and do the work in computePropertyValue More... over 15 years ago
fill in svgAttribute and svgPeer for BackgroundProperty More... over 15 years ago
all this stuff is handled in frameworkelement now More... over 15 years ago
lots of metadata changes - you can specify an svgPeer name for a DP, and it'll look up that property on the object in order to set the svg/css attributes. you can also specify the svg and attribute the DP maps to. also add support for non-primitive types that map to properties (like brushes and transforms). they must define two things - a DP named SvgPropertyValue, and a method called computePropertyValue. these are used by the DO machinery to do all the heavy lifting without special code in subclasses More... over 15 years ago
create renderSize and renderPosition bindings in this class, and make the renderPosition update_fn deal properly with both renderPosition and renderTransform More... over 15 years ago
add an object argument to Bindings that becomes 'this' in the update function. More... over 15 years ago
visibility work on functions More... over 15 years ago
remove the special case of SolidColorBrush's ctor taking an argument, and replace it with a more general way to pass initial values for DP's to ctors More... over 15 years ago
fix toString More... over 15 years ago
set the default log level to ERROR More... over 15 years ago
remove some old commented lines More... over 15 years ago
add a little comment More... over 15 years ago
ignore firelight-min.js More... over 15 years ago
add SkewTransform More... over 15 years ago
another huge change More... over 15 years ago
a few things. add namescopes, add setters, and make everything use Trace instead of console.log directly. Also, change the way xaml elements are applied to svg attributes in such a way that we can track updates properly. More... over 15 years ago