summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* MinorBehdad Esfahbod2015-08-081-6/+5
|
* Document font_features support in markupMatthias Clasen2015-07-301-0/+8
|
* pango: Add missing fontconfig linker flagsRico Tzschichholz2015-07-221-0/+2
|
* 1.37.21.37.2Matthias Clasen2015-07-202-1/+6
|
* Silence a few coverity warningsMatthias Clasen2015-07-171-1/+3
| | | | | | | coverity says: Using uninitialized value "index2". It didn't notice that the only time we can reach the index = index2 assignment with index2 still uninitialized is when we are never going to look at index again.
* README.win32: Update Information for BuildsChun-wei Fan2015-07-131-9/+6
| | | | | | | | | | Since module functions are now built into the main Pango DLLs, indicate so in README.win32, although it does not make any difference in the Visual Studio builds on the surface, as modules are already built into the main DLLs for such builds. Also update the information on the Visual Studio versions supported by the project files.
* Don't use hb_glib_get_unicode_funcs()Behdad Esfahbod2015-06-261-13/+2
| | | | | HarfBuzz buffer comes with a properly set up Unicode funcs these days. So, trust it.
* 1.37.11.37.1Matthias Clasen2015-06-221-0/+7
|
* Add new symbol to .defMatthias Clasen2015-06-221-0/+1
|
* Minor documentation updateMatthias Clasen2015-06-221-1/+1
|
* Add test-feature-tag.markupBehdad Esfahbod2015-06-201-0/+130
|
* Bump version to 1.37.1Matthias Clasen2015-06-191-1/+1
| | | | | This is so I can require a bleeding-edge pango in GTK+ for a font feature demo.
* Bug 738505 - Add fontfeatures support in PangoAttributes and markupBehdad Esfahbod2015-06-187-14/+117
| | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=738505 Patch from Matthias Clasen, based on early patch from Akira TAGOH. There's room for improvement in how this is done, but it works now for simple cases, which is what most people will be using it for. Finally!
* Bug 750463 - hexboxes broken for some combining charactersBehdad Esfahbod2015-06-071-4/+6
| | | | Round lsb.
* Bug 750463 - hexboxes broken for some combining charactersBehdad Esfahbod2015-06-051-3/+6
|
* Bug 750383 - Issue in ellipsization when line space is mentionedBehdad Esfahbod2015-06-041-0/+2
|
* coretext: handle locale set through environment variablesKristian Rietveld2015-05-291-0/+19
|
* coretext: guard for unset languageKristian Rietveld2015-05-291-10/+18
| | | | Fixes bug #750017
* 1.37.01.37.0Javier Jardón2015-05-271-0/+11
|
* Fix an error in font weight conversionMatthias Clasen2015-05-241-2/+2
| | | | | | | | The fallback code for conversion from fontconfig font weights to PangoWeight was mixing up PANGO_WEIGHT_SEMILIGHT and PANGO_WEIGHT_LIGHT. https://bugzilla.gnome.org/show_bug.cgi?id=749635
* Fix other used of “Deprecated: 1.38”Khaled Hosny2015-05-175-26/+26
| | | | Follow-up of the previous commit.
* Update deprecation versionsMatthias Clasen2015-05-161-12/+12
| | | | | | The common practice is to name the first stable version in which a function is deprecated. Following that here and mark things as deprecated in 1.38.
* Overflow, etc, fixes for pangoft2Behdad Esfahbod2015-05-111-11/+11
| | | | | Ugh. With 64-bit machines, weird things were happening inside MIN/MAX() when one of the arguments was unsigned...
* Fix PangoFc with non-identity scale matrix (again!)Behdad Esfahbod2015-05-112-38/+91
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=700592
* Deprecate much of pango-utils.hKhaled Hosny2015-05-102-0/+24
| | | | | | | | These all are general utility functions that do not belong to Pango’s public interface. Most of them are unused internally now, the few ones that are still used should be made private at some point. https://bugzilla.gnome.org/show_bug.cgi?id=682840
* Give -I$(top_builddir) to documentationРуслан Ижбулатов2015-05-081-0/+1
| | | | This allows the docscanner to find pango/pango-enum-types.h
* coretext: ensure weight is always initializedKristian Rietveld2015-05-061-1/+1
|
* coretext: use public function to obtain cascade list if availableKristian Rietveld2015-05-061-0/+23
| | | | | | | We use a compile-time check: if compiling for platforms 10.8 or higher, use the public function, otherwise use the undocumented function. Fixes bug 737813.
* Minor doc fixBehdad Esfahbod2015-05-054-0/+12
|
* Minor doc fixBehdad Esfahbod2015-05-054-3/+6
|
* Fix up api index sectionsBehdad Esfahbod2015-05-051-6/+2
|
* Fix a few warningsBehdad Esfahbod2015-05-054-5/+2
|
* Fix leading vs trailing grapheme edge docsBehdad Esfahbod2015-05-051-4/+4
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=748822 https://bugzilla.gnome.org/show_bug.cgi?id=744836
* [test] Include headerBehdad Esfahbod2015-05-041-0/+1
|
* Fix build with picky ldBehdad Esfahbod2015-05-041-1/+3
|
* Fix a copy-paste errorMatthias Clasen2015-05-041-1/+1
|
* MinorBehdad Esfahbod2015-05-011-2/+2
|
* Bug 748767 - Add pango_fc_font_map_config_changed()Behdad Esfahbod2015-05-014-2/+27
|
* Bug 748768 - pango_fc_font_map_set_config() should clear cachesBehdad Esfahbod2015-05-011-1/+4
|
* Rename pango_fc_font_map_[sg]et_fc_config to pango_fc_font_map_[sg]et_configBehdad Esfahbod2015-05-015-23/+23
| | | | Do it before it's too late!
* Bug 547671 - Add pango_fc_font_map_[gs]et_fc_config()Behdad Esfahbod2015-04-305-6/+79
|
* Bug 602257 - Make pango_matrix_get_font_scale_factors() publicBehdad Esfahbod2015-04-306-67/+58
|
* Bug 548490 - regenerate script-lang-table against to-be-released fontconfigBehdad Esfahbod2015-04-301-8/+9
|
* Fixup tools/Behdad Esfahbod2015-04-301-2/+2
|
* MinorBehdad Esfahbod2015-04-302-3/+2
|
* Bug 328141 - Use Requires.private in pkg-config files when appropriateBehdad Esfahbod2015-04-305-5/+10
| | | | Clean up our shi^W"stuff". Please confirm I didn't break everything.
* Bug 695163 - pangocairo hexboxes don't take actual font size into accountBehdad Esfahbod2015-04-301-5/+12
|
* Bug 694697 - [PATCH] cosmetic fix for configure.acBehdad Esfahbod2015-04-301-6/+7
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=694697
* Makefile-newvs: some .vcxproj.filters files are in builddir, some in srcdirSimon McVittie2015-04-291-5/+15
| | | | | | | | | | | | | | Without this change, out-of-tree distcheck doesn't get very far. Similarly, allow *.vcxproj, *.props to be in either the builddir or the srcdir. Finally, since I'm touching these lines anyway, eliminate some useless uses of cat: "cat x | sed 's/foo/bar/' > y" is equivalent to "sed 's/foo/bar/' < x > y". Bug: https://bugzilla.gnome.org/show_bug.cgi?id=748176 Reviewed-by: Chun-wei Fan <fanchunwei@src.gnome.org>
* Hide pango-view --pangorcBehdad Esfahbod2015-04-232-3/+2
|