0
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented \alpha, \1a and \3a More... over 11 years ago
Prettification More... over 11 years ago
Set and String.endsWith aren't used in libjass. Moved them to index.js More... over 11 years ago
String.match() is unnecessary when String.replace() can do the job. More... over 11 years ago
Don't let custom window.Iterator() support arbitrary objects incorrectly. More... over 11 years ago
Split off tags classes into a separate file. More... over 11 years ago
Added a debug-mode warning for dialogues that contain a comment with a backslash as this might be the result of mis-parsing an ASS tag as a comment. More... over 11 years ago
Renamed libjass.ASS.debugMode flag to libjass.debugMode More... over 11 years ago
Added more debug logging. More... over 11 years ago
Set the vendor-specific CSS properties before standard ones. More... over 11 years ago
Renamed SimpleSet's private methods to start with an underscore. More... over 11 years ago
Override native parseInt instead of creating a new parseInteger function. The native function only needs to be replaced if it treats strings starting with 0 as octal. More... over 11 years ago
Only check if a \pos wrapper is needed at the end of Dialogue.draw() More... over 11 years ago
Replaced static ASS.parse method with constructor. More... over 11 years ago
Added missing return types in function definitions. More... over 11 years ago
String.endsWith should not think "abc" ends with "defg" More... over 11 years ago
Fixed typo in type of animation styles element. More... over 11 years ago
Converted to Typescript because Closure Compiler Advanced gives good warnings but makes the code too ugly and requires too much baby-sitting to be worth it. More... over 11 years ago
Removed unused variable. More... over 11 years ago
Fixed incorrect transform origin calculation introduced by cfa02c985172da29a179e036b4ba82a0d5e54703 More... over 11 years ago
Typos. More... over 11 years ago
Strict equality check for -1 in ASS.parse() More... over 11 years ago
Don't include index.js when building minified file. More... over 11 years ago
A Set.iterator() implementation that uses Set.forEach if that is available. Other Iterator- and Set-related JSDoc/CC fixes. More... over 11 years ago
Don't add dialogues as a JS property to the subtitle div's. Use a data attribute containing the dialogue id instead. More... over 11 years ago
Prevent CC from renaming Set.prototype.iterator and minor JSDoc fixes. More... over 11 years ago
Removed demo web configs. More... over 11 years ago
JSDoc and minified file made using Closure Compiler. More... over 11 years ago
Moved demo video and fonts directories out of repository. More... over 11 years ago
A Dialogue no longer maintains a relationship to the sub div it drew to. More... over 11 years ago