aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (pos_visible_p): Convert w->hscroll to pixels before use.Kim F. Storm2005-10-131-2/+11
* (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW toYAMAMOTO Mitsuharu2005-10-121-5/+13
* (remember_mouse_glyph): New generic version based onKim F. Storm2005-10-111-0/+175
* Rename member for_overlaps_p in struct glyph_string toYAMAMOTO Mitsuharu2005-10-071-33/+128
* (try_window): Skip scroll-margin check if ZV is visible.Kim F. Storm2005-10-011-1/+2
* * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-271-0/+1
* (message_dolog): Add warning about GC and Lisp strings.Kim F. Storm2005-09-221-6/+10
* (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.Richard M. Stallman2005-09-151-19/+20
* (move_it_vertically): Don't try to fetch byte BEGV-1.Kim F. Storm2005-09-151-1/+3
* (message3): Pass copy of lisp string to message_dolog.Kim F. Storm2005-09-121-1/+9
* (display_mode_element): Be sure to make variables THISKenichi Handa2005-09-121-0/+2
* * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_pKim F. Storm2005-09-081-1/+1
* (redisplay_internal): Mark updated frames in new updated_pKim F. Storm2005-09-081-19/+10
* * xdisp.c (handle_display_prop): Respect overlay window property.Kim F. Storm2005-09-071-1/+4
* (try_window): Remove superfluous cursor_height calculation.Kim F. Storm2005-09-071-2/+1
* (redisplay_internal): Make UPDATED as long as needed.Richard M. Stallman2005-09-041-3/+23
* (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier2005-08-261-2/+2
* (resize_mini_window): Fix 2005-08-20 change.Kim F. Storm2005-08-261-2/+1
* (redisplay_window): Call update_window_fringes withKim F. Storm2005-08-211-4/+3
* (display_echo_area_1): Get display start pos from w->start.Richard M. Stallman2005-08-201-5/+20
* (calc_pixel_width_or_height): Use actual displayKim F. Storm2005-08-181-1/+10
* (pos_visible_p): Adjust X value if window is hscrolled.Kim F. Storm2005-08-171-0/+3
* (message3_nolog): Clear echo_message_buffer.Richard M. Stallman2005-08-161-0/+3
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+3
* (syms_of_xdisp) <redisplay-end-trigger-functions>: Defvar it.Juanma Barranquero2005-07-301-1/+7
* (redisplay_internal): Only try to hscroll each frame onceKim F. Storm2005-07-181-2/+16
* (select_frame_for_redisplay): Use find_symbol_value.Richard M. Stallman2005-07-151-2/+4
* Fix redisplay loop in last change.Kim F. Storm2005-07-151-4/+13
* * xdisp.c (start_display): Don't reseat to next visible line startKim F. Storm2005-07-131-10/+45
* (cursor_row_fully_visible_p): Allow partially visibleKim F. Storm2005-07-131-2/+3
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (try_window): Fix previous change in how it handlesRichard M. Stallman2005-07-031-5/+5
* (x_draw_vertical_border): If left fringe is not presentJuri Linkov2005-06-301-0/+6
* (try_window): New arg CHECK_MARGINS. Calls changed.Richard M. Stallman2005-06-251-12/+49
* (syms_of_xdisp) <nobreak-char-display>: Doc fix.Juanma Barranquero2005-06-241-7/+7
* (get_next_display_element):Richard M. Stallman2005-06-231-14/+15
* (get_next_display_element): Reverse test of Vshow_nonbreak_escape.Richard M. Stallman2005-06-171-1/+1
* (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.Stefan Monnier2005-06-131-5/+3
* * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_faceMasatake YAMATO2005-06-101-5/+6
* * composite.c (compose_chars_in_text):Kim F. Storm2005-06-081-3/+3
* (get_next_display_element): Alter previous change:Richard M. Stallman2005-06-081-14/+49
* * xdisp.c (note_mode_line_or_margin_highlight): CheckMasatake YAMATO2005-06-071-10/+24
* (Qno_break_space): New variable.Juri Linkov2005-06-061-7/+27
* (MODE_LINE_NOPROP_LEN): New macro.Kim F. Storm2005-06-021-14/+16
* (display_mode_line): Support nested calls to redisplayKim F. Storm2005-05-311-2/+10
* (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.Stefan Monnier2005-05-311-2/+2
* (mode_line_noprop_buf, mode_line_noprop_buf_end)Kim F. Storm2005-05-311-169/+263
* * xdisp.c (note_mode_line_or_margin_highlight): Change theMasatake YAMATO2005-05-271-0/+3
* Whitespace and parenthesis changes.Richard M. Stallman2005-05-251-14/+14
* 2005-05-24 Masatake YAMATO <jet@gyve.org>Masatake YAMATO2005-05-241-35/+36