- 31 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
instead of Finteractive_p.
-
- 26 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
changing heights, so that a future shrink_mini_window won't restore a bogus height.
-
- 23 Jan, 2001 1 commit
-
-
Eli Zaretskii authored
-
- 18 Jan, 2001 2 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(syms_of_window): Add a DEFVAR_BOOL for window-size-fixed, for the doc string.
-
- 16 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
here. (Fscroll_right, Fscroll_left): Set it here instead, if called interactively.
-
- 08 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
when increasing window's vscroll.
-
- 04 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
to nil when changing the window's start. Don't change the window's start when its top position hasn't changed. If we do, this will set the window's optional_new_start, which act's like a force_start during redisplay with C-x 1 M-> under particular circumstances (see report from Per Starback to emacs-pretest-bug from 2000-12-13.). (Fdelete_other_windows): Set window's window_end_valid to nil when changing the window's start.
-
- 03 Jan, 2001 3 commits
-
-
Gerd Moellmann authored
window's window_end_valid to nil. (Fwindow_end): Fix window-end computation when UPDATE is non-nil.
-
Gerd Moellmann authored
-
Richard M. Stallman authored
-
- 02 Jan, 2001 2 commits
-
-
Gerd Moellmann authored
specially. Centering on the basis of line counts doesn't work reliably with variable-height lines.
-
Eli Zaretskii authored
-
- 27 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
of window_internal_height.
-
- 22 Dec, 2000 2 commits
-
-
Gerd Moellmann authored
flag, compare old size with minimum size depending on WIDTH_P, don't compare with window_min_width.
-
Gerd Moellmann authored
(Fset_window_configuration): Don't SET_FRAME_GARBAGED after freeing window matrices. The flag windows_or_buffers_changed is set, so the next redisplay will consider all windows; this should suffice.
-
- 21 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
(Fset_window_configuration): Calls to ensure_frame_matrix removed.
-
- 20 Dec, 2000 2 commits
-
-
Gerd Moellmann authored
(Fset_window_hscroll): Set window's hscroll and min_hscroll. (set_window_buffer, temp_output_buffer_show): Set min_hscroll to zero. (struct saved_window): New member min_hscroll. (SAVED_WINDOW_VECTOR_SIZE): Set to 17. (Fset_window_configuration): Set window's min_hscroll. (save_window_save): Save window's min_hscroll. (compare_window_configurations): Compare min_hscroll values.
-
Gerd Moellmann authored
(Fset_window_configuration): Call ensure_frame_matrix.
-
- 19 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
move_it_vertically.
-
- 17 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
position on vertical line between mode lines.
-
- 15 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
cursor_in_non_selected_windows.
-
- 12 Dec, 2000 2 commits
-
-
Dave Love authored
(Fwindow_list): Remove unused var.
-
Gerd Moellmann authored
other than the selected window, make sure redisplay updates other windows to show the new value of point in the window.
-
- 11 Dec, 2000 3 commits
-
-
Miles Bader authored
-
Miles Bader authored
(Fwindow_text_height): New function (used to be in lisp). (syms_of_window): Initialize it.
-
Miles Bader authored
bottom to lines.
-
- 08 Dec, 2000 2 commits
-
-
Miles Bader authored
-
Miles Bader authored
inverting the sense. (window_scroll_pixel_based): Scroll partially visible lines into place if we hit the beginning or end of the buffer. (displayed_window_lines): Don't include partially visible line at bottom.
-
- 06 Dec, 2000 3 commits
-
-
Gerd Moellmann authored
header-line first.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(syms_of_window): DEFVAR_LISP it. (Fdisplay_buffer): Check Veven_window_heights before evening the window heights.
-
- 01 Dec, 2000 2 commits
-
-
Gerd Moellmann authored
positions on the vertical bar and fringes differently for window-system frames. Consider some pixels near the vertical bar as on the bar if the frame doesn't have vertical scroll bars. Associate positions between mode or header lines with the right window, the left one.
-
Gerd Moellmann authored
orig_height. (SAVED_WINDOW_VECTOR_SIZE): Increment to 16. (save_window_save, Fset_window_configuration): Save/restore window's orig_top and orig_height.
-
- 28 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
but sufficiently close to its start, return ``on vertical border''. This gives us a way to drag windows horizontally when using toolkit scroll bars.
-
- 19 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
compatible. (window_list_1): New function. (window_loop): Use it instead of Fwindow_list.
-
- 14 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
extra argument.
-
- 07 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
point in the current buffer, if that buffer is displayed in more than one window.
-
- 06 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
visible lines at the bottom correctly.
-
- 30 Oct, 2000 1 commit
-
-
Gerd Moellmann authored
Fix computation of displayed lines.
-