summaryrefslogtreecommitdiff
path: root/.indent.pro
Commit message (Collapse)AuthorAgeFilesLines
* Simplify fribidi-types.h a bitKhaled Hosny2017-11-161-4/+0
| | | | | | | | It is 2017, I think we can rely on the presence of one of these three int types headers. Also rename types that are not exposed in public headers to use the standard names.
* Reimplemented Arabic joining. Hopefullly it's conforming to the standard now,behdad2004-06-211-1/+1
| | | | | with the exception that we assume "level run" instead of "directional run", which is a proposed changed to be applied for Unicode 4.1.
* Arabic joining is almost complete. Going for Shaping.behdad2004-06-151-0/+1
|
* First joining stuff checked in. Generate joining table using my belovedbehdad2004-06-131-1/+2
| | | | | packtab, in gen-joining-type-tab.c. Defined FriBidiJoiningType type and wrote accompanying functions and macros.
* Finally done with the clean API for bidi functionality. The API is not finalbehdad2004-06-071-3/+1
| | | | | yet, but does the job. Also define FriBidiCharType as an enum if possible. Added type FriBidiParType for paragraph direction types.
* Updated the gen.tab to work again. Other fixes here and there.behdad2004-05-121-0/+1
|
* Changed the run data structure from a double-terminated deque, to abehdad2004-05-031-1/+1
| | | | | | circular deque with a single sentinel. To debug that, also added some assert stuff, added function attributes, deprecated old interfaces, and humm, that it for now.
* Initial revisionbehdad2004-04-251-0/+19