Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
48 check-ins related to "mac_services"
2019-06-15
| ||
20:02 | TIP 536: Improvements to Mac-specific IPC check-in: ded88b70 user: dkf tags: core-8-6-branch | |
2019-05-20
| ||
13:21 | Edited README. Closed-Leaf check-in: a5d55621 user: culler tags: mac_services | |
02:33 | Add documentation on testing Mac services to README; remove obsolete detail 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 check-in: 356d52c7 user: kevin_walzer tags: mac_services | |
2019-05-18
| ||
13:05 | Finally got timing of initializing NSServices object correct; code cleanup; merge in 8.6 to pick up changes in Tk initialization code check-in: f126b00e user: kevin_walzer tags: mac_services | |
2019-05-17
| ||
07:21 | Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0). One None -> NULL change which was still missing. Backported from trunk. check-in: 777211ed user: jan.nijtmans tags: core-8-6-branch | |
03:13 | Code and data type cleanup, thanks to Marc Culler for patch check-in: a7e34ff9 user: kevin_walzer tags: mac_services | |
2019-05-12
| ||
02:03 | Restore deprecated call to NSPasteboardTypeString in 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. check-in: 42577ce4 user: kevin_walzer tags: mac_services | |
00:55 | More tweaking check-in: cad8b6d0 user: kevin_walzer tags: mac_services | |
00:54 | Tweak merge check-in: a2c1b38b user: kevin_walzer tags: mac_services | |
00:45 | Clean up merge check-in: 40a5ae7c user: kevin_walzer tags: mac_services | |
00:42 | Merge in core-8-6-branch check-in: 056f4a08 user: kevin_walzer tags: mac_services | |
2019-05-09
| ||
20:50 | François Vogel review (thanks!). Streamline UNIX defaults with MAC/WIN defaults. check-in: 374dc40e user: jan.nijtmans tags: core-8-6-branch | |
2019-05-02
| ||
01:35 | Revert some calls to support building on older systems check-in: 6e6b5d8c user: kevin_walzer tags: mac_services | |
2019-05-01
| ||
12:45 | Remove some deprecated calls check-in: a7a55e1b user: kevin_walzer tags: mac_services | |
01:59 | Removal of needlessly large buffer for services script, thanks to Marc Culler for patch check-in: 07162240 user: kevin_walzer tags: mac_services | |
01:43 | Remove unnecessary call to Button1-Release in text widget check-in: 432d6fa9 user: kevin_walzer tags: mac_services | |
2019-04-30
| ||
11:40 | Automatically bind text, entry, ttk::entry widgets to Services API at widget creation/mapping; re-work data mechanism to use selection rather than clipboard API, thanks to Marc Culler for that insight check-in: 52287ff4 user: kevin_walzer tags: mac_services | |
2019-04-24
| ||
03:27 | Tweak text widget bindings to fire Services menu more consistently; formatting cleanup; thanks to Marc Culler for user feedback and patch for formatting check-in: 1c685607 user: kevin_walzer tags: mac_services | |
2019-03-27
| ||
12:02 | Update documentation for new commands check-in: ccb8e3b8 user: kevin_walzer tags: mac_services | |
2019-03-16
| ||
02:09 | Fix comment check-in: 4f25cbe3 user: kevin_walzer tags: mac_services | |
02:09 | Fix comment check-in: 43f384df user: kevin_walzer tags: mac_services | |
2019-03-09
| ||
03:16 | Ensure ::tk::mac::GetAppPath is included check-in: 16bee760 user: kevin_walzer tags: mac_services | |
2019-03-08
| ||
03:44 | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. Re-focus on URL and print events, and Services check-in: 53616eef user: kevin_walzer tags: mac_services | |
2019-03-07
| ||
03:56 | Clean up implementation and documentation of ::tk::mac::PrintDocument command; was mapped internally to ::tk::mac::OpenDocument and print event never fired; changed parameter to a single file path check-in: a4066811 user: kevin_walzer tags: mac_services | |
03:17 | Fix bug in print doc implementation check-in: 8cf0d399 user: kevin_walzer tags: mac_services | |
03:10 | Further refinement in URL event handling check-in: 25d290f9 user: kevin_walzer tags: mac_services | |
2019-03-04
| ||
13:00 | Cleanup line endings check-in: 8055d910 user: kevin_walzer tags: mac_services | |
12:59 | Minor cleanup check-in: b999f02c user: kevin_walzer tags: mac_services | |
2019-03-02
| ||
18:48 | Cleanup of code to set default app, fix crashes check-in: 73dfdaae user: kevin_walzer tags: mac_services | |
15:46 | Update check-in: fe4d1b63 user: kevin_walzer tags: mac_services | |
15:29 | Replace some deprecated calls check-in: 526e13ef user: kevin_walzer tags: mac_services | |
2019-03-01
| ||
16:38 | Clean up implementation check-in: 50b29316 user: kevin_walzer tags: mac_services | |
2019-02-28
| ||
13:44 | Rename tkMacOSXLaunch.c check-in: c162832b user: kevin_walzer tags: mac_services | |
13:42 | Update makefile, trying to build check-in: e9c38d79 user: kevin_walzer tags: mac_services | |
03:51 | Add launcher code, update docs check-in: d9642c10 user: kevin_walzer tags: mac_services | |
2019-02-27
| ||
04:25 | Cleanup of library code, removal of unneeded function check-in: b7dc1382 user: kevin_walzer tags: mac_services | |
04:07 | Update mac_services branch, intend to submit a TIP check-in: 3cb35aab user: kevin_walzer tags: mac_services | |
2019-02-23
| ||
21:16 | Fix bug [9771ae0f0b]: In Aqua, deiconifying a transient of a withdrawn window can create a zombie. check-in: b2b91450 user: culler tags: core-8-6-branch | |
2018-03-10
| ||
16:39 | Remove unused method call: check-in: fc2c5d8d user: kevin_walzer tags: mac_services | |
2018-03-08
| ||
04:49 | Implementation and documentation complete, now ready to be submitted as TIP check-in: 92e729fc user: kevin_walzer tags: mac_services | |
2018-03-07
| ||
13:52 | Flesh out implementation check-in: ac439fce user: kevin_walzer tags: mac_services | |
13:49 | Flesh out implementation check-in: f948d903 user: kevin_walzer tags: mac_services | |
03:51 | Implement script level bindings check-in: f4e8427e user: kevin_walzer tags: mac_services | |
2018-03-05
| ||
12:48 | More refinements check-in: 9d651eb4 user: kevin_walzer tags: mac_services | |
12:43 | Modify makefile to add new file check-in: 4e610619 user: kevin_walzer tags: mac_services | |
03:57 | Begin refinements of code check-in: b04d0fa1 user: kevin_walzer tags: mac_services | |
03:34 | Implementation of NSServices API for Tk core on macOS check-in: 84e5ea7b user: kevin_walzer tags: mac_services | |
2018-03-04
| ||
21:57 | Fix [2321708fff]: radiobutton (and checkbutton) -selectcolor behavior check-in: dd773fa8 user: fvogel tags: core-8-6-branch | |