aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* (Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil.Karl Heuer1995-04-241-1/+1
* (do_switch_frame): Don't try to refocus termcap frames.Karl Heuer1995-04-241-1/+1
* (do_switch_frame): x_get_focus_frame needs an arg.Karl Heuer1995-04-241-2/+2
* (Fdelete_frame): Free f->namebuf.Karl Heuer1995-04-191-0/+2
* (make_frame): Initialize f->namebuf.Karl Heuer1995-04-191-0/+1
* (make_terminal_frame): all_kboards means initial_kboard too.Karl Heuer1995-04-101-0/+2
* (make_terminal_frame): Use Emacs, Emacs-2, ... as name.Richard M. Stallman1995-04-101-2/+9
* (Fraise_frame, Flower_frame): Now interactive.Richard M. Stallman1995-04-061-2/+10
* [MULTI_FRAME] (Factive_minibuffer_window): New function.Richard M. Stallman1995-03-311-1/+10
* (Fmouse_position--both definitions): Pass 0 for `insist'.Richard M. Stallman1995-03-261-3/+5
* (Fmouse_position): Do work only if HAVE_MOUSE.Karl Heuer1995-03-151-0/+2
* (make_frame): Initialize kboard member.Karl Heuer1995-03-151-0/+11
* (do_switch_frame): Undo Feb 6 change.Karl Heuer1995-02-281-1/+1
* (Fframep): Doc fix.Richard M. Stallman1995-02-281-1/+1
* (Fmake_terminal_frame): Doc fix.Richard M. Stallman1995-02-191-1/+6
* (Fmake_terminal_frame): New function.Richard M. Stallman1995-02-171-4/+44
* (do_switch_frame): internal_last_event_frame is now in perdisplay.Karl Heuer1995-02-071-1/+1
* [!MULTI_FRAME] (window_frame): New function.Richard M. Stallman1995-01-051-0/+15
* (Fmodify_frame_parameters): For non-X frames,Richard M. Stallman1994-12-211-5/+22
* (make_frame): Use allocate_vectorlike and VECSIZE.Karl Heuer1994-11-161-7/+9
* (syms_of_frame): Fix typo.Richard M. Stallman1994-11-131-1/+1
* (syms_of_frame): Doc fix for default-frame-alist.Richard M. Stallman1994-11-121-4/+6
* (Fset_frame_height): Compare against height, not width.Karl Heuer1994-11-081-1/+1
* (keys_of_frame): Bind the new events to 'ignore, since the window manager hasKarl Heuer1994-10-271-0/+2
* (other_visible_frames): Pass a frame ptr to x_sync.Richard M. Stallman1994-10-221-1/+1
* *** empty log message ***Morten Welinder1994-10-171-1/+69
* (make_frame, Fframe_parameters, Fselected_frame, syms_of_frame): Don't useKarl Heuer1994-10-041-9/+9
* (make_minibuffer_frame, make_terminal_frame, Fselected_frame,Karl Heuer1994-10-041-15/+15
* (keys_of_frame): Make binding for delete-frame.Richard M. Stallman1994-10-011-0/+1
* (Fframep, make_frame_without_minibuffer, do_switch_frame, prev_frame,Karl Heuer1994-09-271-10/+8
* (prev_frame): Fix typo.Richard M. Stallman1994-09-231-2/+2
* (Fframe_parameters): Fix Lisp_Object vs. int problems.Karl Heuer1994-09-191-2/+6
* (Fdelete_frame): Fix previous change.Richard M. Stallman1994-09-021-3/+3
* (Fdelete_frame): Free the frame's glyphs arrays.Richard M. Stallman1994-08-301-0/+15
* (Fmake_frame_invisible, Ficonify_frame): Don't switch frames.Karl Heuer1994-08-231-0/+4
* [!MULTI_FRAME] (Fframe_first_window): Defined.Richard M. Stallman1994-07-161-0/+23
* [MULTI_FRAME] (Fframe_parameters): For non-X frames,Richard M. Stallman1994-07-141-6/+3
* (next_frame, prev_frame):Richard M. Stallman1994-07-071-10/+38
* (Fdelete_frame): Call x_clear_frame_selections.Richard M. Stallman1994-07-011-0/+6
* (Fframe_parameters): Don't handle menu-bar-lines explicitly.Richard M. Stallman1994-06-251-1/+6
* Put stdio.h after config.h.Richard M. Stallman1994-06-151-2/+11
* (other_visible_frames): No longer static.Richard M. Stallman1994-05-231-1/+1
* (syms_of_frame): Set up frame-first-window as Lisp fn.Richard M. Stallman1994-05-191-0/+1
* Update copyright.Karl Heuer1994-05-041-1/+1
* (Fframe_live_p): Alternative defn for not MULTI_FRAME.Richard M. Stallman1994-05-021-0/+11
* (Fframe_parameters) [!MULTI_FRAME]: Unstub it again.Karl Heuer1994-04-281-10/+70
* (Fframe_parameters) [!MULTI_FRAME]: Replace with stub.Karl Heuer1994-04-271-35/+7
* (make_frame): Initialize fields menu_bar_vector and menu_bar_items_used.Richard M. Stallman1994-04-251-0/+2
* (Fset_frame_selected_window): New function.Richard M. Stallman1994-04-231-1/+26
* (Fmouse_pixel_position, Fset_mouse_pixel_position): New functions.Richard M. Stallman1994-04-221-1/+56