2009-03-09 20:30:19 by Aleksej Saushev | Files touched by this commit (1) |
Log message:
The package doesn't use neither C++ nor Fortran.
Pointed by Joern Clausen in PR pkg/40986.
|
2009-03-07 00:56:53 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix build on Solaris by linking against librt on that platform only.
From Joern Clausen in PR 40973.
|
2009-01-03 20:45:29 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 20081224:
* Check for a buggy system on Apple 10.5 with X11.
* Fix more memory problems in Merge Fonts.
* If a font were missing a .notdef glyph. If the user tried to display
a font sample of text which included a character not in the font.
Then (after the recent patches for grid-fit metrics in Print dlg)
fontforge would crash.
* Fix a bug in old cubic to quadratic conversion.
* Lots of changes to extrema code.
* Initializing the font info dialog crashed on the mac when -O2 was
specified during configure (the default situation).
* After adding an Apply button the Transform dlg would crash if invoked
in a glyph with no undoes.
|
2008-12-16 09:56:18 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 20081215:
* Add an X resource editor.
* Make the metrics view be more like the display dlg in that you can specify
a point-size/dpi to view stuff (also include increment/decrement pointsize).
* Patch by "JustFillBug" to exend python scripting by making the find
interator become a find/replace iterator.
* Patch by Taco to fix a memory problem reading bad baseline data.
* Patch from Andrey PANOV to extend GlyphInfo (legacy scripting) by adding
"XProfile" and "YProfile" options.
* Add an [Apply] button to the transform and expand stroke dialogs in
the outline view.
* Make ff parse preference files independent of the decimal point local in
which they were written (that is -- accept either "." or \
"," in floating
numbers).
* If a Cubic layer had a notdef glyph, then sometimes, rasterizing using
freetype would fail (not a freetype problem, I didn't set things up right).
* Fix one more problems with points being snapped to a wrong stem side
(it was still possible in case of off-curve points).
* Metrics View and Display dlg weren't showing grid fit metrics properly.
|
2008-11-21 19:54:19 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Changes 20081117:
* First release with Pango and Cairo
* The first time you run fontforge with Pango something takes several minutes
to initialize itself. This delay does not occur on subsequent invocations.
* Displaying magnified bitmap strikes in the font view often caused a crash.
* Non-English translations of "%d pixel bitmap" in the View menu of \
the font
view came out garbled. There were interpreted as latin1 rather than utf8.
|
2008-11-01 10:51:59 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
Add x11 as an option; fix building on Darwin/MacOSX
|
2008-10-18 13:43:45 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Changes 20080927:
* Bug fixes and improvements
|
2008-09-17 18:34:40 by Roland Illig | Files touched by this commit (1) |
Log message:
Needs BROKEN_GETTEXT_DETECTION to build on Ubuntu 8.04.
|
2008-07-29 07:17:01 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 20080720:
* Bug fixes and improvements.
|
2008-06-23 13:38:51 by Matthias Drochner | Files touched by this commit (4) |
Log message:
-libxml2 in bl3'd, so it should be used -- help "configure" finding it.
-While the program is prepared to work w/o libxml2 (with some loss of
functionality), there is a little glitch -- see PR pkg/38446 by
Keith Waclena. The fix shouldn't be needed for pkgsrc anymore because
libxml2 should be found now, but add it anyway.
bump PKGREVISION
|