summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* (x_kill_gs_process): Recognize if someone has clearedGerd Moellmann2001-09-251-1/+5
* (Fx_window_property): Handle case that property getsGerd Moellmann2001-09-131-1/+1
* (x_set_background_color): Don't change the colorsGerd Moellmann2001-09-061-8/+13
* (x_create_im): Remove prototype.Gerd Moellmann2001-08-091-1/+0
* (x_set_tool_bar_lines): Clear the tool bar window'sGerd Moellmann2001-08-011-0/+3
* (x-show-tip): Doc fix.Gerd Moellmann2001-07-261-1/+4
* (Vx_max_tooltip_size): New variable.Gerd Moellmann2001-07-261-8/+33
* (Fx_file_dialog): Block/unblock input while processingGerd Moellmann2001-07-251-2/+10
* (valid_image_p): Protect better against invalid imageGerd Moellmann2001-07-241-5/+16
* (Fx_create_frame): Initialize frame colors to -1,Gerd Moellmann2001-07-101-0/+10
* (Qwait_for_wm): New variable.Gerd Moellmann2001-06-251-2/+23
* (enum image_value_type): New enumeratorGerd Moellmann2001-05-301-8/+18
* (x_set_foreground_color): Change frame's cursor_pixelGerd Moellmann2001-05-161-129/+126
* (x_set_foreground_color): Set frame's cursor_pixel.Gerd Moellmann2001-05-071-0/+6
* (file_dialog_unmap_cb): New function.Gerd Moellmann2001-05-031-1/+18
* (compute_tip_xy): Add parameters WIDTH and HEIGHT.Gerd Moellmann2001-04-061-19/+33
* (Vmotif_version_string) [USE_MOTIF]: New variable.Gerd Moellmann2001-04-051-2/+15
* (postprocess_image): New function.Gerd Moellmann2001-04-031-65/+88
* (x_create_tip_frame): Add parameter TEXT. Set theGerd Moellmann2001-03-191-10/+18
* (Fx_create_frame): Clear Vwindow_list.Gerd Moellmann2001-03-061-0/+5
* (Fx_create_frame): Adjust the frame's height for presenceGerd Moellmann2001-03-011-28/+30
* (x_set_foreground_color): Set the background of theGerd Moellmann2001-03-011-0/+2
* (x_set_font): Handle case of x_new_fontset returning theGerd Moellmann2001-03-011-1/+10
* (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