summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-4/+1
* Doc markup and typo fixes.Matthias Clasen2003-06-251-42/+42
* Fix bug in determining when we cross line boundaries. (#103421, MatthiasOwen Taylor2003-06-051-29/+34
* Use g_object_new() rather than g_type_create_instance() (Patch fromOwen Taylor2003-05-271-1/+1
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-021-1/+0
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-021-5/+3
* Guard against pango_layout_set_text (pango_layout_get_text (layout));Owen Taylor2003-02-121-4/+7
* Some unit fixups (#96335)Owen Taylor2002-12-201-11/+12
* Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), addOwen Taylor2002-12-031-21/+78
* Trivial s/foo/foo_/ fixes to make pango.h includable with -WshadowSoeren Sandmann2002-11-081-10/+10
* Don't break at the first char in the first item on a line. FixesAlexander Larsson2002-10-231-3/+6
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-5/+5
* Add, implement and document PANGO_WRAP_WORD_CHARAlexander Larsson2002-10-041-49/+70
* Fix wrong assertion that was dying on lines separated by PS (U+2029).Owen Taylor2002-07-251-1/+1
* Fix problem with positions at the ends of lines (#63328, reported by DovOwen Taylor2002-03-011-26/+29
* Fix problems with computing the length of the paragraph delimiter.Owen Taylor2002-01-241-1/+1
* fix memory leak of "text", reported by Jason TackaberryHavoc Pennington2002-01-211-0/+1
* A string ending in a paragraph delimiter has an empty line at the end.Owen Taylor2002-01-161-1/+1
* slight correction to pango_layout_get_extents(), docs still need to beHavoc Pennington2002-01-141-14/+14
* allow setting attrs to NULLHavoc Pennington2002-01-111-1/+2
* docs tweak (pango_layout_iter_next_cluster): update iter->index hereHavoc Pennington2002-01-111-1/+6
* Remove incorrect special casing of initial line. (Reported by Darin Adler)Owen Taylor2001-12-201-5/+1
* Fix problem with returned width on lines other than the first lineOwen Taylor2001-12-101-1/+1
* Fix problem where length passed in didn't get adjusted for paragraphOwen Taylor2001-12-071-1/+4
* Version 0.22. Updated Update. Don't look like a doc comment.Owen Taylor2001-11-211-3/+2
* Patch from Alex Larsson to improve line breaking algorithm so that itOwen Taylor2001-11-021-85/+158
* Allow NULL run_logical. (#63014, Tony Graham)Owen Taylor2001-10-251-5/+9
* another missing comment end marker and some fixes in gtk-doc comments.Sven Neumann2001-10-151-27/+28
* require one more log attr in the buffer passed in, to account for the endHavoc Pennington2001-10-031-2/+3
* Patch from Alex LarssonOwen Taylor2001-09-241-103/+114
* Fix handling of the last index in a paragraph. (#60630, fix based on patchOwen Taylor2001-09-241-33/+20
* Up to 0.19.Owen Taylor2001-09-181-16/+25
* Make a couple of functions static.Owen Taylor2001-09-021-1/+1
* Handle text == NULL, length == 0 again.Owen Taylor2001-08-241-5/+8
* pass "" as default text into pango_layout_set_text() as NULL isn't allowedTim Janik2001-08-231-1/+1
* Simply use g_utf8_validate() to validate the text, avoiding problem whereOwen Taylor2001-08-221-38/+13
* pango/pango-layout.c (pango_layout_line_get_empty_extents):Matthias Clasen2001-08-091-15/+7
* make implementation static too.Hans Breuer2001-07-201-1/+1
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-6/+16
* Add a 'strong' parameter to allow moving either the strong or the weakOwen Taylor2001-06-081-2/+6
* Make the hack for avoiding the last index of the line more sophisticatedOwen Taylor2001-05-311-17/+44
* Set *trailing properly at end of line.Owen Taylor2001-05-281-0/+1
* Use the font at the beginning of the paragraph, not the context's font.Owen Taylor2001-05-181-29/+53
* Use ISO C99 varargs when available.Owen Taylor2001-05-181-62/+157
* Move some fontmap stuff to pangox-private.h to access fontmap->resolutionHavoc Pennington2001-04-271-5/+53
* Removed pango_justify(), since it has no implementation that I can find.Havoc Pennington2001-04-171-6/+16
* fix *trailing = FALSE to read *trailing = 0Havoc Pennington2001-02-161-3/+4
* fix another "count line lengths to get line start" bugHavoc Pennington2001-02-151-7/+2
* properly update the tail of the list (pango_attr_list_change): flip orderHavoc Pennington2001-02-131-42/+97
* New functionHavoc Pennington2001-01-231-1/+52