summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* (set_term_frame_name): Use size_byte.Richard M. Stallman1998-01-091-2/+3
* (frame_name_fnn_p, set_term_frame_name): New functions.Eli Zaretskii1997-11-201-2/+67
* (Fmouse_pixel_position, Fmouse_position):Karl Heuer1997-10-241-2/+2
* (set_menu_bar_lines): Make the function external insteadEli Zaretskii1997-10-131-1/+1
* (Fframe_pixel_height): Doc fix.Richard M. Stallman1997-08-261-0/+2
* (Fdelete_frame): Undo previous change.Richard M. Stallman1997-07-241-0/+4
* (Fdelete_frame): Always err for deleting the only frame.Richard M. Stallman1997-07-091-0/+3
* (Fdelete_frame): Clear echo_area_glyphs if it was in this frame.Richard M. Stallman1997-06-221-0/+6
* (make_terminal_frame): Don't add `Emacs' to frame name.Richard M. Stallman1997-05-171-9/+2
* (Fdelete_frame): Free FRAME_MESSAGE_BUF.Richard M. Stallman1997-04-271-0/+2
* (frames_bury_buffer): New function.Richard M. Stallman1997-03-231-0/+16
* (frame_buffer_list, set_frame_buffer_list): New functions.Richard M. Stallman1997-03-221-1/+46
* Include "charset.h"Karl Heuer1997-02-201-0/+13
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-5/+5
* (Fmodify_frame_parameters): Use alist in reverse order.Richard M. Stallman1996-11-121-7/+29
* (Fmodify_frame_parameters): Doc fix.Richard M. Stallman1996-11-071-1/+3
* (store_frame_param): Allow setting a frame's minibufferKarl Heuer1996-10-021-2/+3
* (Fdelete_frame): Set update_mode_lines.Richard M. Stallman1996-09-221-0/+3
* (make_frame): Switch from boolean `has_vertical_scrollbars' integer toRichard M. Stallman1996-09-211-2/+2
* (Fmake_terminal_frame): Use Vdefault_frame_alist.Richard M. Stallman1996-09-131-0/+1
* (Fredirect_frame_focus): Don't call Ffocus_frame.Richard M. Stallman1996-09-041-7/+0
* Removed support for !MULTI_FRAME.Karl Heuer1996-09-011-429/+1
* (Qmouse_leave_buffer_hook): Delete redundant definition.Karl Heuer1996-07-161-5/+0
* (make_frame_without_minibuffer): GCPRO the frame f.Richard M. Stallman1996-06-281-2/+9
* Whitespace changes.Richard M. Stallman1996-06-101-2/+2
* (Fmake_terminal_frame): Test MSDOS, not __MSDOS__.Richard M. Stallman1996-06-101-1/+1
* (Fset_mouse_position): Remove the DOS-specificRichard M. Stallman1996-06-101-1/+53
* (Fframe_parameters, both definitions):Richard M. Stallman1996-04-231-4/+10
* (make_frame_without_minibuffer): Don't change theRichard M. Stallman1996-04-121-5/+9
* (Fset_frame_size): Do call Fset_frame_sizeRichard M. Stallman1996-04-091-1/+2
* (make_frame): Initialize title parameter to Qnil.Karl Heuer1996-01-241-3/+1
* (make_frame): Initialize frame title field to nil.Erik Naggum1996-01-191-0/+3
* (syms_of_frame_1): Initialize Qtitle.Richard M. Stallman1996-01-181-0/+3
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fhandle_switch_frame, Fset_frame_height): Harmonize arguments withErik Naggum1996-01-091-9/+9
* [!MULTI_FRAME] (syms_of_frame): Make mouse-pixel-positionKarl Heuer1995-12-191-0/+1
* (syms_of_frame_1): Set up Vdefault_frame_alist here.Richard M. Stallman1995-11-111-14/+14
* (set_menu_bar_lines): Record the fact that the window configuration changes.Richard M. Stallman1995-11-111-2/+8
* [HAVE_NTGUI]: Test for a Win32 frame in procedures that test for an X frame.Geoff Voelker1995-11-071-40/+45
* [!MULTI_FRAME] (Fmodify_frame_parameters): Add missingKarl Heuer1995-11-041-21/+10
* (Qmouse_leave_buffer_hook): New variable.Richard M. Stallman1995-10-031-0/+6
* [!MULTI_FRAME] (Factive_minibuffer_window): New function.Richard M. Stallman1995-09-021-0/+11
* (store_frame_param): Don't call set_menu_bar_lines if X.Richard M. Stallman1995-08-121-2/+3
* (Fset_mouse_position, Fset_mouse_pixel_position): Doc fixes.Richard M. Stallman1995-08-051-4/+19
* Move various Q... vars to top of file, unconditional.Richard M. Stallman1995-08-031-66/+113
* (do_switch_frame): Do nothing special when switching between terminal frames.Richard M. Stallman1995-08-011-9/+0
* (Fmake_terminal_frame): Copy face_alist from selected frame.Richard M. Stallman1995-07-301-0/+1
* Renamings: frame->display => frame->output, struct x_display -> sruct x_output.Richard M. Stallman1995-07-251-3/+3
* (do_switch_frame): Don't call choose_minibuffer_frame.Richard M. Stallman1995-07-211-6/+5
* (Fdelete_frame): It's ok to have no minibuffer left onRichard M. Stallman1995-06-261-9/+22