This repository was archived by the owner on Dec 19, 2023. It is now read-only.
forked from prawnpdf/ttfunk
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: actblue/ttfunk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: prawnpdf/ttfunk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
Able to merge.
These branches can be automatically merged.
30
contributors
Commits on Dec 20, 2010
-
Configuration menu - View commit details
-
Copy full SHA for b48c1e4 - Browse repository at this point
Copy the full SHA b48c1e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d488ac - Browse repository at this point
Copy the full SHA 1d488acView commit details
Commits on Jan 27, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 706eef0 - Browse repository at this point
Copy the full SHA 706eef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d78bb38 - Browse repository at this point
Copy the full SHA d78bb38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7701e64 - Browse repository at this point
Copy the full SHA 7701e64View commit details -
Configuration menu - View commit details
-
Copy full SHA for c467d86 - Browse repository at this point
Copy the full SHA c467d86View commit details
Commits on Mar 30, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 94b2bb6 - Browse repository at this point
Copy the full SHA 94b2bb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bee819 - Browse repository at this point
Copy the full SHA 2bee819View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ebd1a - Browse repository at this point
Copy the full SHA b3ebd1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 025de47 - Browse repository at this point
Copy the full SHA 025de47View commit details
Commits on Apr 2, 2011
-
ignore .rvmrc file. fix Jonathan's name
Daniel Nelson committedApr 2, 2011 Configuration menu - View commit details
-
Copy full SHA for 1395d1c - Browse repository at this point
Copy the full SHA 1395d1cView commit details -
Daniel Nelson committed
Apr 2, 2011 Configuration menu - View commit details
-
Copy full SHA for ad18967 - Browse repository at this point
Copy the full SHA ad18967View commit details
Commits on Jul 15, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 855ea4e - Browse repository at this point
Copy the full SHA 855ea4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e47bf0f - Browse repository at this point
Copy the full SHA e47bf0fView commit details
Commits on Aug 8, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 545b1e5 - Browse repository at this point
Copy the full SHA 545b1e5View commit details
Commits on Sep 14, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 3a2f8a2 - Browse repository at this point
Copy the full SHA 3a2f8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7658a4 - Browse repository at this point
Copy the full SHA a7658a4View commit details
Commits on Sep 15, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 963ee19 - Browse repository at this point
Copy the full SHA 963ee19View commit details -
Configuration menu - View commit details
-
Copy full SHA for b18af37 - Browse repository at this point
Copy the full SHA b18af37View commit details
Commits on Aug 5, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 9dd7897 - Browse repository at this point
Copy the full SHA 9dd7897View commit details
Commits on Dec 30, 2012
-
Patch for more reliable astral-plane Unicode support
Robert Pelkey committedDec 30, 2012 Configuration menu - View commit details
-
Copy full SHA for 04f4b9f - Browse repository at this point
Copy the full SHA 04f4b9fView commit details
Commits on Jan 1, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 70d4898 - Browse repository at this point
Copy the full SHA 70d4898View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52d292 - Browse repository at this point
Copy the full SHA d52d292View commit details -
* explictly list the development dependencies in the gemspec * bundler should load the dependencies so the build will work on travis
Configuration menu - View commit details
-
Copy full SHA for f72f7eb - Browse repository at this point
Copy the full SHA f72f7ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ce21d - Browse repository at this point
Copy the full SHA 55ce21dView commit details
Commits on Jul 30, 2013
-
Fix JRuby --1.9 problem with subsetting of non-low-ASCII chars
See the failing spec in Prawn: prawnpdf/prawn@386998e When a string to be encoded in a TTF font contained low-ASCII as well as non-low-ASCII characters that could both be in the same subset, we would be at the mercy of whatever encoding `char.chr` decided to return for the first character of the segment. If, for example, this was US-ASCII, and a subsequent character in the subset was not US-ASCII, we would receive an encoding error when trying to shovel the new character as a Fixnum (>= 128) into the US-ASCII string. Resolve the problem by forcing the encoding on the string to ASCII-8BIT (BINARY), so that Ruby treats the subset strings as a stream of bytes without imputing encoding semantics.
Configuration menu - View commit details
-
Copy full SHA for a18b430 - Browse repository at this point
Copy the full SHA a18b430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 782d32c - Browse repository at this point
Copy the full SHA 782d32cView commit details
Commits on Jan 21, 2014
-
Merge pull request prawnpdf#10 from rlpelkey/master
support for type 6/10/12 CMAPs (and thus Unicode astral-plane characters)
Configuration menu - View commit details
-
Copy full SHA for 640b88e - Browse repository at this point
Copy the full SHA 640b88eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56be4cb - Browse repository at this point
Copy the full SHA 56be4cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 310a87e - Browse repository at this point
Copy the full SHA 310a87eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0015eb - Browse repository at this point
Copy the full SHA c0015ebView commit details
Commits on Feb 24, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 4561ba0 - Browse repository at this point
Copy the full SHA 4561ba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdde294 - Browse repository at this point
Copy the full SHA cdde294View commit details
Commits on Apr 2, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 090e816 - Browse repository at this point
Copy the full SHA 090e816View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee085d - Browse repository at this point
Copy the full SHA dee085dView commit details
Commits on Apr 5, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 20b71ce - Browse repository at this point
Copy the full SHA 20b71ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b870a - Browse repository at this point
Copy the full SHA e1b870aView commit details
Commits on Apr 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 214efaf - Browse repository at this point
Copy the full SHA 214efafView commit details -
Merge pull request prawnpdf#15 from prawnpdf/rubocop
Add rubocop checks to test suite run.
Configuration menu - View commit details
-
Copy full SHA for ea544c5 - Browse repository at this point
Copy the full SHA ea544c5View commit details
Commits on Jun 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 2106f46 - Browse repository at this point
Copy the full SHA 2106f46View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a8258 - Browse repository at this point
Copy the full SHA b2a8258View commit details -
Merge pull request prawnpdf#17 from prawnpdf/io-object
Allow TTFunk to open an IO object
Configuration menu - View commit details
-
Copy full SHA for 2616091 - Browse repository at this point
Copy the full SHA 2616091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 763e7fe - Browse repository at this point
Copy the full SHA 763e7feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1dc33 - Browse repository at this point
Copy the full SHA 3d1dc33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e6e9e9 - Browse repository at this point
Copy the full SHA 4e6e9e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ae2f2 - Browse repository at this point
Copy the full SHA 68ae2f2View commit details
Commits on Jun 23, 2014
-
Merge pull request prawnpdf#14 from marcusramberg/preferred_family_name
Use the correct value for preferred family name.
Configuration menu - View commit details
-
Copy full SHA for f77bc00 - Browse repository at this point
Copy the full SHA f77bc00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 681f294 - Browse repository at this point
Copy the full SHA 681f294View commit details
Commits on Aug 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 9f306e0 - Browse repository at this point
Copy the full SHA 9f306e0View commit details
Commits on Aug 22, 2014
-
add a missing require "pathnme"
TTFunk::File.verify_and_open uses the Pathname keyword. Without this require statement, one gets the following error lib/ttfunk.rb:31:in `verify_and_open': uninitialized constant TTFunk::File::Pathname (NameError) for example, when running the metrics.rb example.
Configuration menu - View commit details
-
Copy full SHA for 4dc6fbf - Browse repository at this point
Copy the full SHA 4dc6fbfView commit details
There are no files selected for viewing