2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed #282 at the expense of ancient Opera 9.2 compatibility. More... over 8 years ago
Merge pull request #233 from mdumic/ligatures More... over 13 years ago
Refactored support for ligatures to support configuration option (opening the way for discretionary ligatures). Also, fixed coding style issues with in commit. More... over 13 years ago
Added support for Basic Latin Ligatures (Unicode code points \uFB00 to \uFB06). More... over 13 years ago
Merge pull request #232 from mdumic/fix-171 More... over 13 years ago
Added fix to enable asynchronous loading in IE (fixes #171 and #175) More... over 13 years ago
Opera 9.2 is now supported (down from 9.5). Closes #200. Thanks to Mouvedia for bothering me enough to properly investigate this. More... about 14 years ago
Merge pull request #185 from michal-krause/master More... about 14 years ago
rendering improved on high resolution devices like iPhone 4 More... about 14 years ago
Cufon.refresh() no longer attemps to track anything but selectors (strings). May have previously caused errors in IE if Cufon.replace() was called in certain ways. More... over 14 years ago
The hover option no longer "sticks around" if a replace call with hover disabled is made. More... over 14 years ago
Added DOM.strict for checking whether the document is in strict mode. The new renderer is going to need this. More... over 14 years ago
Removed commented-out options. Some of them may return one day. More... over 14 years ago
Fixed a minor bug in the new ignoreClass option. Thanks Kravimir! More... over 14 years ago
Happy Year of the Rabbit! More... over 14 years ago
Fixed an issue with <link rel="stylesheet" type="totally/fake">. WebKit loads it, other browsers do not. Added tests. More... over 14 years ago
New option: ignoreClass. Allows you to ignore elements based on a single or multiple class names. Not in use by default. More... almost 15 years ago
Added a predefined glyph group for Portuguese. Thanks @Graffo! More... almost 15 years ago
Fixed an issue with text-align: right showing unwanted small characters under the replaced text in the development version. More... almost 15 years ago
Fixed IE9. IE9 now uses the canvas engine, which is less prone to future breakage. More... almost 15 years ago
New hooks: modifyText(text, textNode, element, options), onBeforeReplace(element, options) and onAfterReplace(element, options). More... almost 15 years ago
Made 'advanced' the default value of the trim option. Guess 'simple' was too simple after all. More... almost 15 years ago
Fixed text-transform: capitalize with accented characters. More... about 15 years ago
The generator now uses XMLReader instead of SimpleXML, should be easier on the server. More... about 15 years ago
Removed a debugger statement that was accidentally left in in the previous patch. More... about 15 years ago
Soft hyphens are now supported. They are enabled by default and work with fluid content. Credits go to Jung & Willich for the implementation idea. More... about 15 years ago
New option: trim. If 'simple', trims all preceding and following whitespace. If 'advanced', does what it previously did. Defaults to 'simple'. More... over 15 years ago
Added Monotype to the list of foundries known to require an extended license and cleared some confusion regarding fonts licensed by Adobe (which Adobe does not own). More... over 15 years ago
Better implementation of the font-size: 0 fix. It isn't nearly as ugly anymore. More... over 15 years ago
Font-size: 0 no longer causes errors. More... over 15 years ago