summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 1.28.41.28.41.28Behdad Esfahbod2011-04-042-1/+10
|
* Doc template changesBehdad Esfahbod2011-04-0427-0/+104
|
* Handle realloc failure in the bufferBehdad Esfahbod2011-04-043-28/+41
| | | | | Ported from http://cgit.freedesktop.org/harfbuzz/commit/?id=a6a79df5fe2e by Karl Tomlinson <karlt+@karlt.net>
* build: gtk-doc scanner links agains glibVíctor Manuel Jáquez Leal2011-04-041-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=644724
* [gi] add out annotations to pango layout APIJohn (J5) Palmieri2011-04-041-38/+42
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=642593
* Require glib >= 2.24.0 for g_malloc_n usageBehdad Esfahbod2011-04-041-1/+1
|
* Bug 639882 - Heap corruption in font parsing with FreeType2 backendBehdad Esfahbod2011-04-041-2/+14
|
* [GI] Add (allow-none) annotations to pango_parse_markup().Laszlo Pandy2011-04-041-3/+3
|
* [GI] Annotate out arguments of pango_parse_markup().Laszlo Pandy2011-04-041-3/+3
|
* Bug 636348 - Hex boxes are incorrectly scaled with non identity cairo scaleBehdad Esfahbod2011-04-041-0/+2
|
* Annotate pango_layout_get_context().Paolo Borelli2011-04-041-3/+3
|
* introspection: Fix some annotation syntax usageColin Walters2011-04-042-5/+5
|
* configure.in: Add missing ;Colin Walters2011-04-041-1/+1
|
* Fix docs build on UbuntuBehdad Esfahbod2011-04-041-3/+5
| | | | | I'm guessing that Ubuntu has broken libtool by not automatically adding dependent libraries from the .la file...
* Bug 644596 - Build failure due to missing linker flags in 1.28 branchWouter Bolsterlee2011-03-132-2/+3
|
* Release 1.28.31.28.3Vincent Untz2010-09-292-1/+6
|
* introspection: Use --include-uninstalledColin Walters2010-09-292-9/+12
| | | | | | | | | | | | | For inter-module includes we need to use --include-uninstalled, otherwise we may try to process pkg-config entries for uninstalled .pc files. Also: * Don't include pangoft2 in its own package list. * Filter out non-public pango-color-table.h https://bugzilla.gnome.org/show_bug.cgi?id=630857
* Release 1.28.21.28.2Behdad Esfahbod2010-09-282-1/+11
|
* Bug 628497 - Crash in pango_layout_line_get_extents at pango-layout.cBehdad Esfahbod2010-09-281-8/+1
| | | | Cleanup LINE_IS_VALID() usage.
* Bug 626966 - SIGFPE _hb_sanitize_arrayBehdad Esfahbod2010-09-282-1/+2
| | | | Fix two div-by-zero's. Both have been fixed upstream.
* Bug 629632 - configure bugBehdad Esfahbod2010-09-281-1/+1
|
* Bug 625807 - approximate character width is 0 on pangoft2Behdad Esfahbod2010-09-281-3/+45
| | | | Fix regression.
* Reduce DLL hijack risk and simplify code in basic-win32 moduleTor Lillqvist2010-09-112-106/+33
| | | | | | | Dont load usp10.dll dynamically with LoadLibrary(). Just link to the Uniscribe API directly. MinGW comes with an import library so no problem with that either. The Uniscribe DLL is present on all versions of Windows we care for.
* Improve performance on Windows especially for non-Latin scriptsTor Lillqvist2010-09-114-34/+53
| | | | | | | | The use of Uniscribe script caches was decidedly suboptimal. Use one persistent SCRIPT_CACHE per Win32 font and script. Patch by by David E. Hollingsworth and Fredrik Corneliusson, from bug #621869.
* Release 1.28.11.28.1Behdad Esfahbod2010-06-152-1/+13
|
* Merge branch 'master' into 1.28Behdad Esfahbod2010-06-1520-229/+335
|\ | | | | | | | | Conflicts: pango/Makefile.am
| * Backport this commit from harfbuzz-ng repo:Behdad Esfahbod2010-06-152-12/+12
| | | | | | | | | | | | Fix awful confusion between lookup format and subtable format As reported by John Daggett.
| * Bug 621612 - VPATH build fixBehdad Esfahbod2010-06-151-1/+1
| |
| * Fix a test failureMatthias Clasen2010-06-031-1/+1
| | | | | | | | See http://build.gnome.org/builders/pango-RHEL5/builds/310/steps/pango%20check/logs/stdio
| * Cypriot is RTLBehdad Esfahbod2010-05-261-1/+1
| |
| * Fix glyph class building. Oops!Behdad Esfahbod2010-05-101-2/+2
| | | | | | | | Bug 605870 - Incorrect shaping for Syriac
| * [cairo] Scale font metrics to user spaceBehdad Esfahbod2010-05-042-3/+36
| | | | | | | | Bug 457990 - font metrics are not converted to user space in cairo backend
| * [cairo] Refactor common code in create_metrics_for_context()Behdad Esfahbod2010-05-047-107/+70
| |
| * [HB] MinorBehdad Esfahbod2010-04-211-1/+1
| |
| * [HB] Improve commentsBehdad Esfahbod2010-04-211-8/+14
| |
| * [HB] Remove stale TODO itemBehdad Esfahbod2010-04-211-1/+0
| |
| * [HB] Use a function template instead of struct template for NullBehdad Esfahbod2010-04-211-14/+10
| |
| * [HB] Simplify Tag structBehdad Esfahbod2010-04-213-7/+5
| |
| * [HB] CosmeticBehdad Esfahbod2010-04-202-7/+7
| |
| * [HB] Fix Class operator return typeBehdad Esfahbod2010-04-201-1/+1
| |
| * [HB] Add couple consts to operatorsBehdad Esfahbod2010-04-201-3/+3
| |
| * [HB] Remove ASSERT_SIZE_DATABehdad Esfahbod2010-04-202-7/+6
| |
| * GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced from ↵Behdad Esfahbod2010-04-191-31/+116
| | | | | | | | ValueRecords
| * [HB] Round instead of truncBehdad Esfahbod2010-04-192-11/+11
| |
| * [HB] Fix warningsBehdad Esfahbod2010-04-194-8/+8
| |
| * [HB] Fix debug buildBehdad Esfahbod2010-04-192-2/+2
| |
| * Bug 582698 - Support CSS-style margin specificationBehdad Esfahbod2010-04-011-7/+34
| |
| * Remove the .vcproj files before rewriting themTor Lillqvist2010-03-301-0/+3
| | | | | | | | | | In case they are write protected for some reason. Might help Behdad's problem with make dist.
* | Release 1.28.01.28.0Behdad Esfahbod2010-03-302-20/+22
| |
* | Revert "Remove the .vcproj files before rewriting them"Behdad Esfahbod2010-03-3029-1713/+79
| | | | | | | | | | Revert .vcproj files and accompanying commits as the build stuff needs more work.