aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91Miles Bader2005-10-151-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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88Miles Bader2005-10-071-0/+80
|\ \ | |/
| * (window_split_tree): New function.Kim F. Storm2005-10-041-0/+80
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82Miles Bader2005-09-191-19/+13
|\ \ | |/
| * (make_window): Don't initialize height_fixed_p.Andreas Schwab2005-09-181-19/+13
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-4/+2
|\ \ | |/
| * (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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71Miles Bader2005-07-221-24/+24
|\ \ | |/
| * (Fset_window_margins, Fset_window_fringes):Juanma Barranquero2005-07-211-24/+24
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69Miles Bader2005-07-141-8/+5
|\ \ | |/
| * (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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-18/+73
|\ \ | |/
| * (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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65Miles Bader2005-06-241-1/+1
|\ \ | |/
| * Fix typo in comment.Juanma Barranquero2005-06-211-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63Miles Bader2005-06-151-1/+1
|\ \ | |/
| * (Fselect_window): Adapt call to Fselect_frame.Luc Teirlinck2005-06-101-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61Miles Bader2005-06-091-1/+48
|\ \ | |/
| * * window.c (delete_window): Handle the case where a h/vchild hasJan Djärv2005-06-061-1/+48
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55Miles Bader2005-05-261-2/+2
|\ \ | |/
| * (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Correct the right value.Lute Kamstra2005-05-201-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44Miles Bader2005-05-051-22/+13
|\ \ | |/
| * (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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39Miles Bader2005-04-211-1/+0
|\ \ | |/
| * (make_window): Don't initialize overlay_arrow_bitmap.Kim F. Storm2005-04-181-1/+0
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37Miles Bader2005-04-141-8/+26
|\ \ | |/
| * (Fset_window_configuration): Be careful when you chooseStefan Monnier2005-04-121-3/+16
| * Comment changes.Richard M. Stallman2005-04-101-5/+10
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-16Miles Bader2005-02-231-9/+16
|\ \ | |/
| * (window_scroll_pixel_based): When scrolling backwards,Kim F. Storm2005-02-211-9/+16
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-6Miles Bader2005-01-241-21/+36
|\ \ | |/
| * (window_scroll_pixel_based): Fix scrolling in the wrongKim F. Storm2005-01-241-6/+16
| * * window.c (Fpos_visible_in_window_p): Simplify return value forKim F. Storm2005-01-231-14/+11
| * (window_scroll_pixel_based): Force moving to next lineKim F. Storm2005-01-231-2/+10
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-4Miles Bader2005-01-221-13/+57
|\ \ | |/
| * (auto_window_vscroll_p): New boolean.Kim F. Storm2005-01-221-13/+57
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-2Miles Bader2005-01-161-1/+7
|\ \ | |/
| * (window_scroll_pixel_based): Don't correct preserve_yRichard M. Stallman2005-01-041-1/+7