aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
Commit message (Collapse)AuthorAgeFilesLines
* (x_encode_text): Add prototype.Kenichi Handa2000-07-211-0/+2
|
* Add some more prototypes.Gerd Moellmann2000-07-191-16/+18
|
* (Xt_app_con): External declaration.Gerd Moellmann2000-06-221-0/+3
|
* Remove duplicate prototypes. Declare free_frame_xic,Dave Love2000-06-201-12/+5
| | | | x_set_tool_bar_lines.
* (struct face): Add forward declaration.Gerd Moellmann2000-05-021-0/+3
| | | | | (struct image): Ditto. (image_ascent): Add prototype.
* (x_specified_cursor_type, x_copy_color): Add prototypes.Gerd Moellmann2000-03-271-2/+4
|
* (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.Gerd Moellmann2000-03-141-2/+1
|
* (select_visual): Change prototype.Gerd Moellmann2000-03-051-3/+1
|
* (struct x_display_info): Add Colormap member `cmap'.Gerd Moellmann2000-03-041-0/+9
| | | | (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros.
* (struct x_display_info) [HAVE_X_I18N]: Add members `xim'Gerd Moellmann2000-01-291-3/+18
| | | | | | | | | and `xim_styles'. (struct x_output) [HAVE_X_I18N]: Remove member `xim', add `xic_style' and `xic_xfs'. (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES) (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros. (FRAME_XIM): Removed.
* (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.