aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
...
* (x_frame_parms): Add missing braces around initializer.Pavel Janík2001-12-181-29/+29
* (Frame_parameters): Makes the scroll-bar-width frame parameter haveEli Zaretskii2001-12-131-0/+4
* (x_report_frame_params): Make the scroll-bar-width frame parameter have a num...Kim F. Storm2001-12-051-0/+4
* (x_frame_parms): Add `left-fringe' and `right-fringe' parms.Kim F. Storm2001-12-011-4/+25
* (compute_tip_xy): Initialize root_x and root_y fromJason Rumney2001-11-241-1/+1
* Fringe cleanup.Kim F. Storm2001-11-161-2/+2
* (x_set_frame_parameters): Revert change of 2001-11-07.Gerd Moellmann2001-11-151-9/+6
* (Fx_create_frame): Accept zero tool_bar_button_relief.Gerd Moellmann2001-11-151-2/+2
* (x_set_frame_parameters): Avoid infinite recursion.Miles Bader2001-11-071-12/+22
* (Fx_create_frame): Doc fix.Pavel Janík2001-11-041-1/+1
* Include unistd.h, if it exists.Richard M. Stallman2001-11-041-0/+4
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-46/+46
* (x_build_heuristic_mask): Use four_corners_bestGerd Moellmann2001-11-011-1/+1
* (four_corners_best): Reindent.Gerd Moellmann2001-11-011-18/+18
* (x-get-resource): Reindent.Pavel Janík2001-11-011-1/+1
* (x_set_internal_border_width): Set frame garbagedGerd Moellmann2001-10-291-0/+2
* (x_build_heuristic_mask): Use x_alloc_image_color.Gerd Moellmann2001-10-281-10/+2
* (x_build_heuristic_mask): Fix a bug not incrementingGerd Moellmann2001-10-281-4/+2
* (XScreenNumberOfScreen): Fix struct to pointerGerd Moellmann2001-10-261-1/+1
* (png_load): Make sure SPECIFIED_BG is a string.Miles Bader2001-10-251-5/+5
* (image_background, image_background_transparent)Miles Bader2001-10-241-44/+211
* (Fx_show_tip): Remove unused variables `buffer', `top', `left', `max_width'Pavel Janík2001-10-231-1/+0
* (x_laplace_read_row, x_laplace_write_row): Prototypes removed.Pavel Janík2001-10-201-4/+0
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-171-139/+137
* Fix multi-line string.Gerd Moellmann2001-10-141-3/+3
* Put doc strings in comments.Gerd Moellmann2001-10-141-286/+292
* (syms_of_xfns): Update calls to Fprovide.Stefan Monnier2001-10-121-3/+2
* Update calls to openp.Stefan Monnier2001-10-121-4/+4
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
* *** empty log message ***Pavel Janík2001-10-081-4/+2
* (x_set_scroll_bar_background) [USE_TOOLKIT_SCROLL_BARS]:Miles Bader2001-10-051-0/+22
* (tiff_error_handler, tiff_warning_handler): New functions.Gerd Moellmann2001-10-051-0/+31
* (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