aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* (Fx_synchronize): Fix doc string syntax.Richard M. Stallman1994-11-281-1/+1
* (CHECK_NATNUM): Use NATNUMP instead of its expansion.Karl Heuer1994-11-161-3/+2
* (x_window_to_frame, x_any_window_to_frame, x_top_window_to_frame): Use the newKarl Heuer1994-11-151-10/+7
* (Fx_list_fonts): Don't bother to retrieve font info when there's no size_refKarl Heuer1994-11-021-22/+35
* (x_window): Make ibw 0 by default.Richard M. Stallman1994-11-011-1/+3
* (Fx_create_frame): Set xlwmenu_default_font.Richard M. Stallman1994-10-291-10/+14
* (x_window): Pass new arg f to hack_wm_protocols.Richard M. Stallman1994-10-261-10/+10
* (Fx_create_frame): Don't increment refernce_countRichard M. Stallman1994-10-251-235/+324
* (x_sync): Take frame ptr as arg.Richard M. Stallman1994-10-221-393/+426
* (x_set_unsplittable): New function.Karl Heuer1994-10-181-0/+10
* Include paths.h.Richard M. Stallman1994-10-171-14/+71
* (x_set_icon_type): If icon-type is a string, then useRichard M. Stallman1994-10-151-4/+183
* (Fx_create_frame): Init the FRAME_X_SCREEN as soon as can be done.Richard M. Stallman1994-10-141-5/+6
* (x_set_icon_type): Remove period from error message.Richard M. Stallman1994-10-061-1/+13
* (x_set_menu_bar_lines_1): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (Fx_open_connection): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-1/+1
* (x_set_frame_parameters, x_set_visibility, Fx_create_frame,Karl Heuer1994-10-041-8/+8
* (x_figure_window_size): Use new formula for scroll bar width.Karl Heuer1994-10-021-2/+4
* (HACK_EDITRES): Declare if using X11R5.Paul Reilly1994-10-021-15/+29
* (x_report_frame_params): Fix format/arg mismatch.Karl Heuer1994-09-291-1/+1
* (x_set_scroll_bar_width): Nil now means 2 columns' worth of pixels.Karl Heuer1994-09-281-2/+8
* (x_set_frame_parameters, x_set_menu_bar_lines, Fx_create_frame,Karl Heuer1994-09-271-8/+8
* (Fx_create_frame): Rename menuBarLines resource to menuBar.Richard M. Stallman1994-09-231-19/+105
* (Fx_list_fonts): Use a cache stored in FRAME_X_SCREEN.Richard M. Stallman1994-09-231-7/+70
* (Fx_get_resource): Doc fix.Richard M. Stallman1994-09-211-3/+3
* (x_set_scroll_bar_width): New function.Karl Heuer1994-09-201-2/+23
* (hack_wm_protocols): Arrange to handle WM_SAVE_YOURSELF.Richard M. Stallman1994-09-171-7/+10
* Delete X11 conditionals.Richard M. Stallman1994-09-161-472/+3
* (Fx_display_grayscale_p): Check for > 1 pane.Richard M. Stallman1994-09-161-1/+1
* (Fx_display_grayscale_p): New function.Richard M. Stallman1994-09-161-1/+14
* (Fx_create_frame): Make 1 the default for menu-bar-lines.Richard M. Stallman1994-09-151-1/+1
* (defined_color): New arg ALLOC--optionally don't allocate the color.Richard M. Stallman1994-08-311-11/+34
* (Fx_color_defined_p): Return list of RGB values, not just t.Richard M. Stallman1994-08-281-2/+10
* (Fx_get_resource): Doc fix.Richard M. Stallman1994-07-311-2/+2
* (Fx_create_frame): Use 140 as default font size.Richard M. Stallman1994-07-171-3/+3
* (syms_of_xfns): Provide x-toolkit in toolkit version.Richard M. Stallman1994-07-111-8/+1
* (x_toolkit): New variable.Richard M. Stallman1994-07-071-1/+12
* (Fx_create_frame): Add GC protection for local var `f'.Paul Reilly1994-07-011-0/+5
* (XLIB_ILLEGAL_ACCESS): Defined.Richard M. Stallman1994-06-301-0/+3
* (x_set_frame_parameters): Call x_set_offset directly.Richard M. Stallman1994-06-291-4/+30
* Fix previous change: use Dimension, not short.Karl Heuer1994-06-211-1/+1
* (x_window): Delete duplicate computation.Karl Heuer1994-06-211-7/+1
* (x_window): Take account of pane widget internal border width.Richard M. Stallman1994-06-191-0/+7
* (x_real_positions): Make sure we know the parent window.Richard M. Stallman1994-06-171-0/+17
* Comment change.Richard M. Stallman1994-06-151-2/+4
* (x_window): Request "save yourself" commands.Richard M. Stallman1994-06-121-2/+7
* (Fx_open_connection): Set up Vx_resource_name and xrm_optionRichard M. Stallman1994-06-051-7/+8
* (x_window): Take account of internal border of paned widget.Richard M. Stallman1994-06-051-0/+6
* (using_x_p): New function.Richard M. Stallman1994-06-051-0/+8
* (Vx_sensitive_text_pointer_shape):Richard M. Stallman1994-05-251-10/+21