summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2000-12-12(Fset_window_point): If displaying cursors in windowsGerd Moellmann
2000-12-11(displayed_window_lines): Fix off-by-one error.Miles Bader
2000-12-11(displayed_window_lines): Handle non-newline-terminated final lines properly.Miles Bader
2000-12-11(displayed_window_lines): Don't round up when converting empty space atMiles Bader
2000-12-08(Fmove_to_window_line): Skip past any partially visible first line.Miles Bader
2000-12-08(Fpos_visible_in_window_p): Replace FULLY parameter with PARTIALLY,Miles Bader
2000-12-06(coordinates_in_window): Check mouse on mode-line orGerd Moellmann
2000-12-06(syms_of_window): Doc fix.Gerd Moellmann
2000-12-06(Veven_window_heights): New variable.Gerd Moellmann
2000-12-01(coordinates_in_window): Handle computations forGerd Moellmann
2000-12-01(struct saved_window): Add members orig_top andGerd Moellmann
2000-11-28(coordinates_in_window): If on a mode or header line,Gerd Moellmann
2000-11-19(Fwindow_list): Change parameter list to be XEmacsGerd Moellmann
2000-11-14(Fpos_visible_in_window_p): Call pos_visible withGerd Moellmann
2000-11-07(Fset_window_configuration): Don't try to preserveGerd Moellmann
2000-11-06(displayed_window_lines): Detect partiallyGerd Moellmann
2000-10-30(displayed_window_lines): Change buffers if necessary.Gerd Moellmann
2000-10-27(Fpos_visible_in_window_p):Miles Bader
2000-10-26(size_window): Compute size difference from sum of oldGerd Moellmann
2000-10-25(pos_fully_visible_p): Removed.Gerd Moellmann
2000-10-24(size_window): Prevent setting window's width orGerd Moellmann
2000-10-24(Fdisplay_buffer): Fix doc.Kenichi Handa
2000-10-23(window_scroll_pixel_based, window_scroll_line_based):Miles Bader
2000-10-22Initial check-in: changes for building Emacs under Mac OS.Andrew Choi
2000-10-21(pos_fully_visible_in_window_p):Miles Bader
2000-10-12(coordinates_in_window): Fix detection of vertical lineEli Zaretskii
2000-09-26(freeze_window_starts): Construct last argument forGerd Moellmann
2000-09-21Avoid some more compiler warnings.Gerd Moellmann
2000-09-05(window_loop) <GET_LARGEST_WINDOW>: Fix bug makingGerd Moellmann
2000-08-22Include keyboard.h before frame.h.Andrew Innes
2000-08-14Fix embedded comment.Dave Love
2000-08-10(Fwindow_end): Rewritten to not use Fvertical_motion,Gerd Moellmann
2000-08-02(display_buffer_reuse_frames): New variable.Gerd Moellmann
2000-07-25(window_display_table): Cleaned up.Gerd Moellmann
2000-07-21(foreach_window_1): Fix typo reversing an if-condition.Gerd Moellmann
2000-07-21(foreach_window): Instead of a fake variable argumentGerd Moellmann
2000-07-18(Fwindow_list): Declare arg `window'.Dave Love
2000-07-06(window_loop): Add missing gcpro1 local variable.Gerd Moellmann
2000-07-06(Fwindow_list): Reverse list at the end.Gerd Moellmann
2000-07-05(delete_all_subwindows): Reset Vwindow_list.Gerd Moellmann
2000-07-05(add_window_to_list): Add parameter LIST.Gerd Moellmann
2000-07-04(Vwindow_list): New variable.Gerd Moellmann
2000-06-07(displayed_window_lines): Take empty lines atGerd Moellmann
2000-06-07(displayed_window_lines): New function.Gerd Moellmann
2000-05-15(coordinates_in_window): Subtract 1 when computing right_x.Eli Zaretskii
2000-04-26(freeze_window_start): Check that minibuffer scroll window isn't nil beforeKen Raeburn
2000-04-04(compare_window_configurations): Signal an errorGerd Moellmann
2000-04-01* window.c (CURBEG, CURSIZE): Don't overload lisp object lvaluesKen Raeburn
2000-03-30* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn
2000-03-12(Fsave_window_excursion): Doc fix.Gerd Moellmann