| Commit message (Expand) | Author | Age | Files | Lines |
* | (window_scroll_pixel_based, window_scroll_line_based): | Kim F. Storm | 2006-07-18 | 1 | -5/+5 |
* | (Fwindow_configuration_frame, Fset_window_configuration): | Kim F. Storm | 2006-07-12 | 1 | -8/+4 |
* | (Fforce_window_update): Doc fix. | Kim F. Storm | 2006-07-08 | 1 | -1/+1 |
* | (size_window): New arg FIRST_ONLY. All callers changed. | Richard M. Stallman | 2006-06-19 | 1 | -17/+70 |
* | (adjust_window_trailing_edge): Don't break out of the loop | Richard M. Stallman | 2006-06-13 | 1 | -6/+16 |
* | (window_scroll_pixel_based): Signal "Beginning of buffer" when scroll-down | Eli Zaretskii | 2006-06-09 | 1 | -0/+2 |
* | (Fsplit_window): Doc fix. | Richard M. Stallman | 2006-06-02 | 1 | -1/+3 |
* | (struct saved_window): Add `dedicated'. | Stefan Monnier | 2006-05-29 | 1 | -3/+4 |
* | (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)). | YAMAMOTO Mitsuharu | 2006-05-19 | 1 | -1/+3 |
* | (Fdisplay_buffer): Doc fix. | Eli Zaretskii | 2006-04-21 | 1 | -1/+1 |
* | (adjust_window_trailing_edge): Correctly distinguish | Richard M. Stallman | 2006-04-18 | 1 | -11/+20 |
* | (window_loop): Test w->dedicated with !NILP instead of EQ Qt. | Kim F. Storm | 2006-04-17 | 1 | -3/+9 |
* | (coordinates_in_window): On the vertical border, calculate the row number | Nick Roberts | 2006-04-17 | 1 | -3/+17 |
* | (window_scroll_pixel_based): Yet another int/Lisp_Object mixup (YAILOM). | Stefan Monnier | 2006-03-20 | 1 | -2/+2 |
* | Rename preserve_y to window_scroll_pixel_based_preserve_y. | Luc Teirlinck | 2006-03-11 | 1 | -10/+13 |
* | Declare preserve_y as a static global variable. | Luc Teirlinck | 2006-03-09 | 1 | -1/+6 |
* | * xselect.c (x_catch_errors_unwind): New function. | Chong Yidong | 2006-02-28 | 1 | -17/+26 |
* | (Fwindow_list): Check `window' before doing XWINDOW. | Stefan Monnier | 2006-02-22 | 1 | -1/+2 |
* | * window.c (window_min_size_1): Ensure room for the scroll bar and | Chong Yidong | 2006-02-18 | 1 | -1/+4 |
* | (Fset_window_scroll_bars): Doc fix. | Juanma Barranquero | 2006-02-17 | 1 | -2/+3 |
* | * window.c (adjust_window_trailing_edge): Check that shrinking | Jan Djärv | 2006-02-08 | 1 | -0/+8 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (Fother_window, Fwindow_vscroll, Fset_window_vscroll): Fix typos in docstrings. | Juanma Barranquero | 2006-01-30 | 1 | -3/+3 |
* | (enlarge_window): Eliminate arg preserve_before. | Richard M. Stallman | 2005-12-06 | 1 | -61/+35 |
* | (Fset_window_configuration): Don't accidentally copy the | Stefan Monnier | 2005-12-01 | 1 | -3/+19 |
* | (adjust_window_trailing_edge): New function. | Richard M. Stallman | 2005-11-27 | 1 | -1/+136 |
* | (Fget_lru_window, Fget_largest_window, window_loop): | Stefan Monnier | 2005-11-04 | 1 | -10/+16 |
* | (Fenlarge_window): Rename SIDE to HORIZONTAL. | Richard M. Stallman | 2005-11-03 | 1 | -26/+30 |
* | (Fdisplay_buffer): Fix last change to not use a dedicated window. | Stefan Monnier | 2005-11-03 | 1 | -0/+2 |
* | (window_loop): For LRU and LARGEST, let the `mini' argument | Stefan Monnier | 2005-11-01 | 1 | -25/+29 |
* | (Fwindow_tree): Remove unused var alist. | Kim F. Storm | 2005-10-20 | 1 | -1/+0 |
* | (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN. | Kim F. Storm | 2005-10-11 | 1 | -4/+4 |
* | (coordinates_in_window): Fix returned y position when | Kim F. Storm | 2005-10-11 | 1 | -1/+4 |
* | (Fwindow_tree): Fix spelling. | Juanma Barranquero | 2005-10-10 | 1 | -1/+1 |
* | (Fwindow_end): Don't try to redisplay if non-interactive. | Romain Francoise | 2005-10-09 | 1 | -1/+2 |
* | (window_tree, Fwindow_tree): Rename fns added 2005-10-04. | Kim F. Storm | 2005-10-07 | 1 | -8/+8 |
* | (window_split_tree): New function. | Kim F. Storm | 2005-10-04 | 1 | -0/+80 |
* | (make_window): Don't initialize height_fixed_p. | Andreas Schwab | 2005-09-18 | 1 | -19/+13 |
* | (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define. | Kim F. Storm | 2005-08-16 | 1 | -3/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+1 |
* | (Fset_window_margins, Fset_window_fringes): | Juanma Barranquero | 2005-07-21 | 1 | -24/+24 |
* | (Frecenter): Yet another int/Lisp_Object mixup (YAILOM). | Stefan Monnier | 2005-07-11 | 1 | -1/+1 |
* | (Frecenter): Remove superfluous settings of iarg. | Kim F. Storm | 2005-07-07 | 1 | -5/+2 |
* | (Frecenter): Fix last change (set iarg before use). | Kim F. Storm | 2005-07-07 | 1 | -2/+2 |
* | (Frecenter): When arg is inside the scroll margin, move it out of the margin. | Richard M. Stallman | 2005-07-06 | 1 | -9/+53 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (window_scroll_pixel_based): Take account of this_scroll_margin when | Richard M. Stallman | 2005-07-03 | 1 | -1/+3 |
* | (window_scroll_pixel_based, window_scroll_line_based): | Richard M. Stallman | 2005-06-29 | 1 | -6/+15 |
* | Fix typo in comment. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
* | (Fselect_window): Adapt call to Fselect_frame. | Luc Teirlinck | 2005-06-10 | 1 | -1/+1 |