- 22 Mar, 2001 3 commits
-
-
Gerd Moellmann authored
x_set_menu_face_resources. Use different resources for popups.
-
Gerd Moellmann authored
Removed, together with subroutines. (x_set_menu_face_resources) [USE_X_TOOLKIT]: New function. (realize_basic_faces) [USE_X_TOOLKIT]: Call x_set_menu_face_resources.
-
Gerd Moellmann authored
#ifndef LESSTIF_VERSION.
-
- 13 Mar, 2001 1 commit
-
-
Gerd Moellmann authored
#if 0 to #ifndef LESSTIF_VERSION.
-
- 08 Mar, 2001 1 commit
-
-
Gerd Moellmann authored
Handle `mouse-face'.
-
- 02 Mar, 2001 1 commit
-
-
Eli Zaretskii authored
[!HAVE_WINDOW_SYSTEM]: Record the new attribute in the frame's parameters alist.
-
- 13 Feb, 2001 1 commit
-
-
Gerd Moellmann authored
Multiply avgwidth by width_ratio. (choose_face_font): Call best_matching_font with width_ratio calculated from the column width of C.
-
- 09 Feb, 2001 1 commit
-
-
Kenichi Handa authored
and :line-width can be negative. (realize_x_face): The value of attrs[LFACE_BOX_INDEX] can be negative.
-
- 05 Feb, 2001 1 commit
-
-
Gerd Moellmann authored
XLFD_AVGWIDTH. (LFACE_AVGWIDTH): New macro. (LFACEP): Use AREF. (check_lface_attrs): Check LFACE_AVGWIDTH. (lface_fully_specified_p): Don't check LFACE_AVGWIDTH. (set_lface_from_font_name): Set LFACE_AVGWIDTH. (merge_face_vectors): Check LFACE_AVGWIDTH. (Finternal_make_lisp_face): Use AREF. (xm_set_menu_resources_from_menu_face) (xl_set_menu_resources_from_menu_face): Check LFACE_AVGWIDTH. (Finternal_lisp_face_empty_p): Use AREF. (lface_same_font_attributes_p): Compare LFACE_AVGWIDTH. (better_font_p, exact_face_match_p): Add parameter AVGWIDTH. Compare average widths.. (best_matching_font): Arrange for comparing average widths.
-
- 02 Feb, 2001 1 commit
-
-
Eli Zaretskii authored
into `thoroughly', to make it consistent with the doc string.
-
- 20 Jan, 2001 1 commit
-
-
Andrew Innes authored
(realize_face): (realize_tty_face): Remove references to FRAME_W32_CONSOLE_P.
-
- 17 Jan, 2001 2 commits
-
-
Gerd Moellmann authored
call to x_list_fonts. Call x_list_fonts with SIZE -1 only if SCALABLE_FONTS_P is set.
-
Gerd Moellmann authored
so that scalable fonts are included. (x_face_list_fonts): Use x_list_fonts instead of XListFonts to take advantage of font caching.
-
- 11 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
unregister_colors before calling XFreeColors.
-
- 04 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
non-graphical frames.
-
- 02 Jan, 2001 2 commits
-
-
Andrew Innes authored
background to unspecified for w32_console frames. (realize_face): Realize face cache for w32_console frames. (realize_tty_face): Accept w32_console frames.
-
Eli Zaretskii authored
variable `fontset'. (face_at_buffer_position): Remove unused variable `multibyte_p'.
-
- 27 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
(xlfd_point_size): Compute real point size from font's pixel size. (pixel_point_size, build_scalable_font_name): Use PT_PER_INCH instead of 72.
-
- 16 Dec, 2000 1 commit
-
-
Kenichi Handa authored
(x_face_list_fonts): Ignore fonts matching Vface_ignored_fonts. (syms_of_xfaces): Declare Vface_ignored_fonts as a Lisp variable.
-
- 06 Dec, 2000 2 commits
-
-
Gerd Moellmann authored
-
Miles Bader authored
`default-frame-alist' instead of setting no frame parameters.
-
- 04 Dec, 2000 1 commit
-
-
Kenichi Handa authored
(split_font_name): Initialize the above member to zero. (concat_font_list): New function. (font_list): Include fonts of all alternative registries. (FONT_POINT_SIZE_QUANTUM): New macro. (better_font_p): Ignore point size difference less than FONT_POINT_SIZE_QUANTUM. Use registry_prioprity as a last resort.
-
- 24 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
-
- 16 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
`demibold'.
-
- 10 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
(font_list_1): Renamed from font_list. (font_list): New function, trying alternative registries from Vface_alternative_font_registry_alist. (Finternal_set_alternative_font_registry_alist): New function. (syms_of_xfaces): Initialize and Staticpro Vface_alternative_font_registry_alist. Defsubr Finternal_set_alternative_font_registry_alist.
-
- 07 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
try to realize it. Return -1 if not successful. (Fx_list_fonts): Handle case that face cannot be determined. (Fface_font): Likewise.
-
- 30 Oct, 2000 2 commits
-
-
Gerd Moellmann authored
(Finternal_set_lisp_face_attribute): Increment it for changes of the `menu' face. (realize_basic_faces): Reflect changes in the `menu' faces in menu bars.
-
Gerd Moellmann authored
is not a symbol or string.
-
- 22 Oct, 2000 1 commit
-
-
Andrew Choi authored
2000-10-23 Andrew Choi <akochoi@i-cable.com> * dispextern.h [macintosh]: Include macgui.h instead of macterm.h. * dispnew.c [macintosh]: Include macterm.h. (init_display) [macintosh]: initialization for window system. * emacs.c (main) [macintosh]: Call syms_of_textprop, syms_of_macfns, syms_of_ccl, syms_of_fontset, syms_of_xterm, syms_of_search, x_term_init, and init_keyboard before calling init_window_once. Also, call syms_of_xmenu. * fontset.c (syms_of_fontset) [macintosh]: Set ASCII font of default fontset to Monaco. * frame.c [macintosh]: Include macterm.h. Remove declarations of NewMacWindow and DisposeMacWindow. (make_terminal_frame) [macintosh]: Call make_mac_terminal_frame instead of calling NewMacWindow and setting fields of f->output_data.mac directly. Call init_frame_faces. (Fdelete_frame) [macintosh]: Remove unused code. (Fmodify_frame_parameters) [macintosh]: Call x_set_frame_parameters instead of mac_set_frame_parameters. * frame.h [macintosh]: Define menu_bar_lines field in struct frame. Define FRAME_EXTERNAL_MENU_BAR macro. * keyboard.c [macintosh]: Include macterm.h. (kbd_buffer_get_event) [macintosh]: Generate delete_window_event and menu_bar_activate_event type events as for X and NT. (make_lispy_event) [macintosh]: Construct lisp events of type MENU_BAR_EVENT as for X and NT. * sysdep.c [macintosh]: Remove declaration for sys_signal. Include stdlib.h. Remove definition of Vx_bitmap_file_path. (sys_subshell) [macintosh]: Remove definition entirely. (init_sys_modes) [macintosh]: Do not initialize Vwindow_system and Vwindow_system_version here. Remove initialization of Vx_bitmap_file_path. (read_input_waiting): Correct the number of parameters passed to read_socket_hook. Move all Macintosh functions to mac/mac.c. * term.c [macintosh]: Include macterm.h. * window.c [macintosh]: Include macterm.h. * xdisp.c [macintosh]: Include macterm.h. Declare set_frame_menubar and pending_menu_activation. (echo_area_display) [macintosh]: Do not return if terminal frame is the selected frame. (update_menu_bar) [macintosh]: Check FRAME_EXTERNAL_MENU_BAR (f). Allow only the selected frame to set menu bar. (redisplay_window) [macintosh]: Obtain menu bar to redisplay by calling FRAME_EXTERNAL_MENU_BAR (f). (display_menu_bar) [macintosh]: Check FRAME_MAC_P (f). * xfaces.c [macintosh]: Include macterm.h. Define x_display_info and check_x. Declare XCreateGC. Define x_create_gc and x_free_gc. Initialize font_sort_order. (x_face_list_fonts) [macintosh]: Use the same code as WINDOWSNT, but call x_list_fonts instead of w32_list_fonts. (Finternal_face_x_get_resource) [macintosh]: Do not call display_x_get_resource. (prepare_face_for_display) [macintosh]: Set xgcv.font. (realize_x_face) [macintosh]: Load the font if it is specified in ATTRS. (syms_of_xfaces) [macintosh]: Initialize Vscalable_fonts_allowed to Qt. * cus-edit.el (custom-button-face): Use 3D look for mac. (custom-button-pressed-face): Likewise. * faces.el (set-face-attributes-from-resources): Handle mac frames in the same way as x and w32 frames. (face-valid-attribute-values): Likewise. (read-face-attribute): Likewise. (defined-colors): Likewise. (color-defined-p): Likewise. (color-values): Likewise. (display-grayscale-p): Likewise. (face-set-after-frame-default): Likewise. (mode-line): Same default face as for x and w32. (tool-bar): Likewise. * frame.el: Remove call to frame-notice-user-settings at end of the file. * info.el (Info-fontify-node): make underlines invisible for mac as for x, pc, and w32 frame types. * term/mac-win.el: New file.
-
- 05 Oct, 2000 1 commit
-
-
Gerd Moellmann authored
call_function.
-
- 27 Sep, 2000 1 commit
-
-
Gerd Moellmann authored
with non-zero FORCE_P argument.
-
- 12 Sep, 2000 1 commit
-
-
Gerd Moellmann authored
(Finternal_set_lisp_face_attribute): If frame is 0, set new frame defaults first.
-
- 09 Sep, 2000 2 commits
-
-
Gerd Moellmann authored
by Fmemq in a condition.
-
Stefan Monnier authored
-
- 08 Sep, 2000 3 commits
-
-
Dave Love authored
-
Gerd Moellmann authored
-
Miles Bader authored
(Finternal_merge_in_global_face): Restore old global/local attribute override order. Use inline loop instead of calling default_face_vector.
-
- 07 Sep, 2000 3 commits
-
-
Gerd Moellmann authored
instead of `!='.
-
Gerd Moellmann authored
(syms_of_xfaces): Initialize it. (Finternal_set_lisp_face_attribute): Avoid more consing.
-
Gerd Moellmann authored
change face on all frames, and change the default for new frames.
-