summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenus.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0. Streamline some indentingjan.nijtmans2024-06-301-10/+10
* Fix [ed9b28d478]: Aqua: fix improper Tcl value reference counts in GetWidgetD...fvogel2023-07-261-0/+2
|\
| * Fix [ed9b28d478]: Aqua: fix improper Tcl value reference counts in GetWidgetD...fvogel2023-07-261-0/+4
* | Handle larger string-lengths in MacOS, when compiling with Tcl 9 headersjan.nijtmans2023-04-151-1/+1
* | More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-4/+4
* | Merge 8.6jan.nijtmans2022-04-151-15/+15
|\ \ | |/
| * Fix [c0bf1bda2a]: Aqua: avoid buffer overflows by not passing XVirtualEvent* ...jan.nijtmans2022-04-151-15/+15
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Merge 8.6culler2020-11-061-1/+1
|\ \ | |/
| * Test using the real standardAboutPanel as the manual indicates is doneculler2020-11-051-1/+1
* | Merge 8.6jan.nijtmans2020-09-021-1/+1
|\ \ | |/
| * Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-1/+1
* | Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables. jan.nijtmans2020-08-261-23/+0
|\ \ | |/
* | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-1/+1
|\ \ | |/
| * Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-1/+1
* | Merge 8.6. More TCL_UNUSED() usage.jan.nijtmans2020-03-191-2/+2
|\ \ | |/
* | Instroduce TCL_UNUSED() macro, and use to make more -Wextra warnings disappear.jan.nijtmans2020-03-081-4/+12
* | Merge 8.6jan.nijtmans2019-10-251-1/+1
|\ \ | |/
| * Some end-of-line exess spacingjan.nijtmans2019-10-251-1/+1
* | Fix [bfdd89cc6b]: on macOS hide the File->Run Widget Demo menu item while the...culler2019-10-201-7/+8
|\ \ | |/
| * Fix [bfdd89cc6b]: on macOS hide the File->Run Widget Demo menu item while the...culler2019-10-201-7/+8
| * Mitigate future merge conflict headaches.culler2019-04-171-1/+0
* | Source readability run: macosx/*dkf2019-04-161-1/+0
* | Implement TIPs 482 and 483dkf2019-04-141-8/+7
|\ \ | |/ |/|
| * Changes based on recommendations in http://code.activestate.com/lists/tcl-cor...stu2018-07-041-22/+0
| * Use ::tk::pkgconfig to get the demo directory on MacOSX.stu2017-11-081-0/+21
| * Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system...Kevin Walzer2017-10-111-0/+1
* | Fix the build on Sierra and earlier.culler2018-12-011-1/+6
* | Make tabbed windows work correctly on macOS.culler2018-11-301-11/+37
* | Always check whether the return value of TkMacOSXGetTkWindow is NULL.culler2018-11-111-3/+3
* | Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system...Kevin Walzer2017-10-111-0/+1
|/
* Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-11/+6
* Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-071-2/+2
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-54/+142
| * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-2/+2
| * * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup.das2007-06-041-2/+5
| * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-130/+120
| * * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-1/+2
| * * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add supportdas2006-07-201-3/+2
| * comment typodas2006-05-161-2/+2
| * * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensuredas2006-05-121-2/+17
| * * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use ofdas2006-04-281-8/+4
| * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-10/+1
| * * macosx/tkMacOSXMenu.c:das2005-11-271-1/+7
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-24/+22
| * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-16/+16
| * * generic/tkMain.c:das2004-11-111-18/+2
| * Get the "Command-H" -> hide binding working. Also remove the spuriouswolfsuit2004-03-171-2/+8