summaryrefslogtreecommitdiff
path: root/pango
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add new symbol to .defMatthias Clasen2015-06-221-0/+1
|
* Minor documentation updateMatthias Clasen2015-06-221-1/+1
|
* Bug 738505 - Add fontfeatures support in PangoAttributes and markupBehdad Esfahbod2015-06-185-14/+114
| | | | | | | | | | | 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
* 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-111-29/+69
| | | | 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
* 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 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
* 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-013-2/+26
|
* 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-014-21/+21
| | | | Do it before it's too late!
* Bug 547671 - Add pango_fc_font_map_[gs]et_fc_config()Behdad Esfahbod2015-04-304-6/+77
|
* Bug 602257 - Make pango_matrix_get_font_scale_factors() publicBehdad Esfahbod2015-04-304-66/+48
|
* Bug 548490 - regenerate script-lang-table against to-be-released fontconfigBehdad Esfahbod2015-04-301-8/+9
|
* MinorBehdad Esfahbod2015-04-301-0/+2
|
* Bug 695163 - pangocairo hexboxes don't take actual font size into accountBehdad Esfahbod2015-04-301-5/+12
|
* Remove some old build cruftBehdad Esfahbod2015-04-221-8/+0
|
* Revert "Use UTF-8 pragma for MSVC"Behdad Esfahbod2015-04-142-9/+0
| | | | | | | This reverts commit c8b1d5bea67155ae51cb9a145d43df79a52faeb4. See discussion: https://bugzilla.gnome.org/show_bug.cgi?id=747772
* Add missing G_DEPRECATED annotationKhaled Hosny2015-04-131-0/+2
|
* MinorKhaled Hosny2015-04-131-2/+2
|
* Deprecate noop utility functionsKhaled Hosny2015-04-131-49/+8
| | | | | | | | | | After the removal of modules and configuration files, both pango_get_lib_subdirectory and pango_get_sysconf_subdirectory are meaningless now. This patch deprecates them and removes the Windows specific behaviour as it prevents statically compiling Pango under Windows. https://bugzilla.gnome.org/show_bug.cgi?id=682840
* Use UTF-8 pragma for MSVCBehdad Esfahbod2015-04-132-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=747772
* Fix warnings if font is not foundBehdad Esfahbod2015-04-102-3/+4
|
* Remove Traces of the Old Makefile-msvcproj.amChun-wei Fan2015-04-081-7/+0
| | | | We don't need them around anymore
* MSVC Builds: Restore MSVC 2008/2010 Project GenerationChun-wei Fan2015-04-081-0/+45
| | | | | | | | | | ... in a way that 'make distcheck' (with or without -jN) completes successfully. This uses the common autotools module that was added in a previous commit so that we just need to define the items needed and call the things in there during 'make dist' (or 'make distcheck'), which would have things in a more tidy manner for this. https://bugzilla.gnome.org/show_bug.cgi?id=735039
* MinorBehdad Esfahbod2015-04-061-1/+1
|
* Fix regression after 137832fa931e875b900dedd1c8909b46d1f7e8adBehdad Esfahbod2015-04-061-2/+2
|
* Fix tailoring of run boundary break propertiesBehdad Esfahbod2015-04-061-6/+7
| | | | I have no idea how this was never caught before.
* Fix building with libthaiKhaled Hosny2015-04-051-0/+2
| | | | Regression from 137832fa931e875b900dedd1c8909b46d1f7e8ad.
* Make the deprecation a bit more clearKhaled Hosny2015-04-051-9/+4
| | | | Followup to 81904127fe1107b6c0db4ce50c3d44cdf63b7f67.
* MinorBehdad Esfahbod2015-04-052-3/+2
|
* Remove gmodule dependency and deprecate some more symbolsBehdad Esfahbod2015-04-059-56/+34
|
* [win32] Don't read pango.aliasesBehdad Esfahbod2015-04-041-54/+0
| | | | Part of Bug 733882 - Kill Pango modules, engines, and config files
* [win32] Another try to fix make distcheckBehdad Esfahbod2015-04-041-7/+1
| | | | Sigh.
* [win32] Unbreak distBehdad Esfahbod2015-04-041-0/+3
|