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
Removed redundant custom Set.toArray method. More... over 11 years ago
Continuation of 0fbe91fa0f: PegJS and Tags classes cleanup. More... over 11 years ago
Consolidated String.toRGB() and String.toRGBA() into a single String.toColor() that always returns rgba(...). More... over 11 years ago
Get the ASS URL from a track element instead of data attribute on video tag. More... over 11 years ago
enableDisable values need strict null check too. More... over 11 years ago
Tags are now initialized with proper types of parameters instead of strings, or null to indicate missing parameters. This removes the need to do parse or string conversions on tag parameters. More... over 11 years ago
instanceof is fine after all. More... over 11 years ago
Removed unnecessary null-check. More... over 11 years ago
Pause animations while video is paused. More... over 11 years ago
Fixed subtitles flickering after a fade-out before being removed. More... over 11 years ago
Added wiki page as readme. More... over 11 years ago
Pass the current time to Dialogue.drawTo so that animations are timed correctly when seeking to the middle of a line. More... over 11 years ago
Began implementing tags using CSS3 animations: \fad More... over 11 years ago
Implemented \fad using animations instead of transitions because dirty setTimeout(0) hack doesn't work reliably in FF. More... over 11 years ago
Fixed broken fade-out. More... over 11 years ago
Free functions -> Namespaced functions. More... over 11 years ago
dialogue.js cleanup. More... over 11 years ago
Fixed \h More... over 11 years ago
Added unprefixed style for perspective. More... over 11 years ago
Removed unnecessary vendor-prefixed styles. More... over 11 years ago
Fixed race condition between parser download and ASS download. More... over 11 years ago
Unix newlines. Newline at end. Renamed IEnumerable to Iterable. More... over 11 years ago
Be consistent with post- vs pre-increment. More... about 12 years ago
Fixed typo in script URL. More... about 12 years ago
Reimplemented lazy iterator framework on top of Mozilla's Iterator spec. More... about 12 years ago
Upgraded PEGjs to 0.7.0 More... about 12 years ago
Fixed doc on String.toRGBA() More... about 12 years ago
Fixed broken String.trimLeft() More... about 12 years ago
Removed IEnumerable.setUserToken. More... over 12 years ago
FF complains about accessing properties in rule.style directly. Also, the return value of getPropertyValue has '' in Chrome and "" in FF. More... over 12 years ago