summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXServices.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings on all macOS versions.culler2019-06-291-1/+1
* CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-1/+1
* Remove unnecessary call to NSUpdateDynamicServices() which can cause crashes.culler2019-06-241-2/+1
* TIP 536: Improvements to Mac-specific IPCdkf2019-06-151-20/+22
* Add documentation on testing Mac services to README; remove obsolete detail f...Kevin Walzer2019-05-201-9/+0
* Finally got timing of initializing NSServices object correct; code cleanup; m...Kevin Walzer2019-05-181-1/+1
* Code and data type cleanup, thanks to Marc Culler for patchKevin Walzer2019-05-171-18/+31
* Restore deprecated call to NSPasteboardTypeString in writeSelectiontoPasteboa...Kevin Walzer2019-05-121-1/+0
* Revert some calls to support building on older systemsKevin Walzer2019-05-021-0/+1
* Remove some deprecated callsKevin Walzer2019-05-011-3/+3
* Removal of needlessly large buffer for services script, thanks to Marc Culler...Kevin Walzer2019-05-011-16/+7
* Automatically bind text, entry, ttk::entry widgets to Services API at widget ...Kevin Walzer2019-04-301-1/+1
* Tweak text widget bindings to fire Services menu more consistently; formattin...Kevin Walzer2019-04-241-134/+182
* Fix commentKevin Walzer2019-03-161-196/+196
* Fix commentKevin Walzer2019-03-161-1/+1
* Ensure ::tk::mac::GetAppPath is includedKevin Walzer2019-03-091-3/+2
* Add launcher code, update docsKevin Walzer2019-02-281-197/+197
* Update mac_services branch, intend to submit a TIPKevin Walzer2019-02-271-0/+17
* Remove unused method call:Kevin Walzer2018-03-101-39/+0
* Implementation and documentation complete, now ready to be submitted as TIPKevin Walzer2018-03-081-12/+1
* Flesh out implementationKevin Walzer2018-03-071-8/+13
* Modify makefile to add new fileKevin Walzer2018-03-051-24/+6
* Begin refinements of codeKevin Walzer2018-03-051-6/+5
* Implementation of NSServices API for Tk core on macOSKevin Walzer2018-03-051-0/+244