Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update symbol list | Behdad Esfahbod | 2017-11-23 | 1 | -0/+5 |
* | Misc warning fixes | Behdad Esfahbod | 2017-11-23 | 2 | -37/+38 |
* | Drop CVS keywords that make no sense now | Khaled Hosny | 2017-11-23 | 31 | -186/+0 |
* | Document fribidi_get_brackets | Khaled Hosny | 2017-11-21 | 1 | -8/+13 |
* | Fix doc build | Khaled Hosny | 2017-11-21 | 1 | -2/+0 |
* | Fix build with -Werror=undef | Khaled Hosny | 2017-11-16 | 4 | -5/+5 |
* | Simplify fribidi-types.h a bit | Khaled Hosny | 2017-11-16 | 5 | -82/+26 |
* | FRIBIDI_CHUNK_SIZE is not used anywhere | Khaled Hosny | 2017-11-16 | 1 | -17/+0 |
* | Fixed critical bug in fribidi_get_bracket_types(). | Dov Grobgeld | 2017-11-15 | 1 | -7/+5 |
* | Clean up of dead code. | Dov Grobgeld | 2017-11-15 | 1 | -6/+1 |
* | Turned FribidiBracketType into a simple UINT32 instead of a struct. | Dov Grobgeld | 2017-11-14 | 5 | -22/+20 |
* | Fixed reversed logics in optimization in fribidi-bracket_types(). | Dov Grobgeld | 2017-11-14 | 1 | -2/+2 |
* | Remove more remnants of GLib support | Khaled Hosny | 2017-11-12 | 1 | -2/+2 |
* | Drop GLib use in the library and main program | Khaled Hosny | 2017-11-12 | 5 | -69/+0 |
* | Unused macro | Khaled Hosny | 2017-11-12 | 1 | -6/+0 |
* | Copy BEGIN/END_IGNORE_DEPRECATIONS from GLib | Khaled Hosny | 2017-11-12 | 1 | -5/+29 |
* | Just use the GCC attributes here directly as well | Khaled Hosny | 2017-11-12 | 1 | -4/+4 |
* | These definitions don’t depend on GLib | Khaled Hosny | 2017-11-12 | 1 | -13/+8 |
* | Copy LIKELY/UNLIKELY from GLib | Khaled Hosny | 2017-11-12 | 1 | -2/+16 |
* | Got rid of remaining warnings. | Dov Grobgeld | 2017-11-08 | 2 | -3/+2 |
* | Merge pull request #13 from khaledhosny/Misc cleanups. | Dov Grobgeld | 2017-11-08 | 1 | -0/+4 |
|\ | |||||
| * | Ignore our own deprecations | Khaled Hosny | 2016-12-26 | 1 | -0/+4 |
* | | Changed fribidi_log2vis (deprecated but ubiquititous) to use new api. | Dov Grobgeld | 2017-11-08 | 1 | -6/+11 |
* | | Merge remote-tracking branch 'fribidi/master' into unicode-10 | Dov Grobgeld | 2017-11-07 | 2 | -237/+0 |
|\ \ | |||||
| * | | Fix build without glib | Behdad Esfahbod | 2016-12-27 | 1 | -6/+6 |
| |/ | |||||
| * | Merge remote-tracking branch 'dov/dov-unicode63' | Behdad Esfahbod | 2016-12-21 | 9 | -53/+314 |
| |\ | |||||
| | * | Fixed all remaining BidiTest.txt bugs. | Dov Grobgeld | 2016-01-30 | 1 | -1/+7 |
| | * | Solved max level related bug. | Dov Grobgeld | 2016-01-29 | 1 | -1/+2 |
| | * | Initial unicode63 support. | Dov Grobgeld | 2016-01-25 | 9 | -52/+306 |
| * | | Revert "Add fribidi_reorder_runs()" | Behdad Esfahbod | 2016-12-21 | 4 | -151/+15 |
| |/ | |||||
| * | No need for the warpper function now | Khaled Hosny | 2015-12-24 | 3 | -19/+4 |
| * | Remove custom memory allocator | Khaled Hosny | 2015-12-24 | 7 | -282/+0 |
| * | Merge pull request #10 from HOST-Oman/master | Behdad Esfahbod | 2015-12-10 | 4 | -15/+151 |
| |\ | |||||
| | * | Add fribidi_reorder_runs() | anood | 2015-11-29 | 4 | -15/+151 |
| * | | Minor | Behdad Esfahbod | 2015-11-26 | 1 | -3/+3 |
| |/ | |||||
* | | Restored the old API and made it deprecated. | Dov Grobgeld | 2017-11-07 | 4 | -11/+45 |
* | | Merge remote-tracking branch 'fribidi/unicode-10' into unicode-10 | Dov Grobgeld | 2017-11-06 | 2 | -8/+11 |
|\ \ | |||||
| * | | Use true/false instead of TRUE/FALSE for consistency | Behdad Esfahbod | 2017-08-30 | 1 | -6/+6 |
| * | | Make it compile | Behdad Esfahbod | 2017-08-30 | 2 | -4/+7 |
* | | | Fixed compilation errors. | Dov Grobgeld | 2017-09-01 | 2 | -2/+3 |
|/ / | |||||
* | | Added Unicode 6.3 support (and beyond) | Dov Grobgeld | 2017-08-01 | 36 | -173/+962 |
|/ | |||||
* | Only include public glib.h | Behnam Esfahbod | 2014-12-06 | 1 | -1/+1 |
* | Fix misprint | Behdad Esfahbod | 2013-01-29 | 1 | -1/+1 |
* | Fix rule X8 when paragraph-separator is present | Behdad Esfahbod | 2013-01-04 | 1 | -5/+7 |
* | Fix bug with rule W5 | Behdad Esfahbod | 2013-01-04 | 1 | -1/+5 |
* | Remove old cruft | Behdad Esfahbod | 2012-12-29 | 2 | -8/+0 |
* | Fix export-symbols on Windows | Behdad Esfahbod | 2012-12-29 | 1 | -1/+3 |
* | Update FSF address | Behdad Esfahbod | 2012-12-02 | 32 | -60/+60 |
* | Add git.mk | Behdad Esfahbod | 2012-08-25 | 1 | -0/+2 |
* | Minor optimization in struct layout for 64bit systems | behdad | 2011-05-04 | 1 | -4/+4 |