summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-6
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes from #90267Owen Taylor2002-08-091-0/+11
| | | | | | | | | | | | | Thu Aug 8 21:37:48 2002 Owen Taylor <otaylor@redhat.com> Some fixes from #90267 * configure.in: Fix case where freetype2 is not in default include path. Quiet some warnings if /usr/lib/qt* doesn't exist. * examples/Makefile.am: Fix problem where if no Qt was found, -I /include was in the CFLAGS.
* Fix accidentally exported set_unicode_charmap() andOwen Taylor2002-08-081-0/+6
| | | | | | | | Thu Aug 8 19:14:09 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-font.c (load_fallback_font): Fix accidentally exported set_unicode_charmap() and load_fallback_face/font(). (Jacob Berkman, #90245)
* Fix check for having any backend HAVE_XFT => have_xft, etc. (ProblemOwen Taylor2002-08-011-0/+6
| | | | | | | | Thu Aug 1 10:41:26 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Fix check for having any backend HAVE_XFT => have_xft, etc. (Problem reported by Andreas J Guelzow)
* Released 1.0.4PANGO_1_0_4Owen Taylor2002-08-011-1/+7
| | | | | | | | | | Thu Aug 1 08:17:31 2002 Owen Taylor <otaylor@redhat.com> * Released 1.0.4 * pango/Makefile.am (EXTRA_DIST): List hfiles ofr conditionally built hfiles here so that they get picked up if the corresponding library isn't there at dist time.
* Released 1.0.4Owen Taylor2002-07-311-0/+8
| | | | | | | | | | Wed Jul 31 15:12:46 2002 Owen Taylor <otaylor@redhat.com> * Released 1.0.4 * NEWS: Updated. * configure.in: Version 1.0.4, binary, interface age 4.
* Argument to make_glyph() shouldn't have been unsigned char, since we passOwen Taylor2002-07-311-0/+10
| | | | | | | | | | | | Wed Jul 31 15:43:39 2002 Owen Taylor <otaylor@redhat.com> * modules/thai/{thai-shaper.h,thai-x.c,thai-xft.c}: Argument to make_glyph() shouldn't have been unsigned char, since we pass unicode through it. * modules/thai/thai-xft.c (make_glyph): Handle THAI_FONT_ISO10646 correctly. If a character isn't found, return the correct unknown glyph.
* Avoid using g_strescape(), since it mangles UTF-8. (#89479, Yao Zhang)Owen Taylor2002-07-311-0/+6
| | | | | | | | Wed Jul 31 12:38:36 2002 Owen Taylor <otaylor@redhat.com> * pango/querymodules.c (string_needs_escape): Avoid using g_strescape(), since it mangles UTF-8. (#89479, Yao Zhang)
* Set is_cluster_start attributes based on the log_clusters[] set by theOwen Taylor2002-07-311-0/+6
| | | | | | | | Tue Jul 30 23:10:14 2002 Owen Taylor <otaylor@redhat.com> * pango/shape.c (pango_shape): Set is_cluster_start attributes based on the log_clusters[] set by the shape engine. (Fix for #84307, Reported by Alex Larsson, others.)
* added missing cast (ThaiFontInfo.info.face is just a gpointer, not anMichael Natterer2002-07-271-0/+5
| | | | | | | 2002-07-28 Michael Natterer <mitch@gimp.org> * modules/thai/thai-xft.c (make_glyph): added missing cast (ThaiFontInfo.info.face is just a gpointer, not an FT_Face)
* Fix problem where pango_xft_get_unknown_glyph() was being used for XOwen Taylor2002-07-271-0/+7
| | | | | | | | | Sat Jul 27 09:46:51 2002 Owen Taylor <otaylor@redhat.com> * modules/thai/{thai-shaper.[ch],thai-x.c,thai-xft.c} (make_unknown_glyph): Fix problem where pango_xft_get_unknown_glyph() was being used for X fonts. (reported by Jacob Berkman)
* Patch fromm Qingjiang (Brian) Yuan adding support for GB-18030,Owen Taylor2002-07-261-0/+8
| | | | | | | | | | Fri Jul 26 19:46:45 2002 Owen Taylor <otaylor@redhat.com> * modules/basic/basic-x.c modules/basic/tables-big.i: Patch fromm Qingjiang (Brian) Yuan adding support for GB-18030, BIG5-HKSCS, CNS-11643 and GBK encodings. Also fix wrong encoding for Big5 fonts and look for big5-1 as well as big5-0 for the encoding name.
* Patch from Qingjiang (Brian) Yuan and Changwoo Ryu to add support forOwen Taylor2002-07-261-0/+6
| | | | | | | | Fri Jul 26 19:23:58 2002 Owen Taylor <otaylor@redhat.com> * modules/hangul/hangul-x.c modules/hangul/tables-ksc5601.1: Patch from Qingjiang (Brian) Yuan and Changwoo Ryu to add support for ksc5601.1992-3 fonts
* Patch from Theppitak Karoonboonyanan that factors out common code fromOwen Taylor2002-07-261-0/+9
| | | | | | | | | | | Fri Jul 26 18:48:49 2002 Owen Taylor <otaylor@redhat.com> * configure.in modules/thai/Makefile.am modules/thai/thai-shaper.[ch] modules/thai/thai-xft.c modules/thai/thai-x.c: Patch from Theppitak Karoonboonyanan that factors out common code from thai-x.c and adds a new Xft shaper for Thai. (#78346)
* Add back non-spurious \$ removed in last commit.Owen Taylor2002-07-261-0/+4
| | | | | | Fri Jul 26 18:15:24 2002 Owen Taylor <otaylor@redhat.com> * Add back non-spurious \$ removed in last commit.
* Fix a leftover spurious \$ from the last commit.Owen Taylor2002-07-261-0/+4
| | | | | | Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com> * Fix a leftover spurious \$ from the last commit.
* Replace uses of grep \(A\|B\) ... with egrep (A|B). (#84872, ArnaudOwen Taylor2002-07-261-0/+5
| | | | | | | Fri Jul 26 17:59:06 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Replace uses of grep \(A\|B\) ... with egrep (A|B). (#84872, Arnaud Charlet)
* File Edit Options Buffers Tools HelpOwen Taylor2002-07-251-0/+8
| | | | | | | | | | Thu Jul 25 11:42:17 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoft2-fontmap.c (pango_ft2_shutdown_display) * pango/pangowin32-fontmap.c (pango_win32_shutdown_display): Handle checking for fontmap == NULL and setting it to NULL after unrefing properly. (#87915, Sven Neumann)
* Fix wrong assertion that was dying on lines separated by PS (U+2029).Owen Taylor2002-07-251-0/+6
| | | | | | | | Wed Jul 24 23:07:43 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c: Fix wrong assertion that was dying on lines separated by PS (U+2029). (#88824, Choe Hwangjin)
* don't access the old (invalid) face pointer after loading a fallback faceSven Neumann2002-07-221-0/+6
| | | | | | | | 2002-07-22 Sven Neumann <sven@gimp.org> * pango/pangoft2.c (pango_ft2_font_get_face): don't access the old (invalid) face pointer after loading a fallback face because we couldn't set the unicode charmap.
* use $X_CFLAGS when looking for Xft headers (#88363)jacob berkman2002-07-161-0/+5
| | | | | | | 2002-07-16 jacob berkman <jacob@ximian.com> * configure.in: use $X_CFLAGS when looking for Xft headers (#88363)
* pango/pangoft2.c (pango_ft2_get_per_char) Make load flagsOwen Taylor2002-07-151-0/+7
| | | | | | | | | Mon Jul 15 14:59:22 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoft2.c (pango_ft2_get_per_char) * pango/pangoft2.c (pango_ft2_font_render_glyph): Make load flags FT_LOAD_NO_BITMAP, since we can't handle bitmaps at the moment in our render functions.
* Be more robust when trying to set the unicode character map on the font.Owen Taylor2002-07-101-0/+6
| | | | | | | | Wed Jul 3 18:39:45 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoft2.c pango/pangoxft-font.c: Be more robust when trying to set the unicode character map on the font. (#86911)
* Fix nameOwen Taylor2002-07-101-1/+1
|
* Add a stdlib include for getenv(). (#85836, David L. Cooper III)Owen Taylor2002-07-101-0/+5
| | | | | | | Wed Jul 10 06:12:37 2002 Owen Taylor <otaylor@redhat.com> * pango/mini-xft/minixftlex.l: Add a stdlib include for getenv(). (#85836, David L. Cooper III)
* Fixed segfault, see ChangeLogMatthias Warkus2002-07-021-0/+6
|
* Support new Arabic characters in Unicode 3.2. (Patch from RoozbehOwen Taylor2002-06-161-0/+6
| | | | | | | | Sat Jun 15 23:26:41 2002 Owen Taylor <otaylor@redhat.com> * modules/arabic/arabic-ot.c: Support new Arabic characters in Unicode 3.2. (Patch from Roozbeh Pournader.)
* Released 1.0.3.PANGO_1_0_3Owen Taylor2002-06-131-0/+8
| | | | | | | | | | Thu Jun 13 16:57:59 2002 Owen Taylor <otaylor@redhat.com> * Released 1.0.3. * configure.in: Version 1.0.3, binary, interface age 3. * NEWS: Updates.
* Fix problem with attr_list == NULL. (#85079, Andreas J. Guelzow)Owen Taylor2002-06-131-0/+6
| | | | | | | | Thu Jun 13 16:39:01 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-markup.c (pango_parse_markup): Fix problem with attr_list == NULL. (#85079, Andreas J. Guelzow)
* Use unsigned char for bitfield array. (#83257, David L. Cooper II)Owen Taylor2002-06-121-1/+10
| | | | | | | | | | | Wed Jun 12 11:19:08 2002 Owen Taylor <otaylor@redhat.com> * modules/tamil/tamil-x.c: Use unsigned char for bitfield array. (#83257, David L. Cooper II) * tests/gen-all-unicode.c (main): Used char, not guchar for array of characters. (#83258, David L. Cooper II.)
* Change @glyph2 parameter of arabic_*_recode() to be a gunichar* likeOwen Taylor2002-06-121-0/+7
| | | | | | | | | Wed Jun 12 11:08:35 2002 Owen Taylor <otaylor@redhat.com> * modules/arabic/langboxfont.[ch] modules/arabic/naqshfont.[ch]: Change @glyph2 parameter of arabic_*_recode() to be a gunichar* like @glyph. (Fixes warning with Solaris 8 compiler; #83256, David L. Cooper II)
* Remove pangoft2.aliases from CVS/distribution; it is no longer used.Owen Taylor2002-06-121-0/+6
| | | | | | | | Wed Jun 12 11:02:04 2002 Owen Taylor <otaylor@redhat.com> * examples/Makefile.am (EXTRA_DIST) examples/pangoft2.aliases: Remove pangoft2.aliases from CVS/distribution; it is no longer used. (#82736, Sven Neumann.)
* Don't leak raw_metrics and don't copy refcounts. (#84533)Matthias Clasen2002-06-101-0/+5
| | | | | * pango/pango-fontset.c (pango_fontset_real_get_metrics): Don't leak raw_metrics and don't copy refcounts. (#84533)
* set n_families, fixes bug #83746.Sven Neumann2002-06-031-0/+5
| | | | | | | 2002-06-03 Sven Neumann <sven@gimp.org> * pango/pangoft2-fontmap.c (pango_ft2_font_map_list_families): set n_families, fixes bug #83746.
* Use complete PANGO_VERSION in zip file names.Tor Lillqvist2002-05-261-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-05-26 Tor Lillqvist <tml@iki.fi> * pango-zip.sh.in: Use complete PANGO_VERSION in zip file names. * pango/Makefile.am: (Win32) Compile resource files and link with them. * pango/pango.rc.in * pango/pangoft2.rc.in * pango/pangowin32.rc.in: Include also the micro version number. * pango/pangowin32-fontcache.c (logfont_hash): Use absolute value of lfHeight. * pango/pangowin32-fontmap.c (pango_win32_font_map_for_display): Instead of HORZSIZE which is Windows idea of physical monitor width (but which can be *very* wrong), use LOGPIXELSY (the "logical" dpi). This can be set by the user by choosing "small fonts", "large fonts", or a custom dpi in the Display Settings. Thanks to Joaquin Cuenca Abela. (pango_win32_make_matching_logfont): Set lfHeight to the negative of the requested size. Positive lfHeight indicates "cell height", negative "character height" (?), which is closer to what we want, says Joaquin Cuenca Abela.
* Released 1.0.2.PANGO_1_0_2Owen Taylor2002-05-231-0/+4
| | | | | | Thu May 23 16:52:55 2002 Owen Taylor <otaylor@redhat.com> * Released 1.0.2.
* Don't draw fillers when drawing Jamos with ksc5601 fallback.Changwoo Ryu2002-05-231-0/+5
| | | | | * modules/hangul/hangul-x.c (render_syllable_with_ksc5601): Don't draw fillers when drawing Jamos with ksc5601 fallback.
* Version 1.0.2, interface, binary age 2.Owen Taylor2002-05-221-0/+4
| | | | | | Wed May 22 16:07:16 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Version 1.0.2, interface, binary age 2.
* Fix C++ comment. (#82035, David L. Cooper II)Owen Taylor2002-05-211-0/+5
| | | | | | | Tue May 21 15:27:41 2002 Owen Taylor <otaylor@redhat.com> * modules/basic/tables-big.i: Fix C++ comment. (#82035, David L. Cooper II)
* Report standard aliases as uppercase, fix pango_*_face_describe() forOwen Taylor2002-05-141-0/+8
| | | | | | | | Tue May 14 12:02:13 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-fontmap.c pango/pangoft2-fontmap.c: Report standard aliases as uppercase, fix pango_*_face_describe() for aliases.
* Fake sans,serif,monospace in the list of fonts.Owen Taylor2002-05-131-0/+7
| | | | | | | | | Mon May 13 15:56:29 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-fontmap.c: Fake sans,serif,monospace in the list of fonts. * pango/pangoft2-fontmap.c: Fake aliases here as well.
* Add a implementation of strtok_r (copied from glibc) for machines thatOwen Taylor2002-05-131-0/+10
| | | | | | | | | | | | Mon May 13 14:58:12 2002 Owen Taylor <otaylor@redhat.com> * pango/pangox.c configure.in: Add a implementation of strtok_r (copied from glibc) for machines that don't have it. (#79472, Jacob Berkman.) * pango/querymodules.c: Use printf() rather than g_print, since we don't want encoding conversion. (#77341)
* Add compatibility defines for changes in FreeType 2.1.0.Owen Taylor2002-04-231-0/+5
| | | | | | | Tue Apr 23 16:15:07 2002 Owen Taylor <otaylor@redhat.com> * pango/opentype/fterrcompat.h: Add compatibility defines for changes in FreeType 2.1.0.
* Fix typo. (#79574)Owen Taylor2002-04-231-0/+4
| | | | | | Tue Apr 23 15:20:33 2002 Owen Taylor <otaylor@redhat.com> * README: Fix typo. (#79574)
* Released 1.0.1pango-1-0-branchpointPANGO_1_0_1Owen Taylor2002-03-281-0/+8
| | | | | | | | | | Wed Mar 27 19:30:35 2002 Owen Taylor <otaylor@redhat.com> * Released 1.0.1 * NEWS: Updates. * configure.in: Version 1.0.1, interface, binary age 1.
* ue Mar 26 18:22:07 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-03-261-0/+8
| | | | | | | | * modules/basic/basic-*.c modules/basic/basic-common.h: Move ZERO_WIDTH_CHAR() macro into a common header file, add ZERO WIDTH-NO BREAK SPACE (U+FEFF) * modules/basic/Makefile.am (EXTRA_DIST): Add basic-common.h.
* Free pattern after using it.Alex Larsson2002-03-261-0/+5
| | | | | | | 2002-03-26 Alex Larsson <alexl@redhat.com> * pango/pangoft2-fontmap.c (pango_ft2_font_map_load_font): Free pattern after using it.
* pango/pangoft2-private.h calculate average_char_width andSven Neumann2002-03-261-0/+11
| | | | | | | | | | | | | 2002-03-26 Sven Neumann <sven@gimp.org> * pango/pangoft2-private.h * pango/pangoft2.c (pango_ft2_font_get_metrics): calculate average_char_width and average_digit_width by measuring sample layouts and cache font metrics per language just like PangoX does, #53425. * pango/pangoxft-font.c * pango/pangoxft-private.h: the same approach for average_char_width and average_digit_width as in PangoFT2, #53425.
* Remove warning about opening modules file... in some cases (includedOwen Taylor2002-03-251-1/+9
| | | | | | | | | | Mon Mar 25 15:53:17 2002 Owen Taylor <otaylor@redhat.com> * pango/modules.c (read_modules): Remove warning about opening modules file... in some cases (included modules) it isn't needed, and the warning about no modules that was added recently should let people know what is going on. (#73834, Arnaud Charlet)
* Convert U+00A0 (NON BREAK SPACE) to U+0020 (SPACE)Owen Taylor2002-03-251-0/+8
| | | | | | | | | | Mon Mar 25 15:46:54 2002 Owen Taylor <otaylor@redhat.com> * modules/basic/basic-*.c: Convert U+00A0 (NON BREAK SPACE) to U+0020 (SPACE) * modules/basic/basic-xft.c (basic_engine_shape): Remove some dead code.
* Set the right font when computing the average digit width.Owen Taylor2002-03-251-0/+5
| | | | | | | Mon Mar 25 15:31:17 2002 Owen Taylor <otaylor@redhat.com> * pango/pangowin32.c (pango_win32_font_get_metrics): Set the right font when computing the average digit width.