summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-6
Commit message (Collapse)AuthorAgeFilesLines
* Add pango_ot_buffer_set_zero_width_marks.Tor Lillqvist2004-08-051-0/+4
| | | | | | 2004-08-05 Tor Lillqvist <tml@iki.fi> * pango/pangoft2.def: Add pango_ot_buffer_set_zero_width_marks.
* === Released 1.5.2 ==PANGO_1_5_2Owen Taylor2004-08-021-0/+8
| | | | | | | | | | Mon Aug 2 17:09:47 2004 Owen Taylor <otaylor@redhat.com> * === Released 1.5.2 == * configure.in: Version 1.5.2 * NEWS: Updates
* Add support for 'init' feature for Bengali. (#130966, Sayamindu Dasgupta)Owen Taylor2004-08-021-0/+6
| | | | | | | | Mon Aug 2 17:00:19 2004 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-fc.c modules/indic/indic-ot.[ch]: Add support for 'init' feature for Bengali. (#130966, Sayamindu Dasgupta)
* Finish extending properties flags from FT_UShort => FT_UInt. (OTLBufferOwen Taylor2004-07-301-0/+7
| | | | | | | | | Fri Jul 30 17:17:05 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgpos.[ch] pango/opentype/ftxgsub.[ch] pango/opentype/ftxopen.[ch]: Finish extending properties flags from FT_UShort => FT_UInt. (OTLBuffer was already using an FT_UInt)
* Improve handling of decomposed two-part vowels (#121882, Jungshik Shin)Owen Taylor2004-07-301-0/+12
| | | | | | | | | | | | | | Fri Jul 30 14:05:25 2004 Owen Taylor <otaylor@redhat.com> Improve handling of decomposed two-part vowels (#121882, Jungshik Shin) * modules/indic/indic-ot-class-tables.c (stateTable): allow a dependent vowel to be followed by another dependent vowel. * modules/indic/indic-ot.c (indic_ot_reorder): Handle multiple vowel matras.
* Suppress blwf on the first consonant in a syllable. (#118301, TaneemOwen Taylor2004-07-301-0/+6
| | | | | | | | Fri Jul 30 13:33:49 2004 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-ot.c (indic_ot_reorder): Suppress blwf on the first consonant in a syllable. (#118301, Taneem Ahmed)
* Fix Malayalam double-consonant conjuncts: #121671, Rajkumar SOwen Taylor2004-07-291-0/+16
| | | | | | | | | | | | | | | | | | Thu Jul 29 16:10:06 2004 Owen Taylor <otaylor@redhat.com> Fix Malayalam double-consonant conjuncts: #121671, Rajkumar S * modules/indic/indic-ot.[ch]: Add a new feature set pstf_p and use it for post-base consonants, since the existing nukt_p suppressed the pstf feature. (#121671, Rajkumar S) * modules/indic/indic-ot-class-tables.c (mlymCharClasses): make U+D2F (MALAYALAM LETTER YA) _pb not _ct. * modules/indic/indic-ot-class-tables.c (mlymCharClasses): Classify U/UU/VOCALIC R as _dr not _db since they should be ordered after post-base consonants.
* Check glyphs[mpreLimit] not glyphs[mpreIndex]. (Found by Chris Blizzard)Owen Taylor2004-07-281-0/+6
| | | | | | | | Wed Jul 28 17:00:23 2004 Owen Taylor <otaylor@redhat.com> * modules/indic/mprefixups.c (indic_mprefixups_apply): Check glyphs[mpreLimit] not glyphs[mpreIndex]. (Found by Chris Blizzard)
* Add nameOwen Taylor2004-07-281-1/+1
|
* Fix API docs. (#148627)Owen Taylor2004-07-281-0/+5
| | | | | | | Wed Jul 28 09:49:29 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_set_ellipsize): Fix API docs. (#148627)
* Don't substitute FARSI YEH with ARABIC YEH if the font does not have anyBehdad Esfahbod2004-07-271-0/+5
| | | | | * modules/arabic/arabic-fc.c: Don't substitute FARSI YEH with ARABIC YEH if the font does not have any ARABIC YEH.
* Save the order in which features were added and use that when applyingOwen Taylor2004-07-271-0/+7
| | | | | | | | | Tue Jul 27 12:38:05 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxopen.[ch] pango/opentype/ftxgsub.c pango/opentype/ftxpos.c: Save the order in which features were added and use that when applying features. (Patch from Soheil Hassas Yeganeh, #122330)
* Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.Behdad Esfahbod2004-07-271-0/+5
| | | | | * pango/opentype/ftxgpos.c: Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.
* Fix bug to copy glyph from in_string, not out_string.Behdad Esfahbod2004-07-271-0/+5
| | | | | * pango/opentype/otlbuffer.c (otl_buffer_copy_output_glyph): Fix bug to copy glyph from in_string, not out_string.
* Fix allocation and indexing in NewGlyphClasses array. (#130661, MasatakeOwen Taylor2004-07-261-0/+5
| | | | | | | Mon Jul 26 19:11:46 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgdef.c: Fix allocation and indexing in NewGlyphClasses array. (#130661, Masatake YAMATO)
* mini_width/height are still (before render patch) in pixels, not PangoOwen Taylor2004-07-261-0/+6
| | | | | | | | Mon Jul 26 15:55:03 2004 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-font.c (get_glyph_extents_missing): mini_width/height are still (before render patch) in pixels, not Pango units.
* Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.Owen Taylor2004-07-261-0/+6
| | | | | | | | Mon Jul 26 15:24:11 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgsub.c (ADD_Glyph): Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.
* Add missing macro to make the last change actually compile.Owen Taylor2004-07-261-0/+5
| | | | | | | Mon Jul 26 15:21:23 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgsub.c: Add missing macro to make the last change actually compile.
* Match backtrack context against the output glyphs not the input glyphsOwen Taylor2004-07-261-0/+6
| | | | | | | | Mon Jul 26 15:16:07 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]): Match backtrack context against the output glyphs not the input glyphs (#145174, Aamir Wali)
* Make Check_Property() take a OTL_GlyphItem, add a gproperties field toOwen Taylor2004-07-261-0/+12
| | | | | | | | | | | | | | Mon Jul 26 14:49:22 2004 Owen Taylor <otaylor@redhat.com> * ftxgdef.[ch] otlbuffer.[ch]: Make Check_Property() take a OTL_GlyphItem, add a gproperties field to OTLGlyphItem, and use that to cache the properties for a glyph. * ftxgsub.c ftxgdef.c: Adapt to Check_Property() changes. * otlbuffer.[ch] ftxgsub.c: Add otl_buffer_copy_output_glyph() to use when we are copying an unmodified glyph from input to output that preserves the cached properties.
* Fix C99ism. I am clearly the last man stuck in the dark age of C.Morten Welinder2004-07-241-0/+5
| | | | | | | 2004-07-23 Morten Welinder <terra@gnome.org> * examples/renderdemo.c (parse_ellipsis): Fix C99ism. I am clearly the last man stuck in the dark age of C.
* return TRUE for PANGO_SCRIPT_COMMON and PANGO_SCRIPT_INHERITED.Owen Taylor2004-07-201-0/+5
| | | | | | | Tue Jul 20 12:10:42 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-script.c (pango_language_includes_script): return TRUE for PANGO_SCRIPT_COMMON and PANGO_SCRIPT_INHERITED.
* === Released 1.5.1 ===PANGO_1_5_1Owen Taylor2004-07-191-0/+8
| | | | | | | | | | Mon Jul 19 16:48:23 2004 Owen Taylor <otaylor@redhat.com> * === Released 1.5.1 === * configure.in: Pango 1.5.1 * NEWS: Updates
* Add support for ChainContextSubstFormat3.Owen Taylor2004-07-191-0/+5
| | | | | | | Mon Jul 19 17:09:11 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/disasm.c: Add support for ChainContextSubstFormat3.
* Fix pervasive buffer overruns when skipping glyphs when matching contexts.Owen Taylor2004-07-191-0/+6
| | | | | | | | Mon Jul 19 16:29:45 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c: Fix pervasive buffer overruns when skipping glyphs when matching contexts. (#118592, Kailash C. Chowksey)
* Need to export this function as a symbol if not in the header file sinceOwen Taylor2004-07-191-0/+7
| | | | | | | | | Fri Jul 16 10:29:40 2004 Owen Taylor <otaylor@redhat.com> * pango/pangofc-font.c pango/pangofc-private.h (pango_fc_font_get_raw_extents): Need to export this function as a symbol if not in the header file since it is used by PangoXft.
* #143601: Felipe HeidrichOwen Taylor2004-07-161-0/+13
| | | | | | | | | | | | | | | Fri Jul 16 07:43:04 2004 Owen Taylor <otaylor@redhat.com> #143601: Felipe Heidrich * pango/pango-layout.c (pango_layout_line_x_to_index): Go into painful detail about the behavior for X positions outside the line. * pango/pango-layout.c (pango_layout_xy_to_index): Add some more details about handling of positions outside the layout, reference pango_layout_line_x_to_index().
* Replace non-breaking-space with a normal space before looking it up.Owen Taylor2004-07-151-0/+6
| | | | | | | | Thu Jul 15 10:48:01 2004 Owen Taylor <otaylor@redhat.com> * pango/pangofc-font.c (pango_fc_font_get_glyph): Replace non-breaking-space with a normal space before looking it up. (Inspired by http://bugzilla.ximian.com/show_bug.cgi?id=60549)
* Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071)Owen Taylor2004-07-141-0/+16
| | | | | | | | | | | | | | | | | | Wed Jul 14 17:47:38 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.[ch] pango/ellipsize.c pango/Makefile.am: Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071) * pango/pango-layout-private.h pango/pango-layout.c: Move PangoLayout structure into a separate header file. * pango/pango-glyph-item.[ch]: Add pango_glyph_item_free(). * pango/pango-glyph-item-private.h pango/pango-glyph-item.c: Internally export the PangoGlyphItemIter functionality. * examples/renderdemo.[ch]: Add --ellipsize option.
* Fix problem when we only figured out latin script for 'en' not forOwen Taylor2004-07-141-0/+6
| | | | | | | | Wed Jul 14 17:42:49 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-script.c (pango_language_includes_script): Fix problem when we only figured out latin script for 'en' not for 'en-us'. Fix reversed arguments to bsearch.
* Add a GType for PangoMatrix (#145532, Torsten Schoenfeld)Owen Taylor2004-07-131-0/+6
| | | | | | | | Tue Jul 13 16:23:15 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-types.h pango/pango-utils.c docs/pango-sections.txt: Add a GType for PangoMatrix (#145532, Torsten Schoenfeld)
* Make static. (#147512, Morten Welinder)Owen Taylor2004-07-131-0/+5
| | | | | | | Tue Jul 13 14:12:06 2004 Owen Taylor <otaylor@redhat.com> * pango/pangoft2-render.c (compare_points): Make static. (#147512, Morten Welinder)
* Reverse order of pangoft2/pangoxft in Makefile; apparently automakeOwen Taylor2004-07-131-0/+6
| | | | | | | | Tue Jul 13 10:07:44 2004 Owen Taylor <otaylor@redhat.com> * pango/Makefile.am: Reverse order of pangoft2/pangoxft in Makefile; apparently automake doesn't figure out the correct installation order. (#146472)
* Make table constant. (#145515, Morten Welinder)Owen Taylor2004-07-131-0/+5
| | | | | | | Tue Jul 13 10:02:53 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-utils.c (pango_language_get_sample_string): Make table constant. (#145515, Morten Welinder)
* Fix C99ism. (#147415, self.)Morten Welinder2004-07-121-0/+5
| | | | | | | 2004-07-12 Morten Welinder <terra@gnome.org> * pango/pangoxft-font.c (get_glyph_extents_xft): Fix C99ism. (#147415, self.)
* Render U+00A0 (non-break-space) as a space.Changwoo Ryu2004-07-111-0/+5
| | | | | * modules/hangul/hangul-fc.c (render_basic): Render U+00A0 (non-break-space) as a space.
* Split most of the guts of pangoft2topgm.c into separate source files toOwen Taylor2004-07-101-0/+8
| | | | | | | | | | Sat Jul 10 18:06:21 2004 Owen Taylor <otaylor@redhat.com> * examples/renderdemo.[ch] examples/Makefile.am examples/pangoft2topgm.c: Split most of the guts of pangoft2topgm.c into separate source files to allow creation of new rendering demos for different backends.
* Const-ification fix.Owen Taylor2004-07-101-0/+5
| | | | | | | Sat Jul 10 18:03:58 2004 Owen Taylor <otaylor@redhat.com> * pango/pangofc-fontmap.c (pango_fc_font_map_new_font): Const-ification fix.
* One more constification.Owen Taylor2004-07-101-0/+5
| | | | | | | Sat Jul 10 17:55:03 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-types.h pango/pango-utils.c (pango_matrix_concat): One more constification.
* Add _pango prefix for _pango_ft2_font_get_cache_glyph_data and friendsOwen Taylor2004-07-101-0/+6
| | | | | | | | Sat Jul 10 17:45:05 2004 Owen Taylor <otaylor@redhat.com> * pango/pangoft2-private.h: Add _pango prefix for _pango_ft2_font_get_cache_glyph_data and friends defined only in private header file.
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-0/+20
| | | | | | | | | | | | | | | | | Sat Jul 10 17:33:38 2004 Owen Taylor <otaylor@redhat.com> * pango/pangoft2-private.h pango/pangoft2-render.c pango/pango-context.[ch] pango/pangoft2.[ch] pango/pango-utils. pango/pango-types.h pango/pangofc-fontmap.c: Make PangoMatrix arguments const where appropriate. * pango/pango-context.c pango/fonts.c pango/pangofc-font.c pangofc-fontmap.c pango/pangoft2.c pango/pangoft2-fontmap.c pango/pangoxft-font.c pango/pangoxft-fontmap.c pango/pangowin32-fontmap.c: Use G_DEFINE_TYPE comprehensively. * pango/pangoft2-private.h pangoft2.c: Un-staticify pango_ft2_font_get_type.
* Add hinted/transform flags to the font structure to allow efficientOwen Taylor2004-07-101-0/+16
| | | | | | | | | | | | | | | | | | Sat Jul 10 16:39:44 2004 Owen Taylor <otaylor@redhat.com> * pango/pangofc-font.[ch]: Add hinted/transform flags to the font structure to allow efficient conditionalization of behavior rather than repeatedly extracting the information from the FcPattern. * pango/pangofc-font.c pango/pangofc-private.h pango/pangoft2.c: Move the glyph metrics computation into a _pango_fc_font_get_raw_extents() function that can be shared with the Xft backend. * pango/pangoxft.c: When a transform is in effect, don't get glyph extents from Xft ... they are device space and not useful, use _pango_fc_font_get_raw_extents() instead.
* Add declaration for pango_ot_buffer_set_rtl.Manish Singh2004-07-091-0/+4
| | | | | | Fri Jul 9 15:23:39 2004 Manish Singh <yosh@gimp.org> * pango/pango-ot.h: Add declaration for pango_ot_buffer_set_rtl.
* Add missing row for the WORD_JOINER class. (#145833, Billy Biggs)Owen Taylor2004-07-081-0/+5
| | | | | | | 2004-07-08 Owen Taylor <otaylor@redhat.com> * pango/break.c: Add missing row for the WORD_JOINER class. (#145833, Billy Biggs)
* Fixed commitOwen Taylor2004-07-081-0/+13
|
* Add letter spacing correction to the last character, not the one justMorten Welinder2004-07-071-0/+6
| | | | | | | | 2004-07-07 Morten Welinder <terra@gnome.org> * pango/pango-layout.c (process_item): Add letter spacing correction to the last character, not the one just beyond the table. (#145517, self.)
* Fix double cluster increment.PANGO_1_5_0Owen Taylor2004-06-281-0/+11
| | | | | | | Thu Jun 24 13:35:03 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-glyph-item.c (pango_glyph_item_apply_attrs): Fix double cluster increment.
* Fix bug with using wrong uline value.Owen Taylor2004-06-241-0/+5
| | | | | | | Thu Jun 24 00:50:46 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_run_get_extents): Fix bug with using wrong uline value.
* Don't generate all-unicode.txt when cross-compiling. (#135503, J. AliOwen Taylor2004-06-231-0/+6
| | | | | | | | Wed Jun 23 17:26:50 2004 Owen Taylor <otaylor@redhat.com> * tests/Makefile.am (pango.modules): Don't generate all-unicode.txt when cross-compiling. (#135503, J. Ali Harlow)
* Add PANGO_TYPE_LAYOUT_ITER. (#138408, Johan Dahlin)Owen Taylor2004-06-231-0/+5
| | | | | | | Wed Jun 23 16:51:51 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.[ch]: Add PANGO_TYPE_LAYOUT_ITER. (#138408, Johan Dahlin)