summaryrefslogtreecommitdiff
path: root/pango
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* [modules] Move language modules in source tree and remove modules/Behdad Esfahbod2015-04-0411-130/+472
| | | | | | | This should complete the kill-modules effort. What is left is leftover removal and unbreaking stuff. Bug 733882 - Kill Pango modules, engines, and config files
* Fix MT-unsafe initializationsBehdad Esfahbod2015-04-044-9/+10
|
* [break] Call language engine on each script changeBehdad Esfahbod2015-04-041-27/+4
| | | | In preparation for merging all language engines into one.
* [modules] Fixup pango_map_get_engines() after recent changesBehdad Esfahbod2015-04-041-2/+6
|
* Increase number of features per runBehdad Esfahbod2015-04-041-1/+1
|
* Deprecate pango_font_map_get_shape_engine_type()Behdad Esfahbod2015-04-041-0/+1
|
* Hide internal symbolBehdad Esfahbod2015-04-041-1/+1
|
* [coretext] Reverse glyphs if right-to-leftBehdad Esfahbod2015-04-041-0/+1
| | | | | The shape.c layer is doing this for clumsy backends but warns. Fix properly.
* Deprecate module system, skip it for shaper modulesBehdad Esfahbod2015-04-0419-913/+258
| | | | | | | | | | | | | | Now shaper is discovered via (previously unused!) font->find_shaper(). I'm keeping that just to allow clients override shaping. Though, even that I'm not sure we want to keep. Wraps shaper in PangoEngineShape structs to keep PangoAnalysis API intact. Deprecated pango-modules.h and some pango-engine.h. Language modules are not moved yet. Wired up PangoFc, PangoWin32, and PangoCoretext shapers.
* Move shapers from modules/basic/ into pango/Behdad Esfahbod2015-04-044-4/+1913
| | | | Note wired up yet. Doesn't build.
* Deprecate pango_config_key_get*Khaled Hosny2015-04-042-136/+8
| | | | | The config file was used solely for dynamic module paths, but they have been killed.