aboutsummaryrefslogtreecommitdiffstats
path: root/src/macfns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* Use generic compute_fringe_widths.Kim F. Storm2003-03-121-1/+1
* 2003-01-28 Andrew Choi <[email protected]>Andrew Choi2003-01-281-2/+2
* (syms_of_macfns) <Vx_bitmap_file_path>: Doc fix.Dave Love2003-01-061-1/+1
* Remove definition of XColor.Juanma Barranquero2002-10-231-10/+0
* Fix typo in comment.Juanma Barranquero2002-10-181-6/+6
* * frame.c (Vdelete_frame_functions): New variable.John Paul Wallington2002-10-021-0/+5
* (Fx_server_max_request_size): Fix spacing.Juanma Barranquero2002-09-061-241/+241
* 2002-08-30 Andrew Choi <[email protected]>Andrew Choi2002-08-301-0/+2
* (Qbar, Qbox): Removed.Kim F. Storm2002-08-301-6/+0
* (x_specified_cursor_type): Removed.Kim F. Storm2002-08-301-39/+1
* 2002-07-31 Andrew Choi <[email protected]>Andrew Choi2002-08-011-1/+1
* * macfns.c (validate_x_resource_name): Use SSET.Ken Raeburn2002-07-161-1/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-96/+96