32
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 22 hours ago.
Jun 16, 2023 — Jun 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
I still haven't gotten using subroutines for references right in type1 output. It failed if the reference weren't translated. The most common case. More... over 22 years ago
Cleanup makefile. More... over 22 years ago
New spec file. Ah, Configure should have a ./ in front. For people without . in PATH More... over 22 years ago
Added support for generating a format 12 cmap subtable for 4 byte unicode. Fixed various problems with multi byte encoding output (format 2 cmap) The 256 entry mac encoding arrays were not really MacRoman before. They are better now. More... over 22 years ago
Oops. I had the SJIS encoding quite wrong here. More... over 22 years ago
Added support for reading cmap subtables in formats 8,10,12 (ie. 4 byte encoding tables). More... over 22 years ago
Update docs. More... over 22 years ago
The makefile would fail to install if the bindir weren't there. More... over 22 years ago
Another simplify/merge bug. More... over 22 years ago
Cleanup help message a bit more. More... over 22 years ago
Bug in routine to get integer resources. More... over 22 years ago
Add a user defined command option to the Print Setup dlg. More... over 22 years ago
Ah, I was using the wrong version of SFFindChar. This caused a crash when converting Sun's Arial to postscript. More... over 22 years ago
Oops. More... over 22 years ago
Please don't use the "-C" option on make. The default make on solaris does not support it. More... over 22 years ago
Added a -version command line option. More... over 22 years ago
We'd complain about some perfectly legal type1s. More... over 22 years ago
If we brought up a scripting dlg then we'd never exit (because the window wasn't marked as a dlg window and was never destroyed.) More... over 22 years ago
I think I fixed a bug in simplify/Merge. More... over 22 years ago
Make text fields respond to middle button clicks (Xterm copy&paste convention) More... over 22 years ago
Update the changelog More... over 22 years ago
Add support for the help loading from local file Add freetype dependency More... over 22 years ago
Change the way makefiles in subdirectories are called. This makes variables to live in the new make and so setting a variable at the top makefile sets it for the lower makefiles. More... over 22 years ago
More work on composit characters. * Make PfaEdit understand how to build Jamo (those which are ligatures I mean) * Put more effort into positioning accents over base characters. More... over 22 years ago
Hmm. Unicode doesn't include the fact that certain Jamo are essentially ligatures. Well I'd like to know it. So 0x1101 == 0x1100 + 0x1100, etc. More... over 22 years ago
cosmetics More... over 22 years ago
Oops. PfaEdit couldn't find its browsers. (find path always returned something) More... over 22 years ago
Added sjis and wansung encodings Used freetype for gdf generation and for exporting bitmap pictures. (modzilla won't take a filename as arg, requires file: prefix. Fixed) More... over 22 years ago
PfaEdit will now use freetype (if available) to rasterize bitmaps. Results are much better. (not used for the fontview, too much overhead involved). More... over 22 years ago
Made the important settings of the Generate Font dlg sticky across invocations of PfaEdit. More... over 22 years ago