summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't crash on out-of-BMP values.Owen Taylor2002-03-019-8/+78
| | | | | | | | | Fri Mar 1 14:25:22 2002 Owen Taylor <otaylor@redhat.com> * pango/modules.c: Don't crash on out-of-BMP values. * pango/mini-fribidi/fribidi_get_type.c (_pango_fribidi_get_type): Return FRIBIDI_TYPE_LTR for all non-BMP characters.
* Fix problem with positions at the ends of lines (#63328, reported by DovOwen Taylor2002-03-018-26/+99
| | | | | | | | Fri Mar 1 12:11:50 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_line_get_vis2log_map): Fix problem with positions at the ends of lines (#63328, reported by Dov Grobgeld.)
* Check for errors when loading font face, fall back to sans, exit withAlex Larsson2002-02-288-7/+89
| | | | | | | | 2002-02-28 Alex Larsson <alexl@redhat.com> * pango/pangoft2.c (pango_ft2_font_get_face): Check for errors when loading font face, fall back to sans, exit with warning if no font found.
* don't link libpango-ot into the module. added libpango-ot.la toSven Neumann2002-02-289-11/+53
| | | | | | | | 2002-02-28 Sven Neumann <sven@gimp.org> * modules/arabic/Makefile.am: don't link libpango-ot into the module. * pango/Makefile.am: added libpango-ot.la to libpangoft2_la_LIBADD. Should fix #72934, reported by Raymond Wan.
* beautified configure --help output.Sven Neumann2002-02-288-4/+32
| | | | | | 2002-02-28 Sven Neumann <sven@gimp.org> * configure.in: beautified configure --help output.
* Move .la files to beginning of link line ... may prevent some problemsOwen Taylor2002-02-278-1/+50
| | | | | | | | | Wed Feb 27 11:10:07 2002 Owen Taylor <otaylor@redhat.com> * pango/Makefile.am (libpangoft2_la_LIBADD): Move .la files to beginning of link line ... may prevent some problems with linking to installed libraries. (#61359, Abel Cheung)
* Add $(X_EXTRA_LIBS) (reported Richard Warren)Owen Taylor2002-02-278-2/+37
| | | | | | | Wed Feb 27 08:55:32 2002 Owen Taylor <otaylor@redhat.com> * pango/Makefile.am (pango_querymodules_LDADD): Add $(X_EXTRA_LIBS) (reported Richard Warren)
* Fix some C++ style comments. (David L. Cooper II)Owen Taylor2002-02-278-2/+72
| | | | | | | Tue Feb 26 19:06:07 2002 Owen Taylor <otaylor@redhat.com> * pango/mini-xft/minixftint.h: Fix some C++ style comments. (David L. Cooper II)
* Try to load something (load sans) if we can't load a font that Xft listed.Owen Taylor2002-02-268-0/+74
| | | | | | | | | Tue Feb 26 15:50:35 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-font.c (pango_xft_font_get_font): Try to load something (load sans) if we can't load a font that Xft listed. (Workaround for #72299, reported by Gediminas Paulauskas)
* Fix trailing , on enumerations. (#72572, Miroslaw Dobrzanski-Neumann)Owen Taylor2002-02-259-4/+46
| | | | | | | | Mon Feb 25 16:36:47 2002 Owen Taylor <otaylor@redhat.com> * modules/hebrew/hebrew-x.c pango/mini-fribidi/fribidi-types.h: Fix trailing , on enumerations. (#72572, Miroslaw Dobrzanski-Neumann)
* Rewrite to reduce the number of strcmps.Owen Taylor2002-02-248-49/+185
| | | | | | | | | | | | Sun Feb 24 13:40:55 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-fontmap.c (pango_xft_pattern_equal): Rewrite to reduce the number of strcmps. * pango/pangoxft-fontmap.c (pango_xft_font_map_load_font): Compute the patterns as for load_fontset(), then just return the first. This takes advantage of our caching strategy.
* Rewrite to reduce the number of strcmps.Owen Taylor2002-02-241-44/+41
| | | | | | | | | | | | Sun Feb 24 13:40:55 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-fontmap.c (pango_xft_pattern_equal): Rewrite to reduce the number of strcmps. * pango/pangoxft-fontmap.c (pango_xft_font_map_load_font): Compute the patterns as for load_fontset(), then just return the first. This takes advantage of our caching strategy.
* Fix problem where we unref'ed before we ref'ed resulting in entries in theOwen Taylor2002-02-249-6/+73
| | | | | | | | | | | Sun Feb 24 12:12:09 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-fontmap.c (pango_xft_font_map_new_font): Fix problem where we unref'ed before we ref'ed resulting in entries in the cache that shouldn't have been there. * pango/pangoft2-fontmap.c (pango_ft2_font_map_new_font): Same.
* Version 0.26PANGO_0_26Owen Taylor2002-02-2410-1/+57
| | | | | | | | Sat Feb 23 21:40:27 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.26 * NEWS: Updates.
* Patch from Sven Neumann to extend and make consistent the set ofOwen Taylor2002-02-2311-4/+122
| | | | | | | | Sat Feb 23 17:34:26 2002 Owen Taylor <otaylor@redhat.com> * modules/basic/basic-{ft2,x,xft}.c: Patch from Sven Neumann to extend and make consistent the set of zero-width characters that are not displayed. (#71931)
* Fixed placement of nikud under QOF to take into account the typicalDov Grobgeld2002-02-231-2/+18
| | | | | right stem of a the KUF. The logics places narrow (one dot wide) nikkud centered, and all the other right aligned.
* Add some class padding for future expansion.Owen Taylor2002-02-2310-0/+65
| | | | | | | Sat Feb 23 13:07:02 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-font.h pango/pango-fontmap.h pango/pango-fontset.h: Add some class padding for future expansion.
* Fix recode functions to take gunichar * since we pass that in. (#72059,Owen Taylor2002-02-2013-6/+48
| | | | | | | | Wed Feb 20 16:58:24 2002 Owen Taylor <otaylor@redhat.com> * modules/arabic/{naqshfont.[ch],mulefont.[ch],langboxfont.[ch]}: Fix recode functions to take gunichar * since we pass that in. (#72059, reported by Miroslaw Dobrzanski-Neumann)
* Version 0.25PANGO_0_25Owen Taylor2002-02-1712-5/+103
| | | | | | | | | | | | | | | Sun Feb 17 18:50:30 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.25 * configure.in: Add X_EXTRA_LIBS to XFT_LIBS. * NEWS: Updates * pango/mini-xft/minixftdpy.c * pango/mini-xft/minixftstr.c: Fix some problems with signed arguments to to isupper()/tolower(). (#71705, Morten Welinder)
* added makefile.msc to EXTRA_DISTHans Breuer2002-02-159-0/+37
| | | | | | | 2002-02-15 Hans Breuer <hans@breuer.org> * examples/makefile.am pango/makefile.am : added makefile.msc to EXTRA_DIST
* Respect QTDIR if set. Look for qt3 as well as qt2.Owen Taylor2002-02-148-13/+50
| | | | | | Thu Feb 14 14:46:26 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Respect QTDIR if set. Look for qt3 as well as qt2.
* updated the list of available modules (bug #71411).Sven Neumann2002-02-148-11/+54
| | | | | | 2002-02-14 Sven Neumann <sven@gimp.org> * configure.in: updated the list of available modules (bug #71411).
* update version, use -FImsvc_recommended_pragmas.h and add $(DIRENT_LIBS)Hans Breuer2002-02-108-3/+45
| | | | | | | | 2002-02-10 Hans Breuer <hans@breuer.org> * pango/makefile.msc : update version, use -FImsvc_recommended_pragmas.h and add $(DIRENT_LIBS) to pangoft2 linking
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-1013-20/+132
| | | | | | | | | | | | | | | | * pango/fonts.c: (getword): isspace -> g_ascii_isspace (pango_font_description_from_string): isspace -> g_ascii_isspace * pango/modules.c: Remove unneeded <ctype.h> include. * pango/pango-markup.c: (xml_isspace): New. (pango_parse_markup): isspace -> xml_isspace (span_parse_func): isdigit -> g_ascii_isdigit * pango/pango-utils.c: (pango_trim_string): isspace -> g_ascii_isspace (pango_skip_space): isspace -> g_ascii_isspace (pango_scan_word): isspace -> g_ascii_isspace (pango_scan_string): isspace -> g_ascii_isspace (pango_scan_int): isspace -> g_ascii_isspace * pango/pangoft2-fontmap.c: Remove unneeded <ctype.h> include. * pango/pangox-fontmap.c: Remove unneeded <ctype.h> include.
* Accept also outfile name on command line, fopen it separately then. NeededTor Lillqvist2002-02-0711-13/+116
| | | | | | | | | | | | | 2002-02-07 Tor Lillqvist <tml@iki.fi> * examples/pangoft2topgm.c (main): Accept also outfile name on command line, fopen it separately then. Needed on Windows where stdout is in text mode. * modules/arabic/Makefile.am * modules/hebrew/Makefile.am: Use -no-undefined on Windows, otherwise libtool won't produce DLLs, and there will be no such to install
* shut up CVSSven Neumann2002-02-031-1/+2
|
* at Feb 2 18:27:38 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-028-3/+66
| | | | | | | | | * pango/Makefile.am (pango_querymodules_LDADD): Try removing libpango.la from the link line since it will be pulled in from the other libraries to avoid duplicate inclusion. (#70400.) * pangox.pc.in (Libs): Add @X_XTRA_LIBS@ (#70400)
* fix cut-and-paste mess name/descriptionHavoc Pennington2002-02-018-2/+37
| | | | | | | 2002-02-01 Havoc Pennington <hp@redhat.com> * pangoxft.pc.in (Description, Name): fix cut-and-paste mess name/description
* move to next element in list.Anders Carlsson2002-02-018-0/+37
| | | | | | | 2002-02-01 Anders Carlsson <andersca@gnu.org> * pango/pangoxft-fontmap.c (pango_xft_get_font_map): move to next element in list.
* Version 0.24PANGO_0_24Owen Taylor2002-01-299-1/+58
| | | | | | | | Tue Jan 29 11:35:11 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.24 * NEWS: Updates
* Fix problem with detected root node. (Based on patch from Matthias Clasen,Owen Taylor2002-01-298-2/+44
| | | | | | | | Mon Jan 28 20:23:59 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-markup.c (pango_parse_markup): Fix problem with detected root node. (Based on patch from Matthias Clasen, #69600)
* Add some return-if-fails to catch loading size 0 fonts.Owen Taylor2002-01-298-0/+37
| | | | | | | Mon Jan 28 19:41:20 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-context.c (pango_context_load_font[set]): Add some return-if-fails to catch loading size 0 fonts.
* Remove this file; pangofttopgm is the test case for the FT2 backend now.Owen Taylor2002-01-254-796/+34
| | | | | | | | | | | | | Wed Jan 23 16:49:24 2002 Owen Taylor <otaylor@redhat.com> * examples/viewer-ft2.c: Remove this file; pangofttopgm is the test case for the FT2 backend now. * examples/Makefile.am: Don't dist moc_viewer-qt.cc. * examples/Makefile.am: Build pangofttopgm if we have FT2. * examples/pangoft2topgm.c (main): Warning fixes.
* Fix problems with computing the length of the paragraph delimiter.Owen Taylor2002-01-248-1/+36
| | | | | | | Thu Jan 24 18:05:54 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (get_items_log_attrs): Fix problems with computing the length of the paragraph delimiter. (Reported by Evan Martin)
* configure.in modules/arabic/Makefile.am added arabic shaper for FT2 portedSven Neumann2002-01-2410-5/+491
| | | | | | | | | 2002-01-24 Sven Neumann <sven@gimp.org> * configure.in * modules/arabic/Makefile.am * modules/arabic/arabic-ft2.c: added arabic shaper for FT2 ported from arabic-xft.c by Andreas Bogk <andreas@convergence.de>.
* Remove this file; pangofttopgm is the test case for the FT2 backend now.Owen Taylor2002-01-237-0/+77
| | | | | | | | | | | | | Wed Jan 23 16:49:24 2002 Owen Taylor <otaylor@redhat.com> * examples/viewer-ft2.c: Remove this file; pangofttopgm is the test case for the FT2 backend now. * examples/Makefile.am: Don't dist moc_viewer-qt.cc. * examples/Makefile.am: Build pangofttopgm if we have FT2. * examples/pangoft2topgm.c (main): Warning fixes.
* fix memory leak of "text", reported by Jason TackaberryHavoc Pennington2002-01-218-0/+36
| | | | | | | 2002-01-21 Havoc Pennington <hp@redhat.com> * pango/pango-layout.c (pango_layout_set_markup_with_accel): fix memory leak of "text", reported by Jason Tackaberry
* Clean up underline drawing. Fixes segfaults.Alexander Larsson2002-01-208-20/+72
| | | | | | | 2002-01-20 Alexander Larsson <alla@lysator.liu.se> * pango/pangoft2.c (pango_ft2_draw_hline): Clean up underline drawing. Fixes segfaults.
* Improved nikud placement. This is the first time there is a use ofDov Grobgeld2002-01-191-4/+40
| | | | y-offsetting of the nikud.
* Changed support of Hebrew from full to fallback in order to make theDov Grobgeld2002-01-193-3/+3
| | | | Hebrew module with higher priority.
* Add a AC_TRY_LINK() for qt, since broken setups seem to be common.Owen Taylor2002-01-198-0/+70
| | | | | | | | | Sat Jan 19 11:50:32 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Add a AC_TRY_LINK() for qt, since broken setups seem to be common. * configure.in: Save ACLOCAL_FLAGS for --enable-maintainer-mode rebuilds.
* Add glyph_cache_destroy to PangoFont. This is slightly ugly, we shouldAlexander Larsson2002-01-189-44/+297
| | | | | | | | | | | | | | | | | | | | | 2002-01-18 Alexander Larsson <alla@lysator.liu.se> * pango/pangoft2-private.h: Add glyph_cache_destroy to PangoFont. This is slightly ugly, we should perhaps have it in the FontMap, but it was easy. Added cached_glyph to PangoFT2GlyphInfo. This can be used by apps that want to have a glyph cache. Only one user per PangoContext though. Right now it is only internally accessible. Added pango_ft2_font_get_cache_glyph_data(), pango_ft2_font_set_cache_glyph_data() and pango_ft2_font_set_glyph_cache_destroy() to access this functionallity * pango/pangoft2.c: Implement glyph caching for pango_ft2_render_layout(). Unbounded caching right now. We should probably limit this in order to not use a lot of memory if the user displayed a lot of glyphs once, and then doesn't use them anymore.
* Added pangoft2topgm.c to EXTRA_DISTDov Grobgeld2002-01-171-0/+1
|
* An example of using the ft2 moduleDov Grobgeld2002-01-172-0/+546
|
* include missing header filejacob berkman2002-01-178-1/+36
| | | | | | | 2002-01-17 jacob berkman <jacob@ximian.com> * modules/hebrew/Makefile.am (common_sources): include missing header file
* bug#: 68350 pango module for xft and freetype2.Chookij Vanatham2002-01-172-509/+237
|
* bug#: 68350 pango module for xft and freetype2.Chookij Vanatham2002-01-165-0/+1262
|
* A string ending in a paragraph delimiter has an empty line at the end.Owen Taylor2002-01-168-1/+43
| | | | | | | | Wed Jan 16 14:45:23 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_check_lines): A string ending in a paragraph delimiter has an empty line at the end. (#68079, Arjan J. Molenaar.)
* Initialize the static_family field. (Fix from Zack Rusin)Owen Taylor2002-01-168-0/+44
| | | | | | | Wed Jan 16 09:25:34 2002 Owen Taylor <otaylor@redhat.com> * pango/fonts.c (pango_font_description_from_string): Initialize the static_family field. (Fix from Zack Rusin)
* slight correction to pango_layout_get_extents(), docs still need to beHavoc Pennington2002-01-1410-20/+101
| | | | | | | | | | | | | 2002-01-14 Havoc Pennington <hp@pobox.com> * pango/pango-layout.c: slight correction to pango_layout_get_extents(), docs still need to be clearer, but at least they aren't a cut-and-paste of glyph string docs now. * docs/tmpl/glyphs.sgml: add note about special-case use of PANGO_SCALE with font sizes * pango/fonts.c: fix docs to be correct about PANGO_SCALE