summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (next_frame, prev_frame): Consider only frames on same kbd.Richard M. Stallman1995-06-251-35/+59
* (Fdelete_frame): Use do_switch_frame directly.Richard M. Stallman1995-06-161-3/+3
* [MULTI_FRAME] (Fignore_event): New function.Karl Heuer1995-06-161-2/+11
* (Fhandle_switch_frame): Preserve prefix arg.Karl Heuer1995-06-161-0/+2
* (Fdelete_frame): If the minibuf window was selected, make that remain so.Richard M. Stallman1995-06-141-0/+8
* (make_frame_without_minibuffer): New arg DISPLAY.Karl Heuer1995-05-301-15/+18
* (Fmouse_position): Use NULL, not 0, as arg of pixel_to_glyph_coords.Karl Heuer1995-05-291-1/+1
* Declare x_get_focus_frame.Karl Heuer1995-05-291-0/+1
* (Fdelete_frame): When updating Vdefault_minibuffer_frame,Karl Heuer1995-05-241-6/+10
* [!MULTI_FRAME] (Fframe_height, Frame_width): Delete extra docstring.Karl Heuer1995-05-111-11/+15