summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-142-2/+2
|\
| * Missing quotes in test-casesjan.nijtmans2020-09-142-2/+2
* | Merge 8.6jan.nijtmans2020-09-1414-21/+21
|\ \ | |/
| * Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning 'no...jan.nijtmans2020-09-1415-23/+23
* | Correct tksvg comment origin to AndroWish, add CHW as contributor. The aurioc...oehhar2020-09-141-1/+2
* | Correct test numberoehhar2020-09-141-1/+1
* | image photo svg: add a test for an image without any of "width", "height" an...oehhar2020-09-141-0/+15
* | Merge 8.6marc_culler2020-09-121-2/+14
|\ \ | |/
| * Adjust comment styling.marc_culler2020-09-121-4/+10
| * Apply patch from Christopher Chavez to address UBSan warnings about alignment...marc_culler2020-09-121-2/+8
* | Merge 8.6marc_culler2020-09-121-3/+59
|\ \ | |/
| * Add a disclosure triangle that works in Big Surmarc_culler2020-09-121-3/+59
* | Merge 8.6jan.nijtmans2020-09-119-11/+16
|\ \ | |/
| * Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-119-27/+29
| |\
| | * Merge trunkjan.nijtmans2020-09-104-65/+37
| | |\
| | * | More usages for TKFLEXARRAYjan.nijtmans2020-09-105-11/+11
| | * | Merge trunk. Introduce TKFLEXARRAY, since this usage is a GNU extension (late...jan.nijtmans2020-09-1024-155/+154
| | |\ \
| | * | | Attempt to fix [3bc0f44ef3]: UBSan complains about body.chars[] usage. jan.nijtmans2020-09-091-1/+1
* | | | | 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
| | |\ \