summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenu.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unnecessary spacingjan.nijtmans2021-03-081-1/+1
* Adjust the key event processing logic to handle dead keys being used as menu ...culler2021-03-021-8/+17
* Fix [1626ed65b8]: Aqua aborts when Command-backquote is pressed on a Spanish ...culler2021-03-011-0/+19
* More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-4/+4
* Fix [bdcab85b9c]: Aqua crash when non-BMP characters are used in a menu labelmarc_culler2021-01-271-3/+8
* Merge 8.6jan.nijtmans2020-12-131-3/+3
* Aqua - Fix [635167af14] and [cc7e0dfc8a]: artifacts and exceptions caused by ...marc_culler2020-11-201-36/+42
|\
| * Implement option 3 - ignore menu colors on macOS.culler2020-11-191-17/+16
| * Back out accidental commitculler2020-11-181-40/+35
| * Test using an underline to indicate background color.culler2020-11-181-35/+40
| * Try initializing menus a bit later and dealing with menu item background color.culler2020-11-171-27/+38
* | Correction to the state synchronization loop -- many thanks to anonymousmarc_culler2020-11-201-1/+1
* | Edit comments some more. Remove a testing print statement.marc_culler2020-11-191-2/+3
* | Edit commentsmarc_culler2020-11-191-7/+12
* | Better fix, for special menus other than Help: iterate through Tk menu entrie...marc_culler2020-11-191-15/+3
* | Fix [7185d26cf4]: macOS menu items before separators in special menus are dis...culler2020-11-181-5/+5
|/
* Fix more warnings, related to -Wshadow, now in MacOSX codejan.nijtmans2020-10-021-37/+47
* TIP #581: More progressjan.nijtmans2020-09-091-2/+2
* Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-1/+1
* Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-221-2/+2
* Fix some issues with 10.6culler2020-08-121-1/+3
* Make TCL_UNUSED() macro usable in Tk 8.6jan.nijtmans2020-08-041-7/+7
* Add the backgroundLoop from mac_styles, to allow Tk to run while a menu is open.culler2020-08-031-0/+70
* Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-1/+1
* Fix macOS crash caused by deactivating a menu while it is being deleted.culler2019-10-101-1/+4
* Fix for menus in Dark Aqua windows, addresses ticket 07cfc9f03e; thanks to Ch...Kevin Walzer2019-09-021-6/+21
* 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