| Commit message (Expand) | Author | Age | Files | Lines |
* | Use complete PANGO_VERSION in zip file names. | Tor Lillqvist | 2002-05-26 | 6 | -25/+35 |
* | Report standard aliases as uppercase, fix pango_*_face_describe() for | Owen Taylor | 2002-05-14 | 2 | -16/+102 |
* | on May 13 15:56:29 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-05-13 | 2 | -57/+139 |
* | Add a implementation of strtok_r (copied from glibc) for machines that | Owen Taylor | 2002-05-13 | 2 | -18/+58 |
* | Fix acess outside of a loaded frame and some memory leaks on failure. | Owen Taylor | 2002-05-10 | 1 | -2/+10 |
* | Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h, | Eric Mader | 2002-05-07 | 3 | -22/+56 |
* | Add compatibility defines for changes in FreeType 2.1.0. | Owen Taylor | 2002-04-23 | 1 | -2/+37 |
* | Free pattern after using it. | Alex Larsson | 2002-03-26 | 1 | -3/+9 |
* | pango/pangoft2-private.h calculate average_char_width and | Sven Neumann | 2002-03-26 | 4 | -26/+166 |
* | Remove warning about opening modules file... in some cases (included | Owen Taylor | 2002-03-25 | 1 | -3/+1 |
* | Set the right font when computing the average digit width. | Owen Taylor | 2002-03-25 | 1 | -5/+9 |
* | Rewrite average_digit_width computation to go through the same shaping | Owen Taylor | 2002-03-25 | 3 | -112/+154 |
* | this function may never return NULL, so we shouldn't say so in the | Sven Neumann | 2002-03-25 | 1 | -2/+1 |
* | Add an informative warning if no modules at all were found. (#74982, | Owen Taylor | 2002-03-20 | 1 | -0/+20 |
* | Dummy-initialize gsize variable to 0, not -1. (#73899, Erwann Chenede) | Owen Taylor | 2002-03-20 | 1 | -1/+1 |
* | Add pango_win32_os_version_info variable, an OSVERSIONINFO struct. | Tor Lillqvist | 2002-03-17 | 4 | -4/+42 |
* | In Load_ChainContextSubst2, handle the case where an empty class | Owen Taylor | 2002-03-15 | 5 | -191/+306 |
* | Uncomment GPOS parts. | Owen Taylor | 2002-03-15 | 2 | -12/+154 |
* | Check for FT_Get_First_Char from FreeType-2.0.9. | Owen Taylor | 2002-03-15 | 2 | -15/+38 |
* | Remove moc_view-qt.cc. (#74725) | Owen Taylor | 2002-03-15 | 1 | -11/+27 |
* | Fix typo when computing maximums of sub-byte fields. (Stefan Israelsson, | Owen Taylor | 2002-03-13 | 1 | -2/+2 |
* | Minor doc edits. | Matthias Clasen | 2002-03-12 | 2 | -9/+9 |
* | Add the pango_ot_* symbols from the static libpango-ot library. | Tor Lillqvist | 2002-03-07 | 1 | -0/+10 |
* | Add some text names to weight map for weights that were added to the | Owen Taylor | 2002-03-06 | 1 | -2/+5 |
* | install-exec-hook should always exist, because the automake rules assume | Manish Singh | 2002-03-06 | 1 | -1/+1 |
* | Fix problem where == was used instead if =. (#73694, Martin Gansser) | Owen Taylor | 2002-03-06 | 3 | -12/+14 |
* | Pango 1.0.0 rc1.PANGO_1_0_0_RC1 | Owen Taylor | 2002-03-06 | 1 | -1/+1 |
* | Ignore return status from for loop, in case the last test -f happens to | Tor Lillqvist | 2002-03-06 | 1 | -1/+1 |
* | Use pangoft2_export_symbols, not pangowin32_export_symbols. | Tor Lillqvist | 2002-03-06 | 4 | -26/+26 |
* | Switch over to GLib/GTK+ style library versioning. Update version numbers | Owen Taylor | 2002-03-05 | 1 | -36/+40 |
* | Write examples/pango.modules in terms of .la files rather than direct | Owen Taylor | 2002-03-03 | 1 | -4/+5 |
* | Default to --disable-static. | Owen Taylor | 2002-03-02 | 1 | -0/+7 |
* | Treat glyph 0 as an 0 size, non-drawn glyph consistent with other | Owen Taylor | 2002-03-01 | 1 | -2/+19 |
* | Don't crash on out-of-BMP values. | Owen Taylor | 2002-03-01 | 2 | -8/+29 |
* | Fix problem with positions at the ends of lines (#63328, reported by Dov | Owen Taylor | 2002-03-01 | 1 | -26/+29 |
* | Check for errors when loading font face, fall back to sans, exit with | Alex Larsson | 2002-02-28 | 1 | -7/+47 |
* | don't link libpango-ot into the module. added libpango-ot.la to | Sven Neumann | 2002-02-28 | 1 | -3/+3 |
* | Move .la files to beginning of link line ... may prevent some problems | Owen Taylor | 2002-02-27 | 1 | -1/+1 |
* | Add $(X_EXTRA_LIBS) (reported Richard Warren) | Owen Taylor | 2002-02-27 | 1 | -2/+2 |
* | Fix some C++ style comments. (David L. Cooper II) | Owen Taylor | 2002-02-27 | 1 | -2/+2 |
* | Try to load something (load sans) if we can't load a font that Xft listed. | Owen Taylor | 2002-02-26 | 1 | -0/+25 |
* | Fix trailing , on enumerations. (#72572, Miroslaw Dobrzanski-Neumann) | Owen Taylor | 2002-02-25 | 1 | -3/+3 |
* | Rewrite to reduce the number of strcmps. | Owen Taylor | 2002-02-24 | 1 | -49/+115 |
* | Rewrite to reduce the number of strcmps. | Owen Taylor | 2002-02-24 | 1 | -44/+41 |
* | Fix problem where we unref'ed before we ref'ed resulting in entries in the | Owen Taylor | 2002-02-24 | 2 | -6/+10 |
* | Add some class padding for future expansion. | Owen Taylor | 2002-02-23 | 3 | -0/+30 |
* | Version 0.25PANGO_0_25 | Owen Taylor | 2002-02-17 | 2 | -2/+2 |
* | added makefile.msc to EXTRA_DIST | Hans Breuer | 2002-02-15 | 1 | -0/+1 |
* | update version, use -FImsvc_recommended_pragmas.h and add $(DIRENT_LIBS) | Hans Breuer | 2002-02-10 | 1 | -3/+3 |
* | isspace -> g_ascii_isspace (pango_font_description_from_string): isspace | Darin Adler | 2002-02-10 | 6 | -20/+20 |