summaryrefslogtreecommitdiff
path: root/pango/mini-fribidi/fribidi.c
Commit message (Expand)AuthorAgeFilesLines
* Drop now unused mini-fribidifribidi-upstreamKhaled Hosny2017-11-131-967/+0
* Port two minor bidi bug fixes from FriBidi 0.19.6Khaled Hosny2015-08-211-6/+12
* Bug 590183 - Fix bidi implementation with regards to Unicode 5.2.0Behdad Esfahbod2012-08-211-2/+6
* [FriBidi] Minor optimization in struct layout for 64-bit machinesBehdad Esfahbod2011-05-041-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-3/+1
* Use new g_slice API for TypeLink allocation, instead of GMemChunks.Behdad Esfahbod2005-12-051-56/+3
* Include string.h, needed for memset.Behdad Esfahbod2005-11-141-3/+10
* Short-circuit on LTR-only or RTL-only text.Behdad Esfahbod2005-11-101-46/+113
* Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. MovedBehdad Esfahbod2005-11-031-514/+388
* === Released 1.3.5 ===PANGO_1_3_5Owen Taylor2004-03-021-7/+0
* Handle PANGO_DIRECTION_NEUTRAL.Owen Taylor2004-02-271-0/+1
* Add some new enum and values and utilities for supporting automaticallyOwen Taylor2004-02-271-2/+37
* Update to latest fribidi. (#68435)Noah Levitt2003-11-201-495/+422
* Limit the size of the buffers we alloca(). (#104238Owen Taylor2003-05-271-1/+10
* Fix read of unitialized memory (#66067, Hidetoshi Tajima)Owen Taylor2002-01-101-1/+1
* (Fixes from Frank Belew, #58905)Owen Taylor2001-10-181-5/+1
* Make a couple of functions static.Owen Taylor2001-09-021-24/+0
* make implementation static too.Hans Breuer2001-07-201-0/+4
* Small updatesOwen Taylor2001-04-161-157/+168
* Update to correspond to FriBidi-0.9.0 (with some small fixes)Owen Taylor2001-04-131-344/+942
* Some tiny changes to correspond to fribidi-0.15Owen Taylor2000-11-291-1/+1
* Include a stripped-down version of fribidi to avoid the extra dependency.Owen Taylor2000-11-121-0/+514