summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* (Fdisplay_buffer): Doc fix.Dave Love2000-12-121-2/+1
* (Fset_window_point): If displaying cursors in windowsGerd Moellmann2000-12-121-0/+6
* (displayed_window_lines): Fix off-by-one error.Miles Bader2000-12-111-1/+1
* (displayed_window_lines): Handle non-newline-terminated final lines properly.Miles Bader2000-12-111-1/+22
* (displayed_window_lines): Don't round up when converting empty space atMiles Bader2000-12-111-1/+1
* (Fmove_to_window_line): Skip past any partially visible first line.Miles Bader2000-12-081-6/+5
* (Fpos_visible_in_window_p): Replace FULLY parameter with PARTIALLY,Miles Bader2000-12-081-27/+74
* (coordinates_in_window): Check mouse on mode-line orGerd Moellmann2000-12-061-10/+12
* (syms_of_window): Doc fix.Gerd Moellmann2000-12-061-1/+1
* (Veven_window_heights): New variable.Gerd Moellmann2000-12-061-2/+17
* (coordinates_in_window): Handle computations forGerd Moellmann2000-12-011-21/+45
* (struct saved_window): Add members orig_top andGerd Moellmann2000-12-011-3/+7
* (coordinates_in_window): If on a mode or header line,Gerd Moellmann2000-11-281-23/+46
* (Fwindow_list): Change parameter list to be XEmacsGerd Moellmann2000-11-191-4/+31
* (Fpos_visible_in_window_p): Call pos_visible withGerd Moellmann2000-11-141-2/+2
* (Fset_window_configuration): Don't try to preserveGerd Moellmann2000-11-071-11/+19
* (displayed_window_lines): Detect partiallyGerd Moellmann2000-11-061-1/+2
* (displayed_window_lines): Change buffers if necessary.Gerd Moellmann2000-10-301-2/+18
* (Fpos_visible_in_window_p):Miles Bader2000-10-271-9/+11
* (size_window): Compute size difference from sum of oldGerd Moellmann2000-10-261-10/+14
* (pos_fully_visible_p): Removed.Gerd Moellmann2000-10-251-62/+18
* (size_window): Prevent setting window's width orGerd Moellmann2000-10-241-5/+6
* (Fdisplay_buffer): Fix doc.Kenichi Handa2000-10-241-1/+1
* (window_scroll_pixel_based, window_scroll_line_based):Miles Bader2000-10-231-2/+2
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-0/+3
* (pos_fully_visible_in_window_p):Miles Bader2000-10-211-9/+64
* (coordinates_in_window): Fix detection of vertical lineEli Zaretskii2000-10-121-2/+5
* (freeze_window_starts): Construct last argument forGerd Moellmann2000-09-261-1/+1
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-0/+5
* (window_loop) <GET_LARGEST_WINDOW>: Fix bug makingGerd Moellmann2000-09-051-9/+9
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+1
* Fix embedded comment.Dave Love2000-08-141-2/+2
* (Fwindow_end): Rewritten to not use Fvertical_motion,Gerd Moellmann2000-08-101-13/+13
* (display_buffer_reuse_frames): New variable.Gerd Moellmann2000-08-021-6/+18
* (window_display_table): Cleaned up.Gerd Moellmann2000-07-251-13/+14
* (foreach_window_1): Fix typo reversing an if-condition.Gerd Moellmann2000-07-211-2/+2
* (foreach_window): Instead of a fake variable argumentGerd Moellmann2000-07-211-41/+50
* (Fwindow_list): Declare arg `window'.Dave Love2000-07-181-1/+1
* (window_loop): Add missing gcpro1 local variable.Gerd Moellmann2000-07-061-0/+1
* (Fwindow_list): Reverse list at the end.Gerd Moellmann2000-07-061-144/+132
* (delete_all_subwindows): Reset Vwindow_list.Gerd Moellmann2000-07-051-0/+2
* (add_window_to_list): Add parameter LIST.Gerd Moellmann2000-07-051-7/+20
* (Vwindow_list): New variable.Gerd Moellmann2000-07-041-289/+352
* (displayed_window_lines): Take empty lines atGerd Moellmann2000-06-071-1/+12
* (displayed_window_lines): New function.Gerd Moellmann2000-06-071-14/+34
* (coordinates_in_window): Subtract 1 when computing right_x.Eli Zaretskii2000-05-151-2/+4
* (freeze_window_start): Check that minibuffer scroll window isn't nil beforeKen Raeburn2000-04-261-0/+1
* (compare_window_configurations): Signal an errorGerd Moellmann2000-04-041-0/+5
* * window.c (CURBEG, CURSIZE): Don't overload lisp object lvaluesKen Raeburn2000-04-011-13/+14
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-301-3/+6