summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Two very minor spacing fixes.Tor Lillqvist2002-09-212-2/+1
* Distribute also pango.aliases and pango.modules.Tor Lillqvist2002-09-215-386/+553
* Fix problem where position wasn't updated properly.Owen Taylor2002-09-191-0/+1
* Render only valid glyphs. Fix by Florent Duguet. Don't know if this isTor Lillqvist2002-09-041-4/+11
* G_WIN32_DLLMAIN_FOR_DLL_NAME not needed on Cygwin, surround with #ifdefTor Lillqvist2002-09-041-1/+3
* Fix accidentally exported set_unicode_charmap() andOwen Taylor2002-08-082-4/+4
* Released 1.0.4PANGO_1_0_4Owen Taylor2002-08-011-1/+6
* Avoid using g_strescape(), since it mangles UTF-8. (#89479, Yao Zhang)Owen Taylor2002-07-311-2/+44
* Set is_cluster_start attributes based on the log_clusters[] set by theOwen Taylor2002-07-311-0/+16
* File Edit Options Buffers Tools HelpOwen Taylor2002-07-252-7/+15
* Fix wrong assertion that was dying on lines separated by PS (U+2029).Owen Taylor2002-07-251-1/+1
* don't access the old (invalid) face pointer after loading a fallback faceSven Neumann2002-07-221-3/+3
* pango/pangoft2.c (pango_ft2_get_per_char) Make load flagsOwen Taylor2002-07-151-2/+2
* Be more robust when trying to set the unicode character map on the font.Owen Taylor2002-07-102-66/+142
* Add a stdlib include for getenv(). (#85836, David L. Cooper III)Owen Taylor2002-07-102-44/+46
* Fixed segfault, see ChangeLogMatthias Warkus2002-07-021-1/+1
* Fix problem with attr_list == NULL. (#85079, Andreas J. Guelzow)Owen Taylor2002-06-131-0/+2
* Don't leak raw_metrics and don't copy refcounts. (#84533)Matthias Clasen2002-06-101-3/+5
* set n_families, fixes bug #83746.Sven Neumann2002-06-031-1/+4
* Use complete PANGO_VERSION in zip file names.Tor Lillqvist2002-05-266-25/+35
* Report standard aliases as uppercase, fix pango_*_face_describe() forOwen Taylor2002-05-142-16/+102
* Fake sans,serif,monospace in the list of fonts.Owen Taylor2002-05-132-57/+139
* Add a implementation of strtok_r (copied from glibc) for machines thatOwen Taylor2002-05-132-18/+58
* Add compatibility defines for changes in FreeType 2.1.0.Owen Taylor2002-04-231-2/+37
* Free pattern after using it.Alex Larsson2002-03-261-3/+9
* pango/pangoft2-private.h calculate average_char_width andSven Neumann2002-03-264-26/+166
* Remove warning about opening modules file... in some cases (includedOwen Taylor2002-03-251-3/+1
* Set the right font when computing the average digit width.Owen Taylor2002-03-251-5/+9
* Rewrite average_digit_width computation to go through the same shapingOwen Taylor2002-03-253-112/+154
* this function may never return NULL, so we shouldn't say so in theSven Neumann2002-03-251-2/+1
* Add an informative warning if no modules at all were found. (#74982,Owen Taylor2002-03-201-0/+20
* Dummy-initialize gsize variable to 0, not -1. (#73899, Erwann Chenede)Owen Taylor2002-03-201-1/+1
* Add pango_win32_os_version_info variable, an OSVERSIONINFO struct.Tor Lillqvist2002-03-174-4/+42
* In Load_ChainContextSubst2, handle the case where an empty classOwen Taylor2002-03-155-191/+306
* Uncomment GPOS parts.Owen Taylor2002-03-152-12/+154
* Check for FT_Get_First_Char from FreeType-2.0.9.Owen Taylor2002-03-152-15/+38
* Remove moc_view-qt.cc. (#74725)Owen Taylor2002-03-151-11/+27
* Fix typo when computing maximums of sub-byte fields. (Stefan Israelsson,Owen Taylor2002-03-131-2/+2
* Minor doc edits.Matthias Clasen2002-03-122-9/+9
* Add the pango_ot_* symbols from the static libpango-ot library.Tor Lillqvist2002-03-071-0/+10
* Add some text names to weight map for weights that were added to theOwen Taylor2002-03-061-2/+5
* install-exec-hook should always exist, because the automake rules assumeManish Singh2002-03-061-1/+1
* Fix problem where == was used instead if =. (#73694, Martin Gansser)Owen Taylor2002-03-063-12/+14
* Pango 1.0.0 rc1.PANGO_1_0_0_RC1Owen Taylor2002-03-061-1/+1
* Ignore return status from for loop, in case the last test -f happens toTor Lillqvist2002-03-061-1/+1
* Use pangoft2_export_symbols, not pangowin32_export_symbols.Tor Lillqvist2002-03-064-26/+26
* Switch over to GLib/GTK+ style library versioning. Update version numbersOwen Taylor2002-03-051-36/+40
* Write examples/pango.modules in terms of .la files rather than directOwen Taylor2002-03-031-4/+5
* Default to --disable-static.Owen Taylor2002-03-021-0/+7
* Treat glyph 0 as an 0 size, non-drawn glyph consistent with otherOwen Taylor2002-03-011-2/+19