summaryrefslogtreecommitdiff
path: root/pango/itemize.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid some small allocationsMatthias Clasen2023-01-171-3/+14
* Fix char offset calculationsfix-char-offsetMatthias Clasen2022-11-181-4/+8
* itemize: Use pango_font_get_variantstrdup-avoidanceMatthias Clasen2022-08-271-9/+2
* itemize: Be more defensivenull-fontsMatthias Clasen2022-04-121-4/+10
* Check for fontmapsno-fontmap-no-funMatthias Clasen2022-01-141-0/+2
* itemize: Try harder to avoid NULL fontsMatthias Clasen2021-12-251-3/+5
* Drop pango-fontset-private.hMatthias Clasen2021-12-241-1/+1
* Fix line height with emulated small capsfix-small-caps-line-heightMatthias Clasen2021-12-191-4/+13
* Fix Arabic format charsMatthias Clasen2021-12-161-18/+22
* docs: Cosmeticsmisc-doc-fixupsMatthias Clasen2021-12-101-5/+5
* Fix a bug in Small Caps handlingMatthias Clasen2021-11-131-2/+2
* itemize: Handle text transformssmall-capsMatthias Clasen2021-11-081-17/+70
* Reshuffle itemize APIMatthias Clasen2021-11-081-24/+40
* Cosmetics: Add the right sectionMatthias Clasen2021-11-071-1/+4
* itemize: Emulate other casing variantsMatthias Clasen2021-11-071-67/+130
* itemize: Implement emulated Small CapsMatthias Clasen2021-11-071-1/+181
* itemize: Break out a helperMatthias Clasen2021-11-071-27/+32
* itemize: Handle PANGO_FONT_SCALE_SMALL_CAPSMatthias Clasen2021-11-071-17/+39
* Avoid a crashMatthias Clasen2021-09-011-5/+12
* Implement font-dependent scalingMatthias Clasen2021-08-311-15/+166
* item: Add a char offsetMatthias Clasen2021-08-281-1/+15
* CosmeticMatthias Clasen2021-08-281-22/+16
* Some code reorgMatthias Clasen2021-08-201-0/+1151
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-232/+0
* move pango_shape and pango_reorder_items in here.Havoc Pennington2000-12-161-1/+1
* Remove checks for iconv - we now depend on g_iconv wrapper defined inOwen Taylor2000-11-121-1/+0
* Include a stripped-down version of fribidi to avoid the extra dependency.Owen Taylor2000-11-121-2/+1
* Remove tests for libunicodeOwen Taylor2000-06-211-6/+5
* *** empty log message ***Owen Taylor2000-06-081-2/+2
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-051-5/+5
* Memory management functions for PangoItem.Owen Taylor2000-03-131-1/+1
* First draft of highlevel driver. It currently only handles a paragraph asOwen Taylor2000-03-081-6/+7
* Initial revisionOwen Taylor2000-01-131-0/+234