Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Fx_create_frame): Gcpro parms, parent, and name. | Richard M. Stallman | 1996-06-29 | 1 | -4/+8 |
| | |||||
* | (x_real_positions): Don't call x_uncatch_errors twice. | Richard M. Stallman | 1996-06-24 | 1 | -3/+4 |
| | |||||
* | (x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap. | Richard M. Stallman | 1996-04-26 | 1 | -0/+1 |
| | |||||
* | Update copyright year. | Richard M. Stallman | 1996-04-26 | 1 | -1/+1 |
| | |||||
* | (Fx_list_fonts) [BROKEN_XLISTFONTSWITHINFO]: | Richard M. Stallman | 1996-04-25 | 1 | -0/+6 |
| | | | | Free the font, and the fontinfo too if we don't want it. | ||||
* | (x_set_frame_parameters): Get height and width from | Richard M. Stallman | 1996-04-15 | 1 | -2/+12 |
| | | | | FRAME_NEW_WIDTH and FRAME_NEW_HEIGHT if nonzero. | ||||
* | (Fx_list_fonts): Handle X protocol errors. | Richard M. Stallman | 1996-04-10 | 1 | -2/+18 |
| | |||||
* | (x_set_frame_parameters): Do call Fset_frame_size | Richard M. Stallman | 1996-04-09 | 1 | -1/+2 |
| | | | | if size is specified and there is a pending size change already. | ||||
* | (X_I18N_INHIBITED): New macro--define this | Richard M. Stallman | 1996-03-18 | 1 | -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. Stallman | 1996-03-04 | 1 | -9/+0 |
| | |||||
* | [AIX] [HAVE_X11R5] (XIMStatusNothing): Defined. | Richard M. Stallman | 1996-02-28 | 1 | -0/+9 |
| | |||||
* | (defined_color): When we find a "near" color in the map, | Karl Heuer | 1996-02-21 | 1 | -2/+10 |
| | | | | make sure it is really available as a read-only color. | ||||
* | (Fx_create_frame): Title is a string, not a symbol. | Karl Heuer | 1996-02-19 | 1 | -1/+1 |
| | |||||
* | (x_real_positions): Cast arg of XFree. | Karl Heuer | 1996-02-13 | 1 | -1/+1 |
| | |||||
* | (x_real_positions): Use XFree. | Richard M. Stallman | 1996-02-09 | 1 | -1/+1 |
| | |||||
* | (x_frame_parms): Add "title" element. | Richard M. Stallman | 1996-02-04 | 1 | -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. Stallman | 1996-01-30 | 1 | -32/+12 |
| | | | | (enum x_frame_parm): Data type deleted. | ||||
* | (Qtitle): Declared. | Richard M. Stallman | 1996-01-26 | 1 | -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 Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | (check_x_display_info, check_x_frame, x_set_font) | Richard M. Stallman | 1995-12-26 | 1 | -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 Heuer | 1995-12-21 | 1 | -0/+7 |
| | |||||
* | Use <paths.h>, not "paths.h". | Karl Heuer | 1995-12-19 | 1 | -1/+1 |
| | |||||
* | (x_set_menu_bar_lines) [USE_X_TOOLKIT]: | Richard M. Stallman | 1995-12-15 | 1 | -2/+3 |
| | | | | Don't crash for non-X frame. | ||||
* | (HACK_EDITRES): Don't define if NO_EDITRES is defined. | Richard M. Stallman | 1995-11-11 | 1 | -2/+3 |
| | |||||
* | (x_window, both versions): Add HAVE_X_I18N support. | Richard M. Stallman | 1995-10-15 | 1 | -0/+44 |
| | |||||
* | (Fx_create_frame): Set up buffer-predicate slot. | Richard M. Stallman | 1995-09-25 | 1 | -3/+5 |
| | | | | (x_decode_color): Get error if color not defined. | ||||
* | (x_set_menu_bar_lines) [USE_X_TOOLKIT]: When turning | Richard M. Stallman | 1995-08-11 | 1 | -1/+6 |
| | | | | menu bar on, make sure next redisplay creates it. | ||||
* | (Ffocus_frame, Funfocus_frame): Make them no-ops. | Richard M. Stallman | 1995-08-05 | 1 | -24/+2 |
| | |||||
* | Do renamings: | Karl Heuer | 1995-07-26 | 1 | -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. Stallman | 1995-07-25 | 1 | -239/+239 |
| | |||||
* | (x_menubar_window_to_frame): New function. | Richard M. Stallman | 1995-07-25 | 1 | -0/+27 |
| | |||||
* | [USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h. | Richard M. Stallman | 1995-07-20 | 1 | -0/+2 |
| | |||||
* | (Fx_list_fonts): Don't free thisinfo if it is 0. | Karl Heuer | 1995-07-17 | 1 | -1/+2 |
| | |||||
* | (x_set_icon_type, x_set_icon_name): Don't ever remap the | Richard M. Stallman | 1995-07-02 | 1 | -20/+0 |
| | | | | frame window; changing the icon doesn't make it disappear. | ||||
* | (Fx_open_connection, x_display_info_for_name): | Richard M. Stallman | 1995-06-26 | 1 | -0/+6 |
| | | | | Error if window-system is not x. | ||||
* | (Fx_display_grayscale_p): Return t or nil. | Richard M. Stallman | 1995-06-21 | 1 | -4/+15 |
| | | | | Return t for color displays. | ||||
* | (Fx_create_frame): Fix last arg to x_get_arg for Qdisplay. | Richard M. Stallman | 1995-06-19 | 1 | -1/+1 |
| | |||||
* | (x_report_frame_params, x_set_icon_type, x_set_icon_name) | Richard M. Stallman | 1995-06-16 | 1 | -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. Stallman | 1995-06-14 | 1 | -1/+6 |
| | |||||
* | [USE_X_TOOLKIT] (x_window): If using Motif, | Karl Heuer | 1995-06-11 | 1 | -4/+15 |
| | | | | add some extra to sizes, for consistent behavior. | ||||
* | (x_real_positions): Uncatch and recatch X errors in the loop. | Karl Heuer | 1995-06-07 | 1 | -1/+4 |
| | |||||
* | (syms_of_xfns): Provide motif in Motif version. | Karl Heuer | 1995-06-06 | 1 | -0/+3 |
| | |||||
* | (Fx_create_frame): Make sure icon_name is a string or nil. | Karl Heuer | 1995-06-05 | 1 | -0/+2 |
| | |||||
* | (Qicon_name): New variable. | Karl Heuer | 1995-06-05 | 1 | -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 Heuer | 1995-06-01 | 1 | -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 Heuer | 1995-05-31 | 1 | -4/+6 |
| | | | | (Fx_open_connection): Fix error messages. | ||||
* | (syms_of_xfns): Allow PATH_BITMAPS to be a colon-separated list. | Karl Heuer | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | (x_top_window_to_frame): Don't match menu-bar widget. | Karl Heuer | 1995-05-30 | 1 | -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 Heuer | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | (x_set_frame_parameters): Pass -1 to x_set_offset. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
| |