aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged from emacs@sv.gnu.orgKaroly Lorentey2006-04-281-1/+1
|\
| * (Fdisplay_buffer): Doc fix.Eli Zaretskii2006-04-211-1/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-04-191-17/+46
|\ \ | |/
| * (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
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-03-221-2/+2
|\ \ | |/
| * (window_scroll_pixel_based): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier2006-03-201-2/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-03-121-10/+13
|\ \ | |/
| * Rename preserve_y to window_scroll_pixel_based_preserve_y.Luc Teirlinck2006-03-111-10/+13
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-03-101-1/+6
|\ \ | |/
| * Declare preserve_y as a static global variable.Luc Teirlinck2006-03-091-1/+6
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-03-041-17/+26
|\ \ | |/
| * * xselect.c (x_catch_errors_unwind): New function.Chong Yidong2006-02-281-17/+26
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-231-1/+2
|\ \ | |/
| * (Fwindow_list): Check `window' before doing XWINDOW.Stefan Monnier2006-02-221-1/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-201-3/+7
|\ \ | |/
| * * 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
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-1/+9
|\ \ | |/
| * * 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
* | Merged from Karoly Lorentey2006-02-011-3/+3
|\ \ | |/
| * (Fother_window, Fwindow_vscroll, Fset_window_vscroll): Fix typos in docstrings.Juanma Barranquero2006-01-301-3/+3
* | Merged in changes from CVS trunk.Karoly Lorentey2005-12-101-64/+54
|\ \ | |/
| * (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
* | Merged from miles@gnu.org--gnu-2005 (patch 659-663)Karoly Lorentey2005-12-031-1/+136
|\ \ | |/
| * (adjust_window_trailing_edge): New function.Richard M. Stallman2005-11-271-1/+136
* | Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)Karoly Lorentey2005-11-071-56/+72
|\ \ | |/
| * (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
* | Merged from miles@gnu.org--gnu-2005 (patch 610-614)Karoly Lorentey2005-10-231-1/+0
|\ \ | |/
| * (Fwindow_tree): Remove unused var alist.Kim F. Storm2005-10-201-1/+0
* | Merged from miles@gnu.org--gnu-2005 (patch 578-592)Karoly Lorentey2005-10-121-15/+19
|\ \ | |/
| * (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
* | Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)Karoly Lorentey2005-10-091-19/+93
|\ \ | |/
| * (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
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-28/+26
|\ \ | |/
| * (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