summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenu.c
Commit message (Collapse)AuthorAgeFilesLines
* various project cleanups & enhancementsdas2002-08-301-7/+6
| | | | | | | | added macosx/Makefile to facilitate building from cli added [tk windowingsystem] and removed $::tcl_plaform(windowingsystem) changed all runtime library references to the above removed duplicate entries in tk.decls & tkInt.decls CONSTification and other small changes in macosx/ to remove compiler warnings
* 08/26/2002 Jim Ingham < jingham@apple.com>wolfsuit2002-08-261-4/+10
| | | | | | tkMacOSXMenu.c: In ReconfigureIndividualMenu, guard against the CFStringFromCString returning NULL. In this case, insert "<error>" for the menu item text, for want of a better thing to do...
* Jim's patch for encodingsvincentdarley2002-07-191-6/+9
|
* encodings, eventsvincentdarley2002-07-181-5/+12
|
* menu glyphsvincentdarley2002-07-181-26/+64
|
* menu encodings and menu glyphsvincentdarley2002-07-161-62/+114
|
* Fix bug #513222. We were acting on the menu after the post event withoutwolfsuit2002-02-061-9/+18
| | | | checking to see whether the menu event had deleted the menu.
* Merge with current TOTwolfsuit2002-02-051-14/+15
| | | | | | | | | Added support for the wm stackorder command Fixed crash when selecting Menu items in the Application menu that we didn't put there. Added first bits of the use of CG for low-level drawing. The line-drawing works, the rest doesn't yet. You have to set the file static useCGDrawing to 1 and rebuild to activate this code.
* First checkin of support for Tk on Mac OS X.wolfsuit2001-10-151-0/+4571