aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (struct x_output): Change member font_baseline toKenichi Handa1999-12-151-2/+2
| | | | baseline_offset.
* (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): MovedGerd Moellmann1999-12-101-2/+0
| | | | to frame.h.
* Change protorype of x_alloc_nearest_color.Gerd Moellmann1999-09-031-1/+1
|
* (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0.Gerd Moellmann1999-09-021-1/+1
|
* (FRAME_X_FLAGS_AREA_COLS): Define it as the total widthGerd Moellmann1999-08-301-3/+18
| | | | | | | of both margins. (FRAME_X_FLAGS_AREA_WIDTH): Likewise. (FRAME_X_LEFT_FLAGS_AREA_WIDTH): New. (FRAME_X_RIGHT_FLAGS_AREA_WIDTH): New.
* (struct x_output): Add scroll bar pixel colors, busy_cursor,Gerd Moellmann1999-07-211-101/+205
| | | | | | | | | | | | | | | | | | | | | | | | busy_window. Remove cursor, computed_faces etc. Add white_relief_pixel, black_relief_pixel, white_allocated_p, black_allocated_p, relief_background. (struct x_display_info): Add gray pixmap, scroll_bar_pixel, Xatom_Scrollbar, DONE, PAGE, image cache, resx, rey, smallest_char_width, smallest_font_height. (scroll_bar): Add x_widget_low and x_widget_high. (FRAME_X_IMAGE_CACHE): New. (FRAME_SMALLEST_CHAR_WIDTH): New. (FRAME_SMALLEST_FONT_HEIGHT): New. (struct relief): New. (VERTICAL_SCROLL_BAR_PIXEL_HEIGHT): Removed. (text_cursor_kinds): New. (FRAME_FLAGS_BITMAP_HEIGHT): New. (FRAME_FLAGS_BITMAP_WIDTH): New. (FRAME_X_FLAGS_AREA_COLS): New. (FRAME_MODE_LINE_BORDER_WIDTH): Removed. (FRAME_MODE_LINE_HEIGHT): Removed. (CHAR_TO_PIXEL_WIDTH): Rrwritten. (PIXEL_TO_CHAR_WIDTH): Ditto. (WINDOW_COL_PIXEL_X etc.) Removed.
* x_display_unibyte_char_with_fontset renamed toRichard M. Stallman1998-08-151-1/+1
| | | | unibyte_display_via_language_environment.
* (widget_store_internal_border): Conditionalize declaration.Richard M. Stallman1998-08-151-0/+2
|
* (x_display_unibyte_char_with_fontset): Extern it.Kenichi Handa1998-08-151-0/+3
|
* (FRAME_OUTER_WINDOW): New macro.Richard M. Stallman1998-08-071-1/+8
|
* (x_find_ccl_program): Extern it.Kenichi Handa1998-04-151-0/+1
|
* Add more prototypes.Andreas Schwab1998-04-141-12/+110
|
* (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.