aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* Merged from [email protected] (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 [email protected] (patch 610-614)Karoly Lorentey2005-10-231-1/+0
|\|
| * (Fwindow_tree): Remove unused var alist.Kim F. Storm2005-10-201-1/+0
* | Merged from [email protected] (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 [email protected] (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
* | Apply patch from CVS trunk to fix recenter on ttys.Karoly Lorentey2005-08-041-1/+1
* | Merged from [email protected] (patch 474)Karoly Lorentey2005-07-101-7/+4
|\|
| * (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
* | Merged from [email protected] (patch 470-473)Karoly Lorentey2005-07-101-9/+53
|\|
| * (Frecenter): When arg is inside the scroll margin, move it out of the margin.Richard M. Stallman2005-07-061-9/+53
* | Merged from [email protected] (patch 469)Karoly Lorentey2005-07-051-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Merged from [email protected] (patch 83-87, 449-468)Karoly Lorentey2005-07-051-7/+18
|\|
| * (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
* | Merged from [email protected] (patch 438-440)Karoly Lorentey2005-06-221-1/+1
|\|
| * Fix typo in comment.Juanma Barranquero2005-06-211-1/+1
* | Merged from [email protected] (patch 80-82, 350-422)Karoly Lorentey2005-06-151-2/+49
|\|
| * (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
* | Merged from [email protected] (patch 70-73, 320-331)Karoly Lorentey2005-05-281-2/+2
|\|
| * (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Correct the right value.Lute Kamstra2005-05-201-2/+2
* | Merged from [email protected] (patch 281-285)Karoly Lorentey2005-05-021-8/+12
|\|
| * (Fsame_window_p, Fspecial_display_p): Doc fixes.Richard M. Stallman2005-04-261-8/+12
* | Merged from [email protected] (patch 67, 270-278)Karoly Lorentey2005-04-251-14/+1
|\|
| * (window_size_fixed): Variable deleted.Richard M. Stallman2005-04-231-14/+1
* | Merged from [email protected] (patch 66, 266-268)Karoly Lorentey2005-04-191-1/+0
|\|
| * (make_window): Don't initialize overlay_arrow_bitmap.Kim F. Storm2005-04-181-1/+0
* | Merged from [email protected] (patch 60-65, 246-265)Karoly Lorentey2005-04-181-3/+16
|\|
| * (Fset_window_configuration): Be careful when you chooseStefan Monnier2005-04-121-3/+16
* | Merged from [email protected] (patch 59, 240-245)Karoly Lorentey2005-04-111-5/+10
|\|
| * Comment changes.Richard M. Stallman2005-04-101-5/+10
* | Merged from [email protected] (patch 27, 120-125)Karoly Lorentey2005-02-231-9/+16
|\|