aboutsummaryrefslogtreecommitdiffstats
path: root/src/macfns.c
Commit message (Expand)AuthorAgeFilesLines
* (Fx_create_frame): Apply 2006-06-24 change for xfns.c.YAMAMOTO Mitsuharu2006-06-281-2/+1
* (Fx_display_mm_height, Fx_display_mm_width)YAMAMOTO Mitsuharu2006-06-161-4/+22
* (x_set_icon_name): Apply 2006-06-02 change for xfns.c.YAMAMOTO Mitsuharu2006-06-031-1/+1
* [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):YAMAMOTO Mitsuharu2006-05-291-2/+12
* (Fx_server_version): Use gestaltSystemVersionMajor etc.YAMAMOTO Mitsuharu2006-05-241-3/+3
* (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.YAMAMOTO Mitsuharu2006-05-191-14/+10
* (x_to_mac_color): Fix shift amount change.YAMAMOTO Mitsuharu2006-05-101-21/+26
* (mac_set_font): New function.YAMAMOTO Mitsuharu2006-05-071-4/+63
* (mac_update_title_bar): Minor format change.YAMAMOTO Mitsuharu2006-05-011-1/+2
* (mac_update_title_bar): New function.YAMAMOTO Mitsuharu2006-05-011-1/+102
* (x_to_mac_color): Remove unused variable `tail'.YAMAMOTO Mitsuharu2006-04-121-21/+28
* (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.YAMAMOTO Mitsuharu2006-03-121-0/+1
* (x_default_scroll_bar_color_parameter)YAMAMOTO Mitsuharu2006-03-061-11/+20
* (x_set_menu_bar_lines): Menu bar is always shown on Mac.YAMAMOTO Mitsuharu2006-02-151-28/+7
* (x_set_mouse_color): Don't call rif->define_frame_cursorYAMAMOTO Mitsuharu2006-02-101-20/+57
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (Fx_server_version): Use gestaltSystemVersionMajor,YAMAMOTO Mitsuharu2006-01-051-9/+22
* [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use coercion of Apple eventYAMAMOTO Mitsuharu2005-12-241-41/+28
* * xfns.c (compute_tip_xy): Handle negative dx and dy.Jan Djärv2005-12-141-1/+5
* * (compute_tip_xy): Calculate root_y the same way as root_x,Jan Djärv2005-12-121-6/+8
* * macfns.c: Update copyright year.Romain Francoise2005-10-311-1/+2
* (Fx_create_frame): Add debugging code.YAMAMOTO Mitsuharu2005-10-161-7/+14
* (start_hourglass): Apply 2005-05-07 change for xfns.c.YAMAMOTO Mitsuharu2005-10-011-1/+13
* (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New variables.YAMAMOTO Mitsuharu2005-09-181-0/+6
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* Don't include stdlib.h or string.h. Include atimer.h.YAMAMOTO Mitsuharu2005-07-231-212/+106
* (x_set_cursor_color): Use XSetBackground and XSetForeground.YAMAMOTO Mitsuharu2005-07-181-3/+4
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (Fx_show_tip): Pass new arg to try_window.Richard M. Stallman2005-06-251-1/+1
* (check_x_frame): Follow error conventions.Juanma Barranquero2005-06-231-10/+10
* (Fx_file_dialog): Unblock input before falling back to minibuffer.Jason Rumney2005-06-101-1/+2
* Don't include signal.h.YAMAMOTO Mitsuharu2005-05-131-1/+0
* (Fx_server_version): Add BLOCK_INPUT around Gestalt.YAMAMOTO Mitsuharu2005-04-291-1/+6
* (Fx_file_dialog): Likewise.YAMAMOTO Mitsuharu2005-04-161-2/+1
* (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]: Use ENCODE_SYSTEMYAMAMOTO Mitsuharu2005-04-141-7/+8
* (Fx_create_frame, x_create_tip_frame): Add "fontset-mac" to fallbackYAMAMOTO Mitsuharu2005-04-061-0/+4
* (mac_get_rdb_resource): Remove function.YAMAMOTO Mitsuharu2005-03-161-35/+10
* (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift): Remove unusedYAMAMOTO Mitsuharu2005-03-161-193/+135
* (install_window_handler): Move extern to macterm.h.YAMAMOTO Mitsuharu2005-03-041-9/+25
* (x_create_tip_frame): Use MAC_OS_X_VERSION_MAX_ALLOWED toYAMAMOTO Mitsuharu2005-02-031-1/+1
* * macfns.c (unwind_create_frame): Fixing compile error due toSteven Tamm2005-02-031-0/+2
* * macfns.c (Fx_file_dialog): Save As dialog includes only theSteven Tamm2005-01-161-3/+6
* * macfns.c (x_set_foreground_color, x_set_background_color): SyncSteven Tamm2005-01-161-2/+40
* * macfns.c: Include sys/param.h.Steven Tamm2005-01-061-13/+35
* * term/mac-win.el: Require x-dnd.Steven Tamm2004-12-291-3/+7
* * dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm2004-12-271-62/+95
* * macterm.h (cfstring_create_with_utf8_cstring): Added prototype.Steven Tamm2004-12-031-22/+9
* * keyboard.c: Don't undef SIGIOSteven Tamm2004-11-301-2/+2
* * fileio.c (Fread_file_name): Pass Qt as fifth parameter toJan Djärv2004-11-021-19/+19
* macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindowSteven Tamm2004-10-101-5/+3