summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fx_show_busy_cursor): Doc-fix.Gerd Moellmann1999-11-171-4/+6
* (QCuser_data): Removed.Gerd Moellmann1999-11-101-30/+15
* (QCuser_data): New.Gerd Moellmann1999-11-021-1/+7
* (png_load) [PNG_READ_sRGB_SUPPORTED]: Put code usingGerd Moellmann1999-11-011-1/+4
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-6/+4
* (gif_load): Fix handling of interlaced GIFs.Gerd Moellmann1999-10-141-10/+21
* (prepare_image_for_display): Don't try to load image ifGerd Moellmann1999-10-091-6/+6
* (lookup_image): Set image's timestamp because it'sGerd Moellmann1999-09-251-0/+5
* (image_error): Use add_to_log.Gerd Moellmann1999-09-231-11/+6
* (x_set_background_color): Remove unused variable(s).Gerd Moellmann1999-09-141-22/+6
* (x_put_x_image): Make type consistent with declaration.Dave Love1999-09-131-1/+1
* (QCfile): Moved to xdisp.c.Gerd Moellmann1999-09-131-16/+13
* Use XCAR and XCDR instead of explicit member references.Ken Raeburn1999-09-121-55/+55
* (x_build_heuristic_mask): Accept a list `(R G B)'Gerd Moellmann1999-09-101-22/+51
* (QCindex): New.Gerd Moellmann1999-09-091-2/+4
* (x_set_foreground_color): CallGerd Moellmann1999-09-071-8/+11
* (Fx_show_tip): Improve documentation.Gerd Moellmann1999-09-051-2/+4
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-051-12/+12
* Include math.h. Add extern declaration for atof in caseGerd Moellmann1999-09-031-27/+81
* (x_set_scroll_bar_width): Change conditional compilationGerd Moellmann1999-09-031-2/+2