Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (EmacsFrameResize): Use cancel_mouse_face. | Richard M. Stallman | 1996-10-31 | 1 | -0/+2 |
| | |||||
* | (widget_store_internal_border): New function. | Richard M. Stallman | 1996-09-27 | 1 | -11/+10 |
| | | | | (EmacsFrameSetValues): Undo previous change. | ||||
* | (EmacsFrameSetValues): Copy internal_border_width | Richard M. Stallman | 1996-09-23 | 1 | -0/+11 |
| | | | | from the Emacs frame if caller isn't changing it. | ||||
* | (EmacsFrameSetCharSize): Call do_pending_window_change. | Richard M. Stallman | 1996-08-05 | 1 | -0/+2 |
| | |||||
* | (EmacsFrameRealize): Use STANDARD_EVENT_SET. | Richard M. Stallman | 1996-04-18 | 1 | -7/+2 |
| | |||||
* | (EmacsFrameResize): We may be called from an interrupt, | Richard M. Stallman | 1996-03-28 | 1 | -1/+1 |
| | | | | so delay the resize operation. | ||||
* | (update_from_various_frame_slots) | Richard M. Stallman | 1996-03-17 | 1 | -2/+2 |
| | | | | (update_various_frame_slots): Take account of menubar_height. | ||||
* | (pixel_to_char_size): Cast args to int. | Richard M. Stallman | 1996-03-06 | 1 | -2/+2 |
| | |||||
* | Comment censored. | Karl Heuer | 1996-02-21 | 1 | -1/+11 |
| | |||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
| | |||||
* | Do renamings: | Karl Heuer | 1995-07-26 | 1 | -2/+2 |
| | | | | frame->display => frame->output, struct x_display -> struct x_output. | ||||
* | Do renamings: | Karl Heuer | 1995-07-26 | 1 | -33/+33 |
| | | | | frame->display => frame->output, struct x_display -> struct x_output. | ||||
* | (EmacsFrameSetCharSize): Manually alter the height | Karl Heuer | 1995-06-11 | 1 | -2/+26 |
| | | | | | | | | | and width of the outer widget (and the width of the column widget) carefully using deltas. Set update_hints_inhibit nonzero while updating. Then call update_wm_hints explicitly. (update_wm_hints): Use 0 for min_rows, min_cols. Do nothing if update_hints_inhibit is nonzero. | ||||
* | (EmacsFrameDestroy): Block and unblock input. | Karl Heuer | 1995-06-01 | 1 | -1/+3 |
| | |||||
* | (create_frame_gcs, setup_frame_gcs): Reformat long statements. | Karl Heuer | 1995-05-24 | 1 | -22/+23 |
| | |||||
* | (create_frame_gcs): Cast args of XCreateGC. | Karl Heuer | 1995-05-23 | 1 | -5/+9 |
| | | | | (setup_frame_gcs): Cast args of XCreatePixmapFromBitmapData. | ||||
* | (set_frame_size): Set app_shell and wmshell the same. | Richard M. Stallman | 1994-10-26 | 1 | -2/+2 |
| | |||||
* | (EmacsFrameSetCharSize): Use lw_refigure_widget() for widget set | Paul Reilly | 1994-10-02 | 1 | -4/+3 |
| | | | | independence. | ||||
* | (set_frame_size, EmacsFrameSetCharSize): Use new width formula. | Karl Heuer | 1994-09-28 | 1 | -5/+10 |
| | |||||
* | (set_frame_size, EmacsFrameSetCharSize): Change | Karl Heuer | 1994-09-20 | 1 | -2/+2 |
| | | | | VERTICAL_SCROLL_BAR_PIXEL_WIDTH to FRAME_SCROLL_BAR_PIXEL_WIDTH. | ||||
* | (EmacsFrameSetCharSize): Delete the code to make rows at least 3. | Richard M. Stallman | 1994-07-19 | 1 | -1/+0 |
| | |||||
* | Put stdio.h after config.h. | Richard M. Stallman | 1994-06-15 | 1 | -1/+1 |
| | |||||
* | (EmacsFrameSetCharSize): Once again preserve x and y pos, | Richard M. Stallman | 1994-05-19 | 1 | -0/+7 |
| | | | | but not the same way as before. | ||||
* | (setup_frame_gcs): Move cursor_bits variable out of | Richard M. Stallman | 1994-05-19 | 1 | -11/+12 |
| | | | | setup_frame_gcs and rename to setup_frame_cursor_bits. | ||||
* | (EmacsFrameSetCharSize): Do not attempt to preserve the window position. | Richard M. Stallman | 1994-04-10 | 1 | -11/+1 |
| | |||||
* | (get_default_char_pixel_size): Use line_height field. | Richard M. Stallman | 1994-04-09 | 1 | -1/+1 |
| | |||||
* | (EmacsFrameSetCharSize): Clean up code. | Fred Pierresteguy | 1994-04-01 | 1 | -29/+14 |
| | | | | Replace XtVaSetValues by XtSetValues. | ||||
* | (set_frame_size): Dont compute any geometry management. | Fred Pierresteguy | 1994-03-31 | 1 | -16/+0 |
| | |||||
* | Call XtSetValues not XtVaSetValues. | Fred Pierresteguy | 1994-03-22 | 1 | -1/+5 |
| | |||||
* | (set_frame_size): Put #if 0 around a lot of useless code. | Fred Pierresteguy | 1994-03-22 | 1 | -2/+17 |
| | | | | Compute explicitely the geometry of the toplevel widget. | ||||
* | (EmacsFrameSetCharSize): Set the values of left_pos and | Fred Pierresteguy | 1994-03-14 | 1 | -0/+3 |
| | | | | top_pos to the values of the toplevel widget coordinates. | ||||
* | (EmacsFrameSetCharSize): Call XawPanedSetRefigureMode. | Fred Pierresteguy | 1994-03-11 | 1 | -1/+11 |
| | | | | Call XtSetValues not XtVaSetValues. | ||||
* | (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest. Use XtVaSetValues for | Fred Pierresteguy | 1994-03-04 | 1 | -5/+20 |
| | | | | geometry management. | ||||
* | (EmacsFrameSetCharSize): Set coordinates values to the toplevel widget. | Fred Pierresteguy | 1994-02-25 | 1 | -0/+7 |
| | |||||
* | (EmacsFrameSetCharSize): Call check_frame_size and update | Fred Pierresteguy | 1994-02-25 | 1 | -0/+13 |
| | | | | | vertical_scroll_bar_extra. Call SET_FRAME_GARBAGED. | ||||
* | entered into RCS | Fred Pierresteguy | 1994-02-18 | 1 | -29/+0 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1994-02-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Fred Pierresteguy | 1994-02-11 | 1 | -25/+0 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1994-01-31 | 1 | -28/+66 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1994-01-30 | 1 | -13/+18 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1994-01-21 | 1 | -0/+1 |
| | |||||
* | Initial revision | Richard M. Stallman | 1994-01-18 | 1 | -0/+900 |