summaryrefslogtreecommitdiff
path: root/pango/pango-bidi-type.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing bidi typestest-coverageMatthias Clasen2021-06-281-1/+11
| | | | | The api is deprecated, but it is very ugly to randomly miss a few values here. Just add them.
* Convert a stray DocBook ulink into MarkdownFederico Mena Quintero2021-06-141-1/+1
|
* docs: Tweak bidi docsMatthias Clasen2021-03-111-1/+1
| | | | Give doc comments summaries, etc.
* Fix fallout from bidi deprecationMatthias Clasen2018-12-111-40/+2
| | | | | | | PangoDirection is still used in some public apis, so just keep it around. Closes: #339
* Deprecate bidi apisMatthias Clasen2018-11-191-4/+7
| | | | | We agreed that people should just use fribidi for this information.
* Decorate the symbols in the headers with version macrosChun-wei Fan2016-06-291-1/+5
| | | | | | | From the last commit, decorate all the symbols with the version macros. Also add the version macros in the docs. https://bugzilla.gnome.org/show_bug.cgi?id=767587
* Add deprecation attributes to deprecated functionsMatthias Clasen2011-10-131-0/+1
| | | | | | | | This is using the newly introduce G_DEPRECATED macros from GLib. Traditional deprecation guards are still in place. https://bugzilla.gnome.org/show_bug.cgi?id=661612
* Group bidi stuff together. Add a section in the docs for them.Behdad Esfahbod2008-04-221-0/+47
| | | | | | | | | | | | | | | | | | | 2008-04-21 Behdad Esfahbod <behdad@gnome.org> * docs/pango-docs.sgml: * docs/pango-sections.txt: * docs/tmpl/bidi.sgml: * docs/tmpl/main.sgml: * docs/tmpl/vertical.sgml: * pango/pango-bidi-type.c (pango_log2vis_get_embedding_levels), (pango_unichar_direction), (pango_get_mirror_char): * pango/pango-bidi-type.h: * pango/pango-types.h: * pango/pango-utils.c: Group bidi stuff together. Add a section in the docs for them. svn path=/trunk/; revision=2608
* Bug 515432 – Add function to get bidirectional character type of aBehdad Esfahbod2008-04-211-0/+88
2008-04-21 Behdad Esfahbod <behdad@gnome.org> Bug 515432 – Add function to get bidirectional character type of a unicode character Patch from Jürg Billeter * docs/pango-sections.txt: * docs/tmpl/layout.sgml: * docs/tmpl/main.sgml: * docs/tmpl/pangocairo.sgml: * pango/Makefile.am: * pango/pango-bidi-type.c (pango_bidi_type_for_unichar): * pango/pango-bidi-type.h: * pango/pango-types.h: * pango/pango-utils.c (pango_log2vis_get_embedding_levels), (pango_unichar_direction): * pango/pango.def: * pango/pango.h: New public API: enum PangoBidiType; pango_bidi_type_get_type() pango_bidi_type_for_unichar() svn path=/trunk/; revision=2607