summaryrefslogtreecommitdiff
path: root/pango
Commit message (Collapse)AuthorAgeFilesLines
* Part of Bug 653985 - Pango 1.29.x make GTK3-demo.exe crashed in WindowsKalev Lember2011-09-281-1/+1
| | | | | Fixes a regression from ea702f4 which changed PangoFallbackEngine to be abstract.
* introspection: Remove incorrect trailing colon from (skip)Colin Walters2011-06-153-3/+3
| | | | The syntax doesn't include this, and apparently it confuses gtk-doc.
* Revert "layout: Make sure all lines are ellipsized"Behdad Esfahbod2011-06-151-1/+2
| | | | This reverts commit 00d2842d8a5ded059fc058d05b2cffcf16186710.
* Cull some dead codeMatthias Clasen2011-06-151-2/+0
| | | | | | | Some static analysis tool complained about dead code, and it is right in this case. https://bugzilla.gnome.org/show_bug.cgi?id=652616
* layout: Make sure all lines are ellipsizedBenjamin Otte2011-06-131-2/+1
| | | | | | | | | | All lines that are too long should be ellipsized when ellipsizing is enabled. Not just those lines where we thought they'd need to be in advance. It might turn out that a word is too long so that we cannot wrap it. In that case we still want to break as soon as possible, but still ellipsize the line. https://bugzilla.gnome.org/show_bug.cgi?id=649783
* Bug 652227 - Unconditional use of stdint.hBehdad Esfahbod2011-06-101-1/+5
|
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-0921-48/+48
| | | | | | | G_CONST_RETURN is headed for deprecation (as per bug #644611). Stop using it in Pango. https://bugzilla.gnome.org/show_bug.cgi?id=652202
* Fix make checkMatthias Clasen2011-06-021-0/+1
|
* Bug 650781 - Font Families are listed lowercaseMatej Knopp2011-05-311-7/+5
| | | | Fix CoreText backend to not use the casefold string as family name.
* Part of Bug 377539 - Make Pango thread-safeBehdad Esfahbod2011-05-171-1/+1
|
* Update pango.defChun-wei Fan2011-05-171-1/+1
| | | | | | | The entry of the symbols for commit 4587e5d2231b717dd116253a49badc1ba3aa5db5 in this file was not correct. Fix that here.
* MinorBehdad Esfahbod2011-05-162-5/+7
|
* Provide access to PangoLayout.n_charsMatthias Clasen2011-05-163-0/+23
| | | | | | | This lets us avoid a bunch of g_utf8_strlen() calls, when Pango is already maintaining this information anyway. https://bugzilla.gnome.org/show_bug.cgi?id=650208
* Add a readonly version of pango_layout_get_log_attrs()Matthias Clasen2011-05-163-0/+39
| | | | | | | Otherwise, we are forced to either make many unnecessary copies or pass the log attrs around alongside the layout in APIs operating on the attrs. https://bugzilla.gnome.org/show_bug.cgi?id=650170
* [OT] Fix logicBehdad Esfahbod2011-05-011-1/+1
| | | | That part of code is to be removed thanks to HarfBuzz move though.
* Fix compiler warningsBehdad Esfahbod2011-05-015-14/+19
|
* Bug 648044; Change PangoCoreTextFace::weight to type PangoWeight and perform ↵John Ralls2011-05-011-52/+44
| | | | | the conversion from the CFNumber with a mapping table in pango_core_test_face_from_ct_font_descriptor() This assigns PangoWeights which better align with the CoreText weights and better ensures that unique values are used for hash keys used for determining which faces need synthetic italic faces created.
* Finish conversion to using G_DEFINE_TYPE: Provide PangoCoreTextFamilyClass ↵John Ralls2011-04-301-43/+50
| | | | and PangoCoreTextFaceClass so that it actually compiles.
* pango/pangox-fontmap.c: Use G_DEFINE_TYPEJavier Jardón2011-04-302-98/+34
|
* pango/pangocoretext-fontmap.c: Use G_DEFINE_TYPEJavier Jardón2011-04-301-35/+2
|
* pango/pangoatsui-fontmap.c: Use G_DEFINE_TYPEJavier Jardón2011-04-301-36/+3
|
* pango/pango-renderer.c: parent_class is already defined in ↵Javier Jardón2011-04-301-5/+1
| | | | G_DEFINE_ABSTRACT_TYPE
* ngo/pango-ot-ruleset.c: Use G_DEFINE_TYPEJavier Jardón2011-04-301-35/+4
|
* pango/pango-ot-info.c: Use G_DEFINE_TYPEJavier Jardón2011-04-301-31/+6
|
* pango/pangox.c: Use G_DEFINE_TYPEJavier Jardón2011-04-301-34/+3
|
* Remove unneeded custom macrosJavier Jardón2011-04-301-46/+0
|
* pango/pangofc-fontmap.c: Use G_DEFINE_TYPE instead custom macroJavier Jardón2011-04-301-24/+13
|
* pango/pango-fontset.c: Use G_DEFINE_TYPE instead custom macroJavier Jardón2011-04-301-11/+10
|
* pango/pango-engine.c: Use G_DEFINE_TYPE instead custom macroJavier Jardón2011-04-301-13/+36
|
* pango/modules.c: Use G_DEFINE_TYPE instead custom macroJavier Jardón2011-04-301-8/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=578018
* Use G_DEFINE_INTERFACE in PangoCairoFontMapJavier Jardón2011-04-301-27/+5
|
* Use G_DEFINE_INTERFACE in PangoCairoFontJavier Jardón2011-04-301-28/+6
|
* Removing introspection warnings from pangoxft-fontmapAlberto Ruiz2011-04-261-2/+2
|
* Removing introspection warnings from pangocairo-fontmapAlberto Ruiz2011-04-261-9/+9
|
* Removing introspection warnings from pangocairo-contextAlberto Ruiz2011-04-261-3/+3
|
* Fixed (transfer full) introspection annotation for the return value in ↵Alberto Ruiz2011-04-261-3/+3
| | | | pango_glyph_item_apply_attr
* Fixed (transfer full) introspection annotation for the return value in ↵Alberto Ruiz2011-04-261-1/+2
| | | | pango_split_file_list
* Fixed (transfer full) and (element-type) introspection annotation for the ↵Alberto Ruiz2011-04-262-2/+3
| | | | return value in pango_reorder_items
* Fixed (transfer full) and (element-type) introspection annotation for the ↵Alberto Ruiz2011-04-251-4/+8
| | | | return value in pango_itemize_with_base_dir
* Fixed (transfer full) and (element-type) introspection annotation for the ↵Alberto Ruiz2011-04-251-1/+1
| | | | return value in pango_itemize
* Fixed annotation typo and added (allow-none) to pango_layout_index_to_line_xAlberto Ruiz2011-04-251-4/+4
|
* Fixed (transfer full) introspection annotation for the return value in ↵Alberto Ruiz2011-04-251-3/+3
| | | | pango_attr_list_filter
* Fixed (scope) and (closure) introspection annotation for the return value in ↵Alberto Ruiz2011-04-251-2/+2
| | | | pango_attr_list_filter
* Fixed (transfer none) introspection annotation for the return value in ↵Alberto Ruiz2011-04-251-1/+1
| | | | pango_layout_iter_get_run_readonly
* Fixed (transfer none) introspection annotation for the return value in ↵Alberto Ruiz2011-04-251-1/+1
| | | | pango_layout_iter_get_layout
* Fixed (transfer none) introspection annotation for the return value in ↵Alberto Ruiz2011-04-251-1/+2
| | | | pango_font_get_font_map
* Fixed (transfer full) introspection annotation for the return value in ↵Alberto Ruiz2011-04-251-2/+2
| | | | pango_fontset_get_font
* Fixed (closure) and (scope) introspection annotation for the return value in ↵Alberto Ruiz2011-04-251-2/+2
| | | | pango_fontset_foreach
* Fixing (transfer full) introspection annotation for the return value in ↵Alberto Ruiz2011-04-251-2/+2
| | | | pango_font_map_create_context
* Fixing (transfer full) introspection annotation for the return value in ↵Alberto Ruiz2011-04-251-1/+2
| | | | pango_font_map_load_fontset