aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (x_defined_color): Rewritten to use x_allocate_nearest_color.Gerd Moellmann2000-03-121-84/+16
* (x_set_cursor_type): If ARG is nil, give frame no cursor.Gerd Moellmann2000-03-081-2/+6
* Remove a buch of really old code in #if 0.Gerd Moellmann2000-03-071-924/+31
* (x_set_menu_bar_lines_1): Adjust window's orig_top andGerd Moellmann2000-03-061-0/+5
* (QCdata): Moved to xdisp.c.Gerd Moellmann2000-03-051-3/+2
* (select_visual): Rewritten. Recognize user-specifiedGerd Moellmann2000-03-051-42/+117
* (x_defined_color, x_set_mouse_color, lookup_rgb_color)Gerd Moellmann2000-03-041-39/+72
* (x_clear_image, x_kill_gs_process): Use x_free_colors.Gerd Moellmann2000-03-021-20/+4
* (start_busy_cursor): Allow floats for busy-cursor-delay.Gerd Moellmann2000-03-011-3/+11
* (cancel_busy_cursor): Set busy_cursor_atimer to nullGerd Moellmann2000-02-291-1/+5
* (inhibit_busy_cursor, busy_count): Removed.Gerd Moellmann2000-02-251-69/+114
* (x_window_to_frame, x_any_window_to_frame)Gerd Moellmann2000-02-211-19/+29
* (create_frame_xic): Fix initialization of automatic aggregates for pcc.Dave Love2000-02-101-2/+4
* (xic_set_preeditarea): Take window parameter andGerd Moellmann2000-01-291-56/+304
* (x_window): Call lw_create_widget with new parameterGerd Moellmann2000-01-171-0/+1
* (x_create_im): New function to set IM and IC of a frame.Gerd Moellmann2000-01-041-63/+69
* (current_gif_memory_src): New variable.Gerd Moellmann2000-01-041-2/+7
* (x_create_x_image_and_pixmap): Remove parameter file.Gerd Moellmann2000-01-011-54/+43
* (gif_load): Avoid sign extension and thus out of boundsGerd Moellmann2000-01-011-92/+116
* (gif_load): Avoid sign extension and thus out of boundsGerd Moellmann2000-01-011-4/+8
* New image functions adapted to Emacs conventions.Gerd Moellmann1999-12-311-254/+300
* Changes to xfns.c to support reading images from a memory buffer instead of f...William M. Perry1999-12-311-133/+360
* (enum jpeg_keyword_index): Add JPEG_DATA.Gerd Moellmann1999-12-311-19/+139
* (Fx_show_tip): Gcpro `timeout' too.Dave Love1999-12-221-2/+2
* (Fx_create_frame): Move x_default_parameter calls thatGerd Moellmann1999-12-221-3/+3
* (Fx_show_tip): Add missing UNGCPRO.Dave Love1999-12-201-1/+2
* Include intervals.h.Kenichi Handa1999-12-151-0/+6
* Indentation fixes.Gerd Moellmann1999-12-121-1/+1
* Changes for automatic remapping of X colors on terminal frames:Eli Zaretskii1999-12-061-28/+20
* Don't duplicate Qdisplay definition done elsewhere.Dave Love1999-11-241-3/+1
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-3/+0