| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak display of bitmaps in menus on macOS; thanks to Christopher Chavez for ... | Kevin Walzer | 2019-08-15 | 1 | -0/+4 |
|
|
* | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -6/+6 |
|
|
* | Adjust some whitespace. | culler | 2019-04-17 | 1 | -3/+7 |
|
|
* | Add a couple of blank lines. | culler | 2019-04-17 | 1 | -0/+1 |
|
|
* | Mitigate future merge conflict headaches. | culler | 2019-04-17 | 1 | -66/+76 |
|
|
* | Fix bug [8814bddf5d]: segfault in [NSMenu size] | culler | 2019-02-09 | 1 | -5/+9 |
|
|
* | Fix bug [1529659ff]: Embedded toplevel makes the outer toplevel menu inaccess... | culler | 2019-02-08 | 1 | -7/+28 |
|
|
* | TIP #533 (Extension of the menu post command) implementation was accepted by ... | fvogel | 2019-02-02 | 1 | -75/+156 |
|\ |
|
| * | Remove lines that were commented out. | culler | 2019-01-28 | 1 | -3/+0 |
|
|
| * | Edited comments. | culler | 2019-01-28 | 1 | -4/+31 |
|
|
| * | Reverting TkpPostTearoffMenu to the unix function, which is equally useless but | culler | 2019-01-28 | 1 | -9/+82 |
|
|
| * | Use the MENU_DELETION_PENDING flag to guard against crashes when the | culler | 2019-01-28 | 1 | -3/+1 |
|
|
| * | Fix over-correction in the last commit. We must allow item to be nil on macOS. | culler | 2019-01-27 | 1 | -1/+1 |
|
|
| * | For macOS, guard against a crash in TkpPostMenu and fix TkPostTearoffMenu. | culler | 2019-01-15 | 1 | -11/+15 |
|
|
| * | Fix name collision on macOS. Clarify some logic in the geometry computation. | culler | 2019-01-15 | 1 | -2/+1 |
|
|
| * | Use TkGetMenuIndex to parse the index argument to the post command. | culler | 2019-01-15 | 1 | -4/+4 |
|
|
| * | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu post | culler | 2019-01-13 | 1 | -6/+15 |
|
|
| * | Fix related menubutton issues on linux and Windows. | culler | 2019-01-11 | 1 | -37/+36 |
|
|
| * | Fix bug [70e531918e]: geometry issues with menubuttons on macOS | culler | 2019-01-09 | 1 | -40/+15 |
|
|
* | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -2/+2 |
|
|
| * | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -19/+8 |
|
|
| * | Remove multiple deprecated internal API calls on OS X; streamline Apple Event... | Kevin Walzer | 2015-11-25 | 1 | -1/+1 |
|
|
| * | Remove duplicate call to safeSetMainMenu | Kevin Walzer | 2015-03-21 | 1 | -7/+0 |
|
|
| * | Improvement of memory management, removal of zombie windows from Tk-Cocoa; th... | Kevin Walzer | 2015-03-21 | 1 | -0/+9 |
|
|
| * | Cleanup and simplification of memory management in event loop; now works more... | Kevin Walzer | 2015-03-21 | 1 | -1/+8 |
|
|
| * | Remove garbage collections calls as GC is no longer supported on OS X; thanks... | Kevin Walzer | 2015-03-21 | 1 | -9/+15 |
|
|
| * | Wish now launches in front when caed from command line, and focus -force work... | Kevin Walzer | 2015-03-15 | 1 | -3/+7 |
|
|
| * | Allow Tk to post popup menus when Tk app is not frontmost | Kevin Walzer | 2014-08-14 | 1 | -3/+11 |
|
|
| * | Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patch | Kevin Walzer | 2014-08-01 | 1 | -4/+7 |
|
|
| * | Fix for 3016181, thanks to Tom Goddard for patch | Kevin Walzer | 2013-08-25 | 1 | -1/+1 |
|
|
| * | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -1/+1 |
|
|
| * | Fix for 3572016, menus not re-enabling after modal dialog | Kevin Walzer | 2012-10-02 | 1 | -0/+6 |
|
|
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -3943/+960 |
|
|
* | | Make tabbed windows work correctly on macOS. | culler | 2018-11-30 | 1 | -23/+43 |
|
|
* | | Mac code cleanup. Move interfaces for subclasses of AppKit classes to | culler | 2018-11-26 | 1 | -8/+5 |
|
|
* | | Deal with a compiler warning about a category implementing methods of the mai... | culler | 2018-10-28 | 1 | -1/+1 |
|
|
* | | Fix [9658bc800c]: Several display issues with menu items, more easily seen wh... | fvogel | 2018-10-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Once the menu geometry is correctly computed there is no need anymore for que... | fvogel | 2018-09-29 | 1 | -1/+1 |
|
|
* | | | Remove somewhat misleading text in comments | fvogel | 2018-09-22 | 1 | -2/+1 |
|/ / |
|
* | | Fix a few MacOSX compiler warnings | jan.nijtmans | 2018-08-14 | 1 | -1/+1 |
|
|
* | | Add missing code to run the postcommand in TkpPostMenu for macOS. Fixes [13d... | culler | 2017-11-30 | 1 | -0/+7 |
|
|
* | | Remove all conditional code which requires a minimum deployment target | culler | 2017-11-27 | 1 | -4/+0 |
|
|
* | | Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system... | Kevin Walzer | 2017-10-11 | 1 | -0/+1 |
|
|
* | | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -19/+8 |
|
|
* | | Remove multiple deprecated internal API calls on OS X; streamline Apple Event... | Kevin Walzer | 2015-11-25 | 1 | -1/+1 |
|
|
* | | Improvement of memory management, removal of zombie windows from Tk-Cocoa; th... | Kevin Walzer | 2015-03-21 | 1 | -0/+2 |
|
|
* | | Cleanup and simplification of memory management in event loop; now works more... | Kevin Walzer | 2015-03-21 | 1 | -1/+8 |
|
|
* | | Remove garbage collections calls as GC is no longer supported on OS X; thanks... | Kevin Walzer | 2015-03-21 | 1 | -9/+15 |
|
|
* | | Wish now launches in front when called from command line, and focus -force wo... | Kevin Walzer | 2015-03-15 | 1 | -3/+7 |
|
|