summaryrefslogtreecommitdiffstats
path: root/doc/tk_mac.n
Commit message (Collapse)AuthorAgeFilesLines
* Complete cleanup of Apple Event processing after recent updates to window ↵Kevin Walzer2019-09-011-4/+4
| | | | display on app startup
* More refinementsKevin Walzer2019-09-011-2/+1
|
* Document some known issues with Dark Mode and Apple Events in macOSKevin Walzer2019-08-211-1/+2
|
* Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
|
* Update documentation on do script Apple Event commandKevin Walzer2019-06-301-0/+16
|
* Add documentation on testing Mac services to README; remove obsolete detail ↵Kevin Walzer2019-05-201-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 commandsKevin Walzer2019-03-271-2/+10
|
* Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. ↵Kevin Walzer2019-03-081-22/+1
| | | | Re-focus on URL and print events, and Services
* Clean up implementation and documentation of ::tk::mac::PrintDocument ↵Kevin Walzer2019-03-071-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 crashesKevin Walzer2019-03-021-5/+7
|
* Replace some deprecated callsKevin Walzer2019-03-021-0/+3
|
* Clean up implementationKevin Walzer2019-03-011-1/+2
|
* Add launcher code, update docsKevin Walzer2019-02-281-0/+32
|
* Implementation and documentation complete, now ready to be submitted as TIPKevin Walzer2018-03-081-1/+31
|
* Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
| | | | after .TH breaks rendering on OpenBSD and possibly others.
* Minor spelling fixes.dkf2012-03-131-1/+1
|
* * doc/tk_mac.n (new file): Description of OSX-specific functionalitydkf2011-03-021-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.