0
I Use This!
Inactive

Commits : Listings

Analyzed 19 days ago. based on code collected 20 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a comment about the getters for the dynamic properties on the export object. More... almost 9 years ago
Fixed behavior of tags with default values inside \t More... almost 9 years ago
Fixed interpretation of \fs+ and \fs- More... almost 9 years ago
Some tiny fixes found by TS's upcoming strictNullChecks feature. More... almost 9 years ago
Updated TypeScript to v1.8.9 More... almost 9 years ago
Insert new subs above existing subs in alignments 1-3 More... almost 9 years ago
Added top-level version property. More... almost 9 years ago
Exported variables are not setters, and the few that were (debugMode, etc.) now have an alternative (libjass.configure). More... almost 9 years ago
Made paths in .gitignore absolute. More... almost 9 years ago
Changed `<>`-style type assertions to `as`. More... almost 9 years ago
Changed libjass.parts.Bold.value to `boolean | number` type. More... almost 9 years ago
Set line-height correctly for scaled text. More... almost 9 years ago
Handle negative positions in SVG drawings. More... almost 9 years ago
Fixed shadows to include outlines. More... almost 9 years ago
Check whether to skip pre-rendering a sub before looking up any existing pre-rendered sub. More... almost 9 years ago
Removed document.createElementNS overloads since they're in lib.d.ts now. More... almost 9 years ago
Render fractional outlines. More... almost 9 years ago
Updated TypeScript to v1.8.7 More... almost 9 years ago
Stop passing in enableSvg explicitly to functional tests. More... almost 9 years ago
Removed unnecessary parameter. More... almost 9 years ago
Some small optimizations for SVG filter effects. More... almost 9 years ago
Do some basic tests for SVG filter effects support if RendererSettings object does not specify a value for enableSvg, and default to that. More... almost 9 years ago
Added proper typed overload of Node.cloneNode() More... almost 9 years ago
Deprecated pathSegList API has been removed from some browsers. Switch back to setting d attribute. More... almost 9 years ago
Minor typo. More... almost 9 years ago
Stronger type for stringly-typed parameters. More... almost 9 years ago
Updated TypeScript to v1.8.0 More... almost 9 years ago
Exposed serialization API as libjass.serialize and libjass.deserialize. More... almost 9 years ago
Implemented support for serializing ASS objects. More... almost 9 years ago
Moved serialize, deserialize and registerClassPrototype to their own module with minor tweaks. More... almost 9 years ago