summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove PANGO_IS_FONT() check. Just do NULL-checking.PANGO_1_14_10Behdad Esfahbod2007-01-252-3/+9
* Bug 399738 – pango 1.15.5 won't compile on Mac OS X: 'FC_HINT_STYLE'Behdad Esfahbod2007-01-232-0/+13
* === Released 1.15.5 ===PANGO_1_15_5Behdad Esfahbod2007-01-233-2/+18
* Fix the "menu accels are two chars wide" bug that was introduced by theBehdad Esfahbod2007-01-232-2/+9
* Populate metrics for NULL/broken fonts. Now our glyph boxes haveBehdad Esfahbod2007-01-222-1/+18
* Add AC_MSG_RESULT([no]) to the failed branch of PKG_CHECK_MODULES tests toTor Lillqvist2007-01-212-4/+10
* Bug 398238 – pangorc file missing from tests directoryBehdad Esfahbod2007-01-213-2/+10
* Require automake 1.9.Behdad Esfahbod2007-01-212-1/+5
* Respect FC_HINT_STYLE. Patch has been in Fedora for ages.Behdad Esfahbod2007-01-182-2/+21
* === Released 1.15.4 ===PANGO_1_15_4Behdad Esfahbod2007-01-183-1/+118
* Bug 395328 – Map kATSDeletedGlyphcode to PANGO_GLYPH_EMPTYBehdad Esfahbod2007-01-172-1/+9
* Fix typo when rounding to points.Behdad Esfahbod2007-01-162-2/+7
* Bug 397337 – Use is_ellipsized and is_wrapped to optimize propertyBehdad Esfahbod2007-01-162-2/+14
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-1622-88/+92
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-1686-3051/+3055
* Replace C++-style // comments with C-style /* */ ones.Behdad Esfahbod2007-01-163-218/+226
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-16130-3101/+3105
* Bug 328585 – Need to know if a layout has unknown glyphs Patch fromBehdad Esfahbod2007-01-167-2/+95
* Align spaces.Behdad Esfahbod2007-01-161-2/+2
* Part of Bug 326693 – PangoLayouts should be query-able about theirBehdad Esfahbod2007-01-167-6/+74
* Bug 397327 – pango-layout.c: 'pango_layout_is_ellipsized' must return aBehdad Esfahbod2007-01-162-1/+9
* Fix width calculation. Was causing ellipsization to stop at a zero-widthBehdad Esfahbod2007-01-163-10/+35
* Improve text-on-path example.Behdad Esfahbod2007-01-162-24/+81
* Generate .bz2 tarball instead of .gz.Behdad Esfahbod2007-01-162-1/+25
* Rename renderdemo.[ch] to viewer-render.[ch].Behdad Esfahbod2007-01-1611-25/+25
* Move into pango-view/Behdad Esfahbod2007-01-1638-178/+232
* Oops. Replace GType* with GType.Behdad Esfahbod2007-01-162-1/+5
* Bug 363510 – Ability to query whether a PangoLayout is effectivelyBehdad Esfahbod2007-01-168-5/+76
* Fix background rendering being off in presence of rise attributes.Behdad Esfahbod2007-01-162-1/+6
* Update centered_baseline in presence of gravity attributes.Behdad Esfahbod2007-01-162-13/+17
* Use pango_layout(_iter)?_get_line_readonly() instead ofBehdad Esfahbod2007-01-166-6/+20
* New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. NewBehdad Esfahbod2007-01-1614-401/+587
* Bug 323173 – Add layout of mixed direction text for vertical layoutBehdad Esfahbod2007-01-1626-232/+807
* Don't check for X and don't warn about missing fontconfig on Win32.Tor Lillqvist2007-01-152-9/+17
* Automatically use -mms-bitfields on Windows when building with gcc.Tor Lillqvist2007-01-152-0/+40
* updatedHans Breuer2007-01-133-12/+17
* Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod2007-01-0919-184/+0
* === Released 1.15.3 ===PANGO_1_15_3Behdad Esfahbod2007-01-083-2/+70
* Don't introduce bitfields in public struct and rename PangoAnalysis.Behdad Esfahbod2007-01-088-10/+45
* Fix typo in docs.Behdad Esfahbod2007-01-081-1/+1
* Spell-check the docs.Behdad Esfahbod2007-01-0753-157/+211
* Fix build on Win32 outside srcdir. (#392789, J. Ali Harlow)Tor Lillqvist2007-01-072-1/+6
* Improve docs, and mention g_unichar_iszerowidth().Behdad Esfahbod2007-01-042-2/+10
* Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21Behdad Esfahbod2007-01-0411-105/+452
* Bug 388702 - Crash when there's no Hangul glyph in the font.Changwoo Ryu2007-01-032-1/+26
* Bug 390877 – Don't feed pango-features.h to glib-mkenums Patch fromBehdad Esfahbod2007-01-032-8/+8
* Improve option help for --gravityBehdad Esfahbod2006-12-251-1/+1
* Bug 384543 – FcFontMatch misuseBehdad Esfahbod2006-12-246-8/+37
* Improve docs.Behdad Esfahbod2006-12-242-1/+25
* === Released 1.15.2 ===PANGO_1_15_2Behdad Esfahbod2006-12-213-3/+113