Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete cleanup of Apple Event processing after recent updates to window ↵ | Kevin Walzer | 2019-09-01 | 1 | -4/+4 |
| | | | | display on app startup | ||||
* | More refinements | Kevin Walzer | 2019-09-01 | 1 | -2/+1 |
| | |||||
* | Document some known issues with Dark Mode and Apple Events in macOS | Kevin Walzer | 2019-08-21 | 1 | -1/+2 |
| | |||||
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -1/+1 |
| | |||||
* | Update documentation on do script Apple Event command | Kevin Walzer | 2019-06-30 | 1 | -0/+16 |
| | |||||
* | Add documentation on testing Mac services to README; remove obsolete detail ↵ | Kevin Walzer | 2019-05-20 | 1 | -3/+2 |
| | | | | from README; remove stub procedure for ::tk::mac::PerformService now that we have verified it works, to be consistent with other Mac-spdecific procedures such as ::tk::mac::OpenDocument | ||||
* | Update documentation for new commands | Kevin Walzer | 2019-03-27 | 1 | -2/+10 |
| | |||||
* | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. ↵ | Kevin Walzer | 2019-03-08 | 1 | -22/+1 |
| | | | | Re-focus on URL and print events, and Services | ||||
* | Clean up implementation and documentation of ::tk::mac::PrintDocument ↵ | Kevin Walzer | 2019-03-07 | 1 | -3/+2 |
| | | | | command; was mapped internally to ::tk::mac::OpenDocument and print event never fired; changed parameter to a single file path | ||||
* | Cleanup of code to set default app, fix crashes | Kevin Walzer | 2019-03-02 | 1 | -5/+7 |
| | |||||
* | Replace some deprecated calls | Kevin Walzer | 2019-03-02 | 1 | -0/+3 |
| | |||||
* | Clean up implementation | Kevin Walzer | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | Add launcher code, update docs | Kevin Walzer | 2019-02-28 | 1 | -0/+32 |
| | |||||
* | Implementation and documentation complete, now ready to be submitted as TIP | Kevin Walzer | 2018-03-08 | 1 | -1/+31 |
| | |||||
* | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | after .TH breaks rendering on OpenBSD and possibly others. | ||||
* | Minor spelling fixes. | dkf | 2012-03-13 | 1 | -1/+1 |
| | |||||
* | * doc/tk_mac.n (new file): Description of OSX-specific functionality | dkf | 2011-03-02 | 1 | -0/+237 |
in Tk, contributed by Kevin Walzer. * doc/button.n, doc/font.n, doc/menu.n: Noted which parts of these commands are intentionally not fully supported on OSX. |