summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-6-branchfvogel2022-06-111-47/+27
|\
| * merge 8.6fvogel2022-05-155-104/+95
| |\
| * \ merge 8.6fvogel2022-04-038-39/+70
| |\ \
| * \ \ merge 8.6fvogel2022-01-091-1/+2
| |\ \ \
| * \ \ \ merge 8.6fvogel2022-01-0517-316/+676
| |\ \ \ \
| * | | | | Use the correct coordinates to compute the damage region. This makes the tes...culler2021-07-311-11/+13
| * | | | | Make TkScrollWindow much simpler by stripping out useless code.culler2021-07-311-51/+24
| * | | | | Fix previous commit that triggered errors at runtime ('TkScrollWindow(): HISh...fvogel2021-07-311-10/+11
| * | | | | Experiment. Change macOS damage region computation: use xor(source,destination).fvogel2021-07-291-2/+6
| * | | | | Experiment. Change macOS damage region computation.fvogel2021-07-281-1/+1
* | | | | | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-125-28/+28
* | | | | | Merge 8.6jan.nijtmans2022-05-111-36/+24
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Follow-up to [88cfdcb304]: Move callbackInfo handling into showOpenSavePanel()jan.nijtmans2022-05-111-35/+23
* | | | | | Merge 8.6jan.nijtmans2022-05-111-14/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Proposed fix for [88cfdcb304]: Aqua: use-after-free when file selection dialo...jan.nijtmans2022-05-101-14/+12
* | | | | | Alphabetize some string tablesjan.nijtmans2022-05-042-30/+30
* | | | | | Merge 8.6. Remove macosx/Tk.xcode directoryjan.nijtmans2022-04-214-6348/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [bf0f4808d7]: macOS Aqua : CFLAGS_OPTIMIZE. Builds on MacOSX will now be ...jan.nijtmans2022-04-211-1/+1
* | | | | | Fix [bf0f4808d7]: macOS Aqua : CFLAGS_OPTIMIZE. Builds on MacOSX will now be ...jan.nijtmans2022-04-206-69/+38
* | | | | | Fix compiler warning, when using Tcl 9.0 headersjan.nijtmans2022-04-201-1/+1
* | | | | | Merge 8.6jan.nijtmans2022-04-153-47/+47
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [c0bf1bda2a]: Aqua: avoid buffer overflows by not passing XVirtualEvent* ...jan.nijtmans2022-04-153-47/+47
* | | | | | Fix for [dc4c5573a6]: tk_popup entry index not working on unix. Thanks to cjm...fvogel2022-04-101-7/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Propagate the proposed fix to Win and macOS. This is to avoid unneeded differ...fvogel2022-04-021-7/+12
| | |_|_|/ | |/| | |
* | | | | Fix building against Tcl 8.6 headersjan.nijtmans2022-04-032-3/+3
* | | | | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-012-3/+4
* | | | | Eliminate some compiler warningsjan.nijtmans2022-03-221-2/+1
* | | | | Merge 8.7jan.nijtmans2022-03-166-18/+5
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate some write-only variables in MacOSXjan.nijtmans2022-03-165-13/+4
* | | | | Merge 8.7jan.nijtmans2022-03-021-3/+0
|\ \ \ \ \
| * | | | | Fix [e049e2a7b8]: macOS : error on compilation with tkMacOSXMouseEvent.c, due...jan.nijtmans2022-03-021-3/+0
* | | | | | Merge 8.7jan.nijtmans2022-03-024-24/+64
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2022-03-021-6/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing)jan.nijtmans2022-03-021-8/+8
| * | | | | Fix for [141a119635]Kevin Walzer2022-02-241-1/+27
| |\ \ \ \ \ | | |/ / / /
| | * | | | Possible fix for 141a119635, global grab now functions as expected on macOSKevin Walzer2022-02-141-1/+27
| | * | | | Fix for 7487adcdKevin Walzer2022-02-121-1/+0
| * | | | | Fix for 7487adcdKevin Walzer2022-02-121-1/+0
| * | | | | Merge Chavez patches to trunkKevin Walzer2022-02-123-19/+34
| |\ \ \ \ \ | | |/ / / /
| | * | | | Memory leak patches from Christopher Chavez (rebased to 8.6)jan.nijtmans2022-02-113-19/+34
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Memory leak patches from Christopher ChavezKevin Walzer2022-02-073-19/+34
| | |/ / / | |/| | |
* | | | | Fix Tk_Get3BorderColors() signature. Add documentation, created by René Zaum...jan.nijtmans2022-02-011-5/+5
* | | | | Add Tk_MakeWindow toojan.nijtmans2022-01-251-2/+3
* | | | | Merge 8.7jan.nijtmans2022-01-092-58/+88
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6culler2022-01-061-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Fix [b7d851e988]: crash caused by not finding the toplevel for the dragTarget...culler2022-01-061-1/+2
| | | |/ | | |/|
| * | | Correct typos in various comments.fvogel2022-01-011-1/+1
| |\ \ \ | | |/ /
| | * | Correct typos in various comments.fvogel2022-01-011-1/+1
| * | | Merge 8.6marc_culler2021-12-271-31/+39
| |\ \ \ | | |/ /
| | * | Fix [eb26d4ec8e]: Aqua combobox beeps if the mouse button is clicked outside ...marc_culler2021-12-261-31/+39