aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Frecenter): Clear frame if called with nil or no arg.Gerd Moellmann1999-08-251-0/+1
* (Fset_window_point): Reset Vresize_mini_config.Gerd Moellmann1999-08-241-0/+25
* (Fset_window_hscroll): SetGerd Moellmann1999-08-231-3/+4
* Call change_frame_size and do_pending_window_change withGerd Moellmann1999-08-211-2/+2
* (Fcoordinates_in_window_p): Return `left-bitmap-area'Gerd Moellmann1999-08-171-5/+27
* (Fpos_visible_in_window_p): Rewritten.Gerd Moellmann1999-08-171-24/+21
* (Qfixed_window_size): New.Gerd Moellmann1999-08-151-160/+453
* (set_window_height, set_window_width):Gerd Moellmann1999-08-131-2/+23
* (MINSIZE): Removed.Gerd Moellmann1999-08-131-21/+52
* (display-buffer): Don't get confusedRichard M. Stallman1999-08-051-4/+5
* (Fset_window_configuration) [MSDOS]: Don't callEli Zaretskii1999-07-301-0/+4
* (Fsplit_window): For default size, round up for left window.Karl Heuer1999-07-231-2/+4
* (Fcoordinates_in_window_p): Rewritten.Gerd Moellmann1999-07-211-163/+741
* (Fset_window_point): If WINDOW is selected but theRichard M. Stallman1999-01-301-1/+2
* (temp_output_buffer_show): Around temp-buffer-show-hook,Richard M. Stallman1998-11-171-3/+3
* (window_loop): New alternative CHECK_ALL_WINDOWS.Richard M. Stallman1998-10-101-9/+43
* (Fsplit_window): Doc fix.Richard M. Stallman1998-08-061-1/+2
* (Fmove_to_window_line): Doc fix.Richard M. Stallman1998-08-041-2/+2
* (Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.Karl Heuer1998-05-301-7/+7
* (Fdelete_windows_on): For FRAME, change t to nilRichard M. Stallman1998-05-251-6/+9
* (window_loop): Pass new arg to Fother_buffer.Richard M. Stallman1998-05-221-5/+20
* (Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fixes.Richard M. Stallman1998-05-201-4/+8
* (Fselect_window): Doc fix.Richard M. Stallman1998-05-191-3/+9
* (make_window): Initialize last_point field.Andreas Schwab1998-04-291-0/+1
* Conditionally include xterm.h using HAVE_X_WINDOWS.Geoff Voelker1998-04-291-1/+1
* (Fset_window_configuration): Fix mixing of Lisp_ObjectAndreas Schwab1998-04-141-3/+5
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-3/+10