log src/macfns.c @ 80495:cfc9673219ec

age author description
2008-04-06 YAMAMOTO Mitsuharu (x_set_background_color, mac_window, x_create_tip_frame):
2008-03-29 YAMAMOTO Mitsuharu * macfns.c (mac_window): Replace WindowPtr with WindowRef.
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-11-15 Juanma Barranquero (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
2007-10-31 YAMAMOTO Mitsuharu [USE_ATSUI] (Fmac_atsu_font_face_attributes):
2007-10-12 Martin Rudalics *** empty log message ***
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-03-26 YAMAMOTO Mitsuharu (Fx_display_mm_height, Fx_display_mm_width): Scale
2007-03-24 Eli Zaretskii (Fx_show_tip): Doc fix.
2007-03-11 YAMAMOTO Mitsuharu (Fx_server_vendor): Change vendor string to "Apple Inc.".
2007-03-07 YAMAMOTO Mitsuharu (mac_set_scroll_bar_width, mac_frame_parm_handlers):
2007-02-13 YAMAMOTO Mitsuharu (Fx_focus_frame): Move current process to foreground if
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-12-22 YAMAMOTO Mitsuharu (mac_update_title_bar) [TARGET_API_MAC_CARBON]: Call
2006-12-15 YAMAMOTO Mitsuharu (mac_atsu_font_face_attributes) [USE_ATSUI]: Add extern.
2006-11-14 YAMAMOTO Mitsuharu (Fx_display_mm_height, Fx_display_mm_width)
2006-10-31 YAMAMOTO Mitsuharu (mac_color_map): Make static const.
2006-10-19 YAMAMOTO Mitsuharu (Vmac_carbon_version_string) [TARGET_API_MAC_CARBON]:
2006-09-12 YAMAMOTO Mitsuharu * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
2006-09-10 YAMAMOTO Mitsuharu (Fx_file_dialog): Remove unused variable `f'. Call check_mac.
2006-09-08 YAMAMOTO Mitsuharu (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
2006-08-27 YAMAMOTO Mitsuharu [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't
2006-08-25 Kim F. Storm (Fxw_color_values): Simplify; use list3.
2006-06-28 YAMAMOTO Mitsuharu (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
2006-06-16 YAMAMOTO Mitsuharu (Fx_display_mm_height, Fx_display_mm_width)
2006-06-03 YAMAMOTO Mitsuharu (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
2006-05-29 YAMAMOTO Mitsuharu [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
2006-05-24 YAMAMOTO Mitsuharu (Fx_server_version): Use gestaltSystemVersionMajor etc.
2006-05-19 YAMAMOTO Mitsuharu (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
2006-05-10 YAMAMOTO Mitsuharu (x_to_mac_color): Fix shift amount change.
2006-05-07 YAMAMOTO Mitsuharu (mac_set_font): New function.
2006-05-01 YAMAMOTO Mitsuharu (mac_update_title_bar): Minor format change.
2006-05-01 YAMAMOTO Mitsuharu (mac_update_title_bar): New function.
2006-04-12 YAMAMOTO Mitsuharu (x_to_mac_color): Remove unused variable `tail'.
2006-03-12 YAMAMOTO Mitsuharu (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
2006-03-06 YAMAMOTO Mitsuharu (x_default_scroll_bar_color_parameter)
2006-02-15 YAMAMOTO Mitsuharu (x_set_menu_bar_lines): Menu bar is always shown on Mac.
2006-02-10 YAMAMOTO Mitsuharu (x_set_mouse_color): Don't call rif->define_frame_cursor
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2006-01-05 YAMAMOTO Mitsuharu (Fx_server_version): Use gestaltSystemVersionMajor,
2005-12-24 YAMAMOTO Mitsuharu [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use coercion of Apple event
2005-12-14 Jan Djärv * xfns.c (compute_tip_xy): Handle negative dx and dy.
2005-12-12 Jan Djärv * (compute_tip_xy): Calculate root_y the same way as root_x,
2005-10-31 Romain Francoise * macfns.c: Update copyright year.
2005-10-16 YAMAMOTO Mitsuharu (Fx_create_frame): Add debugging code.
2005-10-01 YAMAMOTO Mitsuharu (start_hourglass): Apply 2005-05-07 change for xfns.c.
2005-09-18 YAMAMOTO Mitsuharu (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New variables.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-23 YAMAMOTO Mitsuharu Don't include stdlib.h or string.h. Include atimer.h.
2005-07-18 YAMAMOTO Mitsuharu (x_set_cursor_color): Use XSetBackground and XSetForeground.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-25 Richard M. Stallman (Fx_show_tip): Pass new arg to try_window.
2005-06-23 Juanma Barranquero (check_x_frame): Follow error conventions.
2005-06-10 Jason Rumney (Fx_file_dialog): Unblock input before falling back to minibuffer.
2005-05-13 YAMAMOTO Mitsuharu Don't include signal.h.
2005-04-29 YAMAMOTO Mitsuharu (Fx_server_version): Add BLOCK_INPUT around Gestalt.
2005-04-16 YAMAMOTO Mitsuharu (Fx_file_dialog): Likewise.
2005-04-14 YAMAMOTO Mitsuharu (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]: Use ENCODE_SYSTEM
2005-04-06 YAMAMOTO Mitsuharu (Fx_create_frame, x_create_tip_frame): Add "fontset-mac" to fallback
2005-03-16 YAMAMOTO Mitsuharu (mac_get_rdb_resource): Remove function.