aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* 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
* 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
* * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).Paul Eggert2011-10-251-0/+1
* Improve the speedup of bidi display introduced in 2011-10-18T16:56:09Z!eliz@g...Eli Zaretskii2011-10-201-1/+2
* Fix assertion failure when displaying stretch glyphs under linum-mode.Eli Zaretskii2011-09-211-3/+13
* 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 fixesPaul Eggert2011-06-221-2/+2
* | * dispextern.h (struct face.stipple):Paul Eggert2011-06-211-11/+11
* | * dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int.Paul Eggert2011-06-171-1/+1
* | * dispextern.h (struct it.selective): Now EMACS_INT, not int.Paul Eggert2011-06-171-1/+1
* | GLYPH_CODE_FACE returns EMACS_INT, not int.Paul Eggert2011-06-121-1/+1
* | * lisp.h (UNSIGNED_CMP): New macro.Paul Eggert2011-06-121-1/+1
* | Cruft removal in struct image.Chong Yidong2011-06-101-10/+3
* | Support bidi reordering of text covered by display properties.Eli Zaretskii2011-06-041-5/+13
|\|