summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXServices.c
Commit message (Expand)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2020-12-091-3/+3
* Merge 8.6jan.nijtmans2020-08-061-6/+3
|\
| * Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-061-6/+9
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-1/+1
* | Eliminate many -Wextra warningsjan.nijtmans2020-03-051-1/+7
* | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no...culler2019-10-251-106/+25
|\ \ | |/
| * Prevent a crash which could occur if the window were defocussed during IME co...culler2019-10-241-5/+9
| * Rework and simplify services so the TkService object won't interfere with IME...culler2019-10-231-106/+20
* | Fix compiler warnings on all macOS versions.culler2019-06-291-1/+1
|\ \ | |/
| * 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 crashesculler2019-06-241-2/+1
|\ \ | |/
| * Remove unnecessary call to NSUpdateDynamicServices() which can cause crashes.culler2019-06-241-2/+1
* | CONST to const; make code compiledkf2019-06-221-5/+5
|/
* 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