aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* (Fx_hide_tip): Don't use `None' with widgets; useGerd Moellmann2001-02-281-1/+1
* Rename everything containing *busy_cursor* and similarGerd Moellmann2001-02-211-83/+85
* (x_set_font): If font hasn't changed, avoid recomputingGerd Moellmann2001-02-021-0/+2
* (x_set_tool_bar_lines): Do nothing If frame isGerd Moellmann2001-02-011-0/+4
* (Fx_create_frame): Add the tool bar height to the frameGerd Moellmann2001-01-301-8/+30
* (xic_style): New variable.Gerd Moellmann2001-01-261-1/+2
* * xfns.c (x_set_tool_bar_lines): Use x_clear_area instead ofGerd Moellmann2001-01-251-2/+2
* (Fx_file_dialog): Remove a workaround for LesstifGerd Moellmann2001-01-251-28/+0
* (x_create_tip_frame): Prevent changing the tooltip'sGerd Moellmann2001-01-241-6/+18
* (Qcancel_timer): New variable.Gerd Moellmann2001-01-181-38/+9
* (QCconversion): Replaces QCalgorithm.Gerd Moellmann2001-01-171-21/+21
* (Fimage_size, image_ascent): Adapt to the change of imageGerd Moellmann2001-01-121-13/+32
* (x_set_mouse_color): Fix color allocation.Gerd Moellmann2001-01-121-5/+6
* (Fx_backspace_delete_keys_p): Use XkbGetMap andGerd Moellmann2001-01-101-15/+26
* * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I in inner bl...Ken Raeburn2001-01-081-0/+2
* Update copyright.Gerd Moellmann2001-01-041-1/+1
* (x_create_tip_frame): Preserve the value ofGerd Moellmann2001-01-041-21/+92
* (x_create_tip_frame): Call face-set-after-frame-default,Gerd Moellmann2001-01-041-0/+7
* (x_display_info_for_name): Cast 0 to "char *" in the callEli Zaretskii2001-01-021-6/+4
* (Fx_backspace_delete_keys_p): Check library and serverGerd Moellmann2000-12-281-3/+16
* Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.Gerd Moellmann2000-12-281-4/+4
* (show_busy_cursor): Check for live frames moreGerd Moellmann2000-12-181-21/+31
* (unwind_create_frame): Return t if frame was deleted.Gerd Moellmann2000-12-171-6/+11
* (x_create_tip_frame): Use unwind_create_tip_frame,Gerd Moellmann2000-12-151-1/+1
* (Fx_backspace_delete_keys_p): New function.Gerd Moellmann2000-12-141-1/+64
* (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:Gerd Moellmann2000-12-131-5/+75
* (gray_bitmap_bits): Declare `char *'.Gerd Moellmann2000-12-131-1/+1
* (Fx_hide_tip): Simplified.Gerd Moellmann2000-12-121-21/+12
* (Fx_hide_tip): Fix last change.Gerd Moellmann2000-12-111-1/+6
* (Fx_hide_tip): Avoid unnecessary work when there'sGerd Moellmann2000-12-111-15/+28
* (x_free_gcs): New function.Gerd Moellmann2000-12-071-10/+49
* (Fx_create_frame): Reintroduce the call toGerd Moellmann2000-11-291-0/+7
* (Vx_window_horizontal_drag_shape): New variable.Gerd Moellmann2000-11-281-2/+33
* (x_set_tool_bar_lines): Clear internal border whenGerd Moellmann2000-11-221-0/+15
* (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplayGerd Moellmann2000-11-211-1/+20
* (x_create_tip_frame): Use CWSaveUnder only if theGerd Moellmann2000-11-201-1/+4
* (x_set_tool_bar_lines): When clearing the frame, alsoGerd Moellmann2000-11-181-0/+1
* (Fx_show_tip): Use default y-offset of -10 so thatGerd Moellmann2000-11-181-2/+2
* (x_create_bitmap_from_file, x_find_image_file): Use new openp return protocol.Miles Bader2000-11-131-4/+1
* (x_encode_text): Suppress producing escape sequences for composition.Kenichi Handa2000-11-061-0/+2
* (x_to_xcolors, x_set_mouse_color, lookup_pixel_color)Gerd Moellmann2000-10-181-9/+7
* (pbm_format): Add :foreground and :background keywords.Gerd Moellmann2000-10-161-4/+19
* Revert last change.Miles Bader2000-10-161-61/+9
* (xpm_lookup_color):Miles Bader2000-10-161-9/+61
* (Fx_create_frame): Don't bother callingStefan Monnier2000-10-121-3/+0
* (image_ascent): Rearrange ascent calculation for the has-a-font case.Miles Bader2000-10-051-1/+6
* (x_set_tool_bar_lines): Clear frame when tool barGerd Moellmann2000-09-291-0/+13
* (x_set_tool_bar_lines): Don't use more lines for theGerd Moellmann2000-09-271-6/+21
* (x_decode_color): Don't return a Lisp_Object.Gerd Moellmann2000-09-261-2/+3
* (Fx_create_frame): Set default frame parameter valueGerd Moellmann2000-09-211-1/+1