summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* * xterm.c (XTset_vertical_scroll_bar): Use double type forJim Blandy1993-06-121-2/+2
* * xterm.c (x_error_quitter, x_io_error_quitter): Remove calls toJim Blandy1993-06-121-0/+4
* (XTmouse_position): Don't set *f at all unless we win.Richard M. Stallman1993-06-111-5/+13
* * xterm.c (x_new_font): If font_names is zero, that's all theJim Blandy1993-06-111-0/+5
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-6/+6
* * xterm.c (x_is_vendor_fkey): New function.Jim Blandy1993-06-091-37/+56
* (x_caught_error_message): Change type to char* from char*[].Richard M. Stallman1993-06-071-9/+9
* (x_new_font): Don't give up right away if XListFontsWithInfoRichard M. Stallman1993-06-061-22/+25
* (x_catch_errors): Fill in missing array size in cast.Richard M. Stallman1993-06-041-2/+2
* (x_wm_set_size_hint): Handle XGetNormalHints returning 0.Richard M. Stallman1993-06-031-1/+2
* Comment change.Richard M. Stallman1993-05-311-1/+1
* (XTread_socket, case KeyPress) [HPUX]: Test IsModifiedKey.Richard M. Stallman1993-05-311-18/+9
* (XTread_socket): For UnmapNotify, if frame was visible,Richard M. Stallman1993-05-301-1/+15
* (x_bitmap_icon): Don't free icon_bitmap;Richard M. Stallman1993-05-301-6/+4
* (x_connection_closed): Pass new arg.Richard M. Stallman1993-05-291-1/+1
* * sysdep.c (sys_siglist): Comment out #endif trailer.Jim Blandy1993-05-291-1/+1
* (XTring_bell): Do nothing if x_current_connection is 0.Richard M. Stallman1993-05-291-0/+3
* (XTread_socket, case KeyPress) [HPUX]:Richard M. Stallman1993-05-281-0/+6
* (x_wm_set_size_hint): Don't set hints for max size.Richard M. Stallman1993-05-261-2/+3
* Arrange for font names to get fully resolved - no wildcards.Jim Blandy1993-05-251-32/+42
* * xfaces.c (merge_faces): You can't tell if a font is aJim Blandy1993-05-251-0/+5
* (XTread_socket, ConfigureNotify case):Richard M. Stallman1993-05-251-8/+11
* (XTread_socket): For ConfigureNotify event,Richard M. Stallman1993-05-241-0/+27
* * xterm.c (x_new_font): Reject fonts with varying spacing. WeJim Blandy1993-05-241-0/+12
* * xterm.c (x_scroll_bar_report_motion): Set *TIME whether or notJim Blandy1993-05-231-51/+47
* Move signal.h and stdio.h before config.h.Richard M. Stallman1993-05-231-4/+6
* * xterm.c (x_scroll_bar_handle_click): Never grab the scroll bar;Jim Blandy1993-05-221-2/+8
* * xterm.c (x_scroll_bar_handle_click): Never grab the scroll bar;Jim Blandy1993-05-221-1/+5
* (x_find_modifier_meanings): If some keys are meta and alt,Richard M. Stallman1993-05-201-0/+7
* * xterm.c (x_new_font): Tell the frame display faces about theJim Blandy1993-05-191-0/+1
* * xterm.c (XTread_socket): Turn off ControlMask for XLookupString.Jim Blandy1993-05-191-0/+4
* (dumpglyphs): Create a temporary merged gcRichard M. Stallman1993-05-161-8/+37
* * xterm.c (dumpglyphs): Give the cursor higher priority than theJim Blandy1993-05-141-10/+14
* * xdisp.c (display_text_line): Apply faces to charactersJim Blandy1993-05-101-101/+109
* Implement extra_keyboard_modifiers properly.Jim Blandy1993-05-041-17/+24
* Fix typo in comment delimiter.Richard M. Stallman1993-04-071-1/+1
* * xterm.c (updating_frame): Declare this extern instead of static,Jim Blandy1993-04-071-6/+3
* Put interrupt input blocking in a separate file from xterm.h.Jim Blandy1993-03-311-16/+7
* * xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>.Jim Blandy1993-03-251-0/+2
* * xterm.c (x_term_init): If the X connection is already in fileJim Blandy1993-03-201-6/+9
* * emacs.c (Finvocation_name): New function.Jim Blandy1993-03-201-9/+3
* * xterm.c (x_display_box_cursor, x_display_bar_cursor): Don'tJim Blandy1993-03-171-2/+8
* (Xatom_wm_change_state): Define here.Richard M. Stallman1993-03-151-6/+58
* * xterm.c (x_find_modifier_meanings): XDisplayKeycodes onlyJim Blandy1993-03-111-0/+6
* (XTread_socket):Richard M. Stallman1993-03-081-12/+17
* (x_alt_mod_mask, x_super_mod_mask, x_hyper_mod_mask): New variables.Richard M. Stallman1993-03-071-6/+29
* (XTread_socket): Set bufp->modifiers for all kinds of keys.Richard M. Stallman1993-03-051-2/+2
* Use the term `scroll bar', instead of `scrollbar'.Jim Blandy1993-03-021-201/+216
* * xterm.c (XTread_socket): Pass the proper number of arguments toJim Blandy1993-02-221-1/+1
* * xterm.c (x_set_window_size): Call change_frame_size instead ofJim Blandy1993-02-141-6/+22