aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fsave_window_excursion): Doc fix.Gerd Moellmann2000-03-121-0/+1
* (coordinates_in_window): UseGerd Moellmann2000-03-051-2/+2
* [MSDOS]: Include msdos.h (for the definition of FRAME_INTERNAL_BORDER_WIDTH).Eli Zaretskii2000-03-021-0/+3
* (select_window_1): If selected_window is nil,Gerd Moellmann2000-02-251-9/+28
* (coordinates_in_window): Take frame's internal border widthGerd Moellmann2000-02-251-2/+4
* (Fset_window_buffer): Set WINDOW to the windowGerd Moellmann2000-02-251-0/+1
* (Fsave_window_excursion): Doc fix.Gerd Moellmann2000-02-151-1/+0
* [WINDOWSNT]: Include w32term.h.Andrew Innes2000-02-061-0/+3
* (Fset_window_margins): Don't make interactive. Doc fix.Dave Love2000-02-011-2/+2
* (Frecenter): Clear all caches of compositions.Kenichi Handa1999-12-151-0/+5
* (delete_window): Block input for the time windowGerd Moellmann1999-12-071-3/+6
* (Fwindow_end): Don't call temp_set_pt_both withGerd Moellmann1999-11-281-2/+15
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-251-2/+2
* (Fnext_window): Add a QUIT in the loop.Gerd Moellmann1999-10-231-0/+2
* (enum save_restore_action): New.Gerd Moellmann1999-10-161-21/+59
* (enlarge_window): Add window parameter instead of usingGerd Moellmann1999-09-231-16/+18
* (window_min_size): Add parameter ignore_fixed_p.Gerd Moellmann1999-09-231-22/+218
* (Fset_window_buffer): Remove unused variables.Gerd Moellmann1999-09-161-17/+20
* (Fminibuffer_window): Change for Lisp_ObjectGerd Moellmann1999-09-131-36/+37
* (Fset_window_margins): Make window the first argument.Gerd Moellmann1999-09-071-5/+4
* (Fset_window_vscroll): Make window the first argument,Gerd Moellmann1999-09-051-11/+19
* ChangeGerd Moellmann1999-09-051-5/+5
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-051-18/+18
* (Qwindow_size_fixed): Replaces Qfixed_window_size.Gerd Moellmann1999-09-041-4/+4
* (foreach_window, foreach_window_1): New.Gerd Moellmann1999-09-031-24/+74
* (coordinates_in_window): UseGerd Moellmann1999-08-301-2/+2