summaryrefslogtreecommitdiff
path: root/src/dispextern.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Fix cursor motion across display strings covering reordered text.Eli Zaretskii2011-05-281-1/+1
| * Discovery of replacing display properties now uses the same codeEli Zaretskii2011-05-211-2/+3
| * Text covered by `display' overlays is correctly reordered.Eli Zaretskii2011-05-141-1/+2
| * Started work on reordering display strings. Refactor FETCH_CHAR.Eli Zaretskii2011-05-101-3/+9
* | Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-1/+1
* | Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef.Glenn Morris2011-05-241-0/+4
|\ \
| * | Take account of periodic fringe bitmap's dependency on y-position in redrawing.YAMAMOTO Mitsuharu2011-05-251-0/+4
* | | * dispextern.h (struct image): Don't assume time_t <= unsigned long.Paul Eggert2011-05-121-1/+1
| |/ |/|
* | Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2011-04-131-2/+2
* | Minor redisplay cleanups.Chong Yidong2011-04-171-0/+1
* | * dispextern.h (struct redisplay_interface): Rename paramPaul Eggert2011-04-161-2/+2
* | * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern ifPaul Eggert2011-04-151-0/+3
* | * xdisp.c (draw_row_with_mouse_face): Now static.Paul Eggert2011-04-131-2/+0
* | * term.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-4/+0
* | * scroll.c (scroll_cost): Remove; unused.Paul Eggert2011-04-131-1/+0
* | * image.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-1/+1
* | * font.c, fontset.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-1/+4
* | * xfns.c: Make symbols static if they're not exported.Paul Eggert2011-04-121-1/+0
* | * dispnew.c: Make symbols static if they're not exported.Paul Eggert2011-04-111-3/+0
* | * xfaces.c: Make symbols static if they're not exported.Paul Eggert2011-04-111-2/+0
* | * xdisp.c: Make symbols static if they're not exported.Paul Eggert2011-04-111-16/+0
* | * bidi.c (bidi_dump_cached_states): Mark as externally visible,Paul Eggert2011-04-101-1/+0
* | src/xdisp.c: Remove unused parameters.Juanma Barranquero2011-03-311-1/+1
* | src/*.c: Remove unused parameters and other warnings.Juanma Barranquero2011-03-281-2/+0
* | nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero2011-03-251-1/+1
* | * cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert2011-03-081-3/+4
* | * dispextern.h (bidi_dump_cached_states): Likewise.Paul Eggert2011-03-081-0/+1
* | * dispextern.h (struct glyph): Make u.img_id int, not unsigned.Paul Eggert2011-02-261-1/+1
* | Change B_ to BVARTom Tromey2011-02-161-3/+3
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-3/+3