log src/macterm.c @ 67060:481c28eca12d

age author description
2005-11-19 YAMAMOTO Mitsuharu [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold): New variable.
2005-11-13 YAMAMOTO Mitsuharu [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
2005-11-11 Steven Tamm macterm.c (backtranslate_modified_keycode): New function to
2005-10-25 YAMAMOTO Mitsuharu (last_mouse_glyph_frame): New var.
2005-10-18 YAMAMOTO Mitsuharu (note_mouse_movement): Use PtInRect.
2005-10-16 YAMAMOTO Mitsuharu (MAC_WINDOW_NORMAL_GC): Remove macro.
2005-10-14 YAMAMOTO Mitsuharu (note_mouse_movement, XTread_socket): Apply 2005-10-14 changes for
2005-10-12 YAMAMOTO Mitsuharu (note_mouse_movement): Undo last change.
2005-10-12 YAMAMOTO Mitsuharu (note_mouse_movement): Restore help_echo_string if mouse is moved
2005-10-11 Kim F. Storm (note_mouse_movement): Add call to remember_mouse_glyph.
2005-10-11 YAMAMOTO Mitsuharu (PER_CHAR_METRIC): Remove unused macro.
2005-10-08 YAMAMOTO Mitsuharu (GC_CLIP_REGION): New macro.
2005-10-07 YAMAMOTO Mitsuharu Rename member for_overlaps_p in struct glyph_string to for_overlaps.
2005-10-04 YAMAMOTO Mitsuharu (mac_invert_rectangle): New function.
2005-10-01 YAMAMOTO Mitsuharu (mac_draw_string_common, x_per_char_metric)
2005-09-22 YAMAMOTO Mitsuharu (xlfdpat_block_match_1): Fix assertion.
2005-09-06 YAMAMOTO Mitsuharu (struct xlfdpat_block, struct xlfdpat): New structs.
2005-08-25 YAMAMOTO Mitsuharu (mac_copy_area, mac_copy_area_with_mask): Restore background color.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-18 Juri Linkov (mac-emulate-three-button-mouse): Delete duplicate words.
2005-07-18 YAMAMOTO Mitsuharu (x_bitmap_icon, x_make_frame_visible): Remove declarations.
2005-07-14 YAMAMOTO Mitsuharu (mac_window_to_frame): Remove duplicate define.
2005-07-13 YAMAMOTO Mitsuharu Don't include stdlib.h or composite.h.
2005-07-06 YAMAMOTO Mitsuharu (mac_draw_vertical_window_border): Use foreground of
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-27 YAMAMOTO Mitsuharu [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last change.
2005-06-15 YAMAMOTO Mitsuharu (mac_compute_glyph_string_overhangs): Don't set
2005-06-06 Jan Djärv * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
2005-06-01 YAMAMOTO Mitsuharu (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
2005-05-13 YAMAMOTO Mitsuharu [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
2005-05-06 YAMAMOTO Mitsuharu (toolkit_scroll_bar_interaction): Remove unused
2005-04-24 YAMAMOTO Mitsuharu (handling_window_update, terminate_flag): Remove variables.
2005-04-19 YAMAMOTO Mitsuharu (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
2005-04-18 YAMAMOTO Mitsuharu (XTread_socket): Don't beep on keyboard input even if no frame is
2005-04-16 YAMAMOTO Mitsuharu (x_autoselect_window_p): Remove variable.
2005-04-14 YAMAMOTO Mitsuharu [!TARGET_API_MAC_CARBON]: Don't include TextEncodingConverter.h.
2005-04-14 Steven Tamm macterm.c (syms_of_macterm): Removing redundant definition of
2005-04-12 YAMAMOTO Mitsuharu (mac_keyboard_text_encoding, current_mac_keyboard_text_encoding):
2005-03-16 YAMAMOTO Mitsuharu (x_list_fonts): FONT-LIST-CACHE is now cadr part of name_list_element.
2005-03-16 YAMAMOTO Mitsuharu (activate_scroll_bars, deactivate_scroll_bars): Remove functions and
2005-03-15 YAMAMOTO Mitsuharu (keycode_to_xkeysym_table): Change mapping so that it coincide with
2005-03-04 YAMAMOTO Mitsuharu [TARGET_API_MAC_CARBON && !MAC_OSX]: Define USE_CARBON_EVENTS to 1.
2005-02-03 YAMAMOTO Mitsuharu (mac_draw_string_common, x_make_frame_visible): Use
2005-01-30 Jesper Harder (syms_of_macterm) <mac-reverse-ctrl-meta>: Fix docstring indentation.
2005-01-27 Kim F. Storm (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
2005-01-24 Steven Tamm * dispextern.h (struct glyph_string): New members clip_head and
2005-01-20 Kim F. Storm (x_draw_glyph_string_box): Fix last_x for full width rows.
2005-01-16 Kim F. Storm (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
2005-01-16 Steven Tamm * macterm.c (mac_to_x_fontname): Removed spurious argument.
2005-01-16 Andreas Schwab (mac_draw_string_common): Fix compilation on OSX 10.1.
2005-01-16 Steven Tamm Changed name from mac-use-core-graphics to mac-allow-anti-aliasing
2005-01-16 Steven Tamm * macterm.c (Vmac_use_core_graphics): defined
2005-01-16 Steven Tamm * macfns.c (x_set_foreground_color, x_set_background_color): Sync
2005-01-07 Steven Tamm * macterm.c (XLoadQueryFont): Correctly handle 0 size
2005-01-06 Steven Tamm * macfns.c: Include sys/param.h.
2005-01-03 Steven Tamm * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
2004-12-30 Steven Tamm * macterm.c (SelectionRange): Add Xcode position apple event struct.
2004-12-29 Steven Tamm * term/mac-win.el: Require x-dnd.
2004-12-27 Steven Tamm * dispextern.h: Change HAVE_CARBON to MAC_OS.
2004-12-20 Steven Tamm (mac_do_list_fonts): Fix memory leak