summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.13.0 ===PANGO_1_13_0Behdad Esfahbod2006-04-233-1/+25
* Add Sinhala. (patch from Harshula)Behdad Esfahbod2006-04-142-0/+5
* Bug 338343 – Bad castBehdad Esfahbod2006-04-142-1/+7
* Check for nullity somewhere else.Behdad Esfahbod2006-04-132-21/+29
* Fix loop variables. (coverity found bug.)Behdad Esfahbod2006-04-122-3/+8
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-1126-72/+71
* Removed. Have not been updated since Feb 2001.Behdad Esfahbod2006-04-104-74/+5
* Fix broken changes I made :).Behdad Esfahbod2006-04-102-40/+46
* Fix minor bugs reported by the Coverity scan report.Behdad Esfahbod2006-04-105-53/+82
* Fix typo in doc comment.Tor Lillqvist2006-04-092-2/+7
* Bug 337821 – invisible unicode chars are visible next to hebrew charsBehdad Esfahbod2006-04-093-52/+20
* Incorrect text rendering when in x86 64-bit precision modeBehdad Esfahbod2006-04-072-7/+22
* Bug 337502 – Win32 build fix Patch from Alexander Larsson.Behdad Esfahbod2006-04-063-2/+13
* Update from HarfBuzz. Lars Knoll fixed all the warnings.Behdad Esfahbod2006-04-065-113/+184
* Fix a few warnings.Behdad Esfahbod2006-04-043-4/+8
* Make sure TTAG_GDEF and frineds are defined, needed for FreeType <= 2.1.7Behdad Esfahbod2006-04-035-9/+16
* Bug 337029 – pango/fonts.c: Illegal structure initializationBehdad Esfahbod2006-04-032-5/+12
* Change char* to char[] in the ft error table, to avoid relocations.Behdad Esfahbod2006-03-314-5/+8
* Change char* to char[] in the ft error table, to avoid relocations.Behdad Esfahbod2006-03-312-3/+8
* Make const data static. Doesn't help as it's got strings to relocate.Behdad Esfahbod2006-03-311-1/+1
* .Behdad Esfahbod2006-03-311-2/+0
* .Behdad Esfahbod2006-03-311-0/+1
* Part of Bug 336026 – Make fallback shaper in modules work Patch fromBehdad Esfahbod2006-03-312-0/+10
* Bug 334802 – Using plain integer as NULL pointerBehdad Esfahbod2006-03-313-2/+11
* Exclude harfbuzz headers.Behdad Esfahbod2006-03-311-1/+13
* Define NULL.Behdad Esfahbod2006-03-311-1/+5
* Convert pango/opentype to the new project called HarfBuzz.Behdad Esfahbod2006-03-3149-16415/+16687
* Bug 335840 – Typo in including Xft.Behdad Esfahbod2006-03-313-48/+53
* Make #include syntax in sources and headers more consistent. We are usingBehdad Esfahbod2006-03-3117-34/+40
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-3136-56/+309
* Fix blurred underlines on Win32 (#332656):Tor Lillqvist2006-03-316-24/+66
* Don't err on Table_Missing.Behdad Esfahbod2006-03-252-2/+6
* Create pango-1-12 stable branch.pango-1-12-branchpointBehdad Esfahbod2006-03-133-1739/+1753
* === Released 1.12.0 ===PANGO_1_12_0Behdad Esfahbod2006-03-135-17/+42
* Fix compilation error with MSVC. (#333115)Tor Lillqvist2006-03-022-2/+9
* Check the font pointer being NULL to avoid crashes for at least one classTor Lillqvist2006-03-012-1/+12
* pango/pangowin32-private.h (PING) pango/pangowin32.c Use g_print() insteadTor Lillqvist2006-02-284-70/+78
* === Released 1.11.99 "Just In Case" ===PANGO_1_11_99Behdad Esfahbod2006-02-263-3/+20
* Replace each byte in invalid UTF-8 sequences with '?'. (bug #331995)Behdad Esfahbod2006-02-263-28/+44
* return TRUE to glyphs rendered at all (instead of box). This may beHans Breuer2006-02-254-5/+19
* Added. Parts of Genesis.Behdad Esfahbod2006-02-253-0/+20
* Comment typo.Behdad Esfahbod2006-02-241-1/+1
* Bug 332167 – Void function returns value - breaks Solaris build ReportedBehdad Esfahbod2006-02-222-2/+10
* === Released 1.11.6 ===PANGO_1_11_6Behdad Esfahbod2006-02-213-1/+19
* Bug 328206 – Update/remove some old filesBehdad Esfahbod2006-02-217-135/+15
* Bug 314239 – pangocairo crashes when font cannot be readBehdad Esfahbod2006-02-214-6/+46
* Bug 331723 – shapers should not crash on failuresBehdad Esfahbod2006-02-2110-10/+32
* Emphasize that input text should be valid UTF-8.Behdad Esfahbod2006-02-211-1/+1
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-2115-24/+58
* Bug 329148 – pango_glyph_item_split: assertion `split_index > 0' failedBehdad Esfahbod2006-02-173-1/+7