aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [!MULTI_FRAME] (Fframe_first_window): Defined.Richard M. Stallman1994-07-161-0/+23
| | | | (syms_of_frame): Defvar it.
* [MULTI_FRAME] (Fframe_parameters): For non-X frames,Richard M. Stallman1994-07-141-6/+3
| | | | fill in menu-bar-lines value.
* (next_frame, prev_frame):Richard M. Stallman1994-07-071-10/+38
| | | | | | | | MINIBUF = 0 means try visible frames and iconified frames. (next_frame, prev_frame): Change which frames to use when MINIBUF is a window. (Fnext_frame, Fprevious_frame): Doc fixes.
* (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
| | | | (syms_of_frame): Call defsubr for it.
* (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
| | | | | (Fframe_parameters, Fmodify_frame_parameters) [!MULTI_FRAME]: Remove extra docstring.
* (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
| | | | (syms_of_frame): Set up Lisp function.
* (Fmouse_pixel_position, Fset_mouse_pixel_position): New functions.Richard M. Stallman1994-04-221-1/+56
| | | | (syms_of_frame): Set up Lisp functions.
* (Fmodify_frame_parameters, Fframe_parameters):Richard M. Stallman1994-04-201-1/+52
| | | | Define even if not MULTI_FRAME.
* (Fmouse_position): Don't clip.Karl Heuer1994-04-161-1/+1
|
* (Fset_frame_position): Pass new arg to x_set_offset.Richard M. Stallman1994-04-161-1/+1
|
* (Fmouse_position) [MULTI_FRAME]: Use pixel_to_glyph, not glyph_to_pixel. SkipKarl Heuer1994-04-131-34/+12
| | | | | the conversion if args are nil. [!MULTI_FRAME]: All results are nil. Remove extra docstring.
* (Fmouse_position) [!MULTI_FRAME]: Declare col and row.Karl Heuer1994-04-111-1/+1
|
* (Fframe_first_window): New function.Karl Heuer1994-03-251-0/+27
|
* (next_frame, prev_frame, other_visible_frames, Fdelete_frame): Use assignment,Karl Heuer1994-03-231-5/+10
| | | | not initialization.
* (do_switch_frame): Common code for Fselect_frame and handle_switch_frame.Karl Heuer1994-03-231-36/+66
|
* (terminal-frame) [! MULTI_FRAME]: Create this variable.Karl Heuer1994-03-151-4/+6
|
* (Fhandle_switch_frame): Ignore switch to dead frame.Karl Heuer1994-03-141-1/+6
|
* (framep, selected-frame, frame-char-height, frame-char-width,Karl Heuer1994-03-141-26/+27
| | | | | | frame-pixel-height, frame-pixel-width, set-frame-height, set-frame-width, set-frame-size): Delete docstring of second version of each function, to avoid confusing make-docfile.
* (next_frame, prev_frame): If MINIBUF is `visible',Richard M. Stallman1994-03-081-7/+28
| | | | | | consider only visible frames. (Fnext_frame, Fprevious_frame): Doc fix. (syms_of_frame): Staticpro Qvisible.
* (Fdelete_frame): Don't initialize a Lisp_Object.Richard M. Stallman1994-03-021-5/+4
| | | | Clean up line breaks.
* (make_frame): Init menu_bar_items field to 0.Richard M. Stallman1994-03-021-0/+1
|
* (Fmouse_position): Convert to glyph units.Richard M. Stallman1994-02-241-1/+11
|
* (Fframe_visible_p): Do FRAME_SAMPLE_VISIBILITY first.Richard M. Stallman1994-02-201-0/+2
|
* (Fset_frame_height, Fset_frame_width, Fset_frame_size):Richard M. Stallman1994-02-121-36/+56
| | | | | | | | Pass CHANGE_GRAVITY arg to x_set_window_size. (other_visible_frames): New function; code taken from Fdelete_frame. (Fdelete_frame): Use it. (Fmake_frame_invisible): Use it. New arg FORCE.
* (Fdelete_frame): Call x_sync.Richard M. Stallman1994-01-101-1/+8
| | | | | (Fdelete_frame): Do FRAME_SAMPLE_VISIBILITY before testing visibility of a frame.
* Always include termhooks.h.Richard M. Stallman1993-12-311-1/+31
| | | | | [! MULTI_FRAME] (Fmouse_position): New definition. [! MULTI_FRAME] (syms_of_frame): Add mouse-position.
* (make_terminal_frame): Add frame to Vframe_list.Richard M. Stallman1993-12-231-2/+5
| | | | (make_frame): Don't add to frame list here.
* (Fhandle_switch_frame, Fredirect_frame_focus): Declared.Richard M. Stallman1993-11-251-0/+2
|
* (Fmake_frame_visible): Use FRAME_SAMPLE_VISIBILITY. Doc fix.Richard M. Stallman1993-11-221-2/+4
|
* (Fraise_frame): Do like the documentation says, and makeRichard M. Stallman1993-11-101-1/+4
| | | | the frame visible first.
* (Fhandle_switch_frame): Doc fix.Brian Fox1993-09-281-1/+1
|
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* (Fdelete_frame): Add parens for clarity.Richard M. Stallman1993-08-121-1/+1
|
* (Fprevious_frame): New function, for parity with Fnext_frame.Roland McGrath1993-08-021-0/+23
| | | | (syms_of_frame): Add defsubr for Sprevious_frame.
* (Fset_frame_position): Doc fix.Richard M. Stallman1993-08-021-1/+1
|
* (Fdelete_frame): New arg FORCE allows deletion of last non-invisible frame.Richard M. Stallman1993-07-291-8/+10
| | | | | | (Fdelete_frame): Allow deletion if there is some other visible (perhaps iconified) frame. Also allow deleting terminal frame if there are X frames.
* (Fdelete_frame): Allow deletion if there is some otherRichard M. Stallman1993-07-221-4/+24
| | | | | visible (perhaps iconified) frame. Also allow deleting terminal frame if there are X frames.
* * frame.c (Fredirect_frame_focus): Allow redirection of focus ofJim Blandy1993-07-041-1/+4
| | | | dead frames.
* * frame.c (Fmake_frame_visible): Make this interactively callable;Jim Blandy1993-06-191-1/+1
| | | | | frames can accept input while iconified, so it makes sense to put this on a key.
* * frame.c (store_frame_param): Fix error message punctuation.Jim Blandy1993-06-161-1/+1
|
* Doc fix.Jim Blandy1993-06-121-1/+1
|
* * frame.c (Fmouse_position): Doc fix.Jim Blandy1993-06-121-0/+2
|