| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (Fset_frame_height): Compare against height, not width. | Karl Heuer | 1994-11-08 | 1 | -1/+1 |
* | (keys_of_frame): Bind the new events to 'ignore, since the window manager has | Karl Heuer | 1994-10-27 | 1 | -0/+2 |
* | (other_visible_frames): Pass a frame ptr to x_sync. | Richard M. Stallman | 1994-10-22 | 1 | -1/+1 |
* | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -1/+69 |
* | (make_frame, Fframe_parameters, Fselected_frame, syms_of_frame): Don't use | Karl Heuer | 1994-10-04 | 1 | -9/+9 |
* | (make_minibuffer_frame, make_terminal_frame, Fselected_frame, | Karl Heuer | 1994-10-04 | 1 | -15/+15 |
* | (keys_of_frame): Make binding for delete-frame. | Richard M. Stallman | 1994-10-01 | 1 | -0/+1 |
* | (Fframep, make_frame_without_minibuffer, do_switch_frame, prev_frame, | Karl Heuer | 1994-09-27 | 1 | -10/+8 |
* | (prev_frame): Fix typo. | Richard M. Stallman | 1994-09-23 | 1 | -2/+2 |
* | (Fframe_parameters): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -2/+6 |
* | (Fdelete_frame): Fix previous change. | Richard M. Stallman | 1994-09-02 | 1 | -3/+3 |
* | (Fdelete_frame): Free the frame's glyphs arrays. | Richard M. Stallman | 1994-08-30 | 1 | -0/+15 |
* | (Fmake_frame_invisible, Ficonify_frame): Don't switch frames. | Karl Heuer | 1994-08-23 | 1 | -0/+4 |
* | [!MULTI_FRAME] (Fframe_first_window): Defined. | Richard M. Stallman | 1994-07-16 | 1 | -0/+23 |
* | [MULTI_FRAME] (Fframe_parameters): For non-X frames, | Richard M. Stallman | 1994-07-14 | 1 | -6/+3 |
* | (next_frame, prev_frame): | Richard M. Stallman | 1994-07-07 | 1 | -10/+38 |
* | (Fdelete_frame): Call x_clear_frame_selections. | Richard M. Stallman | 1994-07-01 | 1 | -0/+6 |
* | (Fframe_parameters): Don't handle menu-bar-lines explicitly. | Richard M. Stallman | 1994-06-25 | 1 | -1/+6 |
* | Put stdio.h after config.h. | Richard M. Stallman | 1994-06-15 | 1 | -2/+11 |
* | (other_visible_frames): No longer static. | Richard M. Stallman | 1994-05-23 | 1 | -1/+1 |
* | (syms_of_frame): Set up frame-first-window as Lisp fn. | Richard M. Stallman | 1994-05-19 | 1 | -0/+1 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | (Fframe_live_p): Alternative defn for not MULTI_FRAME. | Richard M. Stallman | 1994-05-02 | 1 | -0/+11 |
* | (Fframe_parameters) [!MULTI_FRAME]: Unstub it again. | Karl Heuer | 1994-04-28 | 1 | -10/+70 |
* | (Fframe_parameters) [!MULTI_FRAME]: Replace with stub. | Karl Heuer | 1994-04-27 | 1 | -35/+7 |
* | (make_frame): Initialize fields menu_bar_vector and menu_bar_items_used. | Richard M. Stallman | 1994-04-25 | 1 | -0/+2 |
* | (Fset_frame_selected_window): New function. | Richard M. Stallman | 1994-04-23 | 1 | -1/+26 |
* | (Fmouse_pixel_position, Fset_mouse_pixel_position): New functions. | Richard M. Stallman | 1994-04-22 | 1 | -1/+56 |
* | (Fmodify_frame_parameters, Fframe_parameters): | Richard M. Stallman | 1994-04-20 | 1 | -1/+52 |
* | (Fmouse_position): Don't clip. | Karl Heuer | 1994-04-16 | 1 | -1/+1 |
* | (Fset_frame_position): Pass new arg to x_set_offset. | Richard M. Stallman | 1994-04-16 | 1 | -1/+1 |
* | (Fmouse_position) [MULTI_FRAME]: Use pixel_to_glyph, not glyph_to_pixel. Skip | Karl Heuer | 1994-04-13 | 1 | -34/+12 |
* | (Fmouse_position) [!MULTI_FRAME]: Declare col and row. | Karl Heuer | 1994-04-11 | 1 | -1/+1 |
* | (Fframe_first_window): New function. | Karl Heuer | 1994-03-25 | 1 | -0/+27 |
* | (next_frame, prev_frame, other_visible_frames, Fdelete_frame): Use assignment, | Karl Heuer | 1994-03-23 | 1 | -5/+10 |
* | (do_switch_frame): Common code for Fselect_frame and handle_switch_frame. | Karl Heuer | 1994-03-23 | 1 | -36/+66 |
* | (terminal-frame) [! MULTI_FRAME]: Create this variable. | Karl Heuer | 1994-03-15 | 1 | -4/+6 |
* | (Fhandle_switch_frame): Ignore switch to dead frame. | Karl Heuer | 1994-03-14 | 1 | -1/+6 |
* | (framep, selected-frame, frame-char-height, frame-char-width, | Karl Heuer | 1994-03-14 | 1 | -26/+27 |
* | (next_frame, prev_frame): If MINIBUF is `visible', | Richard M. Stallman | 1994-03-08 | 1 | -7/+28 |
* | (Fdelete_frame): Don't initialize a Lisp_Object. | Richard M. Stallman | 1994-03-02 | 1 | -5/+4 |
* | (make_frame): Init menu_bar_items field to 0. | Richard M. Stallman | 1994-03-02 | 1 | -0/+1 |
* | (Fmouse_position): Convert to glyph units. | Richard M. Stallman | 1994-02-24 | 1 | -1/+11 |
* | (Fframe_visible_p): Do FRAME_SAMPLE_VISIBILITY first. | Richard M. Stallman | 1994-02-20 | 1 | -0/+2 |
* | (Fset_frame_height, Fset_frame_width, Fset_frame_size): | Richard M. Stallman | 1994-02-12 | 1 | -36/+56 |
* | (Fdelete_frame): Call x_sync. | Richard M. Stallman | 1994-01-10 | 1 | -1/+8 |
* | Always include termhooks.h. | Richard M. Stallman | 1993-12-31 | 1 | -1/+31 |
* | (make_terminal_frame): Add frame to Vframe_list. | Richard M. Stallman | 1993-12-23 | 1 | -2/+5 |
* | (Fhandle_switch_frame, Fredirect_frame_focus): Declared. | Richard M. Stallman | 1993-11-25 | 1 | -0/+2 |
* | (Fmake_frame_visible): Use FRAME_SAMPLE_VISIBILITY. Doc fix. | Richard M. Stallman | 1993-11-22 | 1 | -2/+4 |