aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.c
Commit message (Expand)AuthorAgeFilesLines
* (Qcontrol): Rename from Qctrl. All uses changed.YAMAMOTO Mitsuharu2005-11-241-42/+42
* [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold): New variable.YAMAMOTO Mitsuharu2005-11-191-0/+18
* [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.YAMAMOTO Mitsuharu2005-11-131-46/+206
* macterm.c (backtranslate_modified_keycode): New function toSteven Tamm2005-11-111-85/+226
* (last_mouse_glyph_frame): New var.YAMAMOTO Mitsuharu2005-10-251-14/+34
* (note_mouse_movement): Use PtInRect.YAMAMOTO Mitsuharu2005-10-181-11/+10
* (MAC_WINDOW_NORMAL_GC): Remove macro.YAMAMOTO Mitsuharu2005-10-161-466/+184
* (note_mouse_movement, XTread_socket): Apply 2005-10-14 changes forYAMAMOTO Mitsuharu2005-10-141-8/+12
* (note_mouse_movement): Undo last change.YAMAMOTO Mitsuharu2005-10-121-2/+0
* (note_mouse_movement): Restore help_echo_string if mouse is movedYAMAMOTO Mitsuharu2005-10-121-0/+2
* (note_mouse_movement): Add call to remember_mouse_glyph.Kim F. Storm2005-10-111-132/+41
* (PER_CHAR_METRIC): Remove unused macro.YAMAMOTO Mitsuharu2005-10-111-242/+254
* (GC_CLIP_REGION): New macro.YAMAMOTO Mitsuharu2005-10-081-63/+145
* Rename member for_overlaps_p in struct glyph_string to for_overlaps.YAMAMOTO Mitsuharu2005-10-071-6/+6
* (mac_invert_rectangle): New function.YAMAMOTO Mitsuharu2005-10-041-12/+102
* (mac_draw_string_common, x_per_char_metric)YAMAMOTO Mitsuharu2005-10-011-131/+526
* (xlfdpat_block_match_1): Fix assertion.YAMAMOTO Mitsuharu2005-09-221-23/+24
* (struct xlfdpat_block, struct xlfdpat): New structs.YAMAMOTO Mitsuharu2005-09-061-88/+357
* (mac_copy_area, mac_copy_area_with_mask): Restore background color.YAMAMOTO Mitsuharu2005-08-251-53/+153
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* (mac-emulate-three-button-mouse): Delete duplicate words.Juri Linkov2005-07-181-1/+1
* (x_bitmap_icon, x_make_frame_visible): Remove declarations.YAMAMOTO Mitsuharu2005-07-181-164/+136
* (mac_window_to_frame): Remove duplicate define.YAMAMOTO Mitsuharu2005-07-141-2/+0
* Don't include stdlib.h or composite.h.YAMAMOTO Mitsuharu2005-07-131-316/+151
* (mac_draw_vertical_window_border): Use foreground ofYAMAMOTO Mitsuharu2005-07-061-18/+30
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last change.YAMAMOTO Mitsuharu2005-06-271-0/+2
* (mac_compute_glyph_string_overhangs): Don't setYAMAMOTO Mitsuharu2005-06-151-124/+190
* * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycodeJan Djärv2005-06-061-2/+2
* (mac_to_x_fontname, mac_do_list_fonts): Set XLFDYAMAMOTO Mitsuharu2005-06-011-4/+5
* [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):YAMAMOTO Mitsuharu2005-05-131-42/+43
* (toolkit_scroll_bar_interaction): Remove unusedYAMAMOTO Mitsuharu2005-05-061-79/+423
* (handling_window_update, terminate_flag): Remove variables.YAMAMOTO Mitsuharu2005-04-241-126/+219
* (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.YAMAMOTO Mitsuharu2005-04-191-397/+327
* (XTread_socket): Don't beep on keyboard input even if no frame isYAMAMOTO Mitsuharu2005-04-181-1/+5
* (x_autoselect_window_p): Remove variable.YAMAMOTO Mitsuharu2005-04-161-157/+206
* [!TARGET_API_MAC_CARBON]: Don't include TextEncodingConverter.h.YAMAMOTO Mitsuharu2005-04-141-1/+0
* macterm.c (syms_of_macterm): Removing redundant definition ofSteven Tamm2005-04-141-4/+0
* (mac_keyboard_text_encoding, current_mac_keyboard_text_encoding):YAMAMOTO Mitsuharu2005-04-121-84/+17
* (x_list_fonts): FONT-LIST-CACHE is now cadr part of name_list_element.YAMAMOTO Mitsuharu2005-03-161-55/+18
* (activate_scroll_bars, deactivate_scroll_bars): Remove functions andYAMAMOTO Mitsuharu2005-03-161-102/+53
* (keycode_to_xkeysym_table): Change mapping so that it coincide withYAMAMOTO Mitsuharu2005-03-151-7/+11
* [TARGET_API_MAC_CARBON && !MAC_OSX]: Define USE_CARBON_EVENTS to 1.YAMAMOTO Mitsuharu2005-03-041-24/+54
* (mac_draw_string_common, x_make_frame_visible): UseYAMAMOTO Mitsuharu2005-02-031-3/+3
* (syms_of_macterm) <mac-reverse-ctrl-meta>: Fix docstring indentation.Jesper Harder2005-01-301-7/+7
* (x_draw_hollow_cursor): Use get_phys_cursor_geometry.Kim F. Storm2005-01-271-22/+3
* * dispextern.h (struct glyph_string): New members clip_head andSteven Tamm2005-01-241-32/+73
* (x_draw_glyph_string_box): Fix last_x for full width rows.Kim F. Storm2005-01-201-9/+3
* (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.Kim F. Storm2005-01-161-2/+4
* * macterm.c (mac_to_x_fontname): Removed spurious argument.Steven Tamm2005-01-161-1/+1