aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* (Fwindow_end): Call move_it_past_eol only ifGerd Moellmann2001-03-011-1/+2
* * window.c (set_window_buffer): Field vscroll is an int, not a lisp object.Ken Raeburn2001-02-281-1/+1
* (make_window, make_dummy_parent): Use allocate_window.Gerd Moellmann2001-02-281-16/+5
* (Fwindow_end): Handle case that WINDOW's buffer is notGerd Moellmann2001-02-201-0/+10
* (Fmove_to_window_line): Undo last change.Gerd Moellmann2001-02-191-18/+7
* (set_window_buffer): Fix last change.Gerd Moellmann2001-02-161-1/+1
* (set_window_buffer): Set window's vscroll to 0.Gerd Moellmann2001-02-161-2/+2
* (coordinates_in_window): Increase width of areaGerd Moellmann2001-02-161-5/+8
* (window_loop) <GET_BUFFER_WINDOW>: Prefer to returnGerd Moellmann2001-02-131-10/+6
* (Fmove_to_window_line): Don't add 1 if window isGerd Moellmann2001-02-051-0/+4
* (Fenlarge_window, Fshrink_window): Doc fix.Eli Zaretskii2001-02-021-2/+4
* (enum window_part): New enumeration.Gerd Moellmann2001-01-311-31/+45
* (Fscroll_right, Fscroll_left): Use interactive_pGerd Moellmann2001-01-311-2/+2
* (size_window): Set the window's orig_top to nil whenGerd Moellmann2001-01-261-0/+3
* (syms_of_window) <scroll-preserve-screen-position>: Doc fix.Eli Zaretskii2001-01-231-1/+1
* * window.c (Fwindow_live_p): Use WINDOW_LIVE_P.Gerd Moellmann2001-01-181-1/+1
* (window_size_fixed): New variable.Gerd Moellmann2001-01-181-1/+13
* (Fset_window_hscroll): Don't set window's min_hscrollGerd Moellmann2001-01-161-12/+25
* (window_scroll_pixel_based): Adjust glyph matricesGerd Moellmann2001-01-081-4/+7
* (Fdelete_other_windows): Set window's window_end_validGerd Moellmann2001-01-041-5/+6
* (Frecenter): When changing the window start, set theGerd Moellmann2001-01-031-0/+2
* (Fwindow_end): Doc fix.Gerd Moellmann2001-01-031-1/+1
* (Frecenter): Doc fix.Richard M. Stallman2001-01-031-6/+9
* (Frecenter): Handle centering in graphical framesGerd Moellmann2001-01-021-17/+46
* (size_window): Remove block-local variable `min_size'.Eli Zaretskii2001-01-021-2/+0
* (Frecenter): Use displayed_window_lines insteadGerd Moellmann2000-12-271-48/+49
* (size_window): When setting the window's too_small_okGerd Moellmann2000-12-221-1/+1
* (delete_window): Simplify somewhat.Gerd Moellmann2000-12-221-10/+8
* (delete_window, Fsplit_window)Gerd Moellmann2000-12-211-3/+0
* (make_window): Initialize window's min_hscroll.Gerd Moellmann2000-12-201-20/+30
* (delete_window, Fsplit_window)Gerd Moellmann2000-12-201-1/+4
* (window_scroll_pixel_based): Don't useGerd Moellmann2000-12-191-6/+13
* (coordinates_in_window): Fix computation forGerd Moellmann2000-12-171-54/+82
* (Fset_window_point): Remove test forGerd Moellmann2000-12-151-4/+3
* (Fdisplay_buffer): Doc fix.Dave Love2000-12-121-2/+1
* (Fset_window_point): If displaying cursors in windowsGerd Moellmann2000-12-121-0/+6
* (displayed_window_lines): Fix off-by-one error.Miles Bader2000-12-111-1/+1
* (displayed_window_lines): Handle non-newline-terminated final lines properly.Miles Bader2000-12-111-1/+22
* (displayed_window_lines): Don't round up when converting empty space atMiles Bader2000-12-111-1/+1
* (Fmove_to_window_line): Skip past any partially visible first line.Miles Bader2000-12-081-6/+5
* (Fpos_visible_in_window_p): Replace FULLY parameter with PARTIALLY,Miles Bader2000-12-081-27/+74
* (coordinates_in_window): Check mouse on mode-line orGerd Moellmann2000-12-061-10/+12
* (syms_of_window): Doc fix.Gerd Moellmann2000-12-061-1/+1
* (Veven_window_heights): New variable.Gerd Moellmann2000-12-061-2/+17
* (coordinates_in_window): Handle computations forGerd Moellmann2000-12-011-21/+45
* (struct saved_window): Add members orig_top andGerd Moellmann2000-12-011-3/+7
* (coordinates_in_window): If on a mode or header line,Gerd Moellmann2000-11-281-23/+46
* (Fwindow_list): Change parameter list to be XEmacsGerd Moellmann2000-11-191-4/+31
* (Fpos_visible_in_window_p): Call pos_visible withGerd Moellmann2000-11-141-2/+2
* (Fset_window_configuration): Don't try to preserveGerd Moellmann2000-11-071-11/+19