Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
|\ | |||||
| * | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Remove use of/documentation regarding deprecated symbols/macro's, which ↵ | jan.nijtmans | 2019-06-26 | 1 | -2/+2 |
| | | | | | | | | | | | | moved to Tcl headers long ago. | ||||
* | | | Merge 8.6 | jan.nijtmans | 2019-06-25 | 2 | -4/+3 |
|\ \ \ | |/ / | |||||
| * | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 6 | -26/+25 |
| | | | |||||
* | | | Remove unnecessary call to NSUpdateDynamicServices() which can cause crashes | culler | 2019-06-24 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Remove unnecessary call to NSUpdateDynamicServices() which can cause crashes. | culler | 2019-06-24 | 1 | -2/+1 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2019-06-24 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Tk_DoOneEvent -> Tcl_DoOneEvent, since the Tk variant is deprecated. See: ↵ | jan.nijtmans | 2019-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | [505fe5a0e2] | ||||
| * | | Documentation cleanup and removal of redundant constants; thanks to ↵ | Kevin Walzer | 2019-06-21 | 2 | -19/+5 |
| | | | | | | | | | | | | Christopher Chavez for reports and patch | ||||
* | | | CONST to const; make code compile | dkf | 2019-06-22 | 3 | -43/+47 |
| | | | |||||
* | | | Documentation cleanup and removal of redundant constants; thanks to ↵ | Kevin Walzer | 2019-06-21 | 2 | -29/+14 |
| | | | | | | | | | | | | Christopher Chavez for reports and patch | ||||
* | | | Merge 8.6. Purge end-of-line spaces | jan.nijtmans | 2019-06-17 | 3 | -19/+19 |
|\ \ \ | |/ / | |||||
* | | | merge core-8-6-branch: mac services improvements | dkf | 2019-06-15 | 7 | -47/+452 |
|\ \ \ | |/ / | |||||
| * | | TIP 536: Improvements to Mac-specific IPC | dkf | 2019-06-15 | 7 | -46/+452 |
| |\ \ | |||||
| | * | | Edited README. | culler | 2019-05-20 | 1 | -18/+37 |
| | | | | |||||
| | * | | Add documentation on testing Mac services to README; remove obsolete detail ↵ | Kevin Walzer | 2019-05-20 | 2 | -50/+33 |
| | | | | | | | | | | | | | | | | 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 | ||||
| | * | | Finally got timing of initializing NSServices object correct; code cleanup; ↵ | Kevin Walzer | 2019-05-18 | 7 | -25/+56 |
| | |\ \ | | | | | | | | | | | | | | | | merge in 8.6 to pick up changes in Tk initialization code | ||||
| | * | | | Code and data type cleanup, thanks to Marc Culler for patch | Kevin Walzer | 2019-05-17 | 4 | -22/+41 |
| | | | | | |||||
| | * | | | Restore deprecated call to NSPasteboardTypeString in ↵ | Kevin Walzer | 2019-05-12 | 2 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | writeSelectiontoPasteboard because it breaks sending data to the services menu. Data type must be identical in this call and in the NSSendTypes key in info.plist; we cannot do a clever mapping here of the old type to a new one because the info.plist does not have this kind of conditional reading on different versions of macOS. We will have to live with the deprecated call until it is obsolete/removed altogether by Apple. | ||||
| | * | | | More tweaking | Kevin Walzer | 2019-05-12 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Tweak merge | Kevin Walzer | 2019-05-12 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Clean up merge | Kevin Walzer | 2019-05-12 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Merge in core-8-6-branch | Kevin Walzer | 2019-05-12 | 33 | -3363/+6163 |
| | |\ \ \ | |||||
| | * | | | | Revert some calls to support building on older systems | Kevin Walzer | 2019-05-02 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Remove some deprecated calls | Kevin Walzer | 2019-05-01 | 1 | -3/+3 |
| | | | | | | |||||
| | * | | | | Removal of needlessly large buffer for services script, thanks to Marc ↵ | Kevin Walzer | 2019-05-01 | 1 | -16/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Culler for patch | ||||
| | * | | | | Automatically bind text, entry, ttk::entry widgets to Services API at widget ↵ | Kevin Walzer | 2019-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | creation/mapping; re-work data mechanism to use selection rather than clipboard API, thanks to Marc Culler for that insight | ||||
| | * | | | | Tweak text widget bindings to fire Services menu more consistently; ↵ | Kevin Walzer | 2019-04-24 | 1 | -134/+182 |
| | | | | | | | | | | | | | | | | | | | | | | | | formatting cleanup; thanks to Marc Culler for user feedback and patch for formatting | ||||
| | * | | | | Fix comment | Kevin Walzer | 2019-03-16 | 1 | -196/+196 |
| | | | | | | |||||
| | * | | | | Fix comment | Kevin Walzer | 2019-03-16 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Ensure ::tk::mac::GetAppPath is included | Kevin Walzer | 2019-03-09 | 2 | -52/+41 |
| | | | | | | |||||
| | * | | | | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. ↵ | Kevin Walzer | 2019-03-08 | 2 | -1/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | Re-focus on URL and print events, and Services | ||||
| | * | | | | Clean up implementation and documentation of ::tk::mac::PrintDocument ↵ | Kevin Walzer | 2019-03-07 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | command; was mapped internally to ::tk::mac::OpenDocument and print event never fired; changed parameter to a single file path | ||||
| | * | | | | Fix bug in print doc implementation | Kevin Walzer | 2019-03-07 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Further refinement in URL event handling | Kevin Walzer | 2019-03-07 | 2 | -3/+14 |
| | | | | | | |||||
| | * | | | | Cleanup line endings | Kevin Walzer | 2019-03-04 | 1 | -210/+210 |
| | | | | | | |||||
| | * | | | | Minor cleanup | Kevin Walzer | 2019-03-04 | 1 | -19/+20 |
| | | | | | | |||||
| | * | | | | Cleanup of code to set default app, fix crashes | Kevin Walzer | 2019-03-02 | 1 | -5/+20 |
| | | | | | | |||||
| | * | | | | Update | Kevin Walzer | 2019-03-02 | 1 | -0/+4 |
| | | | | | | |||||
| | * | | | | Replace some deprecated calls | Kevin Walzer | 2019-03-02 | 1 | -11/+7 |
| | | | | | | |||||
| | * | | | | Clean up implementation | Kevin Walzer | 2019-03-01 | 3 | -26/+30 |
| | | | | | | |||||
| | * | | | | Rename tkMacOSXLaunch.c | Kevin Walzer | 2019-02-28 | 1 | -0/+193 |
| | | | | | | |||||
| | * | | | | Update makefile, trying to build | Kevin Walzer | 2019-02-28 | 2 | -4/+4 |
| | | | | | | |||||
| | * | | | | Add launcher code, update docs | Kevin Walzer | 2019-02-28 | 5 | -628/+858 |
| | | | | | | |||||
| | * | | | | Update mac_services branch, intend to submit a TIP | Kevin Walzer | 2019-02-27 | 4 | -0/+224 |
| | |\ \ \ \ | |||||
| | | * | | | | Remove unused method call: | Kevin Walzer | 2018-03-10 | 1 | -39/+0 |
| | | | | | | | |||||
| | | * | | | | Implementation and documentation complete, now ready to be submitted as TIP | Kevin Walzer | 2018-03-08 | 2 | -16/+1 |
| | | | | | | | |||||
| | | * | | | | Flesh out implementation | Kevin Walzer | 2018-03-07 | 2 | -10/+18 |
| | | | | | | | |||||
| | | * | | | | Implement script level bindings | Kevin Walzer | 2018-03-07 | 1 | -0/+21 |
| | | | | | | |