1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #413 from graphicore/update-skeleton-cps More... over 10 years ago
add several rules for standard cps transformations (backported from project zero) More... over 10 years ago
Adding a saveAs method to MetapolatorProject module and declaring the FileSaver lib as a dependency of this module, otherwise the nodeJS optimizer will not include the library in the standalone packed js file. More... over 10 years ago
add file-saver.js config to browser configuration file More... over 10 years ago
adding the FileSaver.js library (used for prompting the user with a "Save as..." dialog when downloading ZIP UFO fonts) More... over 10 years ago
Merge pull request #407 from graphicore/collected-updates More... over 10 years ago
add jszip config to browser configuration file More... over 10 years ago
Merge pull request #396 from felipesanches/zip_ufo_JSZip_approach_2 More... over 10 years ago
no need for return new Buffer(... just return zip.generate({type:dataType}); More... over 10 years ago
fix _p.exportInstance method signature (removing io and dataType parameters) More... over 10 years ago
use "nodebuffer" dataType when exporting UFO ZIP from nodeJS. More... over 10 years ago
moving Buffer instantiation to the zipUtils module More... over 10 years ago
refactoring attribution of default value for the dataType attribute to getZippedInstance More... over 10 years ago
Some refactoring to accomodate using InMemory for temporary storage of the ufo directory tree being zipped when exporting a ZIP UFO. More... over 10 years ago
After Lasse Fister fixed a bug we found on ufoJS, now we can use the rmDirRecursive function implemented in ufoJS instead of reimplementing our own. More... over 10 years ago
Merge pull request #405 from graphicore/update-ufoJS More... over 10 years ago
update ufoJS More... over 10 years ago
fix wrong property name in GlyphRendererAPI, #404 More... over 10 years ago
export interpolation/metapolation cps generators More... over 10 years ago
code style fix More... over 10 years ago
Preparing zipUtils API to be compatible with obtain in the future by throwing NotImplementedError for async invocations. More... over 10 years ago
code style fix as pointed out by Lasse on his code review. More... over 10 years ago
Refactoring iteration. In the future of js for(item of array) is planned, but we can't use it right now. For now we'll use: More... over 10 years ago
We don't do ad-hoc patching of built-in prototypes. More... over 10 years ago
renaming the io/zip module to io/zipUtil More... over 10 years ago
initial cps-generators for interpolation and metapolation, based on mustache templating More... over 10 years ago
Initial implementation of zip ufo export. To use it, you should do something like this: More... over 10 years ago
Traverse the subtree by using the readDirRecursive helper method. There's some problem with the data read from the files. I'll check that next. More... over 10 years ago
adding the jszip lib to the git repo (files as downloaded by bower) More... over 10 years ago
Exporting a dummy zip file with arbitrary sample content. Next step is to traverse the project subtree to populate the zip file with the actual project content. More... over 10 years ago