summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* (HACK_EDITRES): Don't define if NO_EDITRES is defined.Richard M. Stallman1995-11-111-2/+3
* (x_window, both versions): Add HAVE_X_I18N support.Richard M. Stallman1995-10-151-0/+44
* (Fx_create_frame): Set up buffer-predicate slot.Richard M. Stallman1995-09-251-3/+5
* (x_set_menu_bar_lines) [USE_X_TOOLKIT]: When turningRichard M. Stallman1995-08-111-1/+6
* (Ffocus_frame, Funfocus_frame): Make them no-ops.Richard M. Stallman1995-08-051-24/+2
* Do renamings:Karl Heuer1995-07-261-4/+4
* Renamings: frame->display => frame->output, struct x_display -> sruct x_output.Richard M. Stallman1995-07-251-239/+239
* (x_menubar_window_to_frame): New function.Richard M. Stallman1995-07-251-0/+27
* [USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h.Richard M. Stallman1995-07-201-0/+2
* (Fx_list_fonts): Don't free thisinfo if it is 0.Karl Heuer1995-07-171-1/+2
* (x_set_icon_type, x_set_icon_name): Don't ever remap theRichard M. Stallman1995-07-021-20/+0
* (Fx_open_connection, x_display_info_for_name):Richard M. Stallman1995-06-261-0/+6
* (Fx_display_grayscale_p): Return t or nil.Richard M. Stallman1995-06-211-4/+15
* (Fx_create_frame): Fix last arg to x_get_arg for Qdisplay.Richard M. Stallman1995-06-191-1/+1
* (x_report_frame_params, x_set_icon_type, x_set_icon_name)Richard M. Stallman1995-06-161-16/+13
* (syms_of_xfns): Initialize Vx_no_window_manager. Doc fix.Richard M. Stallman1995-06-141-1/+6
* [USE_X_TOOLKIT] (x_window): If using Motif,Karl Heuer1995-06-111-4/+15
* (x_real_positions): Uncatch and recatch X errors in the loop.Karl Heuer1995-06-071-1/+4
* (syms_of_xfns): Provide motif in Motif version.Karl Heuer1995-06-061-0/+3
* (Fx_create_frame): Make sure icon_name is a string or nil.Karl Heuer1995-06-051-0/+2
* (Qicon_name): New variable.Karl Heuer1995-06-051-4/+80
* (x_destroy_bitmap): Block and unblock input.Karl Heuer1995-06-011-1/+4
* (x_display_info_for_name): Fix error message.Karl Heuer1995-05-311-4/+6
* (syms_of_xfns): Allow PATH_BITMAPS to be a colon-separated list.Karl Heuer1995-05-301-1/+1
* (x_top_window_to_frame): Don't match menu-bar widget.Karl Heuer1995-05-301-4/+6
* (Fx_create_frame): Pass new arg to make_frame_without_minibuffer.Karl Heuer1995-05-301-2/+2
* (x_set_frame_parameters): Pass -1 to x_set_offset.Karl Heuer1995-05-291-1/+1
* (x_report_frame_params): Report top and leftKarl Heuer1995-05-291-2/+15
* (x_window): Call initialize_frame_menubarKarl Heuer1995-05-271-3/+3
* (x_set_frame_parameters) Fix typo.Karl Heuer1995-05-261-1/+1
* (Fx_get_resource): Major rewrite to make it clearer.Karl Heuer1995-05-251-46/+60
* (x_set_frame_parameters): Pass 1 as change_gravityKarl Heuer1995-05-241-1/+3
* (x_window) [both versions]: Set menubar_height.Karl Heuer1995-05-241-8/+7
* (hack_wm_protocols): Use cast instead of suffix.Karl Heuer1995-05-241-1/+1
* [USE_X_TOOLKIT] (x_window): Pass position to toolkitKarl Heuer1995-05-241-4/+15
* (hack_wm_protocols): Cast args of XGetWindowProperty.Karl Heuer1995-05-231-6/+7
* (Fx_create_frame): Pass kb to make_frame_without_minibuffer.Karl Heuer1995-05-091-3/+9
* (Funfocus_frame): Check for live X frame.Richard M. Stallman1995-05-091-5/+9
* [USE_X_TOOLKIT] (x_window): Always pass position in geometry.Richard M. Stallman1995-05-051-21/+23
* (x_non_menubar_window_to_frame): New function.Karl Heuer1995-04-291-0/+29
* (x_get_focus_frame): New arg FRAME. Callers changed.Karl Heuer1995-04-241-6/+13
* (x_window): Use (or reuse) frame's namebuf instead of aKarl Heuer1995-04-191-13/+7
* (x_report_frame_params): Report value of `display' parm.Richard M. Stallman1995-04-181-0/+2
* (Fx_color_defined_p): Doc fix.Richard M. Stallman1995-04-131-1/+1
* (x_window): Copy the frame name to non-Lisp string.Richard M. Stallman1995-04-101-8/+52
* Update copyright.Karl Heuer1995-04-071-1/+1
* (x_window_to_frame): Skip non-X frames before testing dpyinfo.Karl Heuer1995-04-061-9/+3
* (x_window_to_frame): New arg DPYINFO. All callers changed.Karl Heuer1995-04-031-3/+12
* (x_decode_color): Don't use cdef if defined_color failed.Richard M. Stallman1995-03-181-5/+7
* (Fx_create_frame): set the frame's kboard member.Karl Heuer1995-03-151-0/+3