| Commit message (Expand) | Author | Age | Files | Lines |
* | * xfns.c [! HAVE_X11R5] (Fx_rebind_key): Recognize that | Jim Blandy | 1993-06-12 | 1 | -0/+7 |
* | * config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD): | Jim Blandy | 1993-06-12 | 1 | -1/+1 |
* | (syms_of_xfns): Don't set up Qicon. | Richard M. Stallman | 1993-06-11 | 1 | -4/+2 |
* | (Fx_list_fonts): If names is 0, just return nil. | Richard M. Stallman | 1993-06-11 | 1 | -14/+16 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -3/+3 |
* | [EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps. | Richard M. Stallman | 1993-06-06 | 1 | -0/+4 |
* | (Fx_open_connection): Make `data' unsigned char. | Richard M. Stallman | 1993-06-05 | 1 | -1/+1 |
* | (x_set_menu_bar_lines_1): Adjust just the uppermost child | Richard M. Stallman | 1993-06-04 | 1 | -18/+11 |
* | (x_set_frame_parameters): Process all parms in reverse order. | Richard M. Stallman | 1993-06-03 | 1 | -16/+35 |
* | (x_window): Use Vxrdb_name for res_name field. | Richard M. Stallman | 1993-06-03 | 1 | -11/+1 |
* | (x_set_menu_bar_lines): Use FRAME_NEW_HEIGHT and ..._WIDTH. | Richard M. Stallman | 1993-06-01 | 1 | -3/+21 |
* | (Fx_create_frame): Use bitmapIcon, not iconType. | Richard M. Stallman | 1993-05-31 | 1 | -5/+9 |
* | (Fx_list_fonts): Handle 0 for FRAME_FACES (f) [face_id]->font. | Richard M. Stallman | 1993-05-31 | 1 | -1/+1 |
* | (Fx_open_connection) [NO_XRM_SET_DATABASE]: | Richard M. Stallman | 1993-05-30 | 1 | -1/+1 |
* | (Fx_close_current_connection): Clear x_current_display. | Richard M. Stallman | 1993-05-30 | 1 | -5/+11 |
* | * xfns.c (x_set_frame_parameters): Use the first | Jim Blandy | 1993-05-28 | 1 | -9/+14 |
* | (x_get_resource_string): New function. | Richard M. Stallman | 1993-05-27 | 1 | -0/+25 |
* | * xfns.c: Make resource manager work correctly even when | Jim Blandy | 1993-05-27 | 1 | -5/+23 |
* | (Fx_rebind_key, Fx_rebind_keys): X10 definitions deleted. | Richard M. Stallman | 1993-05-26 | 1 | -84/+3 |
* | (x_set_cursor_type): If arg not recognized, use box cursor. | Richard M. Stallman | 1993-05-26 | 1 | -2/+9 |
* | (x_figure_window_size): Make the default frame coords (0,0). | Richard M. Stallman | 1993-05-26 | 1 | -2/+4 |
* | (Fx_open_connection): Set xrm_option correctly. | Richard M. Stallman | 1993-05-25 | 1 | -1/+1 |
* | * xfns.c: Clear out the old face stuff. | Jim Blandy | 1993-05-25 | 1 | -276/+30 |
* | * xfns.c (select_visual): Include the screen number in the | Jim Blandy | 1993-05-25 | 1 | -1/+98 |
* | * xterm.c (x_new_font): Reject fonts with varying spacing. We | Jim Blandy | 1993-05-24 | 1 | -2/+3 |
* | (check_x): New function. | Richard M. Stallman | 1993-05-24 | 1 | -5/+38 |
* | (x_window_to_frame): Use XGCTYPE. | Richard M. Stallman | 1993-05-22 | 1 | -2/+5 |
* | (syms_of_xfns): Don't make Lisp vars | Richard M. Stallman | 1993-05-21 | 1 | -1/+7 |
* | (x_set_menu_bar_lines): Fix typo in last change. | Richard M. Stallman | 1993-05-19 | 1 | -1/+1 |
* | * xfns.c (x_set_menu_bar_lines): Minibuffer-only frames can't have | Jim Blandy | 1993-05-19 | 1 | -0/+7 |
* | (x_set_cursor_color): Set cursor_foreground_pixel. | Richard M. Stallman | 1993-05-16 | 1 | -0/+1 |
* | * xfns.c (Fx_create_frame): Use an XLFD name for the default font, | Jim Blandy | 1993-05-10 | 1 | -1/+6 |
* | * xfns.c (x_make_gc): After building the GC's for the frame, call | Jim Blandy | 1993-05-10 | 1 | -0/+2 |
* | (Fx_get_mouse_event, Fx_mouse_events): Code deleted. | Richard M. Stallman | 1993-05-08 | 1 | -213/+0 |
* | (x_get_arg): Call Fintern, not intern. | Richard M. Stallman | 1993-05-07 | 1 | -1/+1 |
* | Put interrupt input blocking in a separate file from xterm.h. | Jim Blandy | 1993-03-31 | 1 | -2/+3 |
* | * xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm. | Jim Blandy | 1993-03-25 | 1 | -0/+4 |
* | * xfns.c (x_make_gc): Don't forget to block X input around the | Jim Blandy | 1993-03-24 | 1 | -1/+5 |
* | * xfns.c (Fx_parse_geometry): Renamed from Fx_geometry. | Jim Blandy | 1993-03-23 | 1 | -9/+15 |
* | Fix typo. | Jim Blandy | 1993-03-21 | 1 | -1/+1 |
* | Use the `visiblity' parameter to determine the initial state of | Jim Blandy | 1993-03-21 | 1 | -42/+55 |
* | * xfns.c (Fx_open_connection): If we have X11R5, use | Jim Blandy | 1993-03-20 | 1 | -0/+4 |
* | * emacs.c (Finvocation_name): New function. | Jim Blandy | 1993-03-20 | 1 | -7/+6 |
* | (Fx_display_color_p): Renamed from Fx_color_display_p. | Richard M. Stallman | 1993-03-20 | 1 | -3/+3 |
* | (x_screen): Make this var file scope. | Richard M. Stallman | 1993-03-20 | 1 | -92/+163 |
* | (Xatom_wm_change_state): Just declare. | Richard M. Stallman | 1993-03-15 | 1 | -66/+2 |
* | (x_frame_parms): Add elts for visibility and menu-bar-lines. | Richard M. Stallman | 1993-03-11 | 1 | -34/+91 |
* | (Fx_pixel_width, Fx_pixel_height): Fns deleted. | Richard M. Stallman | 1993-03-08 | 1 | -32/+18 |
* | Use the term `scroll bar', instead of `scrollbar'. | Jim Blandy | 1993-03-02 | 1 | -27/+27 |
* | * xfns.c (x_set_icon_type): Pass the proper number of arguments to | Jim Blandy | 1993-02-22 | 1 | -1/+1 |