summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
...
* Fix possible NULL dereference. (Coverity found)Behdad Esfahbod2006-05-131-1/+2
* Update docs to note a size value of zero may have been set explicitly.Behdad Esfahbod2006-05-117-10/+19
* Bug 340229 – pango_font_description_from_string does not do boundBehdad Esfahbod2006-05-012-2/+4
* Require cairo >= 1.1.2. Also pass -no-undefined on all systems.Behdad Esfahbod2006-04-291-68/+80
* Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont toBehdad Esfahbod2006-04-292-157/+52
* Bug 329547 – pango_layout_get_pixel_extents andBehdad Esfahbod2006-04-294-24/+33
* Doc updates.Behdad Esfahbod2006-04-292-2/+2
* Bug 337594 – pango_glyph_string_extents_range possible bugBehdad Esfahbod2006-04-291-2/+2
* Bug 307196 – Unhinted fonts are measured incorrectly and drawingBehdad Esfahbod2006-04-293-8/+48
* 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