0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Unicode value to generated glyphs More... over 5 years ago
Update README.md More... almost 6 years ago
Update docstring More... almost 6 years ago
All-cap global IN_… variables. Triple-quote docstrings More... almost 6 years ago
Move recipes to module Fix Glyphs implementation Some minor corrections More... almost 6 years ago
RoboFab → FontParts More... almost 6 years ago
2to3 -wn boxDrawing.py More... almost 6 years ago
Updates glyph names for Glyphs More... over 6 years ago
Update README More... over 8 years ago
Merge pull request #5 from alexeiva/patch-1 More... over 8 years ago
Fixing Glyphs v.2 compatibility More... over 8 years ago
Be smarter about the glyph order. More... almost 10 years ago
Bugfix to make polkaShade work. More... almost 10 years ago
Add new polkaShade function. More... almost 10 years ago
Make drawing dict a little narrower. More... almost 10 years ago
Fix bug if STROKE == BUTT More... almost 10 years ago
PEP8 fixes. More... almost 10 years ago
Global variables now use uppercase letters. More... almost 10 years ago
Add function for creating (boring) vertical shading patterns. More... almost 10 years ago
As drawn in SCP Master 0. More... almost 10 years ago
Set advance widht/height values to match SCP. More... almost 10 years ago
New striped shade function. More... almost 10 years ago
Minor formatting fixes. More... almost 10 years ago
Update URL in README.md More... about 10 years ago
fix RoboFont check More... over 10 years ago
fix bug when drawing dashed vertical lines The problem was that the length of the dashed line was assumed as being the top coordinate. This is no longer the case once the median line is moved down. More... almost 12 years ago
Remove the modification of global variables from double-stroke functions, add local "median" variable instead. More... over 12 years ago
Diagonal lines now use the same stroke widht as straight lines. More... over 12 years ago
Horizontal overlap ("butt") is now optional and can be set in the parameters. Removed "butt" option from diagonals, as those do not connect with anything else. More... over 12 years ago
Remove confusing "thickness" variable names. Use "stroke" instead. More... over 12 years ago