- 05 Sep, 2006 1 commit
-
-
Kim F. Storm authored
Return row height and row number for partially visible rows. Modify return value to a 2 element list for fully visible rows and 6 for partially visible row. (window_scroll_pixel_based): Use pos_visible_p directly instead of Fpos_visible_in_window_p. Fix auto vscrolling for partially visible lines. Only vscroll backwards if already vscrolled forwards. Unconditionally vscroll forwards if PT is first (and only) line. Set new window start instead of scrolling at start/end of tall line.
-
- 02 Sep, 2006 1 commit
-
-
Eli Zaretskii authored
<window-min-height, window-min-width>: Doc fix.
-
- 18 Aug, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 17 Aug, 2006 1 commit
-
-
Nick Roberts authored
(Fwindow_fringes): Put ? operator after the line break.
-
- 18 Jul, 2006 1 commit
-
-
Kim F. Storm authored
Use xsignal0.
-
- 12 Jul, 2006 1 commit
-
-
Kim F. Storm authored
(compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.
-
- 08 Jul, 2006 1 commit
-
-
Kim F. Storm authored
-
- 19 Jun, 2006 1 commit
-
-
Richard M. Stallman authored
(adjust_window_trailing_edge): Specially compute FIRST_PARALLEL for the case of a top-level window and the following minibuffer. Don't exit because of no `next' when there is a parent. Use the FIRST_ONLY feature when resizing following windows.
-
- 13 Jun, 2006 1 commit
-
-
Richard M. Stallman authored
because there's no next window, if there are parallel windows. Do break out when WINDOW is nil.
-
- 09 Jun, 2006 1 commit
-
-
Eli Zaretskii authored
at the beginning of an empty buffer.
-
- 02 Jun, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 29 May, 2006 1 commit
-
-
Stefan Monnier authored
(Fset_window_configuration, save_window_save): Save/restore the `dedicated' flag.
-
- 19 May, 2006 1 commit
-
-
YAMAMOTO Mitsuharu authored
-
- 21 Apr, 2006 1 commit
-
-
Eli Zaretskii authored
-
- 18 Apr, 2006 1 commit
-
-
Richard M. Stallman authored
series vs parallel cases, even when window has no parent.
-
- 17 Apr, 2006 2 commits
-
-
Kim F. Storm authored
(window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
-
Nick Roberts authored
measured from the top of the window, not the top of the frame.
-
- 20 Mar, 2006 1 commit
-
-
Stefan Monnier authored
-
- 11 Mar, 2006 1 commit
-
-
Luc Teirlinck authored
(window_scroll_pixel_based, syms_of_window): Adapt to above change.
-
- 09 Mar, 2006 1 commit
-
-
Luc Teirlinck authored
(window_scroll_pixel_based): No longer declare preserve_y; it is global now. (syms_of_window): set preserve_y to -1.
-
- 28 Feb, 2006 1 commit
-
-
Chong Yidong authored
(x_reply_selection_request): Put x_uncatch_errors in an unwind. (Fx_get_atom_name): Call x_uncatch_errors earlier. * window.c (Qscroll_up, Qscroll_down): New syms. (window_scroll_pixel_based): Make preserve_y static to avoid getting point stuck when scrolling 1 line.
-
- 22 Feb, 2006 1 commit
-
-
Stefan Monnier authored
The default `window' should not be "on a different frame".
-
- 18 Feb, 2006 1 commit
-
-
Chong Yidong authored
fringes.
-
- 17 Feb, 2006 1 commit
-
-
Juanma Barranquero authored
-
- 08 Feb, 2006 1 commit
-
-
Jan Djärv authored
does not set a window to size zero or less.
-
- 06 Feb, 2006 1 commit
-
-
Thien-Thi Nguyen authored
-
- 30 Jan, 2006 1 commit
-
-
Juanma Barranquero authored
-
- 06 Dec, 2005 1 commit
-
-
Richard M. Stallman authored
Assume it is 0. All callers changed. (Fenlarge_window, Fshrink_window): Likewise.
-
- 01 Dec, 2005 1 commit
-
-
Stefan Monnier authored
window-point of one window to another.
-
- 27 Nov, 2005 1 commit
-
-
Richard M. Stallman authored
(Fadjust_window_trailing_edge): New function. (syms_of_window): defsubr it. (window_deletion_count): New variable. (delete_window): Update window_deletion_count.
-
- 04 Nov, 2005 1 commit
-
-
Stefan Monnier authored
Don't abuse the `mini' arg. Use the `obj' arg instead.
-
- 03 Nov, 2005 2 commits
-
-
Richard M. Stallman authored
(enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG. (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
-
Stefan Monnier authored
-
- 01 Nov, 2005 1 commit
-
-
Stefan Monnier authored
determine whether to consider dedicated windows as well. (Fget_lru_window, Fget_largest_window): Add `dedicated' argument. (Fdisplay_buffer): Do consider dedicated windows in those cases where we will split the window rather than reuse it. Don't try to use windows on other displays.
-
- 20 Oct, 2005 1 commit
-
-
Kim F. Storm authored
-
- 11 Oct, 2005 2 commits
-
-
Kim F. Storm authored
Fix x position for ON_TEXT when left margin width > 0.
-
Kim F. Storm authored
ON_SCROLL_BAR.
-
- 10 Oct, 2005 1 commit
-
-
Juanma Barranquero authored
-
- 09 Oct, 2005 1 commit
-
-
Romain Francoise authored
-
- 07 Oct, 2005 1 commit
-
-
Kim F. Storm authored
-