summaryrefslogtreecommitdiff
path: root/src/xterm.h
Commit message (Collapse)AuthorAgeFilesLines
* (struct x_output): New field has_been_visible.Richard M. Stallman1997-05-311-0/+3
|
* (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT.Kenichi Handa1997-02-271-2/+3
|
* (struct font_info): This definition is moved toKarl Heuer1997-02-201-12/+29
| | | | | | | | | | fontset.h. (struct x_display_info): New members Xatom_PIXEL_SIZE, Xatom_MULE_BASELINE_OFFSET, Xatom_RELATIVE_COMPOSE, and null_pixel. (x_list_fonts, x_get_font_info, x_load_font, x_query_font): Declare external. (struct x_output): New members font_baseline and fontset. (FRAME_FONTSET, FRAME_X_FONT_TABLE): New macros.
* (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed fromRichard M. Stallman1996-09-211-5/+3
| | | | | LEFT_VERTICAL_SCROLL_BAR_WIDTH_TRIM. (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Use VERTICAL_SCROLL_BAR_WIDTH_TRIM.
* (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as anRichard M. Stallman1996-09-211-5/+14
| | | | | | | | | | argument, and use it to decrease the width in the case of a left-side scroll bar; this prevents the bar and adjacent text from scrunching together. (LEFT_VERTICAL_SCROLL_BAR_WIDTH_TRIM): Add constant. (VERTICAL_SCROLL_BAR_INSIDE_HEIGHT): New arg F (not used). (VERTICAL_SCROLL_BAR_TOP_RANGE): New arg F (not used).
* (struct x_display_info): Add element Xatom_FONT.Richard M. Stallman1996-09-011-0/+2
|
* (struct x_output): Member saved_button_event replaced byKarl Heuer1996-07-161-2/+2
| | | | saved_menu_event.
* Don't define HAVE_X11R5 here.Richard M. Stallman1996-06-281-4/+1
|
* (STANDARD_EVENT_SET): Remove PointerNotifyHintMask.Richard M. Stallman1996-04-181-19/+2
| | | | (CHECK_X_FRAME): Macro deleted.
* (struct x_output): New member xim.Richard M. Stallman1996-03-181-0/+3
| | | | (FRAME_XIM): New macro.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* Comment change.Richard M. Stallman1996-01-121-1/+4
|
* Undo previous change.Richard M. Stallman1996-01-051-3/+5
|
* (SELECTION_EVENT_REQUESTER): Renamed fromKarl Heuer1996-01-041-3/+3
| | | | | | SELECTION_EVENT_REQUESTOR. (struct selection_input_event): Renamed member `requester' from `requestor'.
* (HAVE_X11R6): Definition deleted (previous change undone).Richard M. Stallman1995-12-241-6/+0
|
* (HAVE_X11R6): New macro, defined when appropriate.Karl Heuer1995-12-211-0/+6
|
* (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): New macros.Geoff Voelker1995-11-071-0/+2
|
* Move the include of Xlocale.h after setting HAVE_X11R5.Richard M. Stallman1995-10-301-5/+5
|
* (FRAME_XIC): Fix wrong field name.Richard M. Stallman1995-10-281-1/+1
|
* (HAVE_X_I18N): New macro.Richard M. Stallman1995-10-151-0/+11
| | | | | | Maybe include Xlocale.h. (struct x_output): New field xic. (FRAME_XIC): New macro.
* (struct x_output): Renamed from struct x_display.Richard M. Stallman1995-07-251-33/+33
|
* (struct x_display): New fields saved_button_event, id.Richard M. Stallman1995-07-251-0/+9
|
* (struct x_display): icon_name deleted.Richard M. Stallman1995-06-161-6/+0
|
* (struct x_display): New field asked_for_visible.Karl Heuer1995-06-111-0/+3
|
* (struct x_display): Rename icon_label to icon_nameKarl Heuer1995-06-051-3/+4
| | | | and make it a Lisp_Object.
* (struct x_display): New field menubar_height.Karl Heuer1995-05-241-0/+6
|
* Declare x_non_menubar_window_to_frame.Karl Heuer1995-04-291-0/+1
|
* (struct x_display_info): New members x_focus_frame,Karl Heuer1995-04-241-5/+20
| | | | x_focus_event_frame, x_highlight_frame, replacing global vars.
* (struct x_display_info): Use `struct kboard', not KBOARD.Richard M. Stallman1995-04-101-1/+1
|
* (struct x_display_info): New member cut_buffers_initialized.Karl Heuer1995-03-311-0/+1
|
* (struct x_display_info): member kboard (formerly perdisplay) is now a pointer,Karl Heuer1995-03-151-11/+3
| | | | | not an actual struct. (get_perdisplay, get_perdisplay_macro): Deleted.
* (struct x_display): New element cursor_width.Richard M. Stallman1995-02-141-0/+3
|
* [MULTI_PERDISPLAY] (get_perdisplay): Define this as a macro, for sources thatKarl Heuer1995-01-311-0/+10
| | | | | include this header. [MULTI_PERDISPLAY] (get_perdisplay_macro): Internal macro version.
* (struct x_display_info): Rename display_perd to perdisplay.Karl Heuer1995-01-281-1/+1
|
* (struct x_display_info): New member display_perd.Karl Heuer1995-01-251-0/+1
|
* (struct x_display): New field explicit_parent.Richard M. Stallman1994-12-151-1/+7
|
* (XSCROLL_BAR): Extract from Lisp_Vector, not generic pointer.Karl Heuer1994-11-161-3/+4
|
* Delete X10 code.Richard M. Stallman1994-10-251-16/+81
| | | | | | | | | | | | | | | | | | (struct x_display_info): New fields bitmaps, bitmaps_size, bitmaps_last. (struct x_bitmap_record): Structure moved here. (struct font_info): New type. (struct x_display_info): New fields font_table, font_table_size and n_fonts. (struct x_display_info): New field scratch_cursor_gc. (mouse_face_*): New fields. (struct x_display_info): New field x_id_name. (struct x_display_info): Replace elements `name' and `face_list_cache' with one cons cell `name_list_element'. (x_display_name_list): Variable declared.
* (struct x_display_info): Struct renamed from x_screen.Richard M. Stallman1994-10-221-172/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (x_display): x_screen field renamed to display_info. (FRAME_X_DISPLAY): Use new name. (FRAME_X_DISPLAY_INFO): Likewise; also renamed from FRAME_X_SCREEN. (struct x_display_info): New fields *_mod_mask, icon_bitmap_id, connection, xrdb, Xatom..., grabbed, height, width, screen, visual, n_planes. (x_display_list): New variable. (FRAME_X_SCREEN): New macro. (WHITE_PIX_DEFAULT, BLACK_PIX_DEFAULT): Take arg f. (EMACS_CLASS): Macro moved here. (XExposeRegionEvent): Unused macro deleted. (XGetWindowInfo, XGetFont, XLoseFont): Unused macros deleted. (MINWIDTH, MINHEIGHT, MAXWIDTH, MAXHEIGHT): Unused macros deleted. (MAX_FACES_AND_GLYPHS, Bitmap): Unused macros deleted. (struct event_queue): Structure deleted (was unused). (EVENT_BUFFER_SIZE): Macro deleted. (XClear): Macro deleted. Callers use XClearWindow. (XWarpMousePointer): Macro deleted. Callers use XWarpPointer. (XStuffPending): Macro deleted. Callers use XPending. (XHandleError, XHandleIOError): Macros deleted. Callers use XSet...ErrorHandler. (XChangeWindowSize): Macro deleted. Callers use XResizeWindow. (Color): Macro deleted; replaced with XColor. (FONT_TYPE): Macro deleted; replaced with XFontStruct. (PIX_TYPE): Macro deleted; replaced with unsigned long. (ROOT_WINDOW): Macro deleted. (struct x_display_info): New field root_window. All uses changed. (XDISPLAY): Macro deleted. (XFlushQueue): Macro deleted. All callers changed. (DISPLAY_SCREEN_ARG): Maco deleted. (DISPLAY_CELLS): Macro deleted. (WINDOWINFO_TYPE): Macro deleted.
* (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)Richard M. Stallman1994-10-151-0/+4
| | | | (FRAME_FONT): New macros.
* (x_display): Changed icon_bitmap_flag to icon_bitmap.Richard M. Stallman1994-10-151-2/+3
|
* (SCROLL_BAR_UNPACK): Use new accessor macros instead of calling XSET directly.Karl Heuer1994-10-041-2/+2
|
* Comment fix.Karl Heuer1994-09-281-1/+1
|
* (FRAME_X_DISPLAY): New macro.Richard M. Stallman1994-09-231-1/+26
| | | | | | (struct x_screen): New structure. (struct x_display): New field x_screen. (FRAME_X_SCREEN): New macro.
* (VERTICAL_SCROLL_BAR_PIXEL_WIDTH): Deleted.Karl Heuer1994-09-201-3/+0
|
* (struct scroll_bar, SCROLL_BAR_VEC_SIZE): Use EMACS_INT.Richard M. Stallman1994-09-171-2/+2
|
* Update copyright.Karl Heuer1994-05-041-1/+1
|
* (struct x_display): New field size_hint_flags.Richard M. Stallman1994-05-021-20/+26
| | | | (x_mouse_grabbed): Declared.
* (x_top_window_to_frame): Declare this function.Karl Heuer1994-04-201-0/+1
|
* (x_display): New field win_gravity.Richard M. Stallman1994-04-171-0/+3
|