- 20 Oct, 2001 1 commit
-
-
Pavel Janík authored
-
- 15 Oct, 2001 3 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
doubled test for WINDOW being live.
-
Gerd Moellmann authored
-
- 10 Oct, 2001 1 commit
-
-
Stefan Monnier authored
-
- 08 Oct, 2001 1 commit
-
-
Gerd Moellmann authored
-
- 15 Aug, 2001 1 commit
-
-
Gerd Moellmann authored
PT is partially visible in the window.
-
- 07 Aug, 2001 1 commit
-
-
Gerd Moellmann authored
frame, count in some empty lines when we can't move -ARG lines down.
-
- 10 Apr, 2001 2 commits
-
-
Gerd Moellmann authored
N screen-fulls or N lines. (window_scroll_pixel_based, window_scroll_line_based) (scroll_command, Fscroll_other_window): Change accordingly.
-
Gerd Moellmann authored
window_box_height instead of using it.last_visible_y for the height of the window.
-
- 09 Apr, 2001 1 commit
-
-
Gerd Moellmann authored
window has a header line.
-
- 14 Mar, 2001 1 commit
-
-
Gerd Moellmann authored
do_switch_frame to new format.
-
- 07 Mar, 2001 1 commit
-
-
Gerd Moellmann authored
of ARG on graphical frames. (displayed_window_lines): If W->start is outside the accessible portion of the buffer, call start_display with BEGV or ZV instead of W->start.
-
- 01 Mar, 2001 1 commit
-
-
Gerd Moellmann authored
ending up on a partially visible line.
-
- 28 Feb, 2001 2 commits
-
-
Ken Raeburn authored
-
Gerd Moellmann authored
(Fcurrent_window_configuration): Use allocate_other_vector.
-
- 20 Feb, 2001 1 commit
-
-
Gerd Moellmann authored
equal to the current buffer.
-
- 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 1 commit
-
-
Gerd Moellmann authored
flag, compare old size with minimum size depending on WIDTH_P, don't compare with window_min_width.
-