source: @ 169

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @169   4 years tal Floats are allowed in dimensions now.
(edit) @168   4 years tal Two values were flipped in the file.
(edit) @167   4 years tal Flipped.
(edit) @166   4 years tal Added a special exception for "medium" as a UFO 1 width name.
(edit) @165   4 years tal Nicer error when a value from a UFO 1 can't be converted to UFO 2.
(edit) @164   4 years tal When converting font info from version 1 to version 2, try to quietly …
(edit) @163   4 years erik This fixes a issue in importing ps zone information. I missed a bug in FL …
(edit) @162   4 years tal Fixed a FL <-> RoboFab conversion issue in openTypeOS2FamilyClass.
(edit) @161   4 years tal A couple of workarounds for weird FontLab? values in UFO 1.
(edit) @160   4 years tal Added a contains method to BaseFont?.
(edit) @159   4 years tal FL can handle a zero value.
(edit) @158   4 years erik Branch version should have a different version number.
(edit) @157   4 years erik Removed import of FabToFontToolsPenAdapter?. Ran the test in FL, passed.
(edit) @156   4 years erik Removed foundry settings
(edit) @155   4 years tal Found an issue with an old test case. hasattr uses getattr to …
(edit) @154   4 years tal Accept list or tuple for int lists.
(edit) @153   4 years tal Missing a continue.
(edit) @152   4 years tal This wasn't in the file spec syntax.
(edit) @151   4 years tal Typos. Thanks to Miguel for catching these.
(edit) @150   4 years tal The date validator didn't follow the spec.
(edit) @149   4 years tal Don't restrict OS/2 weight class to 100-900.
(edit) @148   4 years tal References to old attributes.
(edit) @147   4 years tal Use the new features object.
(edit) @146   4 years tal Added a shell object for features.
(edit) @145   4 years tal This never worked.
(edit) @144   4 years tal This hasn't been touched in ages.
(edit) @143   4 years tal Remove two files that were deprecated a long, long time ago.
(edit) @142   4 years tal References to an old info attribute in repr and other places.
(edit) @141   4 years tal Found another old value that needs to be worked around.
(edit) @140   4 years tal Found something to work around.
(edit) @139   4 years tal Tweaks needed for UFO format version 1.
(edit) @138   4 years tal Tests for UFO format version 1.
(edit) @137   4 years tal Test case tweaks.
(edit) @136   4 years tal Forgot to change path.
(edit) @135   4 years tal Comment change.
(edit) @134   4 years tal Work around the data added to the test case file.
(edit) @133   4 years tal Some data written by robofab into the UFO format version 1 lib.
(edit) @132   4 years tal UFO format version 1 test cases.
(edit) @131   4 years tal More bugs caught by test cases.
(edit) @130   4 years tal Test case caught a bug.
(edit) @129   4 years tal When writing format version 1, remove features.fea if it exists.
(edit) @128   4 years tal Test cases for read/write in objectsRF.
(edit) @127   4 years tal Wrote the new save method.
(edit) @126   4 years tal saveNow doesn't do anything.
(edit) @125   4 years tal Reading UFOs of format version 2 now works.
(edit) @124   4 years tal Fallback to empty lists in font.psHints.
(edit) @123   4 years tal - don't set default hint values in the font.psHints. they end up …
(edit) @122   4 years tal Don't test font.psHints math.
(edit) @121   4 years tal - font.psHint attributes silently reroute to font.info attributes - …
(edit) @120   4 years tal Oops.
(edit) @119   4 years tal Test case file.
(edit) @118   4 years tal UFO round trip test cases.
(edit) @117   4 years tal Errors caught by unit tests.
(edit) @116   4 years tal Added openTypeOS2FamilyClass.
(edit) @115   4 years tal Test cases revealed some bugs.
(edit) @114   4 years tal A small tool that splits feature text following the FontLab? feature pane …
(edit) @113   4 years tal Got closer to setting openTypeHeadCreated, but I'm giving up again.
(edit) @112   4 years tal Handle new warning system.
(edit) @111   4 years tal Don't use warn for some attributes.
(edit) @110   4 years tal Wrote the new readUFO.
(edit) @109   4 years tal Wrote the new writeUFO.
(edit) @108   4 years tal Only write a file if some text needs to be written. Remove an existing …
(edit) @107   4 years tal Added support for "year" in the info objects and the UFO.
(edit) @106   4 years tal objectsFL.RInfo is passing the unit tests.
(edit) @105   4 years tal Added support for openTypeOS2FamilyClass.
(edit) @104   4 years tal Fixes.
(edit) @103   4 years tal Only set familyName and styleName if they are not None.
(edit) @102   4 years tal Added another bit of logic for subclasses that have to clean up messes.
(edit) @101   4 years tal I got carried away with the tab conversion.
(edit) @100   4 years tal More RInfo object work.
(edit) @99   4 years tal Object test cases.
(edit) @98   4 years tal Initial work on the info objects. The objects in objectsBase and objectsRF …
(edit) @97   4 years tal Massive changes to ufoLib to enable UFO 2 support. Test cases have been …
(edit) @96   4 years tal Test case UFOs.
(edit) @95   4 years tal Creating a branch for developing the RoboFab UFO2 implementation.
(edit) @94   5 years erik MarginPen? now has a isHorizontal flag when initialising. Default set to …
(edit) @93   5 years erik Test for glyph and font in the test.
(edit) @92   5 years erik MarginPen? now pays attention to the transformation set for components.
(edit) @91   5 years erik Token checkin to see if it works. Ignore.
(edit) @90   5 years erik Fix for ticket #4
(edit) @89   5 years erik Add method getAll() which returns a sorted list of unique slice values.
(edit) @88   5 years erik Handle components. Handle self overlapping bezier segments with any number …
(edit) @87   5 years erik Removed print statements.
(edit) @86   5 years erik Pen to calculate the horizontal margins of a glyph at any given height by …
(edit) @85   5 years erik AngledMarginPen? calculates the left and right side-bearings of a glyph, …
(edit) @84   5 years erik Remove unnecessary print.
(edit) @83   5 years erik These have been renamed.
(edit) @82   5 years erik Standardised script names on import or export.
(edit) @81   5 years erik Couple of tweaks to existing import / export scripts. Couple more import …
(edit) @80   5 years erik Remove 2 SVG scripts. They're not working and should not have been checked …
(edit) @79   5 years erik New folder for contributed robofab packages.
(edit) @78   5 years erik A change to a RoboFab/FontLab? glif to ufo export script. Handle "Cancel" …
(edit) @77   5 years tal Whitespace change to test checkin permissions.
(edit) @76   5 years erik Doc files can be generated with "makeDocumentation.py" - the docfiles …
(edit) @75   5 years erik Remove the old website. It has a better searchable version on robofab.com.
(edit) @74   5 years erik A license.
(edit) @73   5 years erik Demo of pshint data object.
(edit) @72   5 years erik Upped the version for the new installer.
(edit) @71   5 years just back out attempt to expose svn rev number
(edit) @70   5 years just set property for Revision substitution
Note: See TracRevisionLog for help on using the revision log.