- 19 Feb, 2001 1 commit
-
-
Gerd Moellmann authored
(displayed_window_lines): Call line_bottom_y to determine the line's bottom position.
-
- 16 Feb, 2001 3 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
where the vertical line can be dragged.
-
- 13 Feb, 2001 1 commit
-
-
Gerd Moellmann authored
the selected window if it is showing the buffer in question.
-
- 05 Feb, 2001 1 commit
-
-
Gerd Moellmann authored
vscrolled.
-
- 02 Feb, 2001 1 commit
-
-
Eli Zaretskii authored
-
- 31 Jan, 2001 2 commits
-
-
Gerd Moellmann authored
(Qleft_fringe, Qright_fringe): Replace Qleft_bitmap_area and Qright_bitmap_area. (coordinates_in_window): Return an enumerator from enum window_part. Fix handling of right scroll bar. (Fcoordinates_in_window_p): Doc fix. Return `left-fringe' and `right-fringe' instead of `left-bitmap-area' and `right-bitmap-area'. Use enumerators from enum window_part instead of hard-coded integers. (check_window_containing, window_from_coordinates): Use enumerators from enum window_part instead of hard-coded integers. (syms_of_window): Replace Qleft_bitmap_area and Qright_bitmap_area.with Qleft_fringe and Qright_fringe.
-
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.
-