Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make (few) trivial substitutions for renamed and | Kim F. Storm | 2003-05-24 | 1 | -32/+28 |
| | | | | new macros in dispextern.h, frame.h and window.h. | ||||
* | Use generic compute_fringe_widths. | Kim F. Storm | 2003-03-12 | 1 | -2/+2 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -21/+21 |
| | |||||
* | Comment change. | Richard M. Stallman | 2002-04-19 | 1 | -0/+2 |
| | |||||
* | (set_frame_size): Don't call change_frame_size. | Richard M. Stallman | 2002-03-30 | 1 | -0/+4 |
| | |||||
* | (set_frame_size): Use x_compute_fringe_widths. | Kim F. Storm | 2001-12-01 | 1 | -4/+2 |
| | | | | (EmacsFrameSetCharSize): Ditto. | ||||
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -4/+4 |
| | | | | Use renamed symbols. | ||||
* | Don't define max. | Pavel JanÃk | 2001-10-24 | 1 | -2/+0 |
| | |||||
* | (EmacsFrameSetCharSize): Turn off atimers and block | Gerd Moellmann | 2001-06-27 | 1 | -1/+17 |
| | | | | | | SIGIO around the code where Xt might wait for a ConfigureNotifyEvent. (toplevel): Include <signal.h> and syssignal.h. | ||||
* | (EmacsFrameSetCharSize): Set XtNwaitForWm depending | Gerd Moellmann | 2001-06-25 | 1 | -13/+31 |
| | | | | on the value of the wait-for-wm frame parameter. | ||||
* | Include keyboard.h before frame.h. | Eli Zaretskii | 2001-05-12 | 1 | -0/+1 |
| | |||||
* | (EmacsFrameSetCharSize): Comment update. | Gerd Moellmann | 2001-03-13 | 1 | -2/+4 |
| | |||||
* | (EmacsFrameSetCharSize): Remove unused variables `ac' | Eli Zaretskii | 2001-01-02 | 1 | -2/+0 |
| | | | | and al[]. | ||||
* | (EmacsFrameDestroy): Call x_free_gcs instead of | Gerd Moellmann | 2000-12-07 | 1 | -5/+2 |
| | | | | freeing GCs here. | ||||
* | (set_frame_size, update_wm_hints, EmacsFrameSetValues): | Gerd Moellmann | 2000-08-03 | 1 | -9/+9 |
| | | | | | | Use NULL instead of 0 at the end of variable argument list of XtVaGetValues and XtVaSetValues, because 0 fails on systems where sizeof (int) < sizeof (void *). | ||||
* | (EmacsFrameRealize): Fix typo. | Gerd Moellmann | 2000-06-22 | 1 | -1/+1 |
| | |||||
* | (EmacsFrameRealize): Remove SubstructureRedirectMask. | Gerd Moellmann | 2000-06-22 | 1 | -2/+6 |
| | |||||
* | (EmacsFrameSetCharSize): Change size of children first | Gerd Moellmann | 2000-01-17 | 1 | -14/+11 |
| | | | | | because of problems with main window geometry management under Lesstif. | ||||
* | (set_frame_size, EmacsFrameSetCharSize): Remove | Gerd Moellmann | 1999-09-15 | 1 | -22/+11 |
| | | | | | | | unused variables. (mark_shell_size_user_specified): Put in #if 0 because not used. (create_frame_gcs): Put in #if 0 because currently unused. (first_frame_p): Ditto. | ||||
* | (set_frame_size): Set flags_area_extra to | Gerd Moellmann | 1999-08-30 | 1 | -2/+2 |
| | | | | | FRAME_FLAGS_AREA_WIDTH instead of 2 * that width. (EmacsFrameSetCharSize): Ditto. | ||||
* | Call change_frame_size and do_pending_window_change with | Gerd Moellmann | 1999-08-21 | 1 | -3/+3 |
| | | | | new parameter. | ||||
* | (EmacsFrameSetCharSize): Don't call do_pending_window_change here. | Richard M. Stallman | 1999-08-02 | 1 | -2/+0 |
| | |||||
* | (EmacsFrameSetCharSize): Don't add XtNborderWidth | Gerd Moellmann | 1999-07-26 | 1 | -3/+5 |
| | | | | value to frame width and height. | ||||
* | (EmacsFrameSetCharSize): Take widget's border width | Gerd Moellmann | 1999-07-21 | 1 | -12/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | into account. (set_frame_size): Use FRAME_SCROLL_BAR_COLS to determine vertical_scroll_bar_extra. (EmacsFrameSetCharSize): Ditto. (EmacsFrameDestroy): Remove call to free_frame_faces; it's also called from x_destroy_window. Since this function is called from X, freeing stuff allocated with xmalloc is dangerous here, anyway. (widget_store_internal_border): Return void. (create_frame_gcs): Don't allocate relief GCs. (setup_frame_gcs): Don't change relief GCs. (setup_frame_gcs): Initialize relief GC's to line width 1; remove references to relief_gc_line_width. (create_frame_gcs): Create GC's for relief drawing. (setup_frame_gcs): Initialize them. (EmacsFrameDestroy): Free them. (set_frame_size): Double trunc_area_extra. (EmacsFrameSetCharSize): Ditto. (set_frame_size): Set it. (EmacsFrameSetCharSize): Ditto. | ||||
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+2 |
| | |||||
* | Fix typo in comment. | Karl Heuer | 1997-03-17 | 1 | -1/+1 |
| | |||||
* | (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 | -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. |