aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Revision: [email protected]/emacs--unicode--0--patch-35Miles Bader2005-04-091-1/+1
|\
| * (syms_of_xdisp): Init overlay-arrow-string to "=>".Kim F. Storm2005-04-081-1/+1
* | (get_next_display_element): Sync with CVS head.Kenichi Handa2005-03-311-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-31Miles Bader2005-03-311-5/+4
|\|
| * (display_line): Allow multiple overlay arrows in window.Kim F. Storm2005-03-291-5/+4
| * (get_next_display_element): Also use `\ ' & `\-' for latin-9.Stefan Monnier2005-03-241-2/+3
| * (get_next_display_element): Also use `\ ' and `\-' for latin-9.Stefan Monnier2005-03-241-1/+2
* | Revision: [email protected]/emacs--unicode--0--patch-29Miles Bader2005-03-241-1/+2
|\|
| * (handle_single_display_spec): Derive left-fringe andKim F. Storm2005-03-221-1/+2
* | Revision: [email protected]/emacs--unicode--0--patch-24Miles Bader2005-03-101-19/+11
|\|
| * (pos_visible_p): Fix X value in last line of buffer.Kim F. Storm2005-03-101-19/+11
* | Revision: [email protected]/emacs--unicode--0--patch-23Miles Bader2005-03-091-16/+37
|\|
| * (CLEAR_IMAGE_CACHE_COUNT): New const.Kim F. Storm2005-03-071-14/+33
| * Fix last change.Kim F. Storm2005-03-071-4/+1
| * (notice_overwritten_cursor): Check that phys_cursor.vposKim F. Storm2005-03-071-3/+8
* | Revision: [email protected]/emacs--unicode--0--patch-21Miles Bader2005-03-031-27/+38
|\|
| * (redisplay_window): YABX (yet another bogus xassert).Kim F. Storm2005-03-011-0/+4
| * (get_next_display_element): Fix control and escapeKim F. Storm2005-03-011-15/+15
| * (fast_find_position): Rename END to BEG.Richard M. Stallman2005-02-271-11/+15
| * (init_from_display_pos): Don't read past end ofKim F. Storm2005-02-251-1/+4
* | Revision: [email protected]/emacs--unicode--0--patch-16Miles Bader2005-02-231-47/+70
|\|
| * (fast_find_position): Fix search for start of overlay.Kim F. Storm2005-02-221-3/+3
| * (move_it_vertically_backward): Eliminate two xasserts.Kim F. Storm2005-02-211-0/+8
| * (pos_visible_p): Be sure to move to the specifiedKim F. Storm2005-02-191-44/+59
* | Revision: [email protected]/emacs--unicode--0--patch-15Miles Bader2005-02-181-65/+84
|\|
| * (check_it, init_from_display_pos, handle_stop)Kim F. Storm2005-02-161-61/+77
| * (BUFFER_POS_REACHED_P): Return true if pos reached andKim F. Storm2005-02-151-5/+8
| * (get_next_display_element): Fix escape-glyph criterionRichard M. Stallman2005-02-151-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-13Miles Bader2005-02-131-3/+9
|\|
| * (expose_window): Don't fix overlaps for mode lines.Kim F. Storm2005-02-121-1/+3
| * (try_window_id): Set first_unchanged_at_end_row to NULLKim F. Storm2005-02-101-2/+6
* | Revision: [email protected]/emacs--unicode--0--patch-11Miles Bader2005-02-061-0/+2
|\|
| * (echo_area_display): Clear echo_message_buffer.Richard M. Stallman2005-02-031-0/+2
* | Revision: [email protected]/emacs--unicode--0--patch-10Miles Bader2005-02-021-0/+1
|\|
| * (back_to_previous_visible_line_start): Reset iteratorKim F. Storm2005-02-011-0/+1
* | Revision: [email protected]/emacs--unicode--0--patch-7Miles Bader2005-01-291-7/+78
|\|
| * (get_phys_cursor_geometry): New function to calculateKim F. Storm2005-01-271-0/+58
| * (get_glyph_string_clip_rect): Always show a cursorKim F. Storm2005-01-271-7/+20
* | Revision: [email protected]/emacs--unicode--0--patch-6Miles Bader2005-01-241-7/+45
|\|
| * *** empty log message ***Kim F. Storm2005-01-241-1/+5
| * * dispextern.h (struct glyph_string): New members clip_head andSteven Tamm2005-01-241-2/+32
| * (redisplay_window): Only try to make cursor line fullyKim F. Storm2005-01-241-0/+2
| * (pos_visible_p): Fix calculation of y.Kim F. Storm2005-01-231-2/+2
| * (pos_visible_p): Return 0 if non-interactive.Kim F. Storm2005-01-221-2/+4
* | Revision: [email protected]/emacs--unicode--0--patch-4Miles Bader2005-01-221-45/+76
|\|
| * (pos_visible_p): Replace FULLY arg by RTOP and RBOT argsKim F. Storm2005-01-221-8/+16
| * (note_mode_line_or_margin_highlight): Fix :pointerKim F. Storm2005-01-191-2/+2
| * Fix last change.Kim F. Storm2005-01-181-2/+2
| * (fast_find_position): Backtrack to find first row ifKim F. Storm2005-01-181-0/+22
| * (back_to_previous_visible_line_start): Undo 2004-12-28Kim F. Storm2005-01-181-35/+36