Kristian Rietveld [Sun, 28 Feb 2010 12:48:22 +0000 (13:48 +0100)]
Bug 608923 - Incorrect/broken ligatures on MacOS
Fix the basic ATSUI to probably work on 64-bit Snow Leopard. The main
culprit was most probably in the usage of CGFontRef, where ATSUFontID
was expected.
Behdad Esfahbod [Tue, 23 Feb 2010 19:14:17 +0000 (14:14 -0500)]
Bug 610791 - checks fail for unused documented symbols
Hookup new symbol.
Behdad Esfahbod [Mon, 22 Feb 2010 21:06:18 +0000 (16:06 -0500)]
Release 1.27.1
Behdad Esfahbod [Mon, 22 Feb 2010 21:03:15 +0000 (16:03 -0500)]
Ensure proper alignment of NullPool
Bug 593240 - (pangoosx) Crash / infinite loop with Mac OS X
Behdad Esfahbod [Mon, 22 Feb 2010 19:01:01 +0000 (14:01 -0500)]
Enable introspection for dist again
Behdad Esfahbod [Wed, 17 Feb 2010 20:13:37 +0000 (15:13 -0500)]
Bug 610183 - Pango doesn't compile with gcc 3.3.3
Disable some __attribute__s with gcc 3.
Behdad Esfahbod [Tue, 26 Jan 2010 17:58:01 +0000 (12:58 -0500)]
[HB] Remove unused argument
Behdad Esfahbod [Tue, 26 Jan 2010 17:30:44 +0000 (12:30 -0500)]
[HB/GDEF] Fix bug in building synthetic GDEF table
Behdad Esfahbod [Tue, 12 Jan 2010 20:23:43 +0000 (15:23 -0500)]
Lets see if this shuts introspection down so I can get a release out
Behdad Esfahbod [Tue, 12 Jan 2010 19:05:48 +0000 (14:05 -0500)]
[configure] Remove stale code
Behdad Esfahbod [Tue, 5 Jan 2010 12:21:35 +0000 (13:21 +0100)]
Bug 582697 - Add pango-view --pixels option
Johan Dahlin [Wed, 30 Dec 2009 23:27:38 +0000 (00:27 +0100)]
Do not get the gir and typelib dir for g-i
Since it breaks when using a system install of gobject-introspection
Behdad Esfahbod [Fri, 25 Dec 2009 15:03:12 +0000 (16:03 +0100)]
Simplify cluster analysis
Behdad Esfahbod [Fri, 25 Dec 2009 15:02:34 +0000 (16:02 +0100)]
Always recalculate run width after breaking the run
Before we only did this if justifying. However, computing the width is
essentially free these days, so do it always.
Behdad Esfahbod [Fri, 25 Dec 2009 15:00:11 +0000 (16:00 +0100)]
Zero the space at the end of line when breaking lines
Previously we were not zeroing the final space in the line when breaking
lines and were doing that only after lines were broken. This was broken
since setting layout width to its own logical width (under width=-1) could
result in differently broken lines. That's fixed now.
Problem originally reported on gtk-list on 2009-12-22 by Ben Pfaff.
Behdad Esfahbod [Fri, 25 Dec 2009 14:59:54 +0000 (15:59 +0100)]
Cosmetic
Behdad Esfahbod [Fri, 25 Dec 2009 14:30:57 +0000 (15:30 +0100)]
[modules] Don't warn multiple times
Kristian Rietveld [Thu, 24 Dec 2009 07:49:48 +0000 (08:49 +0100)]
Don't use devel version numbers in Since tags
Kristian Rietveld [Tue, 22 Dec 2009 11:26:12 +0000 (12:26 +0100)]
Revert usage of CoreText in ATSUI backend
Next to CGFontRef we also store an ATSFontRef now. This required
the addition of the public for backends function
pango_atsui_font_get_atsfont(). I have marked this call to be available
starting version 1.27, as Pango is now in the midst of the 1.26 series.
Since we now store the ATSFontRef next to CGFontRef, we can continue to
make use of the ATS API in
pango_cairo_atsui_font_create_metrics_for_context(). The CoreText calls
have been removed. Both Tiger and earlier, and Leopard and later machines
will now use the ATS API.
It is well known that the ATS API has been deprecated in Leopard. In the
near future a brand-new CoreText backend has to be written (from scratch)
that should be installed and used on Macs running Leopard and later.
This patch has been tested on 32-bit Tiger and 64-bit Snow Leopard and
found to be functioning correctly. The build should now work again fine
on Tiger machines, as it has been broken since the introduction of the
CoreText calls.
Behdad Esfahbod [Fri, 6 Nov 2009 20:20:29 +0000 (15:20 -0500)]
Fix FT_Face finalizer call
Johan Dahlin [Fri, 18 Dec 2009 11:14:50 +0000 (09:14 -0200)]
Use introspection.m4
Use introspection.m4 without requiring it to be included in the tree.
https://bugzilla.gnome.org/show_bug.cgi?id=604770
Johan Dahlin [Wed, 16 Dec 2009 19:53:29 +0000 (17:53 -0200)]
Use Makefile.introspection
To simplify the introspection scanner/compiler
build rules. This also changes to the girs are included
in the dist.
https://bugzilla.gnome.org/show_bug.cgi?id=604770
Johan Dahlin [Wed, 16 Dec 2009 19:51:45 +0000 (17:51 -0200)]
Pass in --enable-introspection to distcheck
https://bugzilla.gnome.org/show_bug.cgi?id=604770
Behdad Esfahbod [Mon, 14 Dec 2009 20:42:50 +0000 (15:42 -0500)]
Release 1.26.2
Behdad Esfahbod [Thu, 26 Nov 2009 16:20:48 +0000 (11:20 -0500)]
Simplify make rules
Kristian Rietveld [Sun, 6 Dec 2009 19:53:20 +0000 (20:53 +0100)]
Do not multiply return value of CTFontGetDescent with -1
The return value of CTFontGetDescent is already positive, as opposed
to the ats_metrics.descent value used before. This is a regression
introduced by the previous patch "porting" the backend to CoreText, which
also broke support for Tiger and earlier -- we will fix that soonish.
Behdad Esfahbod [Thu, 26 Nov 2009 00:49:44 +0000 (19:49 -0500)]
Bug 602823 - void function cannot return value
Behdad Esfahbod [Sun, 22 Nov 2009 23:24:54 +0000 (18:24 -0500)]
[GSUB] More ligature/component fixing
We can only reuse the ligid if it belongs to a previous ligature, not a
component!
Cherry-picked from harfbuzz-ng repo.
Behdad Esfahbod [Sun, 22 Nov 2009 23:23:35 +0000 (18:23 -0500)]
Fix MarkMark issue with ligid and components
Cherry-picked from harfbuzz-ng repo.
Behdad Esfahbod [Sun, 22 Nov 2009 23:20:49 +0000 (18:20 -0500)]
Bug 602660 - [HB] don't use flexible arrays
Cherry-picked from harfbuzz-ng repo.
Behdad Esfahbod [Fri, 20 Nov 2009 01:35:07 +0000 (20:35 -0500)]
Another C++ strictness fix
Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++ Compiler
(Error: A union member cannot have a user-defined assignment operator)
According to the bug:
C++ Programming Language by Bjarne Stroustrup: Chapter 10.4.12 forbids
explicitly using of union members with constructors, destructors or assignment
operations.
So we use a set() method instead of the assignment operator. Ugly, but hey,
that's life.
Cherry-pick from harfbuzz-ng repo.
Behdad Esfahbod [Wed, 18 Nov 2009 02:38:53 +0000 (21:38 -0500)]
Release 1.26.1
Behdad Esfahbod [Wed, 18 Nov 2009 02:09:05 +0000 (21:09 -0500)]
Fix pangocairo-fc fontsize weirdness
Behdad Esfahbod [Wed, 18 Nov 2009 00:31:23 +0000 (19:31 -0500)]
Bug 341481 - pangocairo kerning problem with nonidentity scaling
Finally fix this embarrassing bug. The fix is a kludge, but it will
be redone for 1.28 (harfbuzz-ng) anyway.
Behdad Esfahbod [Tue, 17 Nov 2009 21:20:42 +0000 (16:20 -0500)]
Bug 596614 - Pango application receives SIGSEGV on pasting text with U+202E
Fixed all modules to reverse glyphs if run is rtl. Except for Hangul module.
Fixed pango_shape() to detect that, warn, and reverse.
Behdad Esfahbod [Wed, 11 Nov 2009 16:57:59 +0000 (11:57 -0500)]
Fix typo in previous commit
Behdad Esfahbod [Wed, 11 Nov 2009 16:03:29 +0000 (11:03 -0500)]
Bug 587768 - [patch] Don't build pango-view twice
Second try.
Behdad Esfahbod [Tue, 10 Nov 2009 22:09:31 +0000 (17:09 -0500)]
Bug 587768 - [patch] Don't build pango-view twice
Try to fix parallel build..
Behdad Esfahbod [Tue, 10 Nov 2009 21:44:54 +0000 (16:44 -0500)]
Remove REBUILD black magic
Shouldn't be needed.
Behdad Esfahbod [Tue, 3 Nov 2009 22:11:53 +0000 (17:11 -0500)]
Fix leak with non-mmapped fonts
Behdad Esfahbod [Thu, 29 Oct 2009 07:08:42 +0000 (03:08 -0400)]
[HB] Add glyph_metrics typedef
Behdad Esfahbod [Thu, 29 Oct 2009 07:05:18 +0000 (03:05 -0400)]
[HB] Add point_index to get_contour_point()
Pointed out by Keith Stribley on HarfBuzz list.
Behdad Esfahbod [Thu, 29 Oct 2009 07:00:44 +0000 (03:00 -0400)]
[HB] Fix lookup_flag ignoring
Reported by Keith Stribley on HarfBuzz list.
Behdad Esfahbod [Fri, 23 Oct 2009 20:45:36 +0000 (16:45 -0400)]
Bug 594101 - [Indic] character class data updates to support unicode 5.1
Add classification for new characters. Patch from Parag AN.
Behdad Esfahbod [Thu, 22 Oct 2009 21:24:21 +0000 (17:24 -0400)]
Allow using uninstalled glib
Reported by mpsuzuki on gtk-i18n-list on 2009-10-09.
Behdad Esfahbod [Thu, 22 Oct 2009 21:17:38 +0000 (17:17 -0400)]
[configure] Allow using uninstalled cairo
Reported by mpsuzuki on gtk-i18n-list on 2009-10-16.
Behdad Esfahbod [Wed, 21 Oct 2009 22:26:27 +0000 (18:26 -0400)]
Update from vte
Behdad Esfahbod [Mon, 5 Oct 2009 19:31:31 +0000 (15:31 -0400)]
Typo
Behdad Esfahbod [Wed, 30 Sep 2009 20:35:40 +0000 (16:35 -0400)]
Bug 596837 - Typo in pango_cairo_show_layout documentation
Behdad Esfahbod [Mon, 21 Sep 2009 20:58:52 +0000 (16:58 -0400)]
Release 1.26.0
Behdad Esfahbod [Mon, 21 Sep 2009 17:58:56 +0000 (13:58 -0400)]
[HB] Add comment
Behdad Esfahbod [Mon, 21 Sep 2009 17:43:54 +0000 (13:43 -0400)]
[HB] Fix apply_lookup() loop
Part of Bug 595539 - Regressions in rendering certain Thai sequences with
OpenType font
Behdad Esfahbod [Mon, 21 Sep 2009 17:40:38 +0000 (13:40 -0400)]
[HB] Fix bug in chain_context_lookup() invocations
Part of Bug 595539 - Regressions in rendering certain Thai sequences with
OpenType font
Behdad Esfahbod [Wed, 16 Sep 2009 19:43:57 +0000 (15:43 -0400)]
Bug 595350 - set LC_ALL=C, not LANG=C
Behdad Esfahbod [Fri, 11 Sep 2009 20:57:25 +0000 (16:57 -0400)]
Bug 594936 - pango_layout_set_wrap
Remove wrong optimization in pango_layout_set_wrap(). The assumption that
if the layout was not wrapped before, it will not wrap now is simply wrong.
Behdad Esfahbod [Fri, 11 Sep 2009 20:51:34 +0000 (16:51 -0400)]
Bug 594934 - pango_layout_copy
Use memcpy() to copy value fields so we don't miss any.
Tor Lillqvist [Thu, 10 Sep 2009 15:49:31 +0000 (18:49 +0300)]
Revert "[basic-win32] Increase performance of Uniscribe code"
Unfortunately this change breaks complex script shaping.
This reverts commit
ea608c0bd7721d3019bed7ef2472289b1ea6fa53.
Behdad Esfahbod [Thu, 10 Sep 2009 00:25:32 +0000 (20:25 -0400)]
Only check doc coverage if building docs
Behdad Esfahbod [Tue, 8 Sep 2009 15:41:38 +0000 (11:41 -0400)]
Release 1.25.6
Behdad Esfahbod [Mon, 31 Aug 2009 01:02:28 +0000 (21:02 -0400)]
[HB] Add TODO item
Behdad Esfahbod [Fri, 28 Aug 2009 21:17:11 +0000 (17:17 -0400)]
[HB] Rename DEBUG to TRACE where appropriate
Behdad Esfahbod [Fri, 28 Aug 2009 21:14:33 +0000 (17:14 -0400)]
[HB] Add GSUB/GPOS tracing
Behdad Esfahbod [Fri, 28 Aug 2009 20:31:20 +0000 (16:31 -0400)]
[HB] Allow enabling different debug facilities individually
Behdad Esfahbod [Fri, 28 Aug 2009 18:01:49 +0000 (14:01 -0400)]
Enable silent rules by default
Behdad Esfahbod [Fri, 28 Aug 2009 13:46:14 +0000 (09:46 -0400)]
Fix stupid array growing bug
Behdad Esfahbod [Thu, 27 Aug 2009 05:32:17 +0000 (01:32 -0400)]
[HB] Simplify counting
Behdad Esfahbod [Thu, 27 Aug 2009 05:16:28 +0000 (01:16 -0400)]
Fix bug with lookup_index overflowing our static array
Part of Bug 593240 - updating pango to latest git master makes things crash
Behdad Esfahbod [Thu, 27 Aug 2009 04:21:04 +0000 (00:21 -0400)]
[HB] Indent
Behdad Esfahbod [Wed, 26 Aug 2009 22:53:43 +0000 (18:53 -0400)]
[HB] Bug 593231 - < c99 compiler dislikes ValueRecord
Behdad Esfahbod [Mon, 24 Aug 2009 20:52:05 +0000 (16:52 -0400)]
Release 1.25.5
Behdad Esfahbod [Thu, 20 Aug 2009 19:26:12 +0000 (15:26 -0400)]
Update git.mk
Behdad Esfahbod [Thu, 20 Aug 2009 18:01:37 +0000 (14:01 -0400)]
Bug 592484 - invalid write in HB
Fix off-by-one.
Behdad Esfahbod [Thu, 20 Aug 2009 17:07:50 +0000 (13:07 -0400)]
[HB][glib] Make glib unicode funcs static
Behdad Esfahbod [Wed, 19 Aug 2009 22:16:50 +0000 (18:16 -0400)]
[HB] Fix more casts
Behdad Esfahbod [Wed, 19 Aug 2009 22:07:36 +0000 (18:07 -0400)]
[HB] Rename CAIRO_ in macro prefix to HB_
Hiss!
Behdad Esfahbod [Wed, 19 Aug 2009 20:45:41 +0000 (16:45 -0400)]
[HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
Unlike the rest of the memory-mode enum, this one didn't only
describe the access mode of the input memory region. Remove it.
If someone wants to inhibit duplicating, they can lock the blob
and throw away the key.
Based on mailing list discussion with Carl Worth.
Behdad Esfahbod [Wed, 19 Aug 2009 20:17:24 +0000 (16:17 -0400)]
[HB] s/writeable/writable/g
Behdad Esfahbod [Wed, 19 Aug 2009 20:07:40 +0000 (16:07 -0400)]
[HB] Hide lig_id and component members of hb_glyph_info_t
Behdad Esfahbod [Wed, 19 Aug 2009 18:45:24 +0000 (14:45 -0400)]
[HB] Fix typo
Behdad Esfahbod [Tue, 18 Aug 2009 22:37:36 +0000 (18:37 -0400)]
[HB] Add font funcs prototypes
Behdad Esfahbod [Tue, 18 Aug 2009 20:41:59 +0000 (16:41 -0400)]
Fix a few other pedantic warnings
Behdad Esfahbod [Tue, 18 Aug 2009 20:38:48 +0000 (16:38 -0400)]
[HB] Fix pedantic warnings
Behdad Esfahbod [Tue, 18 Aug 2009 20:32:31 +0000 (16:32 -0400)]
[HB] Fix more wrong method signatures
Behdad Esfahbod [Tue, 18 Aug 2009 20:27:48 +0000 (16:27 -0400)]
[HB] Fix wrong method signature
Behdad Esfahbod [Tue, 18 Aug 2009 19:49:23 +0000 (15:49 -0400)]
Bug 592194 - Fix missing _SC_PAGE_SIZE macro
Autoconfiscate a simple call to mprotect() even more.
Behdad Esfahbod [Mon, 17 Aug 2009 23:16:53 +0000 (19:16 -0400)]
Release 1.25.4
Behdad Esfahbod [Mon, 17 Aug 2009 23:13:30 +0000 (19:13 -0400)]
AM_V_GEN ChangeLog too
Behdad Esfahbod [Mon, 17 Aug 2009 22:39:00 +0000 (18:39 -0400)]
Bug 592131 - Add AM_SILENT_RULES
And sprinkle some $(AM_V_GEN) around. Silent rules are disabled by
default.
Behdad Esfahbod [Mon, 17 Aug 2009 22:29:37 +0000 (18:29 -0400)]
Make pango_interface_age automatic
For unstable releases, we act as if each micro release has new API.
For stable releases, no micro release adds new API.
Behdad Esfahbod [Mon, 17 Aug 2009 21:10:04 +0000 (17:10 -0400)]
[introspection] Don't this gir files, really
Behdad Esfahbod [Mon, 17 Aug 2009 21:07:12 +0000 (17:07 -0400)]
[Makefile] Remove GIR files from EXTRA_DIST
Colin Walters [Mon, 17 Aug 2009 20:50:57 +0000 (16:50 -0400)]
Re-enable introspection, delete PangoX
This patch relies on the latest GObject Introspection; bump
requirement to 0.6.4.
First, delete the PangoX.gir since it's "incredibly deprecated"
in Owen's words =)
Next, clean up the PangoCairo.gir logic; we need to include the .gir
for the relevant font backend (currently just FT2), because the
font object gets expanded.
Behdad Esfahbod [Mon, 17 Aug 2009 20:48:13 +0000 (16:48 -0400)]
[HB] Avoid int overflow in GPOS
Bug 592036 - integer overflow bug causes misrendering of Nepali characters
Behdad Esfahbod [Fri, 14 Aug 2009 23:37:18 +0000 (19:37 -0400)]
[HB] Simplify loop
Behdad Esfahbod [Fri, 14 Aug 2009 23:33:24 +0000 (19:33 -0400)]
[HB] Merge mark positionin code between three types of lookups
Behdad Esfahbod [Fri, 14 Aug 2009 22:42:42 +0000 (18:42 -0400)]
[HB] More minor shuffling
Behdad Esfahbod [Fri, 14 Aug 2009 22:40:56 +0000 (18:40 -0400)]
[HB] Move code around
Behdad Esfahbod [Fri, 14 Aug 2009 22:32:56 +0000 (18:32 -0400)]
[HB] Correctly sanitize LigatureAttach
Behdad Esfahbod [Fri, 14 Aug 2009 22:14:03 +0000 (18:14 -0400)]
[HB] Simplify MarkBase and MarkLig too
Behdad Esfahbod [Fri, 14 Aug 2009 21:53:31 +0000 (17:53 -0400)]
[HB] Simplify MarkMark