aboutsummaryrefslogtreecommitdiffstats
path: root/src/macgui.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindowSteven Tamm2004-10-101-0/+2
| | | | | | | | | | | | | | (x_lower_frame): Add BLOCK_INPUT around SendBehind (make_mac_frame): Add BLOCK_INPUT around the making of a terminal frame (mac_initialize): Add BLOCK_INPUT around carbon initialization macgui.h (mktime): Use emacs_mktime macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code. Make a cancel file-open dialog be like C-g. mac.c (mktime): Use emacs_mktime (Fdo_applescript): Add BLOCK_INPUT around do_applescript (Fmac_paste_function): Add better error handling for carbon cut/paste
* Support Tooltips with the Carbon emacs port.Steven Tamm2004-05-301-2/+13
| | | | Some code cleanup using helper macros.
* Inserting Yamomotosan's changes for MacOSX image support, better supportSteven Tamm2004-02-261-4/+32
| | | | of Asian fonts, and some long awaited header cleanup and centralization.
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* (XrmDatabase): New (dummy) typedef.Kim F. Storm2003-03-311-0/+2
|
* Allow building on Mac OS X again after Kim's merging of display code.Andrew Choi2003-03-241-2/+0
|
* (No_Cursor): Define as 0 for Mac.Kim F. Storm2003-03-211-0/+27
| | | | | | (XRectangle): Add X compatible rectangle type. (NativeRectangle): Declare as Rect for Mac. (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
* (XChar2b): Move typedef here for consolidation.Kim F. Storm2003-03-161-0/+16
| | | | (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
* Remove definition of XColor.Juanma Barranquero2002-10-251-10/+0
|
* Add definition of XColor.Juanma Barranquero2002-10-231-0/+10
|
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-0/+157
lisp/ChangeLog, and src/ChangeLog for list of changes.