summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXHLEvents.c
Commit message (Expand)AuthorAgeFilesLines
* Handle larger string-lengths in MacOS, when compiling with Tcl 9 headersjan.nijtmans2023-04-151-1/+1
* Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-8/+8
* More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-11/+11
* Get rid of TCL_ENCODING_NOCOMPLAIN, since it will (most likely) be removed fr...jan.nijtmans2023-03-031-2/+2
* Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-2/+2
|\
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-2/+2
* | Fix building against Tcl 8.6 headersjan.nijtmans2022-04-031-1/+1
* | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-011-1/+2
* | Fix botched merge of tkMacOSXHLEvents.c and some unused parameter warnings.marc_culler2021-11-261-7/+1
* | eol-spacingjan.nijtmans2021-08-041-3/+3
* | Silence OSACopyScriptingDefinition warningKevin Walzer2021-07-241-0/+26
* | Merge 8.7jan.nijtmans2020-12-111-5/+5
|\ \
| * | (c) -> ©jan.nijtmans2020-12-091-5/+5
* | | Fix compiler errors and warnings on macOS 10.13.culler2020-11-041-0/+1
|/ /
* | Merge 8.6 and edit commentsmarc_culler2020-10-201-1/+6
|\ \ | |/
| * Make Tcl_Finalize run when a launched app is terminated with command-Qmarc_culler2020-10-201-2/+7
* | Merge 8.6culler2020-10-161-0/+5
|\ \ | |/
| * Simpler, better fix of [c2483bfe4b]: unwanted fontchooser can appear. Uses T...marc_culler2020-10-151-0/+5
* | Merge 8.6. More usage of TCL_UNUSED macrojan.nijtmans2020-10-151-15/+13
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-09-181-1/+0
|\ \ | |/
| * Remove unused variablejan.nijtmans2020-09-181-1/+0
* | Fixes for Apple Event execution on app startup and window display in IDLE/Tki...Kevin Walzer2020-09-171-7/+42
|\ \ | |/
| * Deal with timing issues for AppleEvents which arrive during the launch process.marc_culler2020-09-171-7/+38
* | Merge 8.6jan.nijtmans2020-08-311-1/+1
|\ \ | |/
| * Remove obsolete codejan.nijtmans2020-08-311-1/+1
* | Merge 8.6jan.nijtmans2020-08-281-1/+3
|\ \ | |/
* | Fix incomplete mergeKevin Walzer2020-08-281-4/+2
* | Merge doscript_goof branch; thanks to Lars Hellstrom for patchesKevin Walzer2020-08-281-0/+1
|\ \ | |/
| * Test branch for AppleScript bugs with patch from Lars HelstromKevin Walzer2020-08-241-3/+4
| * Add XPutImage() to the X11 stub table on Aquajan.nijtmans2019-09-251-5/+5
* | Code cleanup (mainly unnecessary casts to (ClientData))jan.nijtmans2020-08-241-6/+6
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-7/+7
* | Eliminate many -Wextra warningsjan.nijtmans2020-03-051-1/+21
* | Merge 8.6jan.nijtmans2019-09-241-5/+5
|\ \ | |/
* | Fix bug [96bce57407]: macosx crash when drawing 1x1 rounded rectangles.culler2019-09-241-1/+0
|\ \ | |/
| * Fix bug [96bce57407]: crash when drawing 1x1 rounded rectanglesculler2019-09-221-1/+0
| * Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-161-1/+1
* | end-of-line spacingjan.nijtmans2019-09-091-1/+1
* | Merge in ae_cleanup branch; thanks to Marc Culler for patches to clean up App...Kevin Walzer2019-09-021-253/+245
|\ \ | |/
| * Additional refinements by Marc Culler to streamline the execution of the DoSc...Kevin Walzer2019-09-021-268/+175
| * Remove dummy procedures for testingKevin Walzer2019-09-011-1/+1
| * Complete cleanup of Apple Event processing after recent updates to window dis...Kevin Walzer2019-09-011-43/+40
| * More refinementsKevin Walzer2019-09-011-5/+9
| * Clean up Apple Event processing after recent changes in window mapping on MojaveKevin Walzer2019-09-011-100/+202
| * CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-4/+4
* | Merge 8.6. Purge end-of-line spacesjan.nijtmans2019-06-171-3/+3
|\ \ | |/
* | merge core-8-6-branch: mac services improvementsdkf2019-06-151-3/+42
|\ \ | |/
| * Clean up implementation and documentation of ::tk::mac::PrintDocument command...Kevin Walzer2019-03-071-1/+16
| * Fix bug in print doc implementationKevin Walzer2019-03-071-2/+2
| * Clean up implementationKevin Walzer2019-03-011-1/+2