0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 4 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed unit test. More... over 13 years ago
Latest updates for FCSS More... over 13 years ago
fixed a private var in ApplyStyleBehavior and made it protected. More... almost 14 years ago
Minor cleanup to build script. More... almost 14 years ago
fixing test.xml so that tests can be run by FCamo More... almost 14 years ago
updated build.template.properties. More... almost 14 years ago
changed over to my flashtddproject scripts More... almost 14 years ago
more class cleanup and added some validation package level functions. More... almost 14 years ago
merge cleanup More... almost 14 years ago
moved type methods out into a package level functions under the typer package. This will allow anyone to use these helpers without referencing the TyperUtil directly. More... almost 14 years ago
minor merge changes More... almost 14 years ago
Huge speed increase thanks to Justin Akin by removing the clone call and optimizing the PropertyMapUtil class. More... about 14 years ago
Removed classes that are not needed and updated tests. More... about 14 years ago
Added AbstractApplicator with hooks for no prop found error, and pro/value filtering. More... about 14 years ago
Final cleanup for 1.0.0 release. More... about 14 years ago
Removed depreciated classes (StyleSheetManager, TextFieldUtil & StyleApplierUtil). Changed constructor param order for TextFieldFactory. Minor unit test cleanup and updated ReadMe.txt example. More... about 14 years ago
added IntelliJ .iml files to .gitignore. More... about 14 years ago
Minor updates to build.xml and TextFieldUitil. More... about 14 years ago
Fixed a typo. More... about 14 years ago
Added deprecated classes back in for a clean transition to RC 5 and removed dependancy on these classes. More... about 14 years ago
More cleanup to the API's architecture. Added applicator classes to handle applying styles to instances. Depreciated the StyleApplierUtil and TextFieldUtil. Also deprecated the StyleManager in favor of a more generic SingletonManager. More... about 14 years ago
Updated docs to reflect lates changes in v1.0.0 RC 3. More... about 14 years ago
Updated ReadMe to reflect changes with TextFieldFactory. More... about 14 years ago
Removed hard coded references to StyleSheetManager. You must now pass in a reference to a StyleSheet for TextFieldFactory and ApplyStyleBehavior. More... about 14 years ago
Fixed inheritance across multiple style sheets. More... about 14 years ago
test local merge More... over 14 years ago
Fixing unit test due to formating bug in IntelliJ, starting to break mock css data out into it's own class for tests. More... over 14 years ago
Added support for converting a swc to a swf. More... over 14 years ago
Added support for getPseudoSelector method on ApplyStyleBehavior. More... over 14 years ago
Fixed a bug in the StyleSheetCollection and ApplyStyleBehavior that would merge empty selectors and mess up the styleName of a requested Style. Also EmptySelectors are no longer applied when calling apply style. Finally added better support for pseudo selectors by calling applyDefaultStyle on the ApplyStyleBehavior and passing in the pseudo selector name. More... over 14 years ago