summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-19[Makefile] Fix testsHEADmasterBehnam Esfahbod1-5/+8
2009-04-19Add reorder_line()Behnam Esfahbod7-0/+142
Add Makefile Add .gitignore Move test files to test/
2008-12-14Implement get_par_embedding_levels()Behnam Esfahbod2-75/+151
[test.py] Reorder; Add get_par_embedding_levels()
2008-12-13Move test functionality to test.pyBehnam Esfahbod2-112/+116
2008-12-13[fribidi.py] Fix _malloc_int32_array_from_list()Behnam Esfahbod1-11/+21
2008-12-10[fribidi.py] get_bidi_types(), get_par_direction()Behnam Esfahbod1-52/+152
- Rename get_types() to get_bidi_types() - Add get_par_direction() (not tested) - Add _malloc_int32_array_from_list()
2008-12-10[fribidi.py] Make Type private (_Type)Behnam Esfahbod1-160/+212
- Some clean-ups - Add level/dir functions
2008-12-09[fribidi.py] Create Mask, Type and ParType classesBehnam Esfahbod1-62/+132
- Make character and paragraph directions in fribidi2 style - Bump version to 0.10
2008-12-03Add libfribidi_version and get_version_info()Behnam Esfahbod1-13/+45
fribidi.py: Detect libfribidi version by catching ctypes exceptions. fribidi.py: Add get_version_info(), but doesn't work right yet.
2008-12-03Add get_mirror_char() and get_mirror_prop()Behnam Esfahbod1-15/+178
2008-12-03Add get_types()Behnam Esfahbod1-64/+119
2008-12-02[fribidi.py] Bump to version 0.09Behnam Esfahbod1-4/+4
- Fix module docstring
2008-12-02Clean up the documentationsBehnam Esfahbod1-108/+102
- Remove masks from fribidi.Types - Address Python's recommendations to docstrings
2008-12-02[fribidi.py] Add remove_bidi_marks()Behnam Esfahbod1-27/+64
Set version to 0.08.
2008-12-02[fribidi.py] Use tuples for multiple return valuesBehnam Esfahbod1-5/+9
2008-12-02Basic documentationBehnam Esfahbod1-50/+192
2008-12-02[fribidi.py] Add log2vis_get_embedding_levels()Behnam Esfahbod1-3/+44
2008-12-02[fribidi.py] PythonifyBehnam Esfahbod1-24/+29
2008-12-02[fribidi.py] Add Types classBehnam Esfahbod1-25/+160
2008-12-02Mark private functionsBehnam Esfahbod1-21/+41
2008-12-02First working tryBehnam Esfahbod1-0/+84