summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAge
* (Fset_window_hscroll): Doc fix.Eli Zaretskii2002-06-05
* (enlarge_window): Fix last change.Eli Zaretskii2002-02-02
* (enlarge_window): When exceeding size of parent,Richard M. Stallman2002-01-18
* (Frecenter): Simplify computation in the case of windowGerd Moellmann2001-12-12
* (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>.Eli Zaretskii2001-11-25
* (grow_mini_window): Handle case that the rootGerd Moellmann2001-10-31
* (Fscroll_left, Fscroll_right): Doc fix.Eli Zaretskii2001-10-29
* (select_window_1): Unfreeze window start. Remove aGerd Moellmann2001-10-15
* (window_scroll_pixel_based): Don't recenter ifGerd Moellmann2001-08-15
* (Frecenter): If ARG < 0, and on a window systemGerd Moellmann2001-08-07
* (window_scroll): Change the meaning of N to meanGerd Moellmann2001-04-10
* (window_scroll_pixel_based, Frecenter): CallGerd Moellmann2001-04-10
* (window_internal_height): Return 1 less if theGerd Moellmann2001-04-09
* (Fset_window_configuration): Change call toemacs-pretest-21.0.100Gerd Moellmann2001-03-14
* (Frecenter): Rewrite code handling negative valuesGerd Moellmann2001-03-07
* (Fwindow_end): Call move_it_past_eol only ifGerd Moellmann2001-03-01
* * window.c (set_window_buffer): Field vscroll is an int, not a lisp object.Ken Raeburn2001-02-28
* (make_window, make_dummy_parent): Use allocate_window.Gerd Moellmann2001-02-28
* (Fwindow_end): Handle case that WINDOW's buffer is notGerd Moellmann2001-02-20
* (Fmove_to_window_line): Undo last change.Gerd Moellmann2001-02-19
* (set_window_buffer): Fix last change.Gerd Moellmann2001-02-16
* (set_window_buffer): Set window's vscroll to 0.Gerd Moellmann2001-02-16
* (coordinates_in_window): Increase width of areaGerd Moellmann2001-02-16
* (window_loop) <GET_BUFFER_WINDOW>: Prefer to returnGerd Moellmann2001-02-13
* (Fmove_to_window_line): Don't add 1 if window isGerd Moellmann2001-02-05
* (Fenlarge_window, Fshrink_window): Doc fix.Eli Zaretskii2001-02-02
* (enum window_part): New enumeration.Gerd Moellmann2001-01-31
* (Fscroll_right, Fscroll_left): Use interactive_pGerd Moellmann2001-01-31
* (size_window): Set the window's orig_top to nil whenGerd Moellmann2001-01-26
* (syms_of_window) <scroll-preserve-screen-position>: Doc fix.Eli Zaretskii2001-01-23
* * window.c (Fwindow_live_p): Use WINDOW_LIVE_P.Gerd Moellmann2001-01-18
* (window_size_fixed): New variable.Gerd Moellmann2001-01-18
* (Fset_window_hscroll): Don't set window's min_hscrollGerd Moellmann2001-01-16
* (window_scroll_pixel_based): Adjust glyph matricesGerd Moellmann2001-01-08
* (Fdelete_other_windows): Set window's window_end_validGerd Moellmann2001-01-04
* (Frecenter): When changing the window start, set theGerd Moellmann2001-01-03
* (Fwindow_end): Doc fix.Gerd Moellmann2001-01-03
* (Frecenter): Doc fix.Richard M. Stallman2001-01-03
* (Frecenter): Handle centering in graphical framesGerd Moellmann2001-01-02
* (size_window): Remove block-local variable `min_size'.Eli Zaretskii2001-01-02
* (Frecenter): Use displayed_window_lines insteadGerd Moellmann2000-12-27
* (size_window): When setting the window's too_small_okGerd Moellmann2000-12-22
* (delete_window): Simplify somewhat.Gerd Moellmann2000-12-22
* (delete_window, Fsplit_window)Gerd Moellmann2000-12-21
* (make_window): Initialize window's min_hscroll.Gerd Moellmann2000-12-20
* (delete_window, Fsplit_window)Gerd Moellmann2000-12-20
* (window_scroll_pixel_based): Don't useGerd Moellmann2000-12-19
* (coordinates_in_window): Fix computation forGerd Moellmann2000-12-17
* (Fset_window_point): Remove test forGerd Moellmann2000-12-15
* (Fdisplay_buffer): Doc fix.Dave Love2000-12-12