aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)Gerd Moellmann1999-12-101-0/+4
| | | | [!MSDOS && !WINDOWSNT && !macintosh]: Moved here from xterm.h.
* (PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE.Dave Love1999-12-091-0/+2
|
* Changes for automatic remapping of X colors on terminal frames:Eli Zaretskii1999-12-061-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xfaces.c (XColor) [!HAVE_X_WINDOWS]: Provide a typedef for non-X frames. (Vface_tty_color_alist): Remove. (tty_defined_color): New function. (defined_color): Rewrite to support any type of frame. (tty_color_name): New function. (face_color_supported_p, Fface_color_gray_p, Fface_color_supported_p): Support non-X frames. (load_color): Enclose the color name in quotes, in the log messages. Remove DOS-specific version of load_color. (realize_tty_face): Take the supported colors from tty-color-alist. Support translation of X colors to the closest tty color, for both MSDOS and tty frames. [MSDOS]: Don't invert face colors if they were taken from the frame colors. (Fface_register_tty_color, Fface_clear_tty_colors): Remove. * frame.h (struct x_output) [!MSDOS, !WINDOWSNT, !HAVE_X_WINDOWS]: Define a mostly empty surrogate. (tty_display): Declare. * frame.c (make_terminal_frame) [!macintosh]: Don't use tty_display. (Fframe_parameters): Don't invert colors of non-FRAME_WINDOW_P frames when the frame's param_alist includes 'reverse. (tty_display): Define. (make_terminal_frame) [!MSDOS]: Assign &tty_display to the output_data.x member. (Fframe_parameters): Return foreground and background color names on tty frames as well, in addition to MSDOS frames. * msdos.h (DisplayWidth, DisplayHeight): Changes for Lisp_Object selected_frame. (struct x_output): Remove unused members; document who uses each member. (FRAME_PARAM_FACES, FRAME_N_PARAM_FACES, FRAME_DEFAULT_PARAM_FACE, FRAME_MODE_LINE_PARAM_FACE, FRAME_COMPUTED_FACES, FRAME_N_COMPUTED_FACES, FRAME_SIZE_COMPUTED_FACES, FRAME_DEFAULT_FACE, FRAME_MODE_LINE_FACE, unload_color): Remove unused macro definintions. * msdos.c (IT_set_frame_parameters): Don't call recompute_basic_faces, the next redisplay will, anyway. (x_current_display): Remove unused variable. Many functions: changes for Lisp_object selected_frame. (IT_set_face): If the tty_reverse_p flag is set for the face, reverse the foreground and background colors. (Fmsdos_remember_default_colors): New function. (syms_of_msdos): Defsubr it. (IT_set_frame_parameters): Use initial_screen_colors[] when creating a new frame. If the frame parameters include 'reverse, swap the foreground and background colors. (internal_terminal_init): Initialize initial_screen_colors to -1. (syms_of_msdos): Add DEFVAR_BOOL for x-stretch-cursor, to shut up cus-start.el. * Makefile.in (lisp, shortlisp): Add lisp/term/tty-colors.elc. * xfns.c (x_defined_color): Rename from defined_color. All callers changed. (Fxw_color_defined_p): Renamed from Fx_color_defined_p; all callers changed. (Fxw_color_values): Renamed from Fx_color_values; all callers changed. (Fxw_display_color_p): Renamed from Fx_display_color_p; all callers changed. (x_window_to_frame, x_any_window_to_frame, x_non_menubar_window_to_frame, x_menubar_window_to_frame, x_top_window_to_frame): Use !FRAME_X_P instead of f->output_data.nothing. * xterm.h (x_defined_color): Rename from defined_color. * w32fns.c (x_window_to_frame): Use FRAME_W32_P instead of f->output_data.nothing. (Fxw_color_defined_p): Renamed from Fx_color_defined_p; all callers changed. (Fxw_color_values): Renamed from Fx_color_values; all callers changed. (Fxw_display_color_p): Renamed from Fx_display_color_p; all callers changed. * dispextern.h (tty_color_name): Add prototype. * xmenu.c (menubar_id_to_frame): Use FRAME_WINDOW_P instead of f->output_data.nothing. * w32menu.c (menubar_id_to_frame): Likewise. * w32term.h (w32_output): Declare. * dosfns.c (Qmsdos_color_translate): Remove. (msdos_stdcolor_name): Now returns a Lisp_Object. * dosfns.h (Qmsdos_color_translate): Remove. * s/msdos.h (INTERNAL_TERMINAL): Add entries for color support.
* (CHECK_FRAME, CHECK_LIVE_FRAME): Put code in do-while.Gerd Moellmann1999-09-141-11/+10
|
* (SELECTED_FRAME): New.Gerd Moellmann1999-09-131-1/+12
|
* (FOR_EACH_FRAME): Use XCAR and XCDR.Ken Raeburn1999-09-111-4/+4
| | | | (PIXEL_X_FROM_CANON_X, PIXEL_Y_FROM_CANON_Y): Use XFLOAT_DATA.
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-051-13/+13
| | | | Likewise for upper-case etc.
* (struct frame): New member `gamma'.Gerd Moellmann1999-09-031-0/+5
|
* Do nothing if included a second time.Richard M. Stallman1999-09-031-1/+13
| | | | | | (enum output_method): Add mac_output frame type. (union output_data): Add new alternative `mac'. (FRAME_MAC_P): New macro.
* (FRAME_WINDOW_WIDTH_ARG): Add in FRAME_FLAGS_AREA_COLSGerd Moellmann1999-08-301-5/+6
| | | | | once instead of twice. (FRAME_LEFT_FLAGS_AREA_WIDTH): New.
* (FRAME_TOOLBAR_LINES): New.Gerd Moellmann1999-07-211-61/+178
| | | | | | | | | | | | | | | | | | | | (FRAME_TOP_MARGIN): New. (struct frame): Add toolbar-related members. (FRAME_WINDOW_WIDTH_ARG): Add bitmap area widths. (CHECK_FRAME): Give this macro a C-statement form! (CHECK_LIVE_FRAME): Ditto. (FRAME_FACE_CACHE): New. (struct frame): Add member face_cache. (FRAME_FLAGS_AREA_COLS): New. (FRAME_FLAGS_AREA_WIDTH): New. (struct frame): New member menu_bar_window. (struct frame): Add trunc_area_pixel_width, and _cols. (struct frame): Cursor-related stuff removed. (FRAME_SCROLL_BAR_WIDTH): Removed. (FRAME_WINDOW_WIDTH_ARG): Don't add scroll bar width. (FRAME_CURSOR_X): Removed. (FRAME_CURSOR_Y): Ditto. (struct frame): Remove old glyphs, add new.
* Comment changes.Richard M. Stallman1998-04-281-7/+97
|
* (FRAME_CURSOR_X_LIMIT): New macro.Richard M. Stallman1998-04-251-0/+3
|
* (make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.Richard M. Stallman1998-04-081-0/+2
| | | | (make_minibuffer_frame): Likewise.
* Protoize function declarations.Andreas Schwab1997-11-211-4/+7
|
* (FRAME_OBSCURED_P): New macro.Geoff Voelker1997-09-031-1/+11
| | | | (FRAME_SAMPLE_VISIBILITY): Distinguish between invisible and obscured.
* (struct frame): New field buffer_list.Richard M. Stallman1997-03-221-1/+4
|
* (struct frame): New member `fontset_data'.Karl Heuer1997-02-201-0/+11
| | | | (FRAME_MESSAGE_BUF_SIZE): New macro.
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-5/+5
|
* (struct frame): New field phys_cursor_on.Richard M. Stallman1996-10-121-0/+2
|
* (struct frame): New field window_width.Richard M. Stallman1996-09-251-2/+3
| | | | | (FRAME_WINDOW_WIDTH): Refer to window_width field. (SET_FRAME_WIDTH): Set window_width field as well as width field.
* (vertical_scroll_bar_type): Add enumeratedRichard M. Stallman1996-09-211-7/+30
| | | | | | | | | | | | | | none/left/right type for identifying vertical scroll bars. (struct frame): Use vertical_scroll_bar_type. (FRAME_HAS_VERTICAL_SCROLL_BARS): Use vertical scroll bar type. (FRAME_VERTICAL_SCROLL_BAR_TYPE): New macro. (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT): New macros. (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT): New macros. (FRAME_SCROLL_BAR_WIDTH, FRAME_LEFT_SCROLL_BAR_WIDTH): New macros. (FRAME_WINDOW_WIDTH, FRAME_WINDOW_WIDTH_ARG): New macros. (SET_FRAME_WIDTH): New macro. (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Modify to handle left-side croll bars too.
* Removed support for !MULTI_FRAME.Karl Heuer1996-09-011-110/+6
|
* (FRAME_MSDOS_P): A new macro for MSDOS frames.Richard M. Stallman1996-06-101-0/+2
|
* Comment change.Richard M. Stallman1996-04-271-3/+5
|
* (struct frame): New field `title'.Richard M. Stallman1996-01-181-2/+6
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (FRAME_WINDOW_P): Always define it one way or another.Richard M. Stallman1995-11-161-0/+3
|
* (output_method): New method: output_win32.Geoff Voelker1995-11-071-6/+20
| | | | | | | | (output_data): New data: win32. (FRAME_WIN32_P): New macro. [HAVE_NTGUI] (external_menu_bar): Define variable. [HAVE_NTGUI] (FRAME_EXTERNAL_MENU_BAR): Defined macro. [HAVE_X_WINDOWS] (FRAME_WINDOW_P): Macro defined.
* (struct frame): Rename `display' member to `output_data'.Richard M. Stallman1995-07-251-3/+3
| | | | Use new data type name for output_data.x.
* (struct frame): New field `mouse_moved'.Karl Heuer1995-07-171-0/+4
|
* (struct frame): New field icon_name.Richard M. Stallman1995-06-161-0/+4
|
* (struct frame): New member namebuf.Karl Heuer1995-04-191-1/+6
|
* (struct frame): Use `struct kboard', not KBOARD.Richard M. Stallman1995-04-101-1/+1
|
* (struct frame): New member kboard.Karl Heuer1995-03-151-0/+13
| | | | (FRAME_KBOARD): Accessor macro for that member, replacing get_perdisplay.
* (struct frame): New field window_sizes_changed.Richard M. Stallman1995-02-051-0/+5
| | | | (FRAME_WINDOW_SIZES_CHANGED): New macro (two definitions).
* (XSETFRAME): Use pseudovector.Richard M. Stallman1994-12-301-1/+1
|
* (struct frame): New field buffer_predicate.Richard M. Stallman1994-12-211-46/+56
| | | | Move all the Lisp_Object fields to the top.
* (struct frame): New field cost_calculation_baud_rate.Richard M. Stallman1994-12-061-0/+5
| | | | (FRAME_COST_BAUD_RATE): New macro.
* *** empty log message ***Morten Welinder1994-10-171-8/+20
|
* (FOR_EACH_FRAME): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-1/+1
|
* (XSETFRAME): Set object type as well as value.Karl Heuer1994-10-041-1/+1
|
* (scroll_bar_pixel_width, scroll_bar_cols): Update comment.Karl Heuer1994-09-281-1/+4
|
* (FRAME_SCROLL_BAR_PIXEL_WIDTH): New macro, supersedesKarl Heuer1994-09-201-4/+10
| | | | | | | | VERTICAL_SCROLL_BAR_PIXEL_WIDTH; no longer device-dependent. All callers changed. (FRAME_SCROLL_BAR_COLS): New macro, supersedes VERTICAL_SCROLL_BAR_WIDTH; no longer constant. All callers changed. (scroll_bar_pixel_width, scroll_bar_cols): New members of struct frame.
* [!MULTI_FRAME] (FOR_EACH_FRAME): Fix Lisp_Object vs. int problems.Karl Heuer1994-09-191-1/+1
|
* (struct frame, selected_frame, last_nonminibuf_frame): Use EMACS_INT.Richard M. Stallman1994-09-171-5/+5
|
* (FRAME_EXTERNAL_MENU_BAR) [!USE_X_TOOLKIT]: Give zero.Richard M. Stallman1994-07-131-0/+4
|
* Update copyright.Karl Heuer1994-05-041-1/+1
|
* (struct frame): New fields menu_bar_vector and menu_bar_items_used.Richard M. Stallman1994-04-251-0/+7
|
* Fix typo in comment.Karl Heuer1994-03-031-1/+1
|