- 09 Feb, 1994 1 commit
-
-
Karl Heuer authored
-
- 07 Feb, 1994 1 commit
-
-
Fred Pierresteguy authored
-
- 02 Feb, 1994 3 commits
-
-
Richard M. Stallman authored
-
Karl Heuer authored
-
Karl Heuer authored
-
- 01 Feb, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 28 Jan, 1994 2 commits
-
-
Fred Pierresteguy authored
-
Fred Pierresteguy authored
-
- 26 Jan, 1994 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(XTupdate_end): No need to test updating_frame. (construct_mouse_click): New function, in #ifdef USE_X_TOOLKIT. (process_expose_from_menu): Likewise. (XTread_socket, x_set_offset, x_set_window_size): Handle USE_X_TOOLKIT. (x_raise_frame, x_lower_frame, x_make_frame_visible): Likewise. (x_iconify_frame, x_destroy_window, x_wm_set_window_state): Likewise. (x_term_init): Likewise. (x_term_init): Pass argv, argc to XtAppInitialize with the display_name value. Include syssignal.h. The following belongs in a previous version's log entry: (XTread_socket): temp_buffer and temp_index deleted. Put all vendor-specific keys into the buffer. (x_is_vendor_fkey): Function deleted. (XTread_socket): Don't call it.
-
- 26 Dec, 1993 3 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 23 Dec, 1993 1 commit
-
-
Richard M. Stallman authored
Special handling for "dead accent" keysyms. (construct_mouse_click, x_scroll_bar_handle_click) (XTread_socket): `code' of an event is now an int. (pixel_to_glyph_coords): New arg NOCLIP. Callers changed. (XTread_socket): For MotionNotify, if x_mouse_grabbed, use last_mouse_frame. (construct_mouse_click): Set last_mouse_frame. (XTmouse_position): If x_mouse_grabbed, use last_mouse_frame. (x_calc_absolute_position): Borderwidth must be doubled before subtracting from width to get correct value.
-
- 24 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
(XTread_socket): Generate delete_window_event's.
-
- 15 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 11 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
Fix bug in bfox change.
-
- 10 Nov, 1993 3 commits
-
-
Roland McGrath authored
-
Richard M. Stallman authored
Xwindow frame, don't do anything.
-
Richard M. Stallman authored
-
- 03 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 22 Sep, 1993 1 commit
-
-
Brian Fox authored
depend on "PWinGravity" begin `#defined'.
-
- 10 Sep, 1993 1 commit
-
-
Roland McGrath authored
-
- 08 Sep, 1993 1 commit
-
-
Richard M. Stallman authored
instead of dup2. Use the existing X desc number in fcntl calls. (XTread_socket): Don't forget to clear out `mask'.
-
- 14 Aug, 1993 1 commit
-
-
Richard M. Stallman authored
Set the window gravity. All callers changed. (XTread_socket): Make copy_buffer unsigned. (x_calc_absolute_position): For negative coords, take account of added width from window manager's outer window.
-
- 08 Aug, 1993 1 commit
-
-
Richard M. Stallman authored
(x_font_table): Use struct font_info as elements. (x_new_font): Corresponding changes. Use XListFonts, not XListFontsWithInfo. Use XFreeFontNames, not XFreeFontInfo. Compare fonts by name, not by fid. If already_loaded is 0, that counts as "yes".
-
- 06 Aug, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 27 Jul, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 25 Jul, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 23 Jul, 1993 1 commit
-
-
Richard M. Stallman authored
Check for XK_Mode_switch and XK_Num_Lock, if defined.
-
- 18 Jul, 1993 1 commit
-
-
Jim Blandy authored
connect to the X server. * xterm.c (XTread_socket, UnmapNotify case): Add missing comment terminator. * xterm.c, sysdep.c (F_SETOWN_BUG): Defined. * m/dpx2.h: New file.
-
- 02 Jul, 1993 1 commit
-
-
Jim Blandy authored
ConfigureNotify events, don't refer to the parent window descriptor.
-
- 01 Jul, 1993 1 commit
-
-
Jim Blandy authored
Vx_no_window_manager. BLOCK_INPUT around the border manipulation calls.
-
- 30 Jun, 1993 1 commit
-
-
Jim Blandy authored
pass a zeroed timeout to select, not a null pointer; the latter means "wait forever".
-
- 29 Jun, 1993 1 commit
-
-
Jim Blandy authored
FD_SET, etcetera. (XTread_socket): Use those macros when testing for dropped connection.
-
- 24 Jun, 1993 1 commit
-
-
Jim Blandy authored
for dropped connection (i.e. sigio but no events).
-
- 22 Jun, 1993 1 commit
-
-
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.
-
- 19 Jun, 1993 1 commit
-
-
Jim Blandy authored
non_ascii_keystroke.
-
- 13 Jun, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 12 Jun, 1993 1 commit
-
-
Jim Blandy authored
intermediate results in scaling.
-