aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c
Commit message (Collapse)AuthorAgeFilesLines
* (load_pixmap): Add quotes in error message.Richard M. Stallman2006-08-201-1/+1
|
* (lookup_named_face, Fdisplay_supports_face_attributes_p):Richard M. Stallman2006-07-291-0/+4
| | | | Add conditional aborts for clarity.
* * xfaces.c (signal_error): Move to eval.c.Kim F. Storm2006-07-181-13/+1
| | | | (resolve_face_name): Use xsignal1.
* (load_pixmap): Use CHECK_TYPE.Kim F. Storm2006-07-121-4/+1
|
* (Fface_attribute_relative_p): Doc fix.Richard M. Stallman2006-07-031-1/+8
|
* (best_matching_font): Abort for best == NULL before we start to use it.Richard M. Stallman2006-05-221-18/+18
|
* (best_matching_font): Fix crash in 2006-05-17 change.Kim F. Storm2006-05-201-2/+2
|
* (better_font_p): Any font beats no font.Richard M. Stallman2006-05-171-22/+21
| | | | (best_matching_font): Simplify based on above change.
* (realize_default_face): If the font chosen for theKenichi Handa2006-05-101-0/+10
| | | | | default face was different from the frame font, adjust the frame font.
* (Finternal_merge_in_global_face, try_font_list): AddYAMAMOTO Mitsuharu2006-04-121-18/+22
| | | | explicit braces to avoid ambiguous `else'.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (Finternal_set_lisp_face_attribute_from_resource): Handle :inherit propertyEli Zaretskii2005-11-261-1/+1
| | | | as a lisp expression.
* (merge_face_vectors): Don't do :ignore-defface overwriting here.Chong Yidong2005-11-201-4/+12
| | | | (Finternal_merge_in_global_face): Do it here.
* * xfaces.c (Finternal_set_lisp_face_attribute): UseChong Yidong2005-11-201-1/+8
| | | | | | :ignore-defface for new frame defaults when `unspecified' is supplied. (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
* (Fface_attribute_relative_p, Fmerge_face_attribute): HandleChong Yidong2005-11-181-2/+2
| | | | Qignore_defface as a possible value.
* * xfaces.c (Qignore_defface): New variable.Chong Yidong2005-11-181-17/+42
| | | | | | | | | | (syms_of_xfaces): Provide `:ignore-defface'. (IGNORE_DEFFACE_P): New macro. (check_lface_attrs): Qignore_defface is a possible value. (lface_fully_specified_p): Likewise. (Finternal_set_lisp_face_attribute): Likewise. (merge_face_vectors): The merged face is `unspecified' if the mergee specifies `:ignore-defface'.
* (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT. Add debug code.YAMAMOTO Mitsuharu2005-10-081-0/+6
|
* (face_color_gray_p): Colors close to black count as gray.Richard M. Stallman2005-10-021-7/+12
|
* * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | (find_prev_selectable): Add missing parameter declarations. * xfaces.c (lookup_derived_face): Add parameter type. * xdisp.c (cursor_row_fully_visible_p): Add parameter type. * marker.c (verify_bytepos): Add parameter type. * process.c (get_operating_system_release): Move prototype ... * systime.h (get_operating_system_release): ... here. * xterm.c (set_vertical_scroll_bar): Move prototype ... * xterm.h: ... here. * fns.c (internal_equal, seed_random): Fix prototypes. (internal_equal): Add missing parameter.
* (xstrlwr): Don't use tolower for non-ASCII characters.YAMAMOTO Mitsuharu2005-09-061-1/+4
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
|
* (Finternal_lisp_face_p): Doc fix.Juanma Barranquero2005-07-211-1/+1
|
* [MAC_OS] (XCreateGC): Remove extern.YAMAMOTO Mitsuharu2005-07-181-2/+0
|
* (try_font_list) [MAC_OS]: Try font family nameYAMAMOTO Mitsuharu2005-07-131-8/+15
| | | | beginning with that for ASCII.
* * xfaces.c (x_update_menu_appearance): Use fontSet resource forJan Djärv2005-07-111-0/+5
| | | | Lucid if X_I18N, font otherwise.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (x_supports_face_attributes_p): Follow error conventions.Juanma Barranquero2005-06-231-1/+1
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-438Miles Bader2005-06-221-4/+4
| | | | | | | | | | | | | | | | | | | | Rename vertical-divider face to vertical-border 2005-06-22 Miles Bader <[email protected]> * lisp/faces.el (vertical-border): Renamed from `vertical-divider'. 2005-06-22 Miles Bader <[email protected]> * man/display.texi (Faces): Change `vertical-divider' to `vertical-border'. 2005-06-22 Miles Bader <[email protected]> * src/xfaces.c (Qvertical_border): Renamed from `Qvertical_divider'. (realize_basic_faces, syms_of_xfaces): Update references to it. * src/dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID' to `VERTICAL_BORDER_FACE_ID'. * src/dispnew.c (build_frame_matrix_from_leaf_window): Update references.
* Rename obsolete function Qframe_update_face_colors toJuri Linkov2005-06-211-7/+7
| | | | Qframe_set_background_mode.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-435Miles Bader2005-06-201-1/+4
| | | | | | | | | | | | | | | | | | | | | | | Implement tty vertical-divider face 2005-06-20 Miles Bader <[email protected]> * lisp/faces.el (vertical-divider): New face. 2005-06-20 Miles Bader <[email protected]> * man/display.texi (Faces): Add `vertical-divider'. 2005-06-20 Miles Bader <[email protected]> * src/xfaces.c (Qvertical_divider): New variable. (realize_basic_faces): Realize its face. (syms_of_xfaces): Initialize it. * src/dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'. * src/dispnew.c (build_frame_matrix_from_leaf_window): Display vertical window-separator on ttys using `vertical-divider' face by default.
* (Fdisplay_supports_face_attributes_p): Fix typo in docstring.Juanma Barranquero2005-06-091-2/+2
|
* (Finternal_lisp_face_equal_p): Really report on faces in a frame, if theJuanma Barranquero2005-06-031-4/+4
| | | | argument FRAME is non-nil. Improve argument/docstring consistency.
* (build_scalable_font_name): Round pixel size to theYAMAMOTO Mitsuharu2005-06-011-2/+2
| | | | nearest integer.
* (resolve_face_name): Add arg SIGNAL_P. Calls changed.Kim F. Storm2005-04-281-13/+35
| | | | | Fix cyclic alias check. If alias loop is detected, signal circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
* (resolve_face_name): Use Fget instead of Fsafe_get.Kim F. Storm2005-04-211-1/+1
|
* (resolve_face_name): Use Fsafe_get to avoid redisplayKim F. Storm2005-04-191-3/+5
| | | | | loops in case of bad face property lists. Limit number of face alias lookups to 10 (in case of face alias loops).
* (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.Thien-Thi Nguyen2005-04-181-2/+3
|
* (lookup_derived_face): Add arg SIGNAL_P.Kim F. Storm2005-03-221-3/+3
|
* (x_update_menu_appearance) [HAVE_X_I18N]:Stefan Monnier2005-03-181-2/+6
| | | | | Use xic_create_fontsetname even for non-Motif menus. Don't forget to free the fontsetname.
* (x_update_menu_appearance) [USE_MOTIF]:Stefan Monnier2005-03-171-3/+10
| | | | | Use xic_create_fontsetname to create a fontset so utf-8 locales work. (dump_realized_face): Fix warning.
* (Finternal_set_lisp_face_attribute): Allow :color propertyKim F. Storm2005-02-181-1/+1
| | | | | to be nil in a :box attribute value list; customize prints that as lisp value when no box color is specified.
* (face_color_supported_p): Use HAVE_WINDOW_SYSTEMEli Zaretskii2005-02-051-1/+1
| | | | instead of HAVE_X_WINDOWS, for non-X windowed sessions.
* Copyright update.Stefan Monnier2005-02-031-1/+1
|
* (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.Kim F. Storm2005-02-031-2/+2
|
* (merge_faces): Rename from merge_into_realized_face.Kim F. Storm2005-01-101-4/+20
| | | | | Callers changed. Add support to merge with lisp face id too (if face_name is t).
* (merge_into_realized_face): New function. Used toKim F. Storm2005-01-091-0/+47
| | | | merge escape-glyph face or face from display table into current face.
* * dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm2004-12-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (struct glyph_string): Likewise. * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of mac_initialize. * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name): Change TARGET_API_MAC_CARBON to HAVE_CARBON. * fns.c (vector): Change MAC_OSX to MAC_OS. * frame.c (x_set_frame_parameters, x_report_frame_params) (x_set_fullscreen): Remove #ifndef HAVE_CARBON. (x_set_border_width, Vdefault_frame_scroll_bars): Change HAVE_CARBON to MAC_OS. * image.c [MAC_OS]: Include sys/stat.h. [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and QuickTimeComponents.h. * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern. [!MAC_OSX] (select): Use mac_wait_next_event. [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes. [!MAC_OSX] (select, run_mac_command): Change `#ifdef TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'. (mac_clear_font_name_table): Add extern. (Fmac_clear_font_name_table): New defun. (syms_of_mac): Defsubr it. [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define. [MAC_OSX] (select_and_poll_event): New function. [MAC_OSX] (sys_select): Use it. [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function. [MAC_OSX && SELECT_USE_CFSOCKET] (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines. [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and RunLoop for simultaneously monitoring two kinds of inputs, window events and process outputs, without periodically polling. * macfns.c (mac_initialized): Remove extern. (stricmp): Put in #if 0. All callers changed to use xstricmp in xfaces.c. (strnicmp): Decrement `n' at the end of each loop, not the beginning. (check_mac): Use the term "Mac native windows" instead of "Mac OS". (check_x_display_info, x_display_info_for_name): Sync with xfns.c. (mac_get_rdb_resource): New function (from w32reg.c). (x_get_string_resource): Use it. (install_window_handler): Add extern. (mac_window): New function. (Fx_create_frame): Use it instead of make_mac_frame. Set parameter for Qfullscreen. Call x_wm_set_size_hint. (Fx_open_connection, Fx_close_connection): New defuns. (syms_of_macfns): Defsubr them. (x_create_tip_frame) [TARGET_API_MAC_CARBON]: Add kWindowNoUpdatesAttribute to the window attribute. (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow. (x_create_tip_frame): Don't call ShowWindow. (Fx_show_tip): Call ShowWindow. (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'. (mac_frame_parm_handlers): Set handlers for Qfullscreen. (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0. * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h. (Window): Typedef to WindowPtr and move outside `#if TARGET_API_MAC_CARBON'. (XSizeHints): New struct. * macterm.c (x_update_begin, x_update_end) [TARGET_API_MAC_CARBON]: Disable screen updates during update of a frame. (x_draw_glyph_string_background, x_draw_glyph_string_foreground) [MAC_OS8]: Use XDrawImageString/XDrawImageString16. (construct_mouse_click): Put in #if 0. (x_check_fullscreen, x_check_fullscreen_move): Remove decls. (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'. (activate_scroll_bars, deactivate_scroll_bars) [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl. (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window if the position is neither user-specified nor program-specified. (x_free_frame_resources): Free size_hints. (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints. (mac_clear_font_name_table): New function. (mac_do_list_fonts): Initialize font_name_table if needed. (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT around mac_do_list_fonts. (mac_unload_font): New function. (x_load_font): Add BLOCK_INPUT around XLoadQueryFont. (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations and definitions with #if TARGET_API_MAC_CARBON. [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl. (install_window_handler): Add decl. (do_window_update): Add BeginUpdate/EndUpdate for the tooltip window. Use UpdateControls. Get the rectangle that should be updated and restrict the target of expose_frame to it. (do_grow_window): Set minimum height/width according to size_hints. (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow. (do_zoom_window): Don't use x_set_window_size. [USE_CARBON_EVENTS] (mac_handle_window_event): New function. (install_window_handler): New function. [!USE_CARBON_EVENTS] (mouse_region): New variable. [!USE_CARBON_EVENTS] (mac_wait_next_event): New function. (XTread_socket) [USE_CARBON_EVENTS]: Move call to GetEventDispatcherTarget inside BLOCK_INPUT. (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event. Update mouse_region when mouse is moved. (make_mac_frame): Remove. (make_mac_terminal_frame): Put in #ifdef MAC_OS8. Initialize mouse pointer shapes. Change values of f->left_pos and f->top_pos. Don't use make_mac_frame. Use NewCWindow. Don't call ShowWindow. (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from Vinvocation_name and Vsystem_name. (mac_make_rdb): New function (from w32term.c). (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has already been opened. Don't pass argument to mac_initialize_display_info. Don't set dpyinfo->height/width. Add entries to x_display_list and x_display_name_list. (x_delete_display): New function. (mac_initialize): Don't call mac_initialize_display_info. (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide. * macterm.h (check_mac): Add extern. (struct mac_output): New member size_hints. (FRAME_SIZE_HINTS): New macro. (mac_unload_font): Add extern. * xdisp.c (expose_window, expose_frame): Remove kludges for Mac. * xfaces.c (clear_font_table) [MAC_OS]: call mac_unload_font.
* (lookup_named_face): Add signal_p arg. Return -1 ifKim F. Storm2004-11-221-5/+8
| | | | | | | signal_p is zero and face name is unknown. (Fx_list_fonts): Don't signal error in lookup_named_face. (Fface_font): Signal error in lookup_named_face. (ascii_face_of_lisp_face): Likewise.
* (merge_named_face): GCPRO the face_name in theRichard M. Stallman2004-11-071-14/+12
| | | | | named_merge_point struct that we make. (merge_face_heights): Eliminate GCPRO arg. All callers changed.
* (Qface_no_inherit): New var.Kim F. Storm2004-09-141-18/+41
| | | | | | | | (syms_of_xfaces): Intern and staticpro it. (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute) (Finternal_copy_lisp_face, update_face_from_frame_parameter): Don't increment face_change_count when face has non-nil face-no-inherit property.