Removed double comma |
|
More...
|
about 10 years ago
|
Removed empty .tpl files |
|
More...
|
about 10 years ago
|
Make use of central requirejs config |
|
More...
|
about 10 years ago
|
Removed comma |
|
More...
|
about 10 years ago
|
Load jquery and d3 via define with $ and d3 |
|
More...
|
about 10 years ago
|
Renamed all prototype models to 'Parent' |
|
More...
|
about 10 years ago
|
Renamed folder ui-models to metapolator |
|
More...
|
about 10 years ago
|
Renamed and moved html page |
|
More...
|
about 10 years ago
|
Updated bower.json file |
|
More...
|
about 10 years ago
|
removed double jquery-ui folder |
|
More...
|
about 10 years ago
|
redistribute axes after deleting master |
|
More...
|
about 10 years ago
|
Handle axis values after manual input |
|
More...
|
about 10 years ago
|
Update spacing between axes |
|
More...
|
about 10 years ago
|
change slackMaster |
|
More...
|
about 10 years ago
|
Resolved 404 for moved imgs |
|
More...
|
about 10 years ago
|
store last used instance in a design space |
|
More...
|
about 10 years ago
|
Deselect glyphs only when the master was selected |
|
More...
|
about 10 years ago
|
Initial upload purple-pill-merge |
|
More...
|
about 10 years ago
|
Merge pull request #610 from felipesanches/improve_progressbar |
|
More...
|
about 10 years ago
|
adding a method getZipFromIo that exposes zipUtil.encode to the UI code |
|
More...
|
about 10 years ago
|
We now pass the io object to the ui code so that it can avoid calling the export code twice. |
|
More...
|
about 10 years ago
|
add a missing 'new' keyword |
|
More...
|
about 10 years ago
|
We better pass a generator to the ui export code. |
|
More...
|
about 10 years ago
|
Merge pull request #590 from felipesanches/master_importUFO_draft_code |
|
More...
|
about 10 years ago
|
removing a debugging console.log from ImportController |
|
More...
|
about 10 years ago
|
Merge pull request #603 from felipesanches/master_export_otf |
|
More...
|
about 10 years ago
|
Using the new BoundsPen introduced in ufoJS to compute the bounding-box of each glyph shape when exporting OTF files. |
|
More...
|
about 10 years ago
|
Passing a glyphSet to the OpenTypePen constructor. |
|
More...
|
about 10 years ago
|
Here we import BasePen with the name 'Parent' because we inherit from it. This is mandatory in Metapolator. |
|
More...
|
about 10 years ago
|
using camelCase naming: otPen.getPath(); |
|
More...
|
about 10 years ago
|