Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve UI and fix some small issues #6

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3cf9bdf
initial version of Glyphs plugin
schriftgestalt Mar 10, 2018
7a05b43
clean up UI a bit
schriftgestalt Mar 10, 2018
1bd8c30
update Screenshot
schriftgestalt Mar 10, 2018
e7f49da
better description
schriftgestalt Mar 10, 2018
1eed47f
cleanup
schriftgestalt Mar 12, 2018
b66fad5
monospacedDigitSystemFontOfSize is not available in older versions of…
schriftgestalt Jun 10, 2018
00a349a
make it work from Font view
schriftgestalt Jun 10, 2018
4c5a475
that avoid some tracebacks
schriftgestalt Jun 10, 2018
8fca7dc
this not needed
schriftgestalt Jun 10, 2018
68fa1bf
improve the readme a bit
schriftgestalt Jun 10, 2018
2e52a6f
Fix drawing of components
schriftgestalt Jun 14, 2018
d248475
actually set the kerning
schriftgestalt Jun 14, 2018
28d1c13
Check if it actually found two glyphs
schriftgestalt Jun 14, 2018
6da1ccf
don’t draw value badge if there is no kerning for that master
schriftgestalt Jun 17, 2018
461948d
debug
schriftgestalt Jun 17, 2018
efb9db7
Version 3
schriftgestalt Jun 17, 2018
bf8c089
get changes from the Glyphs plugin into the extension
schriftgestalt Jun 17, 2018
8bd4d82
try to prevent crash
schriftgestalt Jan 11, 2019
48dba97
version 4
schriftgestalt Jan 11, 2019
dec6461
update plugin structure
schriftgestalt Jun 5, 2020
434c0ba
Python 3
schriftgestalt Jun 5, 2020
ab945cf
update binary
schriftgestalt Feb 9, 2021
eb45ff2
typo
schriftgestalt Jun 9, 2021
f98db5c
version 7
schriftgestalt Jun 9, 2021
45b40c5
show message when there is no kerning
schriftgestalt Jun 9, 2021
965f1d8
changes from upstream
schriftgestalt Aug 23, 2021
7c616fd
Update binary
schriftgestalt Sep 5, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

*.pyc
24 changes: 24 additions & 0 deletions Kern-A-Lytics.glyphsFilter/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>plugin</string>
<key>CFBundleIdentifier</key>
<string>com.adobe-type-tools.Kern-A-Lytics</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Kern-A-Lytics</string>
<key>CFBundleShortVersionString</key>
<string>0.2</string>
<key>CFBundleVersion</key>
<string>8</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright, adobe-type-tools, 2018</string>
<key>NSPrincipalClass</key>
<string>KernGraph</string>
</dict>
</plist>
Binary file added Kern-A-Lytics.glyphsFilter/Contents/MacOS/plugin
Binary file not shown.
Loading