aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix last change:Kim F. Storm2006-04-241-23/+5
* (produce_stretch_glyph): Include face box in stretch glyph size.Kim F. Storm2006-04-241-19/+23
* * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code whichKim F. Storm2006-04-231-0/+1
* (tool_bar_lines_needed): New local `temp_row' for clarity.Kim F. Storm2006-04-231-4/+28
* (redisplay_window): Fix last change. Don't recenter ifKim F. Storm2006-04-211-1/+2
* (note_mouse_highlight): Use build_string.Nick Roberts2006-04-201-1/+1
* * xdisp.c (redisplay_window): Fix last change.Kim F. Storm2006-04-201-3/+3
* (redisplay_window): If current window start is not at theKim F. Storm2006-04-191-0/+27
* (note_mouse_highlight): Add help echo for dragging vertical line.Nick Roberts2006-04-131-1/+4
* (get_glyph_string_clip_rects): Add parentheses around &&YAMAMOTO Mitsuharu2006-04-121-13/+17
* (syms_of_xdisp): Fix variable name.Dan Nicolaescu2006-03-301-1/+1
* * xdisp.c: Undo 2006-03-21 change.Kim F. Storm2006-03-221-5/+5
* (store_next_glyph): Renamed from append_glyph.Ken Raeburn2006-03-221-5/+5
* (set_cursor_from_row): Fix cursor property on overlay string,Kim F. Storm2006-03-191-5/+8
* (extend_face_to_end_of_line): Always add space glyph toKim F. Storm2006-03-151-9/+17
* (get_phys_cursor_geometry): Don't decrease height by 1.Eli Zaretskii2006-03-111-1/+1
* * xdisp.c (handle_invisible_prop): Don't update it->position withChong Yidong2006-03-061-2/+5
* Minimize the unpleasent visual impact of the requirementKim F. Storm2006-03-021-11/+88
* (update_menu_bar) [MAC_OS]: Don't setYAMAMOTO Mitsuharu2006-02-191-7/+8
* (display_mode_element): Call display_string with correctKenichi Handa2006-02-171-2/+5
* Cache last merged escape glyph face.Kim F. Storm2006-02-031-2/+27
* (handle_invisible_prop): Set it->position to fix cursorKároly Lőrentey2006-01-241-3/+24
* (handle_single_display_spec): Fix handling of spaceKim F. Storm2006-01-231-1/+5
* (get_window_cursor_type): Fix last change.Romain Francoise2006-01-211-4/+4
* * xdisp.c (get_window_cursor_type): Use cursor type specified byChong Yidong2006-01-191-5/+10
* (syms_of_xdisp) <blink-cursor-alist>: Doc fix.Richard M. Stallman2005-12-111-1/+5
* (handle_stop): Skip overlay string handling ifKim F. Storm2005-11-111-1/+6
* Use local var `b' instead of XBUFFER (w->buffer) also whenKim F. Storm2005-11-071-1/+1
* (show_mouse_face): Clear mouse face to eol.Kim F. Storm2005-11-041-1/+5
* (display_line): Restore it->current_x and callKim F. Storm2005-10-301-11/+9
* (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.Richard M. Stallman2005-10-291-0/+3
* (handle_fontified_prop): Do nothing if memory full.Richard M. Stallman2005-10-291-12/+63
* (decode_mode_spec): Define %e to indicate memory full.Richard M. Stallman2005-10-281-0/+13
* (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