summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXHLEvents.c
Commit message (Expand)AuthorAgeFilesLines
* Make Tcl_Finalize run when a launched app is terminated with command-Qmarc_culler2020-10-201-2/+7
* Simpler, better fix of [c2483bfe4b]: unwanted fontchooser can appear. Uses T...marc_culler2020-10-151-0/+5
* Remove unused variablejan.nijtmans2020-09-181-1/+0
* Deal with timing issues for AppleEvents which arrive during the launch process.marc_culler2020-09-171-7/+38
* Remove obsolete codejan.nijtmans2020-08-311-1/+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
* 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
* 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
* 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
* 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
* | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-071-1/+1
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-4/+4
|\ \ | |/
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-4/+4
| |\
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-5/+5
| * | remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-3/+1
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-35/+62
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" appledas2009-08-241-49/+27
| | * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-2/+2
| | * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-214/+297
| | * fix whitespace, copyrightdas2006-05-121-2/+2
| | * * macosx/tkMacOSXHLEvents.c: call ::tk::mac::* procs for alldas2006-04-111-88/+203
| | * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-4/+1
| | * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-65/+3
| | * * macosx/tkMacOSXInit.c:das2005-05-141-2/+2
| | * Trivial bug in tracking Hide/Show pairs.wolfsuit2004-03-171-2/+2
| | * Get the "Command-H" -> hide binding working. Also remove the spuriouswolfsuit2004-03-171-3/+65
| | * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-3/+4
| | * backport of Mac OS X specific changes on trunk since 8.4.2:das2003-05-131-7/+4
| * | * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" appledas2009-08-241-48/+32