summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Collapse)AuthorAgeFilesLines
* (Fx_create_frame): Gcpro parms, parent, and name.Richard M. Stallman1996-06-291-4/+8
|
* (x_real_positions): Don't call x_uncatch_errors twice.Richard M. Stallman1996-06-241-3/+4
|
* (x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap.Richard M. Stallman1996-04-261-0/+1
|
* Update copyright year.Richard M. Stallman1996-04-261-1/+1
|
* (Fx_list_fonts) [BROKEN_XLISTFONTSWITHINFO]:Richard M. Stallman1996-04-251-0/+6
| | | | Free the font, and the fontinfo too if we don't want it.
* (x_set_frame_parameters): Get height and width fromRichard M. Stallman1996-04-151-2/+12
| | | | FRAME_NEW_WIDTH and FRAME_NEW_HEIGHT if nonzero.
* (Fx_list_fonts): Handle X protocol errors.Richard M. Stallman1996-04-101-2/+18
|
* (x_set_frame_parameters): Do call Fset_frame_sizeRichard M. Stallman1996-04-091-1/+2
| | | | if size is specified and there is a pending size change already.
* (X_I18N_INHIBITED): New macro--define thisRichard M. Stallman1996-03-181-5/+23
| | | | | | instead of undefining HAVE_X_I18N. (x_window) [HAVE_X_I18N]: Set FRAME_XIM. [X_I18N_INHIBITED]: Set FRAME_XIM and FRAME_XIC to 0.
* [AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted.Richard M. Stallman1996-03-041-9/+0
|
* [AIX] [HAVE_X11R5] (XIMStatusNothing): Defined.Richard M. Stallman1996-02-281-0/+9
|
* (defined_color): When we find a "near" color in the map,Karl Heuer1996-02-211-2/+10
| | | | make sure it is really available as a read-only color.
* (Fx_create_frame): Title is a string, not a symbol.Karl Heuer1996-02-191-1/+1
|
* (x_real_positions): Cast arg of XFree.Karl Heuer1996-02-131-1/+1
|
* (x_real_positions): Use XFree.Richard M. Stallman1996-02-091-1/+1
|
* (x_frame_parms): Add "title" element.Richard M. Stallman1996-02-041-7/+82
| | | | | | (x_set_title): New function. (x_set_name): Let title prop override name prop for title use. (x_set_icon_name): Use title parm before name parm, if no icon_name.
* (x_frame_parms): Alphabetize.Richard M. Stallman1996-01-301-32/+12
| | | | (enum x_frame_parm): Data type deleted.
* (Qtitle): Declared.Richard M. Stallman1996-01-261-2/+4
| | | | | (Fx_create_frame): Initialize title parameter. Don't use the title resource to initialize the name parameter.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (check_x_display_info, check_x_frame, x_set_font)Richard M. Stallman1995-12-261-6/+7
| | | | | | (Fx_list_fonts): Fix error messages. (have_menus_p): Renamed from using_x_p.
* [X11R5_INHIBIT_I18N]: Undef HAVE_X_I18N if X11R5.Karl Heuer1995-12-211-0/+7
|
* Use <paths.h>, not "paths.h".Karl Heuer1995-12-191-1/+1
|
* (x_set_menu_bar_lines) [USE_X_TOOLKIT]:Richard M. Stallman1995-12-151-2/+3
| | | | Don't crash for non-X frame.
* (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_decode_color): Get error if color not defined.
* (x_set_menu_bar_lines) [USE_X_TOOLKIT]: When turningRichard M. Stallman1995-08-111-1/+6
| | | | menu bar on, make sure next redisplay creates it.
* (Ffocus_frame, Funfocus_frame): Make them no-ops.Richard M. Stallman1995-08-051-24/+2
|
* Do renamings:Karl Heuer1995-07-261-4/+4
| | | | frame->display => frame->output, struct x_display -> struct x_output.
* 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
| | | | frame window; changing the icon doesn't make it disappear.
* (Fx_open_connection, x_display_info_for_name):Richard M. Stallman1995-06-261-0/+6
| | | | Error if window-system is not x.
* (Fx_display_grayscale_p): Return t or nil.Richard M. Stallman1995-06-211-4/+15
| | | | Return t for color displays.
* (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
| | | | (x_set_name, x_icon, Fx_create_frame): Use moved icon_name field.
* (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
| | | | add some extra to sizes, for consistent behavior.
* (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
| | | | | | | | | | | (Fx_create_frame): Look for icon-name parm and set icon_label field. (x_set_icon_type): Compute arg to x_text_icon based on frame name and icon_name fields. (x_set_icon_name): New function. (x_icon): Call x_text_icon. (x_set_name): Look at icon_name field when setting the icon name, (x_frame_parms): Add icon-name. (syms_of_xfns): Set up Qicon_name.
* (x_destroy_bitmap): Block and unblock input.Karl Heuer1995-06-011-1/+4
| | | | | | (Fx_horizontal_line): Add one UNBLOCK_INPUT to fix a misbalance, and move another one to include the call to XFreeGC, in case we someday remove the "#if 0" conditions.
* (x_display_info_for_name): Fix error message.Karl Heuer1995-05-311-4/+6
| | | | (Fx_open_connection): Fix error messages.
* (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
| | | | | | (x_window): Use applicationShellWidgetClass, not topLevelShellWidgetClass. Call lw_set_main_areas after creating the menubar widget.
* (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
|