aboutsummaryrefslogtreecommitdiffstats
path: root/src/macfns.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* macfns.c (mac_get_window_bounds): Add extern.Steven Tamm2004-10-061-24/+9
* (x_real_positions): Save the current window port andSteven Tamm2004-09-021-13/+36
* fileio.c (Fread_file_name): Call x_file_dialog on carbon onSteven Tamm2004-08-261-73/+143
* * macfns.c (Fx_display_color_cells): Do not limit return value to 256.Jan Djärv2004-06-171-2/+2
* (x_create_tip_frame): Fix Mac OS X 10.1 compilation problem due to newly defi...Steven Tamm2004-06-061-2/+4
* (x_create_tip_frame): Fix declaration after statement.Andreas Schwab2004-06-051-2/+2
* Support Tooltips with the Carbon emacs port.Steven Tamm2004-05-301-136/+255
* Various fixes to support USE_LSB_TAG with carbon emacs. Mostly fixingSteven Tamm2004-05-141-1/+1
* macfns.c: Default to using tool-bar by setting tool-bar-lines to 1 inSteven Tamm2004-05-121-1/+1
* (x_list_fonts, x_get_font_info, x_load_font)Kim F. Storm2004-03-111-15/+0
* * image.c [MAC_OSX]: Include sys/stat.hSteven Tamm2004-03-111-16/+0
* Image consolidation:Kim F. Storm2004-03-111-5928/+0
* Inserting Yamomotosan's changes for MacOSX image support, better supportSteven Tamm2004-02-261-811/+2126
* macfns.c, w32fns.c (Fx_change_window_property):Jan Djärv2004-02-071-5/+18
* (Qimage): Remove extern (now in lisp.h).Kim F. Storm2003-12-281-7/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Make (several) trivial substitutions for renamed andKim F. Storm2003-05-241-38/+42
* Fix build on Mac OS X with Carbon.Andrew Choi2003-04-011-2/+0
* (Qauto_raise, Qauto_lower, ...): Remove vars for frameKim F. Storm2003-03-311-1250/+64
* (x_set_mouse_color): Setup hand_cursor instead of cross_cursor.Kim F. Storm2003-03-211-11/+12