- 18 Feb, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 14 Feb, 1994 2 commits
-
-
Karl Heuer authored
-
Karl Heuer authored
(x-parse-geometry, x-list-fonts): call check_x.
-
- 11 Feb, 1994 2 commits
-
-
Fred Pierresteguy authored
free_frame_menubar. Undo previous changes.
-
Fred Pierresteguy authored
-
- 01 Feb, 1994 1 commit
-
-
Fred Pierresteguy authored
XtDestroyWidget.
-
- 26 Jan, 1994 1 commit
-
-
Richard M. Stallman authored
(store_class_hints): Function deleted. (Fx_create_frame): Bind x-resource-name to explicit title. (Qx_resource_name): Declared. (syms_of_xfns): Set up Qx_resource_name. (x_window): Fix error message. (x_any_window_to_frame): New function. (x_window_to_frame, x_window): Handle USE_X_TOOLKIT. (x_set_icon_type, x_set_menu_bar_lines, x_set_name): Likewise. (store_class_hints, hack_wm_protocols): New function.
-
- 10 Jan, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 09 Jan, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 04 Jan, 1994 1 commit
-
-
Richard M. Stallman authored
(Fx_create_frame): Add to Vframe_list before making visible.
-
- 23 Dec, 1993 1 commit
-
-
Richard M. Stallman authored
(Fx_create_frame): Add frame to Vframe_list. (Fx_create_frame): Fix order of arguments of x_wm_set_size_hint call. This corrects handling of +x-y and -x+y geometry specifications. (XSetWMProtocols): New function, defined conditionally.
-
- 26 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 22 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
before Fset_frame_size and Fset_frame_position.
-
- 22 Sep, 1993 1 commit
-
-
Brian Fox authored
dpyscr). Some older versions of MIPS compilers miscompile this expression.
-
- 10 Sep, 1993 1 commit
-
-
Roland McGrath authored
-
- 19 Aug, 1993 1 commit
-
-
David J. MacKenzie authored
-
- 14 Aug, 1993 2 commits
-
-
Richard M. Stallman authored
Set the window gravity. All callers changed.
-
Richard M. Stallman authored
height and width was set. Likewise left and top.
-
- 13 Aug, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 11 Aug, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 31 Jul, 1993 1 commit
-
-
Jim Blandy authored
HAVE_XRMSETDATABASE to decide whether or not to call XrmSetDatabase.
-
- 30 Jul, 1993 2 commits
-
-
Jim Blandy authored
the cursor, too.
-
Jim Blandy authored
DEFVAR_LISP takes care of that, and it's deadly to staticpro a variable containing a string twice.
-
- 29 Jul, 1993 1 commit
-
-
Roland McGrath authored
-
- 27 Jul, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 25 Jul, 1993 2 commits
-
-
Richard M. Stallman authored
(Fx_server_max_request_size): New function. (syms_of_xfns): Set it up.
-
Richard M. Stallman authored
-
- 24 Jul, 1993 1 commit
-
-
Richard M. Stallman authored
if the caller has specified a valid font. Try several alternative font patterns.
-
- 20 Jul, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 18 Jul, 1993 2 commits
-
-
Jim Blandy authored
x_new_font. Test if the return value is a string, not if it's nil; x_new_font can return things besides nil and strings, to indicate error conditions.
-
Jim Blandy authored
use XrmSetDatabase only when HAVE_X11R5 is defined. * xfns.c (Vx_resource_name): Renamed from Vxrdb_name, and made a lisp-visible variable, so lisp/term/x-win.el can set it. Doc it for "internal use only"; no need for NEWS entry. (validate_x_resource_name): New function. (Fx_get_resource): Doc fix. References to Vxrdb_name renamed. Call validate_x_resource_name. (x_window): References to Vxrdb_name renamed. Call validate_x_resource_name. (Fx_open_connection): References to Vxrdb_name renamed. Instead of setting and validating its value here, just call validate_x_resource_name. (syms_of_xfns): Add DEFVAR_LISP for Vx_resource_name. * xfns.c (x_set_frame_parameters): Don't set the frame's size and position unless those parameters are actually specified in ALIST. * xrdb.c: Implement search for app-defaults directory and localized default databases, along with some other functionality provided by Xt. #include <stdio.h>, since we call sprintf. [emacs] (malloc, realloc, free): #define these to xmalloc, xrealloc, and xfree. (x_get_string_resource, file_p): Add forward declarations for these. (x_customization_string): New variable. (x_get_customization_string): New function. (gethomedir): Return malloc'ed space of the right size, instead of writing into a fixed-size buffer; this means that our callers do not impose an arbitrary limit on file name length. (magic_file_p): Rewrite of decode_magic; actually do the substitutions, instead of expanding all %-escapes to "". Support the customization string. Return 0 or the expanded file name, instead of just zero or one. Allocate the space for the expanded file name ourselves, instead of writing into a fixed-size buffer passed to us; this removes an arbitrary limit. (search_magic_path): Rewrite of magic_searchpath_decoder. Return 0 or the expanded file name, instead of just zero or one. Allocate the space for the expanded file name ourselves, instead of writing into a fixed-size buffer passed to us; this means that our callers do not impose an arbitrary limit on file name length. (get_system_app): Changed to work with search_magic_path. (get_user_app): Rewritten to work with search_magic_path, and not to assume that the values of XAPPLRESDIR is a single directory. (get_user_db): Properly use the new version of gethomedir. (get_environ_db): Remove arbitrary limit on length of host name. (x_load_resources): Take a new argument, myname. Call get_user_db early to obtain the customization string. Changes to stand-alone testing code. * xfns.c (Fx_open_connection): Set Vxrdb_name early, and pass it to x_load_resources.
-
- 29 Jun, 1993 1 commit
-
-
Jim Blandy authored
well as internalBorderWidth.
-
- 22 Jun, 1993 2 commits
-
-
Jim Blandy authored
* xfns.c (Vglobal_mouse_map): Same.
-
Jim Blandy authored
from the computed faces (the combinations created by compute_char_face), so that we don't waste global face id's. * xterm.h (struct x_display): Replace the fields faces and n_faces with fields param_faces, n_param_faces, computed_faces, n_computed_faces, and size_computed_faces. (FRAME_FACES, FRAME_N_FACES): Replaced by... (FRAME_COMPUTED_FACES, FRAME_N_COMPUTED_FACES, FRAME_PARAM_FACES, FRAME_N_PARAM_FACES): New macros. * xfaces.c: Doc fixes. (init_frame_faces): Call new_computed_face to create entries for the default and mode line faces. Use the FRAME...PARAM_FACES macros. (free_frame_faces): Use the FRAME...PARAM_FACES and FRAME...COMPUTED_FACES macros. Don't use the copy flag; all parameter faces have real X resources, and all computed faces just have copies. Free both the parameter and computed face arrays. (new_computed_face): New function. (intern_computed_face): Renamed from intern_frame_face; callers changed. Call new_computed_face. (ensure_face_ready, compute_char_face, compute_glyph_face): Use the FRAME...PARAM_FACES macros. (recompute_basic_faces): Use the FRAME...PARAM_FACES and FRAME...COMPUTED_FACES macros. Produce the computed faces by starting with the base faces and merging in the parameter faces. (Fset_face_attribute_internal): Use the FRAME...PARAM_FACES macros. Just call recompute_basic_faces if the default or mode line faces have changed. * xfns.c (Fx_list_fonts): Use the FRAME...PARAM_FACES macros. * xterm.c (dumpglyphs): Use the FRAME...COMPUTED_FACES macros. * dispextern.h (struct face): Remove the copy member. This is no longer necessary; all computed faces are copies, and no parameter faces are. * xfns.c (Fx_open_connection): Remember to block input while calling x_load_resources. * xrdb.c: Undo change of June 19th; it was a BLOCK_INPUT problem, not a server-specific bug.
-
- 18 Jun, 1993 1 commit
-
-
Jim Blandy authored
be missing on some systems, and there's no point in having configure check; it should work fine to always use our copy.
-
- 12 Jun, 1993 2 commits
-
-
Jim Blandy authored
XK_Mode_switch and XK_Num_Lock are modifier keysyms too.
-
Jim Blandy authored
Add #undefs for these. Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386. * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of NO_XRM_SET_DATABASE; the latter isn't used any more. * m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM): Dyke out these #definitions; to avoid conflict with autoconf.
-
- 11 Jun, 1993 2 commits
-
-
Richard M. Stallman authored
(Qicon): Declaration deleted.
-
Richard M. Stallman authored
-
- 09 Jun, 1993 1 commit
-
-
Jim Blandy authored
-