summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2006-08-18Comment change.Richard M. Stallman
2006-08-17(Fset_window_fringes): Do nothing on a tty.Nick Roberts
2006-07-18(window_scroll_pixel_based, window_scroll_line_based):Kim F. Storm
2006-07-12(Fwindow_configuration_frame, Fset_window_configuration):Kim F. Storm
2006-07-08(Fforce_window_update): Doc fix.Kim F. Storm
2006-06-19(size_window): New arg FIRST_ONLY. All callers changed.Richard M. Stallman
2006-06-13(adjust_window_trailing_edge): Don't break out of the loopRichard M. Stallman
2006-06-09(window_scroll_pixel_based): Signal "Beginning of buffer" when scroll-downEli Zaretskii
2006-06-02(Fsplit_window): Doc fix.Richard M. Stallman
2006-05-29(struct saved_window): Add `dedicated'.Stefan Monnier
2006-05-19(foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).YAMAMOTO Mitsuharu
2006-04-21(Fdisplay_buffer): Doc fix.Eli Zaretskii
2006-04-18(adjust_window_trailing_edge): Correctly distinguishRichard M. Stallman
2006-04-17(window_loop): Test w->dedicated with !NILP instead of EQ Qt.Kim F. Storm
2006-04-17(coordinates_in_window): On the vertical border, calculate the row numberNick Roberts
2006-03-20(window_scroll_pixel_based): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier
2006-03-11Rename preserve_y to window_scroll_pixel_based_preserve_y.Luc Teirlinck
2006-03-09Declare preserve_y as a static global variable.Luc Teirlinck
2006-02-28* xselect.c (x_catch_errors_unwind): New function.Chong Yidong
2006-02-22(Fwindow_list): Check `window' before doing XWINDOW.Stefan Monnier
2006-02-18* window.c (window_min_size_1): Ensure room for the scroll bar andChong Yidong
2006-02-17(Fset_window_scroll_bars): Doc fix.Juanma Barranquero
2006-02-08* window.c (adjust_window_trailing_edge): Check that shrinkingJan Djärv
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2006-01-30(Fother_window, Fwindow_vscroll, Fset_window_vscroll): Fix typos in docstrings.Juanma Barranquero
2005-12-06(enlarge_window): Eliminate arg preserve_before.Richard M. Stallman
2005-12-01(Fset_window_configuration): Don't accidentally copy theStefan Monnier
2005-11-27(adjust_window_trailing_edge): New function.Richard M. Stallman
2005-11-04(Fget_lru_window, Fget_largest_window, window_loop):Stefan Monnier
2005-11-03(Fenlarge_window): Rename SIDE to HORIZONTAL.Richard M. Stallman
2005-11-03(Fdisplay_buffer): Fix last change to not use a dedicated window.Stefan Monnier
2005-11-01(window_loop): For LRU and LARGEST, let the `mini' argumentStefan Monnier
2005-10-20(Fwindow_tree): Remove unused var alist.Kim F. Storm
2005-10-11(coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.Kim F. Storm
2005-10-11(coordinates_in_window): Fix returned y position whenKim F. Storm
2005-10-10(Fwindow_tree): Fix spelling.Juanma Barranquero
2005-10-09(Fwindow_end): Don't try to redisplay if non-interactive.Romain Francoise
2005-10-07(window_tree, Fwindow_tree): Rename fns added 2005-10-04.Kim F. Storm
2005-10-04(window_split_tree): New function.Kim F. Storm
2005-09-18(make_window): Don't initialize height_fixed_p.Andreas Schwab
2005-08-16(SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.Kim F. Storm
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-21(Fset_window_margins, Fset_window_fringes):Juanma Barranquero
2005-07-11(Frecenter): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier
2005-07-07(Frecenter): Remove superfluous settings of iarg.Kim F. Storm
2005-07-07(Frecenter): Fix last change (set iarg before use).Kim F. Storm
2005-07-06(Frecenter): When arg is inside the scroll margin, move it out of the margin.Richard M. Stallman
2005-07-04Update FSF's address.Lute Kamstra
2005-07-03(window_scroll_pixel_based): Take account of this_scroll_margin whenRichard M. Stallman
2005-06-29(window_scroll_pixel_based, window_scroll_line_based):Richard M. Stallman