| Commit message (Expand) | Author | Age | Files | Lines |
* | Free pattern after using it. | Alex Larsson | 2002-03-26 | 1 | -0/+5 |
* | pango/pangoft2-private.h calculate average_char_width and | Sven Neumann | 2002-03-26 | 1 | -0/+11 |
* | Remove warning about opening modules file... in some cases (included | Owen Taylor | 2002-03-25 | 1 | -1/+9 |
* | Convert U+00A0 (NON BREAK SPACE) to U+0020 (SPACE) | Owen Taylor | 2002-03-25 | 1 | -0/+8 |
* | Set the right font when computing the average digit width. | Owen Taylor | 2002-03-25 | 1 | -0/+5 |
* | Rewrite average_digit_width computation to go through the same shaping | Owen Taylor | 2002-03-25 | 1 | -0/+15 |
* | this function may never return NULL, so we shouldn't say so in the | Sven Neumann | 2002-03-25 | 1 | -0/+5 |
* | Add an informative warning if no modules at all were found. (#74982, | Owen Taylor | 2002-03-20 | 1 | -0/+6 |
* | Error out if no backends found. (#74880) | Owen Taylor | 2002-03-20 | 1 | -0/+4 |
* | Dummy-initialize gsize variable to 0, not -1. (#73899, Erwann Chenede) | Owen Taylor | 2002-03-20 | 1 | -0/+5 |
* | When loading an iconv converter fails, recover gracefully and warn rather | Owen Taylor | 2002-03-20 | 1 | -0/+7 |
* | Enabled ksc5601 fonts in the Hangul compatibility jamos, the CJK unified | Changwoo Ryu | 2002-03-18 | 1 | -0/+6 |
* | Add pango_win32_os_version_info variable, an OSVERSIONINFO struct. | Tor Lillqvist | 2002-03-17 | 1 | -0/+15 |
* | use CFLAGS from gthread-2.0 to assure pango behaves correctly in a | Sven Neumann | 2002-03-16 | 1 | -0/+5 |
* | Move pre-1.0 ChangeLog aside | Owen Taylor | 2002-03-15 | 1 | -5211/+0 |
* | Prefer ksc5601 fonts to unicode fonts for "ko" locales. | Owen Taylor | 2002-03-15 | 1 | -0/+5 |
* | In Load_ChainContextSubst2, handle the case where an empty class | Owen Taylor | 2002-03-15 | 1 | -0/+14 |
* | Uncomment GPOS parts. | Owen Taylor | 2002-03-15 | 1 | -0/+7 |
* | Check for FT_Get_First_Char from FreeType-2.0.9. | Owen Taylor | 2002-03-15 | 1 | -0/+8 |
* | Remove moc_view-qt.cc. (#74725) | Owen Taylor | 2002-03-15 | 1 | -0/+4 |
* | Fix typo when computing maximums of sub-byte fields. (Stefan Israelsson, | Owen Taylor | 2002-03-13 | 1 | -0/+6 |
* | Minor doc edits. | Matthias Clasen | 2002-03-12 | 1 | -0/+13 |
* | hu Mar 7 22:55:13 2002 Owen Taylor <otaylor@redhat.com>PANGO_1_0_0 | Owen Taylor | 2002-03-08 | 1 | -1/+9 |
* | pass --enable-gtk-doc to configure | jacob berkman | 2002-03-07 | 1 | -0/+4 |
* | Use PANGO_MODULE_VERSION in modules path. | Tor Lillqvist | 2002-03-07 | 1 | -0/+2 |
* | Add the pango_ot_* symbols from the static libpango-ot library. | Tor Lillqvist | 2002-03-07 | 1 | -0/+5 |
* | As we do in other modules, default to --disable-gtk-doc, and run the check | Owen Taylor | 2002-03-07 | 1 | -0/+7 |
* | Fix some problems with setting library variables for | Owen Taylor | 2002-03-07 | 1 | -0/+6 |
* | RC2 changelog entryPANGO_1_0_0_RC2 | Owen Taylor | 2002-03-06 | 1 | -0/+4 |
* | Add some text names to weight map for weights that were added to the | Owen Taylor | 2002-03-06 | 1 | -0/+6 |
* | install-exec-hook should always exist, because the automake rules assume | Manish Singh | 2002-03-06 | 1 | -0/+7 |
* | Fix problem where == was used instead if =. (#73694, Martin Gansser) | Owen Taylor | 2002-03-06 | 1 | -1/+22 |
* | Pango 1.0.0 rc1.PANGO_1_0_0_RC1 | Owen Taylor | 2002-03-06 | 1 | -0/+7 |
* | Ignore return status from for loop, in case the last test -f happens to | Tor Lillqvist | 2002-03-06 | 1 | -0/+4 |
* | 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 |