summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* * xfns.c [! HAVE_X11R5] (Fx_rebind_key): Recognize thatJim Blandy1993-06-121-0/+7
* * config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):Jim Blandy1993-06-121-1/+1
* (syms_of_xfns): Don't set up Qicon.Richard M. Stallman1993-06-111-4/+2
* (Fx_list_fonts): If names is 0, just return nil.Richard M. Stallman1993-06-111-14/+16
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-3/+3
* [EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps.Richard M. Stallman1993-06-061-0/+4
* (Fx_open_connection): Make `data' unsigned char.Richard M. Stallman1993-06-051-1/+1
* (x_set_menu_bar_lines_1): Adjust just the uppermost childRichard M. Stallman1993-06-041-18/+11
* (x_set_frame_parameters): Process all parms in reverse order.Richard M. Stallman1993-06-031-16/+35
* (x_window): Use Vxrdb_name for res_name field.Richard M. Stallman1993-06-031-11/+1
* (x_set_menu_bar_lines): Use FRAME_NEW_HEIGHT and ..._WIDTH.Richard M. Stallman1993-06-011-3/+21
* (Fx_create_frame): Use bitmapIcon, not iconType.Richard M. Stallman1993-05-311-5/+9
* (Fx_list_fonts): Handle 0 for FRAME_FACES (f) [face_id]->font.Richard M. Stallman1993-05-311-1/+1
* (Fx_open_connection) [NO_XRM_SET_DATABASE]:Richard M. Stallman1993-05-301-1/+1
* (Fx_close_current_connection): Clear x_current_display.Richard M. Stallman1993-05-301-5/+11
* * xfns.c (x_set_frame_parameters): Use the firstJim Blandy1993-05-281-9/+14
* (x_get_resource_string): New function.Richard M. Stallman1993-05-271-0/+25
* * xfns.c: Make resource manager work correctly even whenJim Blandy1993-05-271-5/+23
* (Fx_rebind_key, Fx_rebind_keys): X10 definitions deleted.Richard M. Stallman1993-05-261-84/+3
* (x_set_cursor_type): If arg not recognized, use box cursor.Richard M. Stallman1993-05-261-2/+9
* (x_figure_window_size): Make the default frame coords (0,0).Richard M. Stallman1993-05-261-2/+4
* (Fx_open_connection): Set xrm_option correctly.Richard M. Stallman1993-05-251-1/+1
* * xfns.c: Clear out the old face stuff.Jim Blandy1993-05-251-276/+30
* * xfns.c (select_visual): Include the screen number in theJim Blandy1993-05-251-1/+98
* * xterm.c (x_new_font): Reject fonts with varying spacing. WeJim Blandy1993-05-241-2/+3
* (check_x): New function.Richard M. Stallman1993-05-241-5/+38
* (x_window_to_frame): Use XGCTYPE.Richard M. Stallman1993-05-221-2/+5
* (syms_of_xfns): Don't make Lisp varsRichard M. Stallman1993-05-211-1/+7
* (x_set_menu_bar_lines): Fix typo in last change.Richard M. Stallman1993-05-191-1/+1
* * xfns.c (x_set_menu_bar_lines): Minibuffer-only frames can't haveJim Blandy1993-05-191-0/+7
* (x_set_cursor_color): Set cursor_foreground_pixel.Richard M. Stallman1993-05-161-0/+1
* * xfns.c (Fx_create_frame): Use an XLFD name for the default font,Jim Blandy1993-05-101-1/+6
* * xfns.c (x_make_gc): After building the GC's for the frame, callJim Blandy1993-05-101-0/+2
* (Fx_get_mouse_event, Fx_mouse_events): Code deleted.Richard M. Stallman1993-05-081-213/+0
* (x_get_arg): Call Fintern, not intern.Richard M. Stallman1993-05-071-1/+1
* Put interrupt input blocking in a separate file from xterm.h.Jim Blandy1993-03-311-2/+3
* * xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm.Jim Blandy1993-03-251-0/+4
* * xfns.c (x_make_gc): Don't forget to block X input around theJim Blandy1993-03-241-1/+5
* * xfns.c (Fx_parse_geometry): Renamed from Fx_geometry.Jim Blandy1993-03-231-9/+15
* Fix typo.Jim Blandy1993-03-211-1/+1
* Use the `visiblity' parameter to determine the initial state ofJim Blandy1993-03-211-42/+55
* * xfns.c (Fx_open_connection): If we have X11R5, useJim Blandy1993-03-201-0/+4
* * emacs.c (Finvocation_name): New function.Jim Blandy1993-03-201-7/+6
* (Fx_display_color_p): Renamed from Fx_color_display_p.Richard M. Stallman1993-03-201-3/+3
* (x_screen): Make this var file scope.Richard M. Stallman1993-03-201-92/+163
* (Xatom_wm_change_state): Just declare.Richard M. Stallman1993-03-151-66/+2
* (x_frame_parms): Add elts for visibility and menu-bar-lines.Richard M. Stallman1993-03-111-34/+91
* (Fx_pixel_width, Fx_pixel_height): Fns deleted.Richard M. Stallman1993-03-081-32/+18
* Use the term `scroll bar', instead of `scrollbar'.Jim Blandy1993-03-021-27/+27
* * xfns.c (x_set_icon_type): Pass the proper number of arguments toJim Blandy1993-02-221-1/+1