summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't crash on out-of-BMP values.Owen Taylor2002-03-012-8/+29
* Fix problem with positions at the ends of lines (#63328, reported by DovOwen Taylor2002-03-011-26/+29
* Check for errors when loading font face, fall back to sans, exit withAlex Larsson2002-02-281-7/+47
* don't link libpango-ot into the module. added libpango-ot.la toSven Neumann2002-02-281-3/+3
* Move .la files to beginning of link line ... may prevent some problemsOwen Taylor2002-02-271-1/+1
* Add $(X_EXTRA_LIBS) (reported Richard Warren)Owen Taylor2002-02-271-2/+2
* Fix some C++ style comments. (David L. Cooper II)Owen Taylor2002-02-271-2/+2
* Try to load something (load sans) if we can't load a font that Xft listed.Owen Taylor2002-02-261-0/+25
* Fix trailing , on enumerations. (#72572, Miroslaw Dobrzanski-Neumann)Owen Taylor2002-02-251-3/+3
* Rewrite to reduce the number of strcmps.Owen Taylor2002-02-241-49/+115
* Rewrite to reduce the number of strcmps.Owen Taylor2002-02-241-44/+41
* Fix problem where we unref'ed before we ref'ed resulting in entries in theOwen Taylor2002-02-242-6/+10
* Add some class padding for future expansion.Owen Taylor2002-02-233-0/+30
* Version 0.25PANGO_0_25Owen Taylor2002-02-172-2/+2
* added makefile.msc to EXTRA_DISTHans Breuer2002-02-151-0/+1
* update version, use -FImsvc_recommended_pragmas.h and add $(DIRENT_LIBS)Hans Breuer2002-02-101-3/+3
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-106-20/+20
* at Feb 2 18:27:38 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-021-3/+3
* move to next element in list.Anders Carlsson2002-02-011-0/+2
* Fix problem with detected root node. (Based on patch from Matthias Clasen,Owen Taylor2002-01-291-2/+2
* Add some return-if-fails to catch loading size 0 fonts.Owen Taylor2002-01-291-0/+2
* Fix problems with computing the length of the paragraph delimiter.Owen Taylor2002-01-241-1/+1
* fix memory leak of "text", reported by Jason TackaberryHavoc Pennington2002-01-211-0/+1
* Clean up underline drawing. Fixes segfaults.Alexander Larsson2002-01-201-20/+37
* Add glyph_cache_destroy to PangoFont. This is slightly ugly, we shouldAlexander Larsson2002-01-182-44/+164
* A string ending in a paragraph delimiter has an empty line at the end.Owen Taylor2002-01-161-1/+1
* Initialize the static_family field. (Fix from Zack Rusin)Owen Taylor2002-01-161-0/+2
* slight correction to pango_layout_get_extents(), docs still need to beHavoc Pennington2002-01-142-20/+20
* fix up docs to be clearer about PANGO_SCALE, as suggested by DennisHavoc Pennington2002-01-131-12/+12
* allow setting attrs to NULLHavoc Pennington2002-01-111-1/+2
* docs tweak (pango_layout_iter_next_cluster): update iter->index hereHavoc Pennington2002-01-111-1/+6
* Split comma separated family names and add them in pieces, so they are allOwen Taylor2002-01-112-8/+25
* Fix read of unitialized memory (#66067, Hidetoshi Tajima)Owen Taylor2002-01-101-1/+1
* Don't offset the logical rect by y_offset - this generally is not desired,Owen Taylor2002-01-101-2/+2
* Add g_error if font match fails, referencing bug #68030, which is theAlex Larsson2002-01-101-0/+4
* g_return_if_fail() if the desc's family is NULL. (#67947, report fromOwen Taylor2002-01-091-1/+2
* Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to pango-enum-types.h.Owen Taylor2002-01-091-2/+2
* Update the field mask in the merged description.Owen Taylor2002-01-021-0/+4
* Silence gcc -Wall, initialise a couple of variables.Tor Lillqvist2002-01-013-3/+17
* Set lfCharSet to DEFAULT_CHARSET always. Conditional debugging output withTor Lillqvist2002-01-012-22/+24