summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* (Fdisplay_buffer): Doc fix.Eli Zaretskii2006-04-211-1/+1
* (adjust_window_trailing_edge): Correctly distinguishRichard M. Stallman2006-04-181-11/+20
* (window_loop): Test w->dedicated with !NILP instead of EQ Qt.Kim F. Storm2006-04-171-3/+9
* (coordinates_in_window): On the vertical border, calculate the row numberNick Roberts2006-04-171-3/+17
* (window_scroll_pixel_based): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier2006-03-201-2/+2
* Rename preserve_y to window_scroll_pixel_based_preserve_y.Luc Teirlinck2006-03-111-10/+13
* Declare preserve_y as a static global variable.Luc Teirlinck2006-03-091-1/+6
* * xselect.c (x_catch_errors_unwind): New function.Chong Yidong2006-02-281-17/+26
* (Fwindow_list): Check `window' before doing XWINDOW.Stefan Monnier2006-02-221-1/+2
* * window.c (window_min_size_1): Ensure room for the scroll bar andChong Yidong2006-02-181-1/+4
* (Fset_window_scroll_bars): Doc fix.Juanma Barranquero2006-02-171-2/+3
* * window.c (adjust_window_trailing_edge): Check that shrinkingJan Djärv2006-02-081-0/+8
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (Fother_window, Fwindow_vscroll, Fset_window_vscroll): Fix typos in docstrings.Juanma Barranquero2006-01-301-3/+3
* (enlarge_window): Eliminate arg preserve_before.Richard M. Stallman2005-12-061-61/+35
* (Fset_window_configuration): Don't accidentally copy theStefan Monnier2005-12-011-3/+19
* (adjust_window_trailing_edge): New function.Richard M. Stallman2005-11-271-1/+136
* (Fget_lru_window, Fget_largest_window, window_loop):Stefan Monnier2005-11-041-10/+16
* (Fenlarge_window): Rename SIDE to HORIZONTAL.Richard M. Stallman2005-11-031-26/+30
* (Fdisplay_buffer): Fix last change to not use a dedicated window.Stefan Monnier2005-11-031-0/+2
* (window_loop): For LRU and LARGEST, let the `mini' argumentStefan Monnier2005-11-011-25/+29
* (Fwindow_tree): Remove unused var alist.Kim F. Storm2005-10-201-1/+0
* (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.Kim F. Storm2005-10-111-4/+4
* (coordinates_in_window): Fix returned y position whenKim F. Storm2005-10-111-1/+4
* (Fwindow_tree): Fix spelling.Juanma Barranquero2005-10-101-1/+1
* (Fwindow_end): Don't try to redisplay if non-interactive.Romain Francoise2005-10-091-1/+2
* (window_tree, Fwindow_tree): Rename fns added 2005-10-04.Kim F. Storm2005-10-071-8/+8
* (window_split_tree): New function.Kim F. Storm2005-10-041-0/+80
* (make_window): Don't initialize height_fixed_p.Andreas Schwab2005-09-181-19/+13
* (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.Kim F. Storm2005-08-161-3/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* (Fset_window_margins, Fset_window_fringes):Juanma Barranquero2005-07-211-24/+24
* (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier2005-07-111-1/+1
* (Frecenter): Remove superfluous settings of iarg.Kim F. Storm2005-07-071-5/+2
* (Frecenter): Fix last change (set iarg before use).Kim F. Storm2005-07-071-2/+2
* (Frecenter): When arg is inside the scroll margin, move it out of the margin.Richard M. Stallman2005-07-061-9/+53
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (window_scroll_pixel_based): Take account of this_scroll_margin whenRichard M. Stallman2005-07-031-1/+3
* (window_scroll_pixel_based, window_scroll_line_based):Richard M. Stallman2005-06-291-6/+15
* Fix typo in comment.Juanma Barranquero2005-06-211-1/+1
* (Fselect_window): Adapt call to Fselect_frame.Luc Teirlinck2005-06-101-1/+1
* * window.c (delete_window): Handle the case where a h/vchild hasJan Djärv2005-06-061-1/+48
* (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Correct the right value.Lute Kamstra2005-05-201-2/+2
* (Fsame_window_p, Fspecial_display_p): Doc fixes.Richard M. Stallman2005-04-261-8/+12
* (window_size_fixed): Variable deleted.Richard M. Stallman2005-04-231-14/+1
* (make_window): Don't initialize overlay_arrow_bitmap.Kim F. Storm2005-04-181-1/+0
* (Fset_window_configuration): Be careful when you chooseStefan Monnier2005-04-121-3/+16
* Comment changes.Richard M. Stallman2005-04-101-5/+10
* (window_scroll_pixel_based): When scrolling backwards,Kim F. Storm2005-02-211-9/+16
* (window_scroll_pixel_based): Fix scrolling in the wrongKim F. Storm2005-01-241-6/+16