summaryrefslogtreecommitdiff
path: root/pango/break.c
Commit message (Expand)AuthorAgeFilesLines
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-8/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* Remove g_utf8_strlen that was only used to give a warning.Behdad Esfahbod2005-11-171-10/+1
* More documentation improvements.Behdad Esfahbod2005-11-171-1/+1
* Various documentation improvements.Behdad Esfahbod2005-11-171-2/+2
* Remove g_utf8_strlen and work around the logic. Patch by Owen Taylor.Behdad Esfahbod2005-11-141-16/+10
* Do not call strlen when length < 0. Leave it to language engines to handleBehdad Esfahbod2005-11-101-3/+0
* Update to handle new line-breaking types in the Unicode 4.1 UAX#14.Behdad Esfahbod2005-11-051-67/+185
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Protect against future line-break type additions in glib Unicode module.Behdad Esfahbod2005-08-261-1/+5
* Optimization. Do not g_utf8_get_char at all. (#305323, Paolo Borelli)Behdad Esfahbod2005-06-181-21/+26
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-051-23/+23
* Fix trailing comma in enum (#162618)Owen Taylor2005-01-041-1/+1
* Ignore formatting characters when determining word boundaries (Part ofOwen Taylor2004-12-021-0/+1
* Turn off backspace-deletes-character behavior for Kana and Hangul. It'sOwen Taylor2004-11-211-1/+3
* Add missing row for the WORD_JOINER class. (#145833, Billy Biggs)Owen Taylor2004-07-081-1/+11
* Handle new Unicode-4.0 WORD_JOINER and NEXT_LINE classes. (#143436, JeroenOwen Taylor2004-06-221-33/+73
* Fix incorrect casts to get the class object of lang engine. (#141931)Theppitak Karoonboonyanan2004-05-061-2/+2
* Only reset the word type to WordNone at a word end if it is not also aMatthias Clasen2003-09-241-4/+1
* Add backspace_deletes_character to PangoLogAttr. (#114483)Noah Levitt2003-08-141-0/+20
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-2/+2
* hu Dec 6 12:10:53 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-12-061-25/+21
* Fix for bug 65183; i.e. do not call g_utf8_next_char(next) when next isPadraig O'Briain2001-11-231-11/+20
* pango/tmpl/x-fonts.sgml pango/break.c small documentation fixes.Matthias Clasen2001-10-151-3/+2
* another missing comment end marker and some fixes in gtk-doc comments.Sven Neumann2001-10-151-4/+7
* fix wrong check for incorrect attrs_lenHavoc Pennington2001-10-051-1/+2
* remove assertion I shouldn't have put in thereHavoc Pennington2001-10-031-1/+0
* try to fix up the sentence breaking a bit, specifically for sentences thatHavoc Pennington2001-10-031-42/+49
* require one more log attr in the buffer passed in, to account for the endHavoc Pennington2001-10-031-15/+54
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-2/+2
* s/is_break/is_line_break/g;Havoc Pennington2001-01-221-8/+15
* move pango_shape and pango_reorder_items in here.Havoc Pennington2000-12-161-1/+1
* #include <string.h>Elliot Lee2000-12-111-0/+1
* delete lang engineHavoc Pennington2000-12-021-31/+1342
* Don't try to use the ! command, not available in all systems. Move the !Tor Lillqvist2000-07-191-1/+3
* Implement this function, to get logical attributes without aHavoc Pennington2000-07-061-1/+99
* Remove tests for libunicodeOwen Taylor2000-06-211-12/+5
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-051-1/+1
* New function for visual (left-right, not forward-back) cursor navigationOwen Taylor2000-04-241-2/+2
* Memory management functions for PangoItem.Owen Taylor2000-03-131-7/+7
* Initial revisionOwen Taylor2000-01-131-0/+66