aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* (adjust_glyph_matrix): Undo last change.Gerd Moellmann2001-08-091-3/+1
* (adjust_glyph_matrix): In the optimization forGerd Moellmann2001-08-081-1/+3
* (shift_glyph_matrix, blank_row): Fix computationGerd Moellmann2001-07-271-11/+9
* (adjust_glyph_matrix): In the optimization forGerd Moellmann2001-07-231-6/+8
* (update_window): Don't set the cursor at the endGerd Moellmann2001-07-191-6/+28
* (update_window): Don't skip the header-lineGerd Moellmann2001-07-101-14/+2
* (adjust_glyph_matrix): Don't try to reuse the currentGerd Moellmann2001-03-301-1/+4
* (buffer_posn_from_coords): Add parameters OBJECT andGerd Moellmann2001-03-091-6/+11
* (syms_of_display) <glyph-table>: Doc fix.Eli Zaretskii2001-03-061-2/+3
* Check HAVE_TERM_H before including term.h.Gerd Moellmann2001-02-261-2/+2
* (direct_output_for_insert): Give up if we are showingGerd Moellmann2001-02-221-0/+4
* (direct_output_for_insert): Recognize more cases whereGerd Moellmann2001-02-161-1/+4
* (update_text_area): Undo change of 2001-01-12.Gerd Moellmann2001-02-151-5/+3
* (update_frame_line): Rename parameter FRAME to F.Gerd Moellmann2001-02-061-20/+34
* (adjust_glyph_matrix): Always clear desired matrices.Gerd Moellmann2001-01-261-30/+43
* (Fredraw_frame): Remove reference toAndrew Innes2001-01-201-1/+1
* (direct_output_for_insert): If char_ins_del_ok isGerd Moellmann2001-01-171-0/+6
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-161-1/+1
* (save_or_restore_current_matrices): Function removed.Gerd Moellmann2001-01-151-24/+49
* Fix last change.Gerd Moellmann2001-01-121-2/+1
* (update_text_area): Put code which decrements theGerd Moellmann2001-01-121-3/+8
* (Fredraw_frame): Call set_terminal_modes forAndrew Innes2001-01-021-1/+1
* (update_window): Don't check_current_matrix_flags.Gerd Moellmann2001-01-021-1/+1
* (check_current_matrix_flags) [GLYPH_DEBUG]: NewGerd Moellmann2000-12-291-3/+35
* Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.Gerd Moellmann2000-12-281-1/+1
* Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.Gerd Moellmann2000-12-281-4/+4
* (struct redisplay_history) [GLYPH_DEBUG]: New.Gerd Moellmann2000-12-271-25/+112
* (save_frame_matrix, restore_frame_matrix): Removed.Gerd Moellmann2000-12-231-42/+21
* (ensure_frame_matrix): Removed.Gerd Moellmann2000-12-211-14/+72
* (fake_current_matrices, ensure_frame_matrix): NewGerd Moellmann2000-12-201-5/+73
* (direct_output_for_insert): Fix check for mini-windowGerd Moellmann2000-12-191-2/+4
* (update_window): Detect pending input every nth lineGerd Moellmann2000-12-151-3/+3
* (update_window): If do_mouse_tracking is non-nil,Gerd Moellmann2000-12-131-1/+2
* (adjust_glyph_matrix): Don't reuse a window's currentGerd Moellmann2000-12-061-0/+3
* (scrolling_window): Fix code inserting runs in list of all runs.Gerd Moellmann2000-12-051-4/+7
* (update_frame): Do nothing with frame's tool barGerd Moellmann2000-11-221-7/+0
* (update_text_area): Fix last change.Gerd Moellmann2000-11-181-32/+39
* (update_text_area): Don't skip over equal glyphsGerd Moellmann2000-11-181-8/+29
* (null_row): New gloval static variable.Kenichi Handa2000-11-161-1/+2
* (update_frame_line): Handle case where spaces inGerd Moellmann2000-10-311-8/+16
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-0/+14
* (direct_output_for_insert): Call set_iterator_to_nextGerd Moellmann2000-10-131-2/+2
* (adjust_glyph_matrix, enable_glyph_matrix_rows):Gerd Moellmann2000-09-271-0/+5
* (enable_glyph_matrix_rows): Remove xasserts.Gerd Moellmann2000-09-221-4/+0
* (scrolling_window): Compare y-positions of rowsGerd Moellmann2000-09-211-14/+17
* (update_window_line): Make sure to always drawGerd Moellmann2000-09-191-1/+2
* (update_window): Move test for invisible linesGerd Moellmann2000-09-181-50/+45
* (update_window): Make sure to make desired rowsGerd Moellmann2000-09-161-5/+13
* (update_frame): Only set display_completed here; useGerd Moellmann2000-08-301-19/+14
* (build_frame_matrix_from_leaf_window): If a row of aGerd Moellmann2000-08-291-7/+22