| Commit message (Expand) | Author | Age | Files | Lines |
* | Use pangoft2_export_symbols, not pangowin32_export_symbols. | Tor Lillqvist | 2002-03-06 | 1 | -0/+12 |
* | require GLIB 2.0.0 at minimum | Manish Singh | 2002-03-05 | 1 | -0/+4 |
* | more $(PANGO_API_VERSION) fixing | jacob berkman | 2002-03-05 | 1 | -0/+5 |
* | Fix pangoxft-$(PANGO_API_VERSION). (Reported by Manish Singh.) | Owen Taylor | 2002-03-05 | 1 | -0/+5 |
* | Switch over to GLib/GTK+ style library versioning. Update version numbers | Owen Taylor | 2002-03-05 | 1 | -0/+6 |
* | add sanitize-la.sh | jacob berkman | 2002-03-03 | 1 | -0/+4 |
* | Write examples/pango.modules in terms of .la files rather than direct | Owen Taylor | 2002-03-03 | 1 | -0/+14 |
* | Default to --disable-static. | Owen Taylor | 2002-03-02 | 1 | -0/+19 |
* | Treat glyph 0 as an 0 size, non-drawn glyph consistent with other | Owen Taylor | 2002-03-01 | 1 | -0/+6 |
* | Don't crash on out-of-BMP values. | Owen Taylor | 2002-03-01 | 1 | -0/+7 |
* | Fix problem with positions at the ends of lines (#63328, reported by Dov | Owen Taylor | 2002-03-01 | 1 | -0/+10 |
* | Check for errors when loading font face, fall back to sans, exit with | Alex Larsson | 2002-02-28 | 1 | -0/+6 |
* | don't link libpango-ot into the module. added libpango-ot.la to | Sven Neumann | 2002-02-28 | 1 | -1/+7 |
* | beautified configure --help output. | Sven Neumann | 2002-02-28 | 1 | -0/+4 |
* | Move .la files to beginning of link line ... may prevent some problems | Owen Taylor | 2002-02-27 | 1 | -0/+7 |
* | Add $(X_EXTRA_LIBS) (reported Richard Warren) | Owen Taylor | 2002-02-27 | 1 | -0/+5 |
* | Fix some C++ style comments. (David L. Cooper II) | Owen Taylor | 2002-02-27 | 1 | -0/+10 |
* | Try to load something (load sans) if we can't load a font that Xft listed. | Owen Taylor | 2002-02-26 | 1 | -0/+7 |
* | Fix trailing , on enumerations. (#72572, Miroslaw Dobrzanski-Neumann) | Owen Taylor | 2002-02-25 | 1 | -0/+6 |
* | Rewrite to reduce the number of strcmps. | Owen Taylor | 2002-02-24 | 1 | -0/+10 |
* | Fix problem where we unref'ed before we ref'ed resulting in entries in the | Owen Taylor | 2002-02-24 | 1 | -0/+9 |
* | Version 0.26PANGO_0_26 | Owen Taylor | 2002-02-24 | 1 | -0/+6 |
* | Patch from Sven Neumann to extend and make consistent the set of | Owen Taylor | 2002-02-23 | 1 | -0/+6 |
* | Add some class padding for future expansion. | Owen Taylor | 2002-02-23 | 1 | -0/+5 |
* | Fix recode functions to take gunichar * since we pass that in. (#72059, | Owen Taylor | 2002-02-20 | 1 | -0/+6 |
* | Version 0.25PANGO_0_25 | Owen Taylor | 2002-02-17 | 1 | -0/+13 |
* | added makefile.msc to EXTRA_DIST | Hans Breuer | 2002-02-15 | 1 | -0/+5 |
* | Respect QTDIR if set. Look for qt3 as well as qt2. | Owen Taylor | 2002-02-14 | 1 | -0/+4 |
* | updated the list of available modules (bug #71411). | Sven Neumann | 2002-02-14 | 1 | -0/+4 |
* | update version, use -FImsvc_recommended_pragmas.h and add $(DIRENT_LIBS) | Hans Breuer | 2002-02-10 | 1 | -0/+6 |
* | isspace -> g_ascii_isspace (pango_font_description_from_string): isspace | Darin Adler | 2002-02-10 | 1 | -0/+16 |
* | Accept also outfile name on command line, fopen it separately then. Needed | Tor Lillqvist | 2002-02-07 | 1 | -0/+11 |
* | at Feb 2 18:27:38 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-02 | 1 | -0/+9 |
* | fix cut-and-paste mess name/description | Havoc Pennington | 2002-02-01 | 1 | -0/+5 |
* | move to next element in list. | Anders Carlsson | 2002-02-01 | 1 | -0/+5 |
* | Version 0.24PANGO_0_24 | Owen Taylor | 2002-01-29 | 1 | -0/+6 |
* | Fix problem with detected root node. (Based on patch from Matthias Clasen, | Owen Taylor | 2002-01-29 | 1 | -0/+6 |
* | Add some return-if-fails to catch loading size 0 fonts. | Owen Taylor | 2002-01-29 | 1 | -0/+5 |
* | Fix problems with computing the length of the paragraph delimiter. | Owen Taylor | 2002-01-24 | 1 | -0/+5 |
* | configure.in modules/arabic/Makefile.am added arabic shaper for FT2 ported | Sven Neumann | 2002-01-24 | 1 | -0/+7 |
* | Remove this file; pangofttopgm is the test case for the FT2 backend now. | Owen Taylor | 2002-01-23 | 1 | -0/+11 |
* | fix memory leak of "text", reported by Jason Tackaberry | Havoc Pennington | 2002-01-21 | 1 | -0/+5 |
* | Clean up underline drawing. Fixes segfaults. | Alexander Larsson | 2002-01-20 | 1 | -0/+5 |
* | Add a AC_TRY_LINK() for qt, since broken setups seem to be common. | Owen Taylor | 2002-01-19 | 1 | -0/+7 |
* | Add glyph_cache_destroy to PangoFont. This is slightly ugly, we should | Alexander Larsson | 2002-01-18 | 1 | -0/+19 |
* | include missing header file | jacob berkman | 2002-01-17 | 1 | -0/+5 |
* | A string ending in a paragraph delimiter has an empty line at the end. | Owen Taylor | 2002-01-16 | 1 | -0/+6 |
* | Initialize the static_family field. (Fix from Zack Rusin) | Owen Taylor | 2002-01-16 | 1 | -0/+6 |
* | slight correction to pango_layout_get_extents(), docs still need to be | Havoc Pennington | 2002-01-14 | 1 | -0/+11 |
* | fix up docs to be clearer about PANGO_SCALE, as suggested by Dennis | Havoc Pennington | 2002-01-13 | 1 | -0/+5 |