summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 339749 – pango_language_from_string issues Patch from MortenBehdad Esfahbod2006-04-281-6/+8
* Don't use is_hinted. Metrics are always hinted now.Behdad Esfahbod2006-04-282-43/+8
* Add more warning_history items and handle more font failures, to make sureBehdad Esfahbod2006-04-273-10/+58
* Bug 339747 – pango_font_metrics_get_approximate_digit_width docsBehdad Esfahbod2006-04-261-2/+2
* Bug 339749 – pango_language_from_string issuesBehdad Esfahbod2006-04-261-5/+7
* Bug 338343 – Bad castBehdad Esfahbod2006-04-141-1/+1
* Check for nullity somewhere else.Behdad Esfahbod2006-04-131-21/+24
* Fix loop variables. (coverity found bug.)Behdad Esfahbod2006-04-121-3/+3
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-1113-42/+23
* Fix broken changes I made :).Behdad Esfahbod2006-04-101-40/+42
* Fix minor bugs reported by the Coverity scan report.Behdad Esfahbod2006-04-104-53/+61
* Fix typo in doc comment.Tor Lillqvist2006-04-091-2/+2
* Incorrect text rendering when in x86 64-bit precision modeBehdad Esfahbod2006-04-071-7/+14
* Bug 337502 – Win32 build fix Patch from Alexander Larsson.Behdad Esfahbod2006-04-062-2/+3
* Update from HarfBuzz. Lars Knoll fixed all the warnings.Behdad Esfahbod2006-04-064-113/+179
* Fix a few warnings.Behdad Esfahbod2006-04-042-4/+4
* Make sure TTAG_GDEF and frineds are defined, needed for FreeType <= 2.1.7Behdad Esfahbod2006-04-034-9/+11
* Bug 337029 – pango/fonts.c: Illegal structure initializationBehdad Esfahbod2006-04-031-5/+5
* Change char* to char[] in the ft error table, to avoid relocations.Behdad Esfahbod2006-03-313-5/+5
* Change char* to char[] in the ft error table, to avoid relocations.Behdad Esfahbod2006-03-311-3/+3
* 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-311-0/+2
* Bug 334802 – Using plain integer as NULL pointerBehdad Esfahbod2006-03-312-2/+2
* Define NULL.Behdad Esfahbod2006-03-311-1/+5
* Convert pango/opentype to the new project called HarfBuzz.Behdad Esfahbod2006-03-3145-16414/+16661
* Bug 335840 – Typo in including Xft.Behdad Esfahbod2006-03-311-2/+1
* Make #include syntax in sources and headers more consistent. We are usingBehdad Esfahbod2006-03-3116-34/+33
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-3131-53/+73
* Fix blurred underlines on Win32 (#332656):Tor Lillqvist2006-03-315-24/+47
* Don't err on Table_Missing.Behdad Esfahbod2006-03-251-2/+2
* === Released 1.12.0 ===PANGO_1_12_0Behdad Esfahbod2006-03-131-2/+2
* Fix compilation error with MSVC. (#333115)Tor Lillqvist2006-03-021-2/+4
* Check the font pointer being NULL to avoid crashes for at least one classTor Lillqvist2006-03-011-1/+1
* pango/pangowin32-private.h (PING) pango/pangowin32.c Use g_print() insteadTor Lillqvist2006-02-282-24/+24
* Replace each byte in invalid UTF-8 sequences with '?'. (bug #331995)Behdad Esfahbod2006-02-261-23/+34
* return TRUE to glyphs rendered at all (instead of box). This may beHans Breuer2006-02-253-5/+10
* Comment typo.Behdad Esfahbod2006-02-241-1/+1
* Bug 332167 – Void function returns value - breaks Solaris build ReportedBehdad Esfahbod2006-02-221-1/+1
* Bug 314239 – pangocairo crashes when font cannot be readBehdad Esfahbod2006-02-213-6/+38
* Bug 331723 – shapers should not crash on failuresBehdad Esfahbod2006-02-211-1/+4
* 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-2113-23/+33
* Bug 329148 – pango_glyph_item_split: assertion `split_index > 0' failedBehdad Esfahbod2006-02-171-1/+0
* Move PANGO_GLYPH_EMPTY, PANGO_GLYPH_UNKNOWN_FLAG, andBehdad Esfahbod2006-02-172-4/+7
* Bug 331038 – pango-querymodules --help and --version Patch from AntoineBehdad Esfahbod2006-02-151-1/+39
* Document pango_layout_set_width as getting width in Pango units.Behdad Esfahbod2006-02-121-2/+2
* Bug 330795 – pango_renderer_draw_glyph segfaults when trying to call theBehdad Esfahbod2006-02-111-4/+6
* Oops. Fix typo in docs.PANGO_1_11_5Behdad Esfahbod2006-02-111-1/+1