| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename everything containing *busy_cursor* and similar | Gerd Moellmann | 2001-02-21 | 1 | -83/+85 |
| | | | | | | | | to *hourglass*. (syms_of_w32fns): Rename x-busy-pointer-shape to x-hourglass-pointer-shape, display-busy-cursor to display-hourglass, busy-cursor-delay to hourglass-delay. | ||||
| * | (x_set_font): If font hasn't changed, avoid recomputing | Gerd Moellmann | 2001-02-02 | 1 | -0/+2 |
| | | | | | faces and other things. | ||||
| * | (x_set_tool_bar_lines): Do nothing If frame is | Gerd Moellmann | 2001-02-01 | 1 | -0/+4 |
| | | | | | minibuffer-only, | ||||
| * | (Fx_create_frame): Add the tool bar height to the frame | Gerd Moellmann | 2001-01-30 | 1 | -8/+30 |
| | | | | | height. | ||||
| * | (xic_style): New variable. | Gerd Moellmann | 2001-01-26 | 1 | -1/+2 |
| | | | | | | (create_frame_xic): Move static variable to global scope for the case that `static' get's defined away. | ||||
| * | * xfns.c (x_set_tool_bar_lines): Use x_clear_area instead of | Gerd Moellmann | 2001-01-25 | 1 | -2/+2 |
| | | | | | XClearArea. | ||||
| * | (Fx_file_dialog): Remove a workaround for Lesstif | Gerd Moellmann | 2001-01-25 | 1 | -28/+0 |
| | | | | | which doesn't seem necessary anymore with Lesstif 0.92. | ||||
| * | (x_create_tip_frame): Prevent changing the tooltip's | Gerd Moellmann | 2001-01-24 | 1 | -6/+18 |
| | | | | | | background color by specifying a color for the default font in .Xdefaults. | ||||
| * | (Qcancel_timer): New variable. | Gerd Moellmann | 2001-01-18 | 1 | -38/+9 |
| | | | | | | | | | (syms_of_xfns): Initialize and staticpro it. (Fx_hide_tip, Fx_show_tip): Use it. (Fx_show_tip): Make sure to set tip_timer to nil when canceling the timer. (toplevel): Lisp code for generating parts of syms_of_xfns removed. | ||||
| * | (QCconversion): Replaces QCalgorithm. | Gerd Moellmann | 2001-01-17 | 1 | -21/+21 |
| | | |||||
| * | (Fimage_size, image_ascent): Adapt to the change of image | Gerd Moellmann | 2001-01-12 | 1 | -13/+32 |
| | | | | | | | | | | | | | margins. (lookup_image): If `:margin MARGIN' is specified, and MARGIN is a pair of integers `(X . Y)', use X for the horizontal and Y for the vertical margin. (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR): New enumerator. (parse_image_spec): Check it. (xbm_format, xpm_format, pbm_format, png_format, jpeg_format) (tiff_format, gif_format, gs_format): Use IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR for :margin. | ||||
| * | (x_set_mouse_color): Fix color allocation. | Gerd Moellmann | 2001-01-12 | 1 | -5/+6 |
| | | |||||
| * | (Fx_backspace_delete_keys_p): Use XkbGetMap and | Gerd Moellmann | 2001-01-10 | 1 | -15/+26 |
| | | | | | XkbGetNames instead of XkbGetKeyboard. | ||||
| * | * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I in inner ↵ | Ken Raeburn | 2001-01-08 | 1 | -0/+2 |
| | | | | | block. | ||||
| * | Update copyright. | Gerd Moellmann | 2001-01-04 | 1 | -1/+1 |
| | | |||||
| * | (x_create_tip_frame): Preserve the value of | Gerd Moellmann | 2001-01-04 | 1 | -21/+92 |
| | | | | | | | | | | face_change_count around the creation of the tip frame. (last_show_tip_args): New variable. (compute_tip_xy): New function. (Fx_show_tip): Reuse an existing tip frame, if possible. (syms_of_xfns): Initialize and staticpro last_show_tip_args. | ||||
| * | (x_create_tip_frame): Call face-set-after-frame-default, | Gerd Moellmann | 2001-01-04 | 1 | -0/+7 |
| | | | | | like in Fx_create_frame. | ||||
| * | (x_display_info_for_name): Cast 0 to "char *" in the call | Eli Zaretskii | 2001-01-02 | 1 | -6/+4 |
| | | | | | | | | | | to x_term_init. (lookup_image): Remove unused variable `file'. (xbm_load): Remove unused variables `bitmap_data', `height', and `width'. Remove function-local variable `i', leave the block-local one. (gif_load): Remove unused variable `inc'. | ||||
| * | (Fx_backspace_delete_keys_p): Check library and server | Gerd Moellmann | 2000-12-28 | 1 | -3/+16 |
| | | | | | XKB versions. Call XkbFreeKeyboard with 2nd arg 0. | ||||
| * | Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG. | Gerd Moellmann | 2000-12-28 | 1 | -4/+4 |
| | | |||||
| * | (show_busy_cursor): Check for live frames more | Gerd Moellmann | 2000-12-18 | 1 | -21/+31 |
| | | | | | thoroughly. | ||||
| * | (unwind_create_frame): Return t if frame was deleted. | Gerd Moellmann | 2000-12-17 | 1 | -6/+11 |
| | | | | | | | Don't alter tip_frame or tip_window. (unwind_create_tip_frame): Set tip_frame to nil only if frame was deleted. | ||||
| * | (x_create_tip_frame): Use unwind_create_tip_frame, | Gerd Moellmann | 2000-12-15 | 1 | -1/+1 |
| | | | | | not unwind_create_frame. | ||||
| * | (Fx_backspace_delete_keys_p): New function. | Gerd Moellmann | 2000-12-14 | 1 | -1/+64 |
| | | | | | (syms_of_xfns): Defsubr it. | ||||
| * | (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: | Gerd Moellmann | 2000-12-13 | 1 | -5/+75 |
| | | | | | | | | New variables. (unwind_create_frame, unwind_create_tip_frame): New functions. (Fx_create_frame, x_create_tip_frame): Handle errors signaled while a frame is only partially constructed. | ||||
| * | (gray_bitmap_bits): Declare `char *'. | Gerd Moellmann | 2000-12-13 | 1 | -1/+1 |
| | | |||||
| * | (Fx_hide_tip): Simplified.emacs-pretest-21.0.93 | Gerd Moellmann | 2000-12-12 | 1 | -21/+12 |
| | | |||||
| * | (Fx_hide_tip): Fix last change. | Gerd Moellmann | 2000-12-11 | 1 | -1/+6 |
| | | |||||
| * | (Fx_hide_tip): Avoid unnecessary work when there's | Gerd Moellmann | 2000-12-11 | 1 | -15/+28 |
| | | | | | | | | | nothing to do. Bind inhibit-quit. (tip_frame): Make it a Lisp_Object. (x_create_tip_frame): Set tip_frame after it has been added to Vframe_list. (Fx_show_tip): Don't set tip_frame here. | ||||
| * | (x_free_gcs): New function. | Gerd Moellmann | 2000-12-07 | 1 | -10/+49 |
| | | |||||
| * | (Fx_create_frame): Reintroduce the call to | Gerd Moellmann | 2000-11-29 | 1 | -0/+7 |
| | | | | | face-set-after-frame-defaults. | ||||
| * | (Vx_window_horizontal_drag_shape): New variable. | Gerd Moellmann | 2000-11-28 | 1 | -2/+33 |
| | | | | | | (syms_of_xfns): DEFVAR_LISP it. (x_set_mouse_color): Create frame's horizontal_drag_cursor. | ||||
| * | (x_set_tool_bar_lines): Clear internal border when | Gerd Moellmann | 2000-11-22 | 1 | -0/+15 |
| | | | | | tool bar gets smaller. | ||||
| * | (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay | Gerd Moellmann | 2000-11-21 | 1 | -1/+20 |
| | | | | | the menu bar when the tooltip is unmapped. | ||||
| * | (x_create_tip_frame): Use CWSaveUnder only if the | Gerd Moellmann | 2000-11-20 | 1 | -1/+4 |
| | | | | | screen supports it. | ||||
| * | (x_set_tool_bar_lines): When clearing the frame, also | Gerd Moellmann | 2000-11-18 | 1 | -0/+1 |
| | | | | | clear current matrices. | ||||
| * | (Fx_show_tip): Use default y-offset of -10 so that | Gerd Moellmann | 2000-11-18 | 1 | -2/+2 |
| | | | | | the tooltip obscures less text under it. | ||||
| * | (x_create_bitmap_from_file, x_find_image_file): Use new openp return protocol. | Miles Bader | 2000-11-13 | 1 | -4/+1 |
| | | |||||
| * | (x_encode_text): Suppress producing escape sequences for composition. | Kenichi Handa | 2000-11-06 | 1 | -0/+2 |
| | | |||||
| * | (x_to_xcolors, x_set_mouse_color, lookup_pixel_color) | Gerd Moellmann | 2000-10-18 | 1 | -9/+7 |
| | | | | | (x_to_xcolors, png_load): Use x_query_color. | ||||
| * | (pbm_format): Add :foreground and :background keywords. | Gerd Moellmann | 2000-10-16 | 1 | -4/+19 |
| | | | | | | | (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators. (xbm_load): Recoghnize foreground and background color specifications. | ||||
| * | Revert last change. | Miles Bader | 2000-10-16 | 1 | -61/+9 |
| | | |||||
| * | (xpm_lookup_color): | Miles Bader | 2000-10-16 | 1 | -9/+61 |
| | | | | | Make h unsigned to avoid wackiness when the high bit gets set. | ||||
| * | (Fx_create_frame): Don't bother calling | Stefan Monnier | 2000-10-12 | 1 | -3/+0 |
| | | | | | face-set-after-frame-default since the caller does it for us anyway. | ||||
| * | (image_ascent): Rearrange ascent calculation for the has-a-font case. | Miles Bader | 2000-10-05 | 1 | -1/+6 |
| | | |||||
| * | (x_set_tool_bar_lines): Clear frame when tool bar | Gerd Moellmann | 2000-09-29 | 1 | -0/+13 |
| | | | | | disappears. | ||||
| * | (x_set_tool_bar_lines): Don't use more lines for the | Gerd Moellmann | 2000-09-27 | 1 | -6/+21 |
| | | | | | | tool-bar than is available. (x_change_window_heights): Renamed from x_set_menu_bar_lines_1. | ||||
| * | (x_decode_color): Don't return a Lisp_Object. | Gerd Moellmann | 2000-09-26 | 1 | -2/+3 |
| | | |||||
| * | (Fx_create_frame): Set default frame parameter value | Gerd Moellmann | 2000-09-21 | 1 | -1/+1 |
| | | | | | for tool-bar-lines to 1. | ||||
| * | (xbm_scan): Allow C-style comments. | Gerd Moellmann | 2000-09-20 | 1 | -0/+14 |
| | | |||||