| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | Support bidi reordering of overlay and display strings. | Eli Zaretskii | 2011-07-14 | 8 | -606/+1971 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fix declarations of variables related to bidi cache indices. | Eli Zaretskii | 2011-07-14 | 2 | -10/+18 | |
| | * | | | | | | | | | | src/bidi.c: Fix type of a variable revealed on x86_64. | Eli Zaretskii | 2011-07-09 | 2 | -2/+5 | |
| | * | | | | | | | | | | Update commentary on bidi.c. | Eli Zaretskii | 2011-07-09 | 1 | -1/+6 | |
| | * | | | | | | | | | | Fix various problems with cursor positioning around display properties. | Eli Zaretskii | 2011-07-09 | 2 | -14/+60 | |
| | * | | | | | | | | | | Fix another bug with cursor motion around display properties. | Eli Zaretskii | 2011-07-07 | 2 | -5/+11 | |
| | * | | | | | | | | | | Empty the bidi cache "stack" when it->sp is zeroed. | Eli Zaretskii | 2011-07-05 | 6 | -11/+67 | |
| | * | | | | | | | | | | Save and restore bidi cache when saving and restoring the iterator. | Eli Zaretskii | 2011-07-03 | 4 | -45/+204 | |
| | * | | | | | | | | | | Start fixing cursor motion around invisible text. | Eli Zaretskii | 2011-07-02 | 3 | -3/+20 | |
| | * | | | | | | | | | | Fix the use case of popping from display property. | Eli Zaretskii | 2011-07-02 | 3 | -15/+60 | |
| | * | | | | | | | | | | Support bidi reordering of unibyte strings. Fix crash displaying "All" in mo... | Eli Zaretskii | 2011-07-01 | 4 | -72/+102 | |
| | * | | | | | | | | | | Fix typos in comments. Use xassert. | Eli Zaretskii | 2011-07-01 | 1 | -8/+6 | |
| | * | | | | | | | | | | Initial version of display/overlay strings is working. | Eli Zaretskii | 2011-06-25 | 4 | -6/+23 | |
| | * | | | | | | | | | | Set up the bidi iterator for iterating display strings and overlay strings. | Eli Zaretskii | 2011-06-25 | 4 | -38/+214 | |
| | * | | | | | | | | | | Added to bidi.c support functions for reordering display strings. | Eli Zaretskii | 2011-06-23 | 3 | -26/+105 | |
| | * | | | | | | | | | | Rearrange bidi.c and add leading comments for each part. | Eli Zaretskii | 2011-06-23 | 1 | -195/+224 | |
| | * | | | | | | | | | | Add comments for forced L2R directions of menu bar and tool bar. | Eli Zaretskii | 2011-06-18 | 3 | -1/+31 | |
| | * | | | | | | | | | | Fix a gratuitous crash in emacs -nw with iso-safe terminal encoding. | Eli Zaretskii | 2011-06-18 | 2 | -0/+5 | |
| | * | | | | | | | | | | Tried and abandoned idea of displaying mode line and tool/menu-bars R2L. | Eli Zaretskii | 2011-06-18 | 3 | -11/+17 | |
| | * | | | | | | | | | | Refactor getting the first element into a separate function. | Eli Zaretskii | 2011-06-18 | 2 | -141/+108 | |
| | * | | | | | | | | | | Fix box face decision for BEFORE_P case. | Eli Zaretskii | 2011-06-18 | 2 | -8/+46 | |
| | * | | | | | | | | | | Fix the decision about box_face in mode line for reordered text. | Eli Zaretskii | 2011-06-18 | 2 | -24/+129 | |
| | * | | | | | | | | | | Fix display of R2L strings in mode line. | Eli Zaretskii | 2011-06-16 | 3 | -11/+26 | |
| | * | | | | | | | | | | Fix string handling to avoid data relocation gotcha. | Eli Zaretskii | 2011-06-13 | 3 | -25/+73 | |
| | * | | | | | | | | | | Fixed a bug with displaying strings padded with blanks. | Eli Zaretskii | 2011-06-11 | 2 | -2/+18 | |
| | * | | | | | | | | | | Initial version of string reordering. Tested only on mode line and | Eli Zaretskii | 2011-06-11 | 2 | -66/+329 | |
| | * | | | | | | | | | | Only commentary changes, no functionality changed. | Eli Zaretskii | 2011-06-11 | 2 | -2/+14 | |
| | * | | | | | | | | | | Tested and fixed compute_display_string_pos for buffer iteration. | Eli Zaretskii | 2011-06-10 | 2 | -5/+16 | |
| | * | | | | | | | | | | Adapt compute_display_string_pos to iteration over strings. | Eli Zaretskii | 2011-06-09 | 4 | -36/+77 | |
| | * | | | | | | | | | | Add code to initialize bidi iterator for displaying strings. | Eli Zaretskii | 2011-06-09 | 4 | -33/+95 | |
| | * | | | | | | | | | | Tested with buffer reordering, fixed one crash. | Eli Zaretskii | 2011-06-09 | 2 | -0/+6 | |
| | * | | | | | | | | | | Started work on string reordering. Just compiled, not yet tested. | Eli Zaretskii | 2011-06-08 | 4 | -122/+312 | |
| | * | | | | | | | | | | Fix declaration in bidi_level_of_next_char. | Eli Zaretskii | 2011-06-04 | 2 | -1/+5 | |
| * | | | | | | | | | | | Mention that `delete-region' doesn't alter the kill ring. | Lars Magne Ingebrigtsen | 2011-07-14 | 1 | -1/+2 | |
| * | | | | | | | | | | | * editfns.c (Fdelete_region): Clarify the use of the named parameters. | Lars Magne Ingebrigtsen | 2011-07-14 | 2 | -4/+7 | |
| * | | | | | | | | | | | Fix bugs in vertical-motion and display-buffer-normalize-special. | Martin Rudalics | 2011-07-14 | 2 | -3/+16 | |
| | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Fix typos. | Juanma Barranquero | 2011-07-14 | 1 | -1/+1 | |
| * | | | | | | | | | | Fstring_to_char doc clarification | Lars Magne Ingebrigtsen | 2011-07-14 | 2 | -2/+11 | |
| * | | | | | | | | | | src/gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059). | Juanma Barranquero | 2011-07-13 | 2 | -7/+16 | |
| * | | | | | | | | | | src/buffer.c (mmap_find): Fix a typo. | Eli Zaretskii | 2011-07-13 | 2 | -1/+5 | |
| | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | | Fix execution of x selection hooks. | Johan Bockgård | 2011-07-13 | 2 | -4/+19 | |
| * | | | | | | | | | * buffer.c (Fget_buffer_create): Initialized inhibit_shrinking. | Paul Eggert | 2011-07-12 | 2 | -0/+4 | |
| * | | | | | | | | | * alloc.c (gc_sweep): Don't read past end of array. | Paul Eggert | 2011-07-12 | 2 | -1/+7 | |
| * | | | | | | | | | * src/character.c (Fcharacterp): Don't advertise optional ignored | Andreas Schwab | 2011-07-12 | 2 | -1/+7 | |
| * | | | | | | | | | (syms_of_keymap): Clarify that "modifier" is "modifier key" | Lars Magne Ingebrigtsen | 2011-07-12 | 2 | -4/+7 | |
| * | | | | | | | | | window.c doc fixes. | Lars Magne Ingebrigtsen | 2011-07-12 | 2 | -1/+7 | |
| | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | | Merge: Fix minor new problems caught by GCC 4.6.1. | Paul Eggert | 2011-07-12 | 3 | -5/+14 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | * xsettings.c (store_monospaced_changed): Define only if used. | Paul Eggert | 2011-07-12 | 2 | -4/+9 | |
| | * | | | | | | | | * term.c (init_tty): Remove unused local. | Paul Eggert | 2011-07-12 | 2 | -1/+5 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | * xdisp.c (Vresize_mini_windows): Incredibly minor doc fix (Bug#3300). | Chong Yidong | 2011-07-11 | 2 | -4/+8 | |
| | |_|_|_|_|/ / |/| | | | | | | ||||||