aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (xbm_scan): Allow C-style comments.Gerd Moellmann2000-09-201-0/+14
* (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If colorGerd Moellmann2000-09-201-18/+69
* (x_clear_image_1): New function.Gerd Moellmann2000-09-181-22/+36
* (clear_image_cache): Clear current matrices of allGerd Moellmann2000-09-181-12/+31
* (lookup_image): Block input while loading the image soGerd Moellmann2000-09-181-74/+8
* (lookup_image): Build mask before applying an algorithm.Gerd Moellmann2000-09-151-25/+108
* (ALLOC_XPM_COLORS): Define if we can use Emacs' colorGerd Moellmann2000-09-151-17/+213
* (QCmatrix, QCcolor_adjustment, QCmask, Qemboss)Gerd Moellmann2000-09-151-106/+317
* (png_load, jpeg_load): Declare some variables volatileGerd Moellmann2000-09-111-31/+56
* Replace `illegal' with `invalid'.Gerd Moellmann2000-08-051-2/+2
* (Fx_file_dialog): Use NULL instead of 0 at the end ofGerd Moellmann2000-08-031-1/+1
* Correct typo in a comment.Eli Zaretskii2000-07-231-1/+1
* *** empty log message ***Kenichi Handa2000-07-211-4/+12
* *** empty log message ***Kenichi Handa2000-07-211-16/+18
* (x_encode_text): New function.Kenichi Handa2000-07-211-20/+100
* (Fx_show_tip): If frame parameters contain a position,Gerd Moellmann2000-07-141-8/+43
* (x_window) [!USE_XIM]: Don't call create_frame_ic.Gerd Moellmann2000-06-261-0/+4
* (Fimage_size): New function.Gerd Moellmann2000-06-261-1/+34
* (x_create_tip_frame): Initialize frame's colors likeGerd Moellmann2000-06-231-0/+25
* (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle eventsGerd Moellmann2000-06-221-1/+12
* fix jpeg error-handling setupKen Raeburn2000-06-191-1/+1
* (x_set_frame_parameters): Comment fix.Gerd Moellmann2000-06-131-2/+4
* (x_real_positions): Declare tmp_nchildren as unsigned.Dave Love2000-06-051-1/+1
* (Vimages_types): Moved to xdisp.c.Gerd Moellmann2000-05-191-9/+0
* (Qcenter): New variable.Gerd Moellmann2000-05-021-75/+56
* (slurp_file): New function.Gerd Moellmann2000-04-271-139/+192
* (x_set_line_spacing): New function.Gerd Moellmann2000-04-241-25/+51
* (xpm_load) [DEBUG_X_COLORS]: Register colors.Gerd Moellmann2000-04-141-1/+6
* Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:Ken Raeburn2000-04-011-3/+3
* (free_image_cache): Free the cache structure itselfGerd Moellmann2000-03-301-4/+16
* (x_set_cursor_color): Get color reference counts right.Gerd Moellmann2000-03-271-4/+27
* (x_specified_cursor_type): New function.Gerd Moellmann2000-03-271-10/+30
* (Fx_create_frame): Don't cal fs_register_fontset.Kenichi Handa2000-03-211-25/+34
* * xfns.c (select_visual): Don't set dpyinfo->n_planes to theGerd Moellmann2000-03-191-14/+1
* (X_I18N_INHIBITED): Don't define.Gerd Moellmann2000-03-141-16/+2