summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Yeah, I suppose this branch isn't really supposed to be maintained anypango-1-6Tor Lillqvist2005-03-2410-53/+120
| | | | | | | | | | | | | | | longer. But just for completeness' sake... 2005-03-24 Tor Lillqvist <tml@novell.com> * modules/*/Makefile.am (INCLUDES): Remove extra slash. 2004-12-18 Tor Lillqvist <tml@iki.fi> * pango/pangowin32-private.h * pango/pangowin32.c (pango_win32_font_get_metrics): Cache metrics by language, like the other backends do. Don't try to get the width of the 0..9 digit string if the font doesn't cover digits.
* Force zero-width marks to glyph index 0 so they won't be drawn. (#145233,Owen Taylor2004-12-165-4/+46
| | | | | | | | Wed Dec 15 18:50:18 2004 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-fc.c modules/indic/indic-ot.h: Force zero-width marks to glyph index 0 so they won't be drawn. (#145233, Aniruddha Shankar)
* Copy layout->auto_dir. (#153547, Morten Welinder)Owen Taylor2004-12-144-0/+16
| | | | | | | Tue Dec 14 18:36:57 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_copy): Copy layout->auto_dir. (#153547, Morten Welinder)
* Add $(libm), needed for no-undefined platforms like AIX. (#160773, VincentOwen Taylor2004-12-144-1/+19
| | | | | | | | Tue Dec 14 18:32:46 2004 Owen Taylor <otaylor@redhat.com> * pango/Makefile.am (libpangoft2_1_0_la_LIBADD): Add $(libm), needed for no-undefined platforms like AIX. (#160773, Vincent Berger)
* Add the correct char classes for Unicode-4.0 characters U+A01, U+A03.Owen Taylor2004-12-144-4/+22
| | | | | | | | Tue Dec 14 17:27:14 2004 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-ot-class-tables.c (guruCharClasses): Add the correct char classes for Unicode-4.0 characters U+A01, U+A03. (#158943, Sukhjinder Sidhu)
* Set also underline and strikethrough position and thickness. (#161205)Tor Lillqvist2004-12-144-0/+22
| | | | | | | 2004-12-14 Tor Lillqvist <tml@iki.fi> * pango/pangowin32.c (pango_win32_font_get_metrics): Set also underline and strikethrough position and thickness. (#161205)
* Ignore formatting characters when determining word boundaries (Part ofOwen Taylor2004-12-024-0/+19
| | | | | | | | Thu Dec 2 15:31:33 2004 Owen Taylor <otaylor@redhat.com> * pango/break.c (pango_default_break): Ignore formatting characters when determining word boundaries (Part of #97545, Behdad Esfahbod)
* Turn off backspace-deletes-character behavior for Kana and Hangul. It'sOwen Taylor2004-11-214-1/+24
| | | | | | | | | Sun Nov 21 11:43:00 2004 Owen Taylor <otaylor@redhat.com> * pango/break.c: Turn off backspace-deletes-character behavior for Kana and Hangul. It's wrong for Kana, and for Hangul it's theoretically right but interacts badly with current input methods. (#155897, Leon Ho)
* Return n+1 logical attributes not n logical attributes (#155912)Owen Taylor2004-11-214-5/+22
| | | | | | | Sun Nov 21 11:40:03 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_get_log_attrs): Return n+1 logical attributes not n logical attributes (#155912)
* Don't just call pango_fontset_get_metrics() to implementOwen Taylor2004-11-214-9/+161
| | | | | | | | | Sun Nov 21 10:52:03 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-context.c: Don't just call pango_fontset_get_metrics() to implement pango_context_get_metrics(), since that skips our normal font selection algorithm. Rather itemize the sample string and get the metrics from that. (#149438, Felipe Heidrich)
* [Merge from HEAD]Tor Lillqvist2004-10-245-372/+27
| | | | | | | | | | | 2004-10-24 Tor Lillqvist <tml@iki.fi> [Merge from HEAD] * modules/basic/basic-win32.c (basic_engine_covers, basic_engine_win32_class_init): Remove the implementation of the covers method. It was wrong anyway, and unnecessary. No need to override the default implementation. (#152997)
* Move aside ChangeLog for new development versionpango-1-6-branchpointOwen Taylor2004-09-224-2454/+0
|
* Use get_glyph_extents_raw() when hinting is disabled as well as when weOwen Taylor2004-09-226-2/+43
| | | | | | | | | | | | Wed Sep 22 16:15:40 2004 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-font.c (pango_xft_font_get_glyph_extents): Use get_glyph_extents_raw() when hinting is disabled as well as when we are transforming. (#152529, Vincent Noel) * pango/pangofc-font.c (pango_fc_font_get_raw_extents): Duplicate the fix for non-scalable fonts from get_face_metrics() here as well.
* Fix typo in docs. (#153390, Paolo Borelli)Owen Taylor2004-09-225-1/+21
| | | | | | | Wed Sep 22 15:57:30 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_get_ellipsize): Fix typo in docs. (#153390, Paolo Borelli)
* Cleanups from 'sparse', #149922, Kjartan MaraasOwen Taylor2004-09-2210-10/+66
| | | | | | | | | | | | | | | | Wed Sep 22 14:07:47 2004 Owen Taylor <otaylor@redhat.com> Cleanups from 'sparse', #149922, Kjartan Maraas * pango/pango-utils.c (read_config): () => (void) in definition. * pango/pangofc-fontmap.c (pango_fc_font_map_list_families): Initialize *n_families, not n_families. * pango/pangofc-fontmap.c pango/pangoft2.c opentype/ftxgdef.c opentype/ftxgpos.c opentype/ftxgsub.c: : Fix various 0/NULL confusion.
* Add nameOwen Taylor2004-09-204-4/+4
|
* Fix various bugs, make more robust. (#151689)Owen Taylor2004-09-205-27/+37
| | | | | | | Mon Sep 20 13:57:35 2004 Owen Taylor <otaylor@redhat.com> * modules/indic/mprefixups.c (indic_mprefixups_apply): Fix various bugs, make more robust. (#151689)
* Initialize ellipsis_is_cjk (#151901, Christian Persch)Owen Taylor2004-09-205-0/+21
| | | | | | | Mon Sep 13 11:06:47 2004 Owen Taylor <otaylor@redhat.com> * pango/ellipsize.c (init_state): Initialize ellipsis_is_cjk (#151901, Christian Persch)
* Except ideographic spaces from the !g_unichar_isgraph() test. (#145275,Owen Taylor2004-09-205-1/+37
| | | | | | | | Mon Sep 13 10:18:51 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-context.c (itemize_state_process_run): Except ideographic spaces from the !g_unichar_isgraph() test. (#145275, Federic Zhang)
* Don't use face->ascender/descender for non-scalable fonts, since theyOwen Taylor2004-09-205-1/+30
| | | | | | | | | Mon Sep 20 12:17:37 2004 Owen Taylor <otaylor@redhat.com> * pango/pangofc-font.c (get_face_metrics): Don't use face->ascender/descender for non-scalable fonts, since they aren't set. (#Enrico Scholz, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129246)
* Add pango_context_set_matrix. (#152883, Ivan Wong)Tor Lillqvist2004-09-185-2/+21
| | | | | | | 2004-09-18 Tor Lillqvist <tml@iki.fi> * pango/pango.def: Add pango_context_set_matrix. (#152883, Ivan Wong)
* Ignore fonts in SYMBOL_CHARSET. They don't have any Unicode mapping table.Tor Lillqvist2004-09-155-0/+24
| | | | | | | | 2004-09-15 Tor Lillqvist <tml@iki.fi> * pango/pangowin32-fontmap.c (pango_win32_insert_font): Ignore fonts in SYMBOL_CHARSET. They don't have any Unicode mapping table. (#149643)
* Escape also backslashes. (#152607, Kazuki Iwamoto)Tor Lillqvist2004-09-155-1/+24
| | | | | | | 2004-09-15 Tor Lillqvist <tml@iki.fi> * pango/querymodules.c (string_needs_escape, escape_string): Escape also backslashes. (#152607, Kazuki Iwamoto)
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-1415-14/+121
| | | | | | | | | | | | | | | | | Mon Sep 13 17:38:58 2004 Owen Taylor <otaylor@redhat.com> * === Released 1.6.0 === * configure.in: Update versions for 1.6.0 * NEWS: Update. * README: Minor tweak. * pango/fonts.c pango/pango-context.c pango/pango-types.h pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c pango/opentype/pango-ot-buffer.c: Add a bunch of missing Since: 1.6.
* Fix reversed auto-hint option.Owen Taylor2004-09-135-1/+21
| | | | | | | Mon Aug 16 14:17:56 2004 Owen Taylor <otaylor@redhat.com> * examples/renderdemo.c (fc_substitute_func): Fix reversed auto-hint option.
* Add pango_ot_buffer_set_zero_width_marks, again.Tor Lillqvist2004-08-266-5/+47
| | | | | | | | | | | | 2004-08-26 Tor Lillqvist <tml@iki.fi> * pango/pangoft2.def: Add pango_ot_buffer_set_zero_width_marks, again. * pango/Makefile.am: Don't use -lm on Windows. (pangoinclude_HEADERS): Put them on one line, automake 1.8 (at least on Windows) otherwise drops the backslashes but still outputs separate lines.
* Added open-type support for Hebrew.Dov Grobgeld2004-08-264-0/+20
|
* Added open-type support for Hebrew.Dov Grobgeld2004-08-251-11/+184
| | | | * Added open-type support for Hebrew.
* Ignore synthetic vertical writing versions of East Asian fonts. (#145322,Tor Lillqvist2004-08-225-1/+29
| | | | | | | | 2004-08-22 Tor Lillqvist <tml@iki.fi> * pango/pangowin32-fontmap.c (pango_win32_inner_enum_proc): Ignore synthetic vertical writing versions of East Asian fonts. (#145322, John Ehresman)
* Add changelog entry for some stuff I didn't expect to commit last timeOwen Taylor2004-08-164-0/+20
|
* Sync with change to OTL_GlyphItemRec.Owen Taylor2004-08-168-7/+90
| | | | | | | | | Mon Aug 16 13:42:38 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-ot.h (struct _PangoOTGlyph): Sync with change to OTL_GlyphItemRec. (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129982, Jatin Nansi)
* Fix bug where cluster was getting set to 0 for non-spacing marks ratherOwen Taylor2004-08-105-1/+29
| | | | | | | | | Tue Aug 10 11:51:10 2004 Owen Taylor <otaylor@redhat.com> * modules/arabic/arabic-fc.c (arabic_engine_shape): Fix bug where cluster was getting set to 0 for non-spacing marks rather than to the cluster of the base character. (#149126, Behdad Esfahbod)
* updatedHans Breuer2004-08-0611-16/+117
| | | | | | | | | | | | | | | | | | | 2004-08-06 Hans Breuer <hans@breuer.org> * pango/pango.def pango/pangoft2.def pango/pangowin32.def pango/makefile.msc : updated * pango/pangofc-decoder.c : static the pango_fc_decoder_*init implementations * pango/pangowin32.c : remove the duplicated, empty implementation of pango_win32_font_init(), also replace parent_class variable with pango_win32_font_parent_class as defined by G_DEFINE_TYPE * modules/basic/basic-win32.c : implement basic_engine_covers * pango/testfonts.c : iterate three common font names as was intended orginally and said in the comment for years
* Typedef PangoWin32FontMapClass.Tor Lillqvist2004-08-065-4/+34
| | | | | | | | | 2004-08-06 Tor Lillqvist <tml@iki.fi> * pango/pangowin32-fontmap.c: Typedef PangoWin32FontMapClass. (pango_win32_font_map_class_init): Match what G_DEFINE_TYPE generates.
* Add pango_ot_buffer_set_zero_width_marks.Tor Lillqvist2004-08-055-0/+17
| | | | | | 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-026-2/+58
| | | | | | | | | | 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-027-12/+48
| | | | | | | | 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-3010-12/+40
| | | | | | | | | 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-306-6/+63
| | | | | | | | | | | | | | 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-305-1/+28
| | | | | | | | 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-297-4/+68
| | | | | | | | | | | | | | | | | | 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-285-1/+25
| | | | | | | | 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-284-4/+4
|
* Fix API docs. (#148627)Owen Taylor2004-07-285-3/+21
| | | | | | | 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-275-2/+23
| | | | | * 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-278-33/+86
| | | | | | | | | 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-276-35/+55
| | | | | * 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-275-2/+22
| | | | | * 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-265-7/+27
| | | | | | | 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-265-4/+28
| | | | | | | | 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.