summaryrefslogtreecommitdiff
path: root/src/dispextern.h
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-5/+3
|\|
| * Spelling fixes.Paul Eggert2011-11-261-1/+1
| * Fix typos.Juanma Barranquero2011-11-201-2/+2
| * Revert last commit.Eli Zaretskii2011-11-191-2/+0
| |
| \
*-. | Merge from trunk.Paul Eggert2011-11-181-0/+5
|\ \|
| | * Fix minor problems found by static checking....Paul Eggert2011-11-181-0/+2
| |/
| * Fix another crash due to incorrect hash value of glyph rows, bug #10035....Eli Zaretskii2011-11-181-0/+3
| * Avoid some portability problems by eschewing 'extern inline' functions....Paul Eggert2011-11-081-8/+8
| * Fix some portability problems with 'inline'....Paul Eggert2011-11-061-8/+8
* | Merge from trunk.Paul Eggert2011-10-251-0/+1
|\|
| * * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).Paul Eggert2011-10-251-0/+1
* | Merge from trunk.Paul Eggert2011-10-221-1/+2
|\|
| * Improve the speedup of bidi display introduced in 2011-10-18T16:56:09Z!eliz@g......Eli Zaretskii2011-10-201-1/+2
* | Merge from trunk.Paul Eggert2011-09-211-3/+13
|\|
| * Fix assertion failure when displaying stretch glyphs under linum-mode....Eli Zaretskii2011-09-211-3/+13
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):...Paul Eggert2011-09-211-57/+57
|/
* Remove unused external symbols....Paul Eggert2011-09-141-2/+0
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* Fix bug #9402 with :align-to on TTY frames....Eli Zaretskii2011-08-301-0/+3
* Merge from trunk.Paul Eggert2011-08-251-2/+3
|\
| * Handle `(space ...)' display spec as paragraph separator....Eli Zaretskii2011-08-251-2/+3
* | Merge from trunk.Paul Eggert2011-08-181-3/+3
|\|
| * Fix bidi reordering around TAB characters covered by display properties....Eli Zaretskii2011-08-181-3/+3
* | Merge from trunk.Paul Eggert2011-08-151-1/+1
|\|
| * Use uniprop tables instead of biditype.h and bidimirror.h....Eli Zaretskii2011-08-151-1/+1
| |
| \
*-. | Merge from trunk.Paul Eggert2011-08-131-1/+0
|\ \|
| | * * xfaces.c (Qframe_set_background_mode): Now static....Paul Eggert2011-08-131-1/+0
| |/
* | Merge from trunk.Paul Eggert2011-08-051-1/+1
|\|
| * Fix bug #9221 with memory leak in bidi display....Eli Zaretskii2011-08-051-1/+1
| |\
| | * Fix bug #9221 with resource allocation under word-wrap....Eli Zaretskii2011-08-051-1/+1
* | | Merge from trunk.Paul Eggert2011-08-041-1/+4
|\| |
| * | Fix bug #9218 with slow cursor motion and scrolling Org Mode buffers....Eli Zaretskii2011-08-021-1/+4
* | | Adjust in response to jan.h.d's comments....Paul Eggert2011-08-041-2/+3
* | | Integer and memory overflow fixes for display code....Paul Eggert2011-07-281-1/+1
* | | Use ptrdiff_t for composition IDs....Paul Eggert2011-07-191-2/+2
* | | Overflow, signedness and related fixes for images....Paul Eggert2011-07-161-8/+8
|/ /
* | Support bidi reordering of overlay and display strings....Eli Zaretskii2011-07-141-8/+36
|\|
| * Save and restore bidi cache when saving and restoring the iterator....Eli Zaretskii2011-07-031-0/+2
| * Fix the use case of popping from display property....Eli Zaretskii2011-07-021-0/+5
| * Support bidi reordering of unibyte strings. Fix crash displaying "All" in mo......Eli Zaretskii2011-07-011-0/+1
| * Initial version of display/overlay strings is working....Eli Zaretskii2011-06-251-0/+1
| * Set up the bidi iterator for iterating display strings and overlay strings....Eli Zaretskii2011-06-251-2/+5
| * Added to bidi.c support functions for reordering display strings....Eli Zaretskii2011-06-231-0/+2
| * Adapt compute_display_string_pos to iteration over strings....Eli Zaretskii2011-06-091-1/+2
| * Add code to initialize bidi iterator for displaying strings....Eli Zaretskii2011-06-091-1/+2
| * Started work on string reordering. Just compiled, not yet tested....Eli Zaretskii2011-06-081-6/+18
* | Add C interface for Unicode character property table.Kenichi Handa2011-07-071-1/+5
* | GLYPH_DEBUG fixes...Paul Eggert2011-06-221-2/+2