| Commit message (Expand) | Author | Age | Files | Lines |
* | Support bidi reordering of overlay and display strings. | Eli Zaretskii | 2011-07-14 | 1 | -8/+36 |
|\ |
|
| * | Save and restore bidi cache when saving and restoring the iterator. | Eli Zaretskii | 2011-07-03 | 1 | -0/+2 |
| * | Fix the use case of popping from display property. | Eli Zaretskii | 2011-07-02 | 1 | -0/+5 |
| * | Support bidi reordering of unibyte strings. Fix crash displaying "All" in mo... | Eli Zaretskii | 2011-07-01 | 1 | -0/+1 |
| * | Initial version of display/overlay strings is working. | Eli Zaretskii | 2011-06-25 | 1 | -0/+1 |
| * | Set up the bidi iterator for iterating display strings and overlay strings. | Eli Zaretskii | 2011-06-25 | 1 | -2/+5 |
| * | Added to bidi.c support functions for reordering display strings. | Eli Zaretskii | 2011-06-23 | 1 | -0/+2 |
| * | Adapt compute_display_string_pos to iteration over strings. | Eli Zaretskii | 2011-06-09 | 1 | -1/+2 |
| * | Add code to initialize bidi iterator for displaying strings. | Eli Zaretskii | 2011-06-09 | 1 | -1/+2 |
| * | Started work on string reordering. Just compiled, not yet tested. | Eli Zaretskii | 2011-06-08 | 1 | -6/+18 |
* | | Add C interface for Unicode character property table. | Kenichi Handa | 2011-07-07 | 1 | -1/+5 |
* | | GLYPH_DEBUG fixes | Paul Eggert | 2011-06-22 | 1 | -2/+2 |
* | | * dispextern.h (struct face.stipple): | Paul Eggert | 2011-06-21 | 1 | -11/+11 |
* | | * dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int. | Paul Eggert | 2011-06-17 | 1 | -1/+1 |
* | | * dispextern.h (struct it.selective): Now EMACS_INT, not int. | Paul Eggert | 2011-06-17 | 1 | -1/+1 |
* | | GLYPH_CODE_FACE returns EMACS_INT, not int. | Paul Eggert | 2011-06-12 | 1 | -1/+1 |
* | | * lisp.h (UNSIGNED_CMP): New macro. | Paul Eggert | 2011-06-12 | 1 | -1/+1 |
* | | Cruft removal in struct image. | Chong Yidong | 2011-06-10 | 1 | -10/+3 |
* | | Support bidi reordering of text covered by display properties. | Eli Zaretskii | 2011-06-04 | 1 | -5/+13 |
|\ \
| |/ |
|
| * | Fix cursor motion across display strings covering reordered text. | Eli Zaretskii | 2011-05-28 | 1 | -1/+1 |
| * | Discovery of replacing display properties now uses the same code | Eli Zaretskii | 2011-05-21 | 1 | -2/+3 |
| * | Text covered by `display' overlays is correctly reordered. | Eli Zaretskii | 2011-05-14 | 1 | -1/+2 |
| * | Started work on reordering display strings. Refactor FETCH_CHAR. | Eli Zaretskii | 2011-05-10 | 1 | -3/+9 |
* | | Remove arbitrary limit of 2**31 entries in hash tables. | Paul Eggert | 2011-05-30 | 1 | -1/+1 |
* | | Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef. | Glenn Morris | 2011-05-24 | 1 | -0/+4 |
|\ \ |
|
| * | | Take account of periodic fringe bitmap's dependency on y-position in redrawing. | YAMAMOTO Mitsuharu | 2011-05-25 | 1 | -0/+4 |
* | | | * dispextern.h (struct image): Don't assume time_t <= unsigned long. | Paul Eggert | 2011-05-12 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef. | Glenn Morris | 2011-04-22 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typos. | Juanma Barranquero | 2011-04-13 | 1 | -2/+2 |
* | | Minor redisplay cleanups. | Chong Yidong | 2011-04-17 | 1 | -0/+1 |
* | | * dispextern.h (struct redisplay_interface): Rename param | Paul Eggert | 2011-04-16 | 1 | -2/+2 |
* | | * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if | Paul Eggert | 2011-04-15 | 1 | -0/+3 |
* | | * xdisp.c (draw_row_with_mouse_face): Now static. | Paul Eggert | 2011-04-13 | 1 | -2/+0 |
* | | * term.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -4/+0 |
* | | * scroll.c (scroll_cost): Remove; unused. | Paul Eggert | 2011-04-13 | 1 | -1/+0 |
* | | * image.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -1/+1 |
* | | * font.c, fontset.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -1/+4 |
* | | * xfns.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-12 | 1 | -1/+0 |
* | | * dispnew.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-11 | 1 | -3/+0 |
* | | * xfaces.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-11 | 1 | -2/+0 |
* | | * xdisp.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-11 | 1 | -16/+0 |
* | | * bidi.c (bidi_dump_cached_states): Mark as externally visible, | Paul Eggert | 2011-04-10 | 1 | -1/+0 |
* | | src/xdisp.c: Remove unused parameters. | Juanma Barranquero | 2011-03-31 | 1 | -1/+1 |
* | | src/*.c: Remove unused parameters and other warnings. | Juanma Barranquero | 2011-03-28 | 1 | -2/+0 |
* | | nt/*.c, src/*.c: Remove unused variables. | Juanma Barranquero | 2011-03-25 | 1 | -1/+1 |
* | | * cm.c (calccost, cmgoto): Use const pointers where appropriate. | Paul Eggert | 2011-03-08 | 1 | -3/+4 |
* | | * dispextern.h (bidi_dump_cached_states): Likewise. | Paul Eggert | 2011-03-08 | 1 | -0/+1 |
* | | * dispextern.h (struct glyph): Make u.img_id int, not unsigned. | Paul Eggert | 2011-02-26 | 1 | -1/+1 |
* | | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -3/+3 |
* | | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -3/+3 |