aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* * 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
* (auto_window_vscroll_p): New boolean.Kim F. Storm2005-01-221-13/+57
* (window_scroll_pixel_based): Don't correct preserve_yRichard M. Stallman2005-01-041-1/+7
* (window_scroll_pixel_based): Only look atRichard M. Stallman2004-12-311-30/+56
* (Fget_lru_window, Fget_largest_window): Doc fixes.Richard M. Stallman2004-12-021-0/+4
* (Fset_window_scroll_bars): Don't use XINT if it isn't int.Stefan Monnier2004-11-231-5/+7
* (set_window_buffer): Clear display_error_modiff.Kim F. Storm2004-11-221-1/+4
* Avoid side-effects inside XSETFASTINT's arguments.Stefan Monnier2004-11-161-4/+7
* * window.c (shrink_windows): Handle special case of one window leftJan Djärv2004-11-141-0/+32
* (window_scroll_pixel_based, Frecenter): UseKim F. Storm2004-11-121-11/+44
* Fix commentary.Kim F. Storm2004-11-091-2/+2
* (Fscroll_right): Fix last change.Andreas Schwab2004-11-021-1/+1
* (window_scroll_pixel_based): Update preserve_y for header line if any.Richard M. Stallman2004-11-021-15/+23
* (Fspecial_display_p): Doc fix.Richard M. Stallman2004-10-161-4/+7
* (coordinates_in_window): Relax check for cursorKim F. Storm2004-10-041-6/+9
* (Fset_window_buffer): Doc fix.Richard M. Stallman2004-09-091-1/+3
* (window_list_1): YAILOM.Stefan Monnier2004-08-071-1/+1
* (window_scroll_line_based): Let compute_motionKim F. Storm2004-08-021-1/+1
* (coordinates_in_window): Return ON_SCROLL_BARRichard M. Stallman2004-07-251-1/+7
* (Fcoordinates_in_window_p): Take account of FRAME_INTERNAL_BORDER_WIDTH.Richard M. Stallman2004-07-251-2/+2
* (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.Richard M. Stallman2004-07-241-2/+4
* (make_window): Initialize nrows_scale_factor andKim F. Storm2004-07-211-0/+1
* (Fpos_visible_in_window_p, Fset_window_hscroll)Luc Teirlinck2004-07-191-18/+35
* (coordinates_in_window): Inside the window but outsideRichard M. Stallman2004-07-171-3/+13
* (Fwindow_buffer, Fother_window, Fget_lru_window)Luc Teirlinck2004-07-111-9/+22
* (syms_of_window): Doc fix.Richard M. Stallman2004-06-211-6/+8