aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (forward_to_next_line_start): When taking the shortcutGerd Moellmann2001-02-221-1/+3
* (handle_single_display_prop): Add parameterGerd Moellmann2001-02-221-38/+43
* (redisplay_internal): Do theGerd Moellmann2001-02-211-3/+23
* (setup_echo_area_for_printing): Set truncate_lines toGerd Moellmann2001-02-201-2/+6
* (line_bottom_y): New function extracted fromGerd Moellmann2001-02-191-30/+46
* (Qinhibit_menubar_update, inhibit_menubar_update):Gerd Moellmann2001-02-191-0/+19
* (update_menu_bar): Run activate-menu-bar-hook withGerd Moellmann2001-02-191-1/+1
* (handle_single_display_prop): Set iterator's positionGerd Moellmann2001-02-161-90/+108
* (reseat_1): Set iterator's end_charpos to ZV.Gerd Moellmann2001-02-141-0/+1
* (try_scrolling): If point is in the line below theGerd Moellmann2001-02-051-12/+4
* (get_next_display_element): Fix case of emptyGerd Moellmann2001-02-021-2/+6
* (build_desired_tool_bar_string, syms_of_xdisp): UseGerd Moellmann2001-01-301-3/+5
* (forward_to_next_line_start): Remove xassert.Gerd Moellmann2001-01-291-1/+0
* (display_line): Don't treat a newline as fittingGerd Moellmann2001-01-271-3/+5
* (echo_area_display): Comment fix.Gerd Moellmann2001-01-261-1/+4
* (display_line): Simplify check for glyphs fittingGerd Moellmann2001-01-261-5/+2
* (echo_area_display): Don't call redisplay_internalGerd Moellmann2001-01-251-1/+1
* (syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubrEli Zaretskii2001-01-241-0/+2
* (build_desired_tool_bar_string): Make sure we haveGerd Moellmann2001-01-221-1/+1
* (Ftool_bar_lines_needed): New function.Gerd Moellmann2001-01-221-0/+33
* (handle_single_display_prop): Remove references toAndrew Innes2001-01-201-9/+3
* (message_dolog, message2, message2_nolog): RenameGerd Moellmann2001-01-191-23/+24
* (store_frame_title): Pay attention to width of non-ASCIIKenichi Handa2001-01-191-18/+17
* (forward_to_next_line_start): Stop at end of bufferGerd Moellmann2001-01-181-1/+2
* (display_string): Fix previous change.Kenichi Handa2001-01-181-6/+10
* (forward_to_next_line_start): Avoid callingGerd Moellmann2001-01-171-7/+5
* * xdisp.c (build_desired_tool_bar_string): Use :conversion insteadGerd Moellmann2001-01-171-2/+2
* (redisplay_tool_bar): Change tool bar's height whenGerd Moellmann2001-01-171-0/+5
* (redisplay_preserve_echo_area): Add parameterGerd Moellmann2001-01-161-2/+8
* (insert_left_trunc_glyphs): Overwrite padding glyphs byKenichi Handa2001-01-151-12/+37
* (Vtool_bar_button_margin): Replaces tool_bar_button_margin.Gerd Moellmann2001-01-121-10/+40
* (Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROWGerd Moellmann2001-01-121-9/+15
* (build_desired_tool_bar_string): Correct the computationGerd Moellmann2001-01-111-12/+14
* (display_line): On ttys, produce more than oneGerd Moellmann2001-01-101-2/+11
* (push_message_unwind): New function.Gerd Moellmann2001-01-091-1/+12
* (forward_to_next_line_start): Reset it->c if taking theGerd Moellmann2001-01-031-2/+7
* (move_it_past_eol): New function.Gerd Moellmann2001-01-031-0/+14
* (try_window_reusing_current_matrix): Fix bug settingGerd Moellmann2001-01-031-1/+3
* (handle_single_display_prop): Return if frame isAndrew Innes2001-01-021-6/+14
* (make_cursor_line_fully_visible): Remove unused variableEli Zaretskii2001-01-021-3/+3
* (pos_visible_p): Take into account that CHARPOS maybeGerd Moellmann2001-01-021-2/+3
* (try_window_reusing_current_matrix)Gerd Moellmann2000-12-291-2/+7
* (move_it_by_lines): Don't do optimizations if NEED_Y_PGerd Moellmann2000-12-291-70/+6
* (echo_area_display): Bind redisplay-dont-pause to tGerd Moellmann2000-12-281-1/+6
* (init_from_display_pos): Pop until the iterator'sGerd Moellmann2000-12-231-1/+2
* (syms_of_xdisp): Fix last change.Eli Zaretskii2000-12-231-1/+1
* (syms_of_xdisp): Doc fix.Gerd Moellmann2000-12-231-18/+16
* Fix a typo.Gerd Moellmann2000-12-211-1/+1
* (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional argGerd Moellmann2000-12-211-5/+10
* (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)Gerd Moellmann2000-12-211-53/+82