summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [ab1feaea9c]: Aqua initialization issuesmarc_culler2020-09-103-47/+79
|\
| * Fix [ab1feaea9c]: Aqua initialization issuesmarc_culler2020-09-103-47/+79
| |\
| | * Also fix [3762a0a944] using the suggestion in the ticket from Christopher Cha...marc_culler2020-09-091-1/+1
| | * Fix [ab1feaea9c]: Aqua initialization issues exposed by Scid vs Mac.marc_culler2020-09-093-46/+78
* | | Merge 8.6jan.nijtmans2020-09-106-74/+46
|\ \ \ | |/ /
| * | More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-106-202/+193
| |/
* | Update documentation, and final tweaks for TIP #581jan.nijtmans2020-09-0910-25/+19
|\ \ | |/
| * Merge-markjan.nijtmans2020-09-090-0/+0
| |\
| | * Re-generate "make genstubs" (was done with the wrong version)jan.nijtmans2020-09-096-600/+4435
* | | Merge 8.6jan.nijtmans2020-09-0910-126/+125
|\ \ \ | |/ /
| * | TIP #581: More progressjan.nijtmans2020-09-0922-463/+461
* | | Merge 8.6jan.nijtmans2020-09-082-8/+12
|\ \ \ | |/ /
| * | Fix [420feb3850]: Aqua: UBSan warns for misaligned TkpGCCache access.jan.nijtmans2020-09-081-7/+11
| * | Don't depend on TIP #581 for Tcl in testcasesjan.nijtmans2020-09-081-1/+1
* | | Merge 8.6culler2020-09-081-2/+5
|\ \ \ | |/ /
| * | Fix [2a6d63b9dc]: crash in macOS 10.6 when de-activating wish with Option-tabculler2020-09-081-2/+5
* | | Fix [6c2425f92e]: UBSan error in Tk_FreeSavedOptions(). Thanks to Christopher...fvogel2020-09-081-3/+2
|\ \ \ | |/ /
| * | Fix [6c2425f92e]: UBSan error in Tk_FreeSavedOptions(). Thanks to Christopher...fvogel2020-09-081-3/+2
* | | Fix TkMacOSXGetXWindow so it returns a Window, not a Tk_Window cast as a Window.marc_culler2020-09-081-2/+4
|\ \ \ | |/ /
| * | Fix TkMacOSXGetXWindow so it returns a Window, not a Tk_Window cast as a Window.marc_culler2020-09-081-2/+4
* | | Some more xcode 11.6 -> 11.7jan.nijtmans2020-09-081-4/+4
* | | Merge 8.6jan.nijtmans2020-09-081-4/+4
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-09-084-9/+29
| |\ \ | | |/
| | * Move TkUnusedStubEntry up a little morejan.nijtmans2020-09-087-4430/+615
* | | Merge 8.6jan.nijtmans2020-09-081-3/+4
|\ \ \ | |/ /
| * | Don't fill stub entries for TkpWillDrawWidget/TkpRedrawWidget with 0 on XQuar...jan.nijtmans2020-09-082-4/+10
* | | Merge 8.6jan.nijtmans2020-09-087-43/+44
|\ \ \ | |/ /
| * | Merge 8.5. jan.nijtmans2020-09-089-44/+58
| |\ \ | | |/
| | * Move up TkUnusedStubEntry a little.jan.nijtmans2020-09-088-20/+105
* | | Merge 8.6. Rename some functionsjan.nijtmans2020-09-087-28/+78
|\ \ \ | |/ /
| * | 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon...jan.nijtmans2020-09-085-24/+53
| |\ \
| | * \ Tk_MacOSXGetCGContextForDrawable() doesn't replace TkMacOSXGetDrawablePort(),...jan.nijtmans2020-09-067-30/+27
| | |\ \
| | * | | Re-introduce TkMacOSXGetTkWindow() as macrojan.nijtmans2020-09-065-36/+37
| | * | | Merge 8.6. Minor simplification: no need for separate stub entry for Tk_MacOS...jan.nijtmans2020-09-0476-3682/+3729
| | |\ \ \
| | * \ \ \ Merge 8.6jan.nijtmans2020-09-0218-92/+87
| | |\ \ \ \
| | * \ \ \ \ Merge 8.6jan.nijtmans2020-09-0216-145/+144
| | |\ \ \ \ \
| | * | | | | | Remove a couple of superfluous casts.marc_culler2020-09-011-2/+2
| | * | | | | | Rename 3 badly named functions that were exported as stubs; export under both...marc_culler2020-09-0118-135/+183
| | |\ \ \ \ \ \
| | | * | | | | | Suggestions for name cleanup with compatibiltiy for 8.6.11culler2020-09-0119-126/+150
| | * | | | | | | TkRegion cannot be used in tkMacOSX.hjan.nijtmans2020-09-011-1/+1
| | * | | | | | | Merge 8.6. Change signature of Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForD...jan.nijtmans2020-09-0116-185/+97
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | More tweaks, (mainly TkMacOSXGetCGContextForDrawable <-> TkMacOSXCGContext)jan.nijtmans2020-08-317-25/+15
| | * | | | | | | More tweaksjan.nijtmans2020-08-309-63/+86
| | |\ \ \ \ \ \ \
| | | * | | | | | | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from t...jan.nijtmans2020-08-286-9/+14
| | | * | | | | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as...jan.nijtmans2020-08-285-8/+12
| | |/ / / / / / /
* | | | | | | | | Merge 8.6jan.nijtmans2020-09-0821-481/+482
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-0818-541/+618
| * | | | | | | | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it bec...jan.nijtmans2020-09-0820-130/+130
* | | | | | | | | Merge 8.6marc_culler2020-09-081-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Kill off the last extraneous button event, produced by NSMouseDragged.marc_culler2020-09-081-1/+1