summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* (Fset_window_buffer): Increment display_count if it is an integer.Richard M. Stallman1997-03-221-0/+3
* (change_window_height): Handle shrink as well as enlarge.Karl Heuer1997-03-141-1/+1
* (Fpos_visible_in_window_p): Bug fix. Specify bigKarl Heuer1997-02-201-3/+12
* (change_window_height): Take size from multiple siblings,Richard M. Stallman1997-02-081-15/+66
* (scroll_preserve_screen_position): New variable.Richard M. Stallman1997-02-081-8/+23
* (window_scroll): Preserve vpos of pointRichard M. Stallman1996-12-261-22/+58
* (window_scroll): Don't set w->start or w->force_start if signaling an error.Richard M. Stallman1996-12-101-7/+8
* (special-display-p, same-window-p): Add missingGeoff Voelker1996-11-191-4/+4
* (window_scroll): Handle scroll_marginRichard M. Stallman1996-11-111-3/+28
* (Fdelete_other_windows): Set optional_new_start instead of force_start.Richard M. Stallman1996-11-101-1/+2
* (window_loop, case GET_BUFFER_WINDOW):Richard M. Stallman1996-11-061-1/+5
* Reorganize function definitions so etags finds them.Erik Naggum1996-10-311-2/+2
* (special-display-p): Doc fix.Erik Naggum1996-10-061-1/+1
* (Fspecial_display_p, Fsame_window_p): New functions.Erik Naggum1996-10-061-49/+74
* (syms_of_window): Doc fixes.Richard M. Stallman1996-09-261-13/+15
* (Fwindow_edges): Use new WINDOW_RIGHT_EDGE macro.Richard M. Stallman1996-09-231-24/+19
* (Fset_window_start): Clear last_overlay_modified field.Richard M. Stallman1996-09-161-1/+9
* (unshow_buffer): Clear last_selected_window slot, maybe.Richard M. Stallman1996-09-021-0/+12
* Removed support for !MULTI_FRAME.Karl Heuer1996-09-011-101/+2
* Change all references from point to PT.Karl Heuer1996-09-011-1/+1
* (Fsplit_window): Fix previous change.Erik Naggum1996-08-241-1/+0
* (Fsplit_window): Treat width just like height;Richard M. Stallman1996-08-231-10/+6
* (struct save_window_data, struct saved_window): FirstKarl Heuer1996-07-161-2/+2
* Whitespace and #if 0 code changes.Richard M. Stallman1996-06-101-3/+3
* (Fset_window_configuration) [HAVE_WINDOW_SYSTEM]: CallRichard M. Stallman1996-06-101-3/+3
* (Fdisplay_buffer): Doc fix.Richard M. Stallman1996-05-301-1/+5
* (display_buffer_1): Fix typo in last change.Roland McGrath1996-02-101-14/+14
* (display_buffer_1): Raise the frame if already visible.Richard M. Stallman1996-02-101-3/+7
* (Fset_window_buffer): Set buffer temporarily around runningRichard M. Stallman1996-01-311-0/+28
* (replace_buffer_in_all_windows): Don't change selectedKarl Heuer1996-01-171-13/+2
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (display_buffer_1): Don't deiconify the selected frame.Richard M. Stallman1996-01-151-2/+11
* (window_scroll): Fix typo in comment.Erik Naggum1996-01-121-1/+1
* (Fset_window_buffer): Call the window-scroll-functions.Richard M. Stallman1996-01-111-1/+6
* (Fwindowp, Fwindow_live_p, Fother_window, Fenlarge_window, Fshrink_window,Erik Naggum1996-01-091-50/+50
* (replace_buffer_in_all_windows): Only re-select oldRichard M. Stallman1996-01-051-1/+2
* (Fprevious_window, Fwindow_configuration_p): Doc fix.Karl Heuer1996-01-041-4/+4
* (replace_buffer_in_all_windows): New function.Richard M. Stallman1996-01-021-0/+30
* (Fsplit_window): Rename size to size_int and chsize to size.Karl Heuer1995-12-211-24/+24
* (Fsplit_window): Account for scroll bar width.Karl Heuer1995-12-131-8/+16
* (Fdisplay_buffer): Always deiconify the window's frame.Richard M. Stallman1995-11-211-12/+23
* (Fset_window_redisplay_end_trigger): Doc fix.Richard M. Stallman1995-11-181-4/+4
* (Fwindow_redisplay_end_trigger): New function.Richard M. Stallman1995-11-101-0/+30
* [HAVE_NTGUI] (Fset_window_configuration): Set menu bar lines.Geoff Voelker1995-11-071-2/+2
* (Fdelete_other_windows): Set w->force_start.Richard M. Stallman1995-10-121-1/+4
* (window_display_table): Use DISP_TABLE_P. Return typeRichard M. Stallman1995-10-111-7/+7
* (Fset_window_hscroll): Don't reject args > SHORTBITS.Richard M. Stallman1995-10-051-2/+0
* (window_scroll): Always set force_start.Richard M. Stallman1995-10-031-1/+4
* (save_window_save): Pass the new arg to Fcopy_marker.Richard M. Stallman1995-09-011-3/+3
* (Fprevious_window, Fnext_window): When minibuf = nil,Richard M. Stallman1995-07-231-11/+25