summaryrefslogtreecommitdiff
path: root/src/bidi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix minor problems found by static checking.Paul Eggert2011-07-141-2/+2
* Fix format conversion in bidi.c.Eli Zaretskii2011-07-141-1/+1
* Support bidi reordering of overlay and display strings.Eli Zaretskii2011-07-141-309/+697
|\
| * Fix declarations of variables related to bidi cache indices.Eli Zaretskii2011-07-141-10/+10
| * src/bidi.c: Fix type of a variable revealed on x86_64.Eli Zaretskii2011-07-091-2/+2
| * Update commentary on bidi.c.Eli Zaretskii2011-07-091-1/+6
| * Empty the bidi cache "stack" when it->sp is zeroed.Eli Zaretskii2011-07-051-1/+3
| * Save and restore bidi cache when saving and restoring the iterator.Eli Zaretskii2011-07-031-0/+80
| * Start fixing cursor motion around invisible text.Eli Zaretskii2011-07-021-1/+5
| * Support bidi reordering of unibyte strings. Fix crash displaying "All" in mo...Eli Zaretskii2011-07-011-25/+62
| * Fix typos in comments. Use xassert.Eli Zaretskii2011-07-011-8/+6
| * Initial version of display/overlay strings is working.Eli Zaretskii2011-06-251-1/+1
| * Set up the bidi iterator for iterating display strings and overlay strings.Eli Zaretskii2011-06-251-6/+5
| * Added to bidi.c support functions for reordering display strings.Eli Zaretskii2011-06-231-26/+94
| * Rearrange bidi.c and add leading comments for each part.Eli Zaretskii2011-06-231-195/+224
| * Add comments for forced L2R directions of menu bar and tool bar.Eli Zaretskii2011-06-181-0/+9
| * Fix display of R2L strings in mode line.Eli Zaretskii2011-06-161-2/+2
| * Fix string handling to avoid data relocation gotcha.Eli Zaretskii2011-06-131-21/+56
| * Adapt compute_display_string_pos to iteration over strings.Eli Zaretskii2011-06-091-3/+9
| * Add code to initialize bidi iterator for displaying strings.Eli Zaretskii2011-06-091-1/+5
| * Started work on string reordering. Just compiled, not yet tested.Eli Zaretskii2011-06-081-108/+220
| * Fix declaration in bidi_level_of_next_char.Eli Zaretskii2011-06-041-1/+1
* | Avoid bidi-related crashes in Cperl Mode.Eli Zaretskii2011-06-261-2/+2
* | src/bidi.c (bidi_level_of_next_char): Fix last change.Eli Zaretskii2011-06-041-1/+1
* | Support bidi reordering of text covered by display properties.Eli Zaretskii2011-06-041-68/+196
|\ \ | |/
| * Cleanup. Tested in -nw and verified that bug #7616 didn't become worse.Eli Zaretskii2011-06-031-25/+0
| * Discovery of replacing display properties now uses the same codeEli Zaretskii2011-05-211-8/+14
| * Text covered by `display' overlays is correctly reordered.Eli Zaretskii2011-05-141-6/+16
| * Refactoring with bidi_fetch_char tested and debugged.Eli Zaretskii2011-05-141-24/+49
| * Started work on reordering display strings. Refactor FETCH_CHAR.Eli Zaretskii2011-05-101-67/+179
* | [ChangeLog]Paul Eggert2011-05-281-17/+17
|/
* Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-1/+1
* * bidi.c (bidi_dump_cached_states): Mark as externally visible,Paul Eggert2011-04-101-0/+2
* * bidi.c (BIDI_BOB): Remove unused macro.Paul Eggert2011-03-081-1/+0
* * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.Paul Eggert2011-03-081-1/+1
* Fix some mis-spellings of "precede" that are not in emacs-23 branch.Glenn Morris2011-02-221-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-151-1/+1
* Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* Really fix int/EMACS_INT use in bidi.c.Eli Zaretskii2010-09-241-6/+6
* Fix bug #7038 with cursor motion in paragraphs w/o strong characters.Eli Zaretskii2010-09-181-40/+74
* bidi.c (bidi_level_of_next_char): Fix commentary regarding reordering of PDF.Eli Zaretskii2010-08-181-1/+1
* Fix current-bidi-paragraph-direction within whitespace chars.Eli Zaretskii2010-08-141-1/+0
* Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-1/+1
* Clean up include guards.Dan Nicolaescu2010-07-071-7/+0
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-1/+1
* bidi.c (bidi_mirror_char): Fix commentary.Eli Zaretskii2010-06-131-4/+4
* Use BidiMirroring.txt for mirroring characters in bidi context.Eli Zaretskii2010-06-121-8/+23
* Derive bidi type table from UnicodeData.txt.Eli Zaretskii2010-06-121-283/+4
* Fix crash reported in bug #6306.Eli Zaretskii2010-05-301-6/+4