summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenu.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak display of bitmaps in menus on macOS; thanks to Christopher Chavez for ...Kevin Walzer2019-08-151-0/+4
* Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-6/+6
* Adjust some whitespace.culler2019-04-171-3/+7
* Add a couple of blank lines.culler2019-04-171-0/+1
* Mitigate future merge conflict headaches.culler2019-04-171-66/+76
* Fix bug [8814bddf5d]: segfault in [NSMenu size]culler2019-02-091-5/+9
* Fix bug [1529659ff]: Embedded toplevel makes the outer toplevel menu inaccess...culler2019-02-081-7/+28
* TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-75/+156
|\
| * Remove lines that were commented out.culler2019-01-281-3/+0
| * Edited comments.culler2019-01-281-4/+31
| * Reverting TkpPostTearoffMenu to the unix function, which is equally useless butculler2019-01-281-9/+82
| * Use the MENU_DELETION_PENDING flag to guard against crashes when theculler2019-01-281-3/+1
| * Fix over-correction in the last commit. We must allow item to be nil on macOS.culler2019-01-271-1/+1
| * For macOS, guard against a crash in TkpPostMenu and fix TkPostTearoffMenu.culler2019-01-151-11/+15
| * Fix name collision on macOS. Clarify some logic in the geometry computation.culler2019-01-151-2/+1
| * Use TkGetMenuIndex to parse the index argument to the post command.culler2019-01-151-4/+4
| * Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu postculler2019-01-131-6/+15
| * Fix related menubutton issues on linux and Windows.culler2019-01-111-37/+36
| * Fix bug [70e531918e]: geometry issues with menubuttons on macOSculler2019-01-091-40/+15
* | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-2/+2
|\ \ | |/ |/|
| * As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-2/+2
| * Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-19/+8
| * Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-1/+1
| * Remove duplicate call to safeSetMainMenuKevin Walzer2015-03-211-7/+0
| * Improvement of memory management, removal of zombie windows from Tk-Cocoa; th...Kevin Walzer2015-03-211-0/+9
| * Cleanup and simplification of memory management in event loop; now works more...Kevin Walzer2015-03-211-1/+8
| * Remove garbage collections calls as GC is no longer supported on OS X; thanks...Kevin Walzer2015-03-211-9/+15
| * Wish now launches in front when caed from command line, and focus -force work...Kevin Walzer2015-03-151-3/+7
| * Allow Tk to post popup menus when Tk app is not frontmostKevin Walzer2014-08-141-3/+11
| * Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patchKevin Walzer2014-08-011-4/+7
| * Fix for 3016181, thanks to Tom Goddard for patchKevin Walzer2013-08-251-1/+1
| * remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-1/+1
| * Fix for 3572016, menus not re-enabling after modal dialogKevin Walzer2012-10-021-0/+6
| * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-3943/+960
* | Make tabbed windows work correctly on macOS.culler2018-11-301-23/+43
* | Mac code cleanup. Move interfaces for subclasses of AppKit classes toculler2018-11-261-8/+5
* | Deal with a compiler warning about a category implementing methods of the mai...culler2018-10-281-1/+1
* | Fix [9658bc800c]: Several display issues with menu items, more easily seen wh...fvogel2018-10-061-1/+1
|\ \
| * | Once the menu geometry is correctly computed there is no need anymore for que...fvogel2018-09-291-1/+1
* | | Remove somewhat misleading text in commentsfvogel2018-09-221-2/+1
|/ /
* | Fix a few MacOSX compiler warningsjan.nijtmans2018-08-141-1/+1
* | Add missing code to run the postcommand in TkpPostMenu for macOS. Fixes [13d...culler2017-11-301-0/+7
* | Remove all conditional code which requires a minimum deployment targetculler2017-11-271-4/+0
* | Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system...Kevin Walzer2017-10-111-0/+1
* | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-19/+8
* | Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-1/+1
* | Improvement of memory management, removal of zombie windows from Tk-Cocoa; th...Kevin Walzer2015-03-211-0/+2
* | Cleanup and simplification of memory management in event loop; now works more...Kevin Walzer2015-03-211-1/+8
* | Remove garbage collections calls as GC is no longer supported on OS X; thanks...Kevin Walzer2015-03-211-9/+15
* | Wish now launches in front when called from command line, and focus -force wo...Kevin Walzer2015-03-151-3/+7