summaryrefslogtreecommitdiff
path: root/pango/pango-types.h
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics: Reindent pango-language.hMatthias Clasen2021-08-201-0/+1
* Cosmetics: Clean up pango-context.hMatthias Clasen2021-08-201-0/+1
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-20/+28
* docs: Tweak some remaining docsMatthias Clasen2021-03-111-8/+9
* Drop some useless things from the girMatthias Clasen2021-03-111-0/+2
* docs: Port misc. types to the new doc formatMatthias Clasen2021-03-111-3/+3
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-4/+4
* Decorate the symbols in the headers with version macrosChun-wei Fan2016-06-291-0/+5
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-2/+102
* Group bidi stuff together. Add a section in the docs for them.Behdad Esfahbod2008-04-221-47/+0
* Bug 515432 – Add function to get bidirectional character type of aBehdad Esfahbod2008-04-211-0/+1
* Bug 508002 – change pango_layout_pixel_extents() to round logical rectBehdad Esfahbod2008-01-221-2/+2
* Move PangoLanguage stuff into pango-language.[ch]Behdad Esfahbod2007-05-081-19/+2
* Move PANGO_UNITS_ROUND here... ...from here.Behdad Esfahbod2007-04-301-0/+4
* Quantize kerning adjustment, otherwise all the metrics hinting effort willBehdad Esfahbod2007-04-121-0/+2
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-2/+2
* Bug 323173 – Add layout of mixed direction text for vertical layoutBehdad Esfahbod2007-01-161-113/+3
* Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21Behdad Esfahbod2007-01-041-8/+16
* Bug 333982 – Fallback to $LANG whenever NULL PangoLanguage is used PatchBehdad Esfahbod2006-12-061-0/+2
* Correct switched return value of EAST/WEST.Behdad Esfahbod2006-08-201-1/+7
* Render block progression and line direction arrows, and a base gravityBehdad Esfahbod2006-08-161-95/+121
* Oops. Exchange west<->east and north<->south gravities. The gravity is theBehdad Esfahbod2006-08-151-10/+10
* Add enum PangoGravity.Behdad Esfahbod2006-08-151-5/+21
* Bug 329547 – pango_layout_get_pixel_extents andBehdad Esfahbod2006-04-291-4/+6
* Move PANGO_GLYPH_EMPTY, PANGO_GLYPH_UNKNOWN_FLAG, andBehdad Esfahbod2006-02-171-4/+0
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-2/+3
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-1/+1
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-0/+3
* Make matrix parameter const.Behdad Esfahbod2006-01-211-1/+1
* Fix bug #323540.Behdad Esfahbod2005-12-121-0/+1
* Various documentation improvements.Behdad Esfahbod2005-11-171-1/+1
* Added % to PANGO_DIRECTION_LTR in doc comments.Behdad Esfahbod2005-11-161-1/+1
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-1/+2
* Fix problem where MEDIUM was getting grouped with SEMIBOLD rather thanOwen Taylor2004-12-311-1/+1
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-141-0/+4
* Add a GType for PangoMatrix (#145532, Torsten Schoenfeld)Owen Taylor2004-07-131-0/+9
* One more constification.Owen Taylor2004-07-101-2/+2
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-1/+1
* Add pango_context_get_font_map()Owen Taylor2004-07-081-3/+7
* Add new letter_spacing attribute.Owen Taylor2004-06-231-0/+4
* Remove stray semi-colon. (#143516, Morten Welinder)Owen Taylor2004-06-021-1/+1
* Fix 'new' as parameter name (C++ compatibility issue). (#143430, DavidOwen Taylor2004-05-311-1/+1
* Add PangoMatrix type for affine transforms.Owen Taylor2004-05-281-0/+57
* Add some new enum and values and utilities for supporting automaticallyOwen Taylor2004-02-271-5/+41
* Up to 0.19.Owen Taylor2001-09-181-9/+3
* copy function. (pango_glyph_string_get_type): implement get_type function.James Henstridge2001-07-021-0/+4
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-8/+8
* Add a PANGO_PIXELS macro to convert from pango units to device units andOwen Taylor2000-07-021-0/+3
* *** empty log message ***Owen Taylor2000-06-081-6/+0
* Fix memory leak by freeing correct list.Owen Taylor2000-05-101-1/+1