openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libjass
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
21 days
ago. based on code collected
22 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 28 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Implemented \alpha, \1a and \3a
Arnavion
More...
over 11 years ago
Prettification
Arnavion
More...
over 11 years ago
Set and String.endsWith aren't used in libjass. Moved them to index.js
Arnavion
More...
over 11 years ago
String.match() is unnecessary when String.replace() can do the job.
Arnavion
More...
over 11 years ago
Don't let custom window.Iterator() support arbitrary objects incorrectly.
Arnavion
More...
over 11 years ago
Split off tags classes into a separate file.
Arnavion
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.
Arnavion
More...
over 11 years ago
Renamed libjass.ASS.debugMode flag to libjass.debugMode
Arnavion
More...
over 11 years ago
Added more debug logging.
Arnavion
More...
over 11 years ago
Set the vendor-specific CSS properties before standard ones.
Arnavion
More...
over 11 years ago
Renamed SimpleSet's private methods to start with an underscore.
Arnavion
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.
Arnavion
More...
over 11 years ago
Only check if a \pos wrapper is needed at the end of Dialogue.draw()
Arnavion
More...
over 11 years ago
Replaced static ASS.parse method with constructor.
Arnavion
More...
over 11 years ago
Added missing return types in function definitions.
Arnavion
More...
over 11 years ago
String.endsWith should not think "abc" ends with "defg"
Arnavion
More...
over 11 years ago
Fixed typo in type of animation styles element.
Arnavion
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.
Arnavion
More...
over 11 years ago
Removed unused variable.
Arnavion
More...
over 11 years ago
Fixed incorrect transform origin calculation introduced by cfa02c985172da29a179e036b4ba82a0d5e54703
Arnavion
More...
over 11 years ago
Typos.
Arnavion
More...
over 11 years ago
Strict equality check for -1 in ASS.parse()
Arnavion
More...
over 11 years ago
Don't include index.js when building minified file.
Arnavion
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.
Arnavion
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.
Arnavion
More...
over 11 years ago
Prevent CC from renaming Set.prototype.iterator and minor JSDoc fixes.
Arnavion
More...
over 11 years ago
Removed demo web configs.
Arnavion
More...
over 11 years ago
JSDoc and minified file made using Closure Compiler.
Arnavion
More...
over 11 years ago
Moved demo video and fonts directories out of repository.
Arnavion
More...
over 11 years ago
A Dialogue no longer maintains a relationship to the sub div it drew to.
Arnavion
More...
over 11 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree