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 note that RendererSettings.makeFontMapFromStyleElement doesn't support complicated @font-face declarations. More... about 9 years ago
Minor formatting. More... about 9 years ago
Name SVG filter IDs starting with "libjass-" More... about 9 years ago
Switch to single-file AMD output similar to TS 1.8's concatenated output. More... about 9 years ago
Use inlineSources compiler option instead of re-reading the files explicitly. More... about 9 years ago
Added @license to license header so minification tools preserve it. More... about 9 years ago
Moved UMD wrapper to its own file. More... about 9 years ago
Fixed JSDoc on libjass.configure() More... about 9 years ago
Convert UJS parser errors to real Errors so that the async-build pipeline detects them. More... about 9 years ago
tsconfig JSON schema specifies lower-case values. More... about 9 years ago
Added libjass.configure() and deprecated libjass.{debugMode, verboseMode, Set, Map, Promise} setters. More... about 9 years ago
Support "ass" and "srt" strings as the type parameter of the ASS.from* functions in addition to the libjass.Format constants. More... about 9 years ago
Change "fetch() failed" warning to a debug-mode log message, since it's not really a bad thing. More... about 9 years ago
Whitespace. More... about 9 years ago
Exported some interfaces that should've been because another exported interface references them. More... about 9 years ago
Don't replace unicode escapes with the actual UTF-8 character. More... about 9 years ago
Fixed typo in test name. More... about 9 years ago
Travis CI: Remove iojs and add node v4 and v5 More... about 9 years ago
Begin v0.12.0 More... about 9 years ago
Updated changelog and readme for v0.11.0 More... about 9 years ago
Added doc comment that calling WebRenderer.resize is necessary for new renderers. More... about 9 years ago
Moved letterboxing code from WebRenderer to DefaultRenderer. More... about 9 years ago
Removed fullscreen handling in DefaultRenderer. More... about 9 years ago
Reintroduce `animation-fill-mode: both` More... about 9 years ago
Outline color filter should use sRGB for color interpolation. More... about 9 years ago
Disable Firefox tests again. More... about 9 years ago
Just don't add sourcemaps for generated code. Some sourcemap consumers like remap-istanbul get confused by it. More... about 9 years ago
Fixed typos in pollUntil calls. More... about 9 years ago
Removed unnecessary call to play(). Enabling an AutoClock should also make it start playing automatically if the clock source is providing ticks. More... about 9 years ago
Fixed {AutoClock, VideoClock}.{setEnabled, toggle} to call their respective enable() and disable() methods instead of just ManualClock's. More... about 9 years ago