aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (move_it_by_lines): Remove incorrect optimization.Chong Yidong2007-08-071-3/+7
* (redisplay_window): When restoring original buffer position, make sureChong Yidong2007-08-061-1/+4
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.Juanma Barranquero2007-06-171-1/+1
* (next_element_from_buffer): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* (redisplay_internal): Bind inhibit-point-motion-hooks to tYAMAMOTO Mitsuharu2007-05-281-1/+7
* (redisplay_window): If first window line is a continuation line,Chong Yidong2007-05-241-32/+10
* (try_window_reusing_current_matrix): Fix number of disabled lines.YAMAMOTO Mitsuharu2007-04-291-1/+1
* (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED values of theChong Yidong2007-04-241-2/+4
* (cursor_row_p): Only end row on newline if it's a display string.Chong Yidong2007-04-161-6/+30
* (redisplay_window): When deciding whether or not to recenter, don'tChong Yidong2007-04-151-6/+18
* (note_mode_line_or_margin_highlight): Don't decrement glyph pointerChong Yidong2007-04-101-7/+12
* (syms_of_xdisp) <message-log-max>: Default 100.Richard M. Stallman2007-04-081-1/+1
* (redisplay_internal, note_mouse_highlight): CheckYAMAMOTO Mitsuharu2007-03-181-2/+2
* (try_window_id): Increment matrix positions if the buffer's byte countChong Yidong2007-03-171-1/+1
* (redisplay_window): Don't automatically select a new windowKim F. Storm2007-03-101-1/+8
* (it_props): Undo last change.Kim F. Storm2007-02-221-1/+1
* From: Daniel Brockman <[email protected]> (tiny change)Kim F. Storm2007-02-221-1/+1
* (try_window): Revert previous change.Chong Yidong2007-01-211-8/+0
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (try_window): Clear mouse-face highlights first.Chong Yidong2007-01-201-0/+9
* (auto_resize_tool_bars_p): Replace with ...Kim F. Storm2006-12-291-27/+48
* (redisplay_window): Set ignore_mouse_drag_p if tool-barKim F. Storm2006-12-151-2/+5
* (syms_of_xdisp) <mode-line-inverse-video>: Doc fix.Juanma Barranquero2006-12-111-1/+1
* (show_mouse_face): Never use text cursor in tool-bar.Kim F. Storm2006-12-101-1/+1
* (format-mode-line): Doc fix.Juanma Barranquero2006-12-101-2/+2
* (move_it_to): Correctly count tab glyphs for continued lines ending inChong Yidong2006-11-301-1/+6
* Space/tab mixup.Juanma Barranquero2006-11-241-1/+1
* (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to check popup_activated.Eli Zaretskii2006-11-051-1/+1
* (remember_mouse_glyph): Simplify last change.Kim F. Storm2006-10-231-5/+4
* (remember_mouse_glyph): Don't crash if glyphs are not initialized.Kim F. Storm2006-10-231-2/+4
* 2006-10-19 YAMAMOTO Mitsuharu <[email protected]>Kim F. Storm2006-10-191-0/+3
* * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frameChong Yidong2006-10-131-14/+28
* (pos_visible_p): Fix value when EOB is visible.Kim F. Storm2006-10-061-1/+2
* (handle_fontified_prop): Don't fontify at EOB.Stefan Monnier2006-10-011-1/+3
* (pos_visible_p): CHARPOS < 0 means return info forKim F. Storm2006-09-201-2/+3
* (produce_image_glyph): Automatically crop wide images atKim F. Storm2006-09-141-1/+10
* (get_window_cursor_type): Use hollow cursor onKim F. Storm2006-09-101-2/+4
* * xdisp.c (mouse_autoselect_window): Removed.Chong Yidong2006-09-081-5/+18
* (Vmenu_updating_frame): Define here.Richard M. Stallman2006-09-081-5/+24
* (pos_visible_p): Remove exact_mode_line_heights_p arg;Kim F. Storm2006-09-051-18/+33
* (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:Kim F. Storm2006-08-281-0/+2
* (get_window_cursor_type): Replace BOX cursor on imagesKim F. Storm2006-08-271-3/+24
* (overline_margin): New variable.Kim F. Storm2006-08-241-3/+13
* (update_tool_bar): Redisplay toolbar also when onlyKim F. Storm2006-08-221-1/+2
* (update_menu_bar): New arg HOOKS_RUN. Callers changed.Richard M. Stallman2006-07-291-13/+30
* (handle_single_display_spec): Ensure the right value ofKim F. Storm2006-07-171-7/+18
* (display_mode_line): Preserve match data.Thien-Thi Nguyen2006-07-171-0/+1
* (display_tool_bar_line): Skip glyphs which are too bigKim F. Storm2006-07-011-10/+31
* (handle_composition_prop): Set stop_charpos before push_it.Kim F. Storm2006-06-271-1/+2