| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #11 from dcsch/code-cleanupHEADmaster | David Schweinsberg | 2019-09-15 | 107 | -792/+729 |
| |\ | |||||
| | * | Code cleanup | David Schweinsberg | 2019-09-15 | 107 | -792/+729 |
| |/ | |||||
| * | Added SVG font export test | David Schweinsberg | 2019-09-15 | 8 | -40/+121 |
| * | Re-enable SVG font export | David Schweinsberg | 2019-09-15 | 3 | -202/+160 |
| * | Load font with byte array | David Schweinsberg | 2019-09-15 | 11 | -361/+212 |
| * | Start decoupling tables, fonts, and font collections | David Schweinsberg | 2019-09-13 | 35 | -935/+493 |
| * | Added basic font loading test | David Schweinsberg | 2019-09-10 | 2 | -1/+45 |
| * | Added simple font collection test | David Schweinsberg | 2019-09-10 | 4 | -14/+132 |
| * | Moved test directory to correct location | David Schweinsberg | 2019-09-10 | 1 | -0/+0 |
| * | Merge pull request #10 from dcsch/split-up | David Schweinsberg | 2019-09-09 | 174 | -3472/+138 |
| |\ | |||||
| | * | Removed unneeded dependencies | David Schweinsberg | 2019-09-09 | 2 | -12/+1 |
| | * | Moved to Maven | David Schweinsberg | 2019-09-07 | 146 | -42/+147 |
| | * | Retired app from main repository | David Schweinsberg | 2019-09-07 | 27 | -3429/+0 |
| | * | Split off sample application | David Schweinsberg | 2019-09-07 | 29 | -2/+3 |
| |/ | |||||
| * | Use correct menus on macOS | David Schweinsberg | 2019-08-31 | 1 | -0/+4 |
| * | Removed old com.apple.eawt code | David Schweinsberg | 2019-08-29 | 2 | -219/+22 |
| * | Migrated to IntelliJ IDEA as the primary dev environment | David Schweinsberg | 2019-08-29 | 12 | -1621/+55 |
| * | Build out COLR and CPAL tables | David Schweinsberg | 2017-05-15 | 2 | -12/+179 |
| * | Added tooltip with glyph ID to character map | David Schweinsberg | 2017-05-12 | 1 | -1/+3 |
| * | Dump of GSUB coverage | David Schweinsberg | 2017-05-12 | 5 | -13/+61 |
| * | Added some more tables | David Schweinsberg | 2017-05-11 | 5 | -0/+141 |
| * | Additional logging around font suitcases | David Schweinsberg | 2016-03-29 | 3 | -6/+46 |
| * | Small generics cleanup | David Schweinsberg | 2016-02-02 | 2 | -5/+6 |
| * | Removed old CVS/SVN $Id$ cruft | David Schweinsberg | 2016-02-02 | 106 | -164/+0 |
| * | Displays bitmaps within the 'sbix' table (#7) | David Schweinsberg | 2016-01-28 | 8 | -39/+153 |
| * | Added 'sbix' table (#7) | David Schweinsberg | 2016-01-27 | 4 | -60/+179 |
| * | Updated Unicode Encoding IDs | David Schweinsberg | 2016-01-27 | 1 | -6/+12 |
| * | Implemented mapCharCode on CmapFormat12 | David Schweinsberg | 2016-01-27 | 3 | -9/+29 |
| * | Corrected orientation of CharacterMap display after inversion of Y axis | David Schweinsberg | 2016-01-27 | 2 | -5/+3 |
| * | Added the beginnings of cmap format 12, for issues #1 & #7. | David Schweinsberg | 2016-01-20 | 8 | -34/+201 |
| * | Display of CFF hints (#3) | David Schweinsberg | 2016-01-12 | 6 | -69/+90 |
| * | Capturing hstems and vstems. Reoriented coordinate system for GlyphEdit. | David Schweinsberg | 2016-01-11 | 4 | -28/+163 |
| * | Small cleanup of supporting files | David Schweinsberg | 2016-01-07 | 9 | -121/+16 |
| * | cmap Format 6 implemented | David Schweinsberg | 2016-01-07 | 1 | -11/+20 |
| * | Fixed the length of bytes to skip with unknown cmap formats – but this stil... | David Schweinsberg | 2016-01-07 | 1 | -1/+1 |
| * | CmapFormat tidy-up | David Schweinsberg | 2016-01-06 | 6 | -263/+119 |
| * | Fixed addition attribute problem with SVG export. | David Schweinsberg | 2016-01-05 | 2 | -39/+55 |
| * | CharacterMap cleanup | David Schweinsberg | 2016-01-05 | 1 | -21/+13 |
| * | Added SLF4J & Logback | David Schweinsberg | 2016-01-04 | 6 | -22/+63 |
| * | Added building of contours with cubic curves | David Schweinsberg | 2016-01-04 | 2 | -54/+55 |
| * | Fixed an argument-popping bug in hvcurveto/vhcurveto | David Schweinsberg | 2016-01-04 | 1 | -5/+5 |
| * | Fixed a bug in vhcurveto/hvcurveto with the xf/yf values | David Schweinsberg | 2016-01-04 | 1 | -4/+4 |
| * | Added implementations for vvcurve, hvcurve, and vhcurve | David Schweinsberg | 2016-01-03 | 1 | -4/+90 |
| * | Minor debug output changes | David Schweinsberg | 2016-01-02 | 2 | -3/+2 |
| * | Implemented subrs in Type 2 Charstring interpreter | David Schweinsberg | 2015-12-31 | 3 | -24/+77 |
| * | Moved instruction pointer out of Charstring and into T2Interpreter | David Schweinsberg | 2015-12-30 | 5 | -71/+86 |
| * | Split Glyph into TrueType and Type 2 Charstring implementations. Moved CffFon... | David Schweinsberg | 2015-12-30 | 8 | -251/+312 |
| * | Shifted methods from CffTable into CffFont | David Schweinsberg | 2015-12-30 | 3 | -30/+15 |
| * | Renamed t2 package to cff to reflect broader scope | David Schweinsberg | 2015-12-30 | 23 | -39/+38 |
| * | Moved CffTable inner classes out into CFF-specific package. | David Schweinsberg | 2015-12-29 | 22 | -511/+844 |
