summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXHLEvents.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Update makefile, trying to buildKevin Walzer2019-02-281-3/+3
| * Add launcher code, update docsKevin Walzer2019-02-281-0/+24
* | Guard against interpreters being killed out from under our feet when calling ...dkf2019-04-161-64/+82
|/
* Stop withdrawn windows from being displayed when the Wish app is reopened.culler2018-12-041-6/+1
* Fix [6525e1af25]: Potential Tcl_Encoding leak in macosx/tkMacOSXHLEvents.c. T...fvogel2017-12-311-2/+4
* Small changes to address compiler warnings.culler2017-11-101-2/+2
* merge-mark. Remove unnecessary end-of-line spacingjan.nijtmans2015-12-071-19/+19
|\
| * Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-460/+296
* | Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-454/+293
* | Silence some compiler warnings.dgp2015-02-121-4/+5
|\ \ | |/
* | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-10/+7