| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fx_create_frame): Use 140 as default font size. | Richard M. Stallman | 1994-07-17 | 1 | -3/+3 |
| | | |||||
| * | (syms_of_xfns): Provide x-toolkit in toolkit version. | Richard M. Stallman | 1994-07-11 | 1 | -8/+1 |
| | | | | | | Undo previous change. (x_toolkit): Variable deleted. | ||||
| * | (x_toolkit): New variable. | Richard M. Stallman | 1994-07-07 | 1 | -1/+12 |
| | | | | | (syms_of_xfns): Set up Lisp var x-toolkit. | ||||
| * | (Fx_create_frame): Add GC protection for local var `f'. | Paul Reilly | 1994-07-01 | 1 | -0/+5 |
| | | |||||
| * | (XLIB_ILLEGAL_ACCESS): Defined. | Richard M. Stallman | 1994-06-30 | 1 | -0/+3 |
| | | |||||
| * | (x_set_frame_parameters): Call x_set_offset directly. | Richard M. Stallman | 1994-06-29 | 1 | -4/+30 |
| | | | | | | | Handle `-' for position parameters. (x_set_name): If no change needed, avoid consing. | ||||
| * | Fix previous change: use Dimension, not short. | Karl Heuer | 1994-06-21 | 1 | -1/+1 |
| | | |||||
| * | (x_window): Delete duplicate computation. | Karl Heuer | 1994-06-21 | 1 | -7/+1 |
| | | | | | Change type of reference argument from int to short. | ||||
| * | (x_window): Take account of pane widget internal border width. | Richard M. Stallman | 1994-06-19 | 1 | -0/+7 |
| | | |||||
| * | (x_real_positions): Make sure we know the parent window. | Richard M. Stallman | 1994-06-17 | 1 | -0/+17 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1994-06-15 | 1 | -2/+4 |
| | | |||||
| * | (x_window): Request "save yourself" commands. | Richard M. Stallman | 1994-06-12 | 1 | -2/+7 |
| | | |||||
| * | (Fx_open_connection): Set up Vx_resource_name and xrm_option | Richard M. Stallman | 1994-06-05 | 1 | -7/+8 |
| | | | | | before calling x_term_init. Pass new args. | ||||
| * | (x_window): Take account of internal border of paned widget. | Richard M. Stallman | 1994-06-05 | 1 | -0/+6 |
| | | |||||
| * | (using_x_p): New function. | Richard M. Stallman | 1994-06-05 | 1 | -0/+8 |
| | | |||||
| * | (Vx_sensitive_text_pointer_shape): | Richard M. Stallman | 1994-05-25 | 1 | -10/+21 |
| | | | | | | Renamed from Vx_cross_pointer_shape. (syms_of_xfns): Provide Lisp var x-sensitive-text-pointer-shape. | ||||
| * | (x_set_background_color): Set scroll bar backgrounds. | Karl Heuer | 1994-05-21 | 1 | -1/+8 |
| | | |||||
| * | (validate_x_resource_name): Don't let Vx_resource_name have invalid characters. | Richard M. Stallman | 1994-05-17 | 1 | -1/+20 |
| | | |||||
| * | (x_real_positions): New function. | Richard M. Stallman | 1994-05-08 | 1 | -0/+41 |
| | | |||||
| * | (x_set_cursor_color): Fix typo. | Richard M. Stallman | 1994-05-04 | 1 | -1/+1 |
| | | |||||
| * | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| | | |||||
| * | (Fx_create_frame): Set the size_hint_flags field. | Richard M. Stallman | 1994-05-02 | 1 | -1/+3 |
| | | | | | Don't call x_calc_absolute_position. | ||||
| * | (x_figure_window_size): Handle `-' for top or left. | Richard M. Stallman | 1994-05-01 | 1 | -73/+96 |
| | | | | | | | | | | | (Fx_parse_geometry): Handle one element at a time. Give `-' when appropriate. (x_figure_window_size): Allow just height or just width. (Fx_create_frame): Use XNegative and YNegative to set win_gravity. [USE_X_TOOLKIT] (x_window): Use XNegative and YNegative to set win_gravity. Pass new arg to x_calc_absolute_position. | ||||
| * | (x_figure_window_size): Set USPosition only if user-position | Richard M. Stallman | 1994-05-01 | 1 | -34/+17 |
| | | | | | | is non-nil; otherwise, if pos is specified, set PPosition. Likewise for USSize and PSize. | ||||
| * | (Fx_create_frame): Pass 0 as 3rd arg to x_wm_set_size_hint. | Richard M. Stallman | 1994-04-30 | 1 | -2/+2 |
| | | | | | (x_figure_window_size): Fix typo setting XNegative. | ||||
| * | (x_window) [USE_X_TOOLKIT]: Call XSetWMHints. | Richard M. Stallman | 1994-04-28 | 1 | -0/+4 |
| | | |||||
| * | (x_window): Test FRAME_EXTERNAL_MENU_BAR | Richard M. Stallman | 1994-04-23 | 1 | -3/+34 |
| | | | | | | | to decide on calling initialize_frame_menubar. (x_top_window_to_frame): New function. | ||||
| * | (Xatom_editres_name): Declared. | Richard M. Stallman | 1994-04-17 | 1 | -0/+4 |
| | | | | | (Fx_open_connection): Initialize it. | ||||
| * | (Fx_create_frame): Delete excess args to x_wm_set_size_hint. | Richard M. Stallman | 1994-04-17 | 1 | -6/+18 |
| | | | | | | | Set win_gravity field. (x_window, both versions): Don't call x_calc_absolute_position. | ||||
| * | (Fx_list_fonts): Error if non-X frame used. | Richard M. Stallman | 1994-04-14 | 1 | -5/+11 |
| | | | | | | (x_window): Don't call initialize_frame_menubar if no menu bar. (Fx_create_frame): Default menu-bar-lines parm before calling x_window. | ||||
| * | (x_figure_window_size): Don't call x_calc_absolute_position. | Richard M. Stallman | 1994-04-10 | 1 | -20/+67 |
| | | | | | | (x_window): Separate into two alternative definitions. Call x_calc_absolute_position here. | ||||
| * | (Fx_list_fonts): Doc fix. | Richard M. Stallman | 1994-04-10 | 1 | -2/+2 |
| | | |||||
| * | (x_char_height): Use line_height field. | Richard M. Stallman | 1994-04-09 | 1 | -8/+8 |
| | | |||||
| * | (syms_of_xfns): Define Vx_cross_pointer_shape. | Fred Pierresteguy | 1994-04-08 | 1 | -1/+20 |
| | | | | | | | (Vx_cross_pointer_shape): New variable. (Vx_cross_pointer_shape): Create a mouse face cursor for the mouse-face properties. | ||||
| * | (x_window) [USE_X_TOOLKIT]: When doing geometry management, don't compute the | Fred Pierresteguy | 1994-03-31 | 1 | -4/+7 |
| | | | | | size of the menubar if there is no menubar. | ||||
| * | (x_window) [USE_X_TOOLKIT]: New args window_prompting and minibuffer_only. | Fred Pierresteguy | 1994-03-31 | 1 | -9/+48 |
| | | | | | | | | | | | Don't pass top_pos and left_pos to XtCreatePopupShell. Call initialize_frame_menubar before creating the Emacs frame if it is not the minibuffer. Call XtManageChild for the menubar widget if any. Compute some geometry management. (Fx_create_frame): Pass window_prompting and minibuffer_only to x_window. Don't call x_wm_set_size_hint. Don't call initialize_frame_menubar. | ||||
| * | (x_get_arg): Use downcased string in compare. | Karl Heuer | 1994-03-25 | 1 | -4/+4 |
| | | |||||
| * | (x_report_frame_params): Sample visibility. | Karl Heuer | 1994-03-25 | 1 | -0/+1 |
| | | |||||
| * | (x_set_frame_parameters, x_get_arg, x_window, Fx_create_frame, | Karl Heuer | 1994-03-25 | 1 | -7/+12 |
| | | | | | Fx_create_frame): Use assignment, not initialization. | ||||
| * | (Fx_create_frame): Add USE_X_TOOLKIT conditional around the call to | Fred Pierresteguy | 1994-03-24 | 1 | -0/+2 |
| | | | | | initialize_frame_menubar. | ||||
| * | (x_get_focus_frame): New function. | Karl Heuer | 1994-03-23 | 1 | -0/+11 |
| | | |||||
| * | (Fx_create_frame): Call initialize_frame_menubar. | Fred Pierresteguy | 1994-03-23 | 1 | -0/+4 |
| | | |||||
| * | (Fx_list_fonts): Avoid confused increment of info. | Karl Heuer | 1994-03-02 | 1 | -4/+6 |
| | | |||||
| * | (x_window): Call XChangeWindowAttributes with the standard | Fred Pierresteguy | 1994-02-24 | 1 | -3/+8 |
| | | | | | event set to make all these events reach the Emacs frame. | ||||
| * | (x_window_to_frame): Add parens for clarity. | Richard M. Stallman | 1994-02-19 | 1 | -2/+2 |
| | | |||||
| * | (Fx_parse_geometry): Don't call check_x. | Richard M. Stallman | 1994-02-18 | 1 | -1/+0 |
| | | |||||
| * | (Fx_close_current_connection): call check_x. | Karl Heuer | 1994-02-14 | 1 | -0/+6 |
| | | |||||
| * | (check_x): Make it global. | Karl Heuer | 1994-02-14 | 1 | -1/+3 |
| | | | | | (x-parse-geometry, x-list-fonts): call check_x. | ||||
| * | (x_set_menu_bar_lines) [USE_X_TOOLKIT]: Dont Call XtDestroyWidget but | Fred Pierresteguy | 1994-02-11 | 1 | -3/+3 |
| | | | | | | free_frame_menubar. Undo previous changes. | ||||
| * | *** empty log message *** | Fred Pierresteguy | 1994-02-11 | 1 | -4/+4 |
| | | |||||