summaryrefslogtreecommitdiff
path: root/src/macterm.c
Commit message (Expand)AuthorAgeFilesLines
* (keycode_to_xkeysym): Remove function. All uses nowYAMAMOTO Mitsuharu2006-07-181-108/+118
* (Qeql): Add extern.YAMAMOTO Mitsuharu2006-06-281-15/+78
* (do_app_resume, do_app_suspend): Remove functions.YAMAMOTO Mitsuharu2006-06-161-37/+104
* [USE_MAC_TSM] (mac_handle_text_input_event): Exclude 0x7f from ASCII range.YAMAMOTO Mitsuharu2006-06-061-1/+1
* (tsm_document_id) [USE_MAC_TSM]: New variable.YAMAMOTO Mitsuharu2006-06-031-5/+267
* (mac_handle_visibility_change): Set buf.arg to Qnil.YAMAMOTO Mitsuharu2006-06-011-7/+6
* (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.YAMAMOTO Mitsuharu2006-05-291-0/+22
* (x_draw_stretch_glyph_string): Fix problems with invisibleKim F. Storm2006-05-271-9/+27
* (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:YAMAMOTO Mitsuharu2006-05-241-16/+21
* (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.YAMAMOTO Mitsuharu2006-05-231-169/+215
* (convert_fn_keycode): Fix last change.YAMAMOTO Mitsuharu2006-05-201-1/+1
* (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:YAMAMOTO Mitsuharu2006-05-191-0/+3
* (Qservice) [MAC_OSX]: Rename from Qservices. All uses changed.YAMAMOTO Mitsuharu2006-05-101-20/+43
* (XLoadQueryFont) [USE_ATSUI]: Set FMFontFamily valueYAMAMOTO Mitsuharu2006-05-071-70/+272
* (XTread_socket) [TARGET_API_MAC_CARBON]: Try windowYAMAMOTO Mitsuharu2006-05-051-244/+79
* (mac_draw_line, mac_draw_line_to_pixmap): AdjustYAMAMOTO Mitsuharu2006-05-011-21/+98
* (x_per_char_metric): Return NULL if glyph width is 0.YAMAMOTO Mitsuharu2006-04-211-64/+58
* (XCreateGC, x_per_char_metric, xlfdpat_create)YAMAMOTO Mitsuharu2006-04-181-55/+21
* Don't include gnu.h.YAMAMOTO Mitsuharu2006-04-121-292/+148
* (XTread_socket): Initialize variable `f' before its use.YAMAMOTO Mitsuharu2006-04-031-1/+3
* (XTread_socket): Don't let key-press clear mouse faceKim F. Storm2006-03-241-1/+2
* (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:YAMAMOTO Mitsuharu2006-03-161-7/+22
* (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.YAMAMOTO Mitsuharu2006-03-151-6/+110
* (mac_draw_rectangle, x_draw_glyph_string_foreground)YAMAMOTO Mitsuharu2006-03-121-34/+196
* (mac_draw_rectangle): Don't add 1 to width and height.Eli Zaretskii2006-03-111-7/+7
* (get_control_part_bounds): Fix type of return value.YAMAMOTO Mitsuharu2006-03-061-63/+108
* (x_set_toolkit_scroll_bar_thumb): Don't set controlYAMAMOTO Mitsuharu2006-02-231-9/+13
* (GC_CLIP_REGION): Remove macro.YAMAMOTO Mitsuharu2006-02-221-41/+39
* (mac_draw_string_common): Remove arg MODE. New argYAMAMOTO Mitsuharu2006-02-211-145/+179
* (mac_define_frame_cursor): Don't change pointer shapeYAMAMOTO Mitsuharu2006-02-101-9/+17
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)YAMAMOTO Mitsuharu2006-01-121-2/+5
* Don't include sys/param.h.YAMAMOTO Mitsuharu2005-12-241-19/+23
* (mac_per_char_metric): Add prototype.YAMAMOTO Mitsuharu2005-12-221-256/+314
* (syms_of_macterm) <mac-allow-anti-aliasing>: Fix unintended defaultYAMAMOTO Mitsuharu2005-12-191-1/+1
* (mac_do_receive_drag): Drag-and-drop items are nowYAMAMOTO Mitsuharu2005-12-191-60/+71
* (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)YAMAMOTO Mitsuharu2005-12-101-397/+137
* (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