summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-142-0/+10
|\
| * Extend .gitattributes and .fossil-settings/encoding-glob for file types ↵jan.nijtmans2020-09-142-0/+10
| | | | | | | | .bmp, .cur, .ico and .rc
* | Merge 8.6marc_culler2020-09-142-16/+20
|\ \ | |/
| * Fix [71e18c5c0a]: Aqua invalid selector crash when switching between normal ↵marc_culler2020-09-142-16/+20
| | | | | | | | and full screen mode.
* | Merge 8.6jan.nijtmans2020-09-149-60/+59
|\ \ | |/
| * Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-1411-95/+101
| |
* | 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 ↵jan.nijtmans2020-09-1415-23/+23
| | | | | | | | 'not found'
* | Correct tksvg comment origin to AndroWish, add CHW as contributor. The ↵oehhar2020-09-141-1/+2
| | | | | | | | auriocus project is deleted.
* | Correct test numberoehhar2020-09-141-1/+1
| |
* | image photo svg: add a test for an image without any of "width", "height" ↵oehhar2020-09-141-0/+15
| | | | | | | | and "viewbox". tksvg 0.3 failes here.
* | 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 ↵marc_culler2020-09-121-2/+8
| | | | | | | | alignment in ttkMacOSXTheme.c
* | 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 ↵jan.nijtmans2020-09-1024-155/+154
| | |\ \ | | | | | | | | | | | | | | | (lated adopted by MSVC too)
| | * | | Attempt to fix [3bc0f44ef3]: UBSan complains about body.chars[] usage. jan.nijtmans2020-09-091-1/+1
| | | | | | | | | | | | | | | Don't know if all (older) compilers, like VC++ 6.0, accept this.
* | | | | 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 ↵marc_culler2020-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | Chavez.
| | * | | 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
| |/ / | | | | | | | | | sizeof() when using flexible arrays
* | | 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
| | | | | | | | | Just define the memory layout we want (XGCValuesWithCache) and let the compiler do the calculations.
| * | 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 ↵fvogel2020-09-081-3/+2
|\ \ \ | |/ / | | | | | | Christopher Chavez.
| * | Fix [6c2425f92e]: UBSan error in Tk_FreeSavedOptions(). Thanks to ↵fvogel2020-09-081-3/+2
| | | | | | | | | | | | Christopher Chavez.
* | | 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 ↵jan.nijtmans2020-09-082-4/+10
| | | | | | | | | | | | XQuarz so they can be called by extensions