summaryrefslogtreecommitdiff
path: root/pango/break.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 462137 – memory corruption in pango_default_breakpango-1-16Behdad Esfahbod2007-07-311-4/+4
* Add is_expandable_space to PangoLogAttr.Behdad Esfahbod2007-05-021-0/+3
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-753/+753
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-23/+23
* Bug 356194 – more pango_get_log_attrs problemsBehdad Esfahbod2006-09-181-49/+66
* Bug 355820 – pango_get_log_attrs brokenBehdad Esfahbod2006-09-151-51/+63
* Oops Ooops Oooops, I did it again! Revert accidentally committed stuff :-(Behdad Esfahbod2006-09-151-20/+0
* Unset gravity on the resulting font description. We want gravity to be setBehdad Esfahbod2006-09-151-0/+20
* Bug 355550 – Miscalculation of logical attributes inBehdad Esfahbod2006-09-131-3/+2
* Oops, undo stuff that were committed accidentally.Behdad Esfahbod2006-09-131-22/+3
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-131-3/+22
* Bug 355435 – Invalid calls to pango_map_get_engine() Patch fromBehdad Esfahbod2006-09-111-4/+5
* updated error C2059: syntax error : '}' Intializing a struct with emptyHans Breuer2006-08-171-1/+1
* Remove initliazer members for analysis, let compiler zero them all. FixesBehdad Esfahbod2006-08-151-1/+1
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-1/+1
* 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