Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2020-09-11 | 1 | -1/+1 |
|\ | |||||
| * | Fix [3bc0f44ef3]: UBSan complains about body.chars[] usage | jan.nijtmans | 2020-09-11 | 1 | -1/+1 |
| |\ | |||||
| | * | More usages for TKFLEXARRAY | jan.nijtmans | 2020-09-10 | 1 | -2/+2 |
* | | | Merge 8.6 | jan.nijtmans | 2020-09-10 | 1 | -1/+1 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ... | jan.nijtmans | 2020-09-10 | 1 | -1/+1 |
* | | Merge 8.6 | jan.nijtmans | 2020-09-09 | 2 | -54/+54 |
|\ \ | |/ | |||||
| * | TIP #581: More progress | jan.nijtmans | 2020-09-09 | 2 | -54/+54 |
* | | Merge 8.6 | jan.nijtmans | 2020-09-08 | 2 | -4/+2 |
|\ \ | |/ | |||||
| * | Merge 8.5. | jan.nijtmans | 2020-09-08 | 2 | -4/+2 |
| |\ | |||||
| | * | Update Xcode from 11.5 to 11.6. | jan.nijtmans | 2020-08-17 | 1 | -1/+1 |
* | | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 2 | -4/+4 |
|\ \ \ | |/ / | |||||
* | | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe... | jan.nijtmans | 2020-09-03 | 1 | -7/+7 |
* | | | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 more | jan.nijtmans | 2020-09-02 | 1 | -2/+2 |
|\ \ \ | |||||
| * \ \ | Merge trunk | jan.nijtmans | 2020-08-24 | 1 | -1/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2020-08-13 | 2 | -9/+9 |
| |\ \ \ \ | |||||
| * | | | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -2/+2 |
* | | | | | | Merge 8.6. Some more textual changes | jan.nijtmans | 2020-08-27 | 1 | -3/+3 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | | | |||||
* | | | | | Fix [de0c219db2]: Use platform placeholder text colors as defaults. Note: Res... | fvogel | 2020-08-24 | 1 | -1/+3 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Use a symbolic name for the default color for the placeholder text on X11. | fvogel | 2020-07-14 | 1 | -1/+3 |
| | |/ / | |/| | | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-08-12 | 1 | -8/+8 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to b... | jan.nijtmans | 2020-08-12 | 1 | -2/+2 |
* | | | | The semantics of TkpWillDrawWidget was reversed in the previous commit. Propa... | fvogel | 2020-07-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | The semantics of TkpWillDrawWidget was reversed in the previous commit. Propa... | fvogel | 2020-07-19 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | The semantics of TkpWillDrawWidget was reversed in a previous commit in this ... | fvogel | 2020-07-19 | 1 | -1/+1 |
* | | | | Fix [09abd739b5]: bind-13.14 fails on Debian 10. | fvogel | 2020-07-14 | 1 | -0/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix [09abd739b5]: bind-13.14 fails on Debian 10. | fvogel | 2020-07-14 | 1 | -0/+8 |
| |\ \ \ | |||||
| | * | | | Fix blank space | fvogel | 2020-07-07 | 1 | -2/+2 |
| | * | | | Same fix, code organized differently | fvogel | 2020-07-07 | 1 | -12/+10 |
| | * | | | Fix [09abd739b5]: bind-13.14 fails on Debian 10. | fvogel | 2020-07-07 | 1 | -2/+12 |
| | |/ / | |||||
* | | | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ... | fvogel | 2020-07-13 | 2 | -0/+118 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge core-8-6-branch | fvogel | 2020-07-12 | 9 | -25/+53 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix "make dist" | jan.nijtmans | 2020-06-29 | 2 | -5/+19 |
| * | | | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no... | fvogel | 2020-07-12 | 2 | -0/+6 |
| * | | | merge core-8-6-branch | fvogel | 2020-05-01 | 1 | -30/+34 |
| |\ \ \ | |||||
| * | | | | Apply a third patch from Christopher Chavez. | fvogel | 2020-04-21 | 2 | -2/+82 |
| * | | | | Apply another patch by Christopher Chavez that fixes the jerk of strings on a... | fvogel | 2020-04-19 | 1 | -0/+32 |
* | | | | | TIP 578: Death to TCL_DBGX | jan.nijtmans | 2020-07-03 | 1 | -1/+0 |
|\ \ \ \ \ | |||||
* | | | | | | Fix "make dist". Re-generate tkConfig.h.in | jan.nijtmans | 2020-06-29 | 2 | -22/+24 |
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-06-28 | 2 | -11/+11 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Add "make dist" target to Travis build, as regression test. This should conti... | jan.nijtmans | 2020-06-26 | 2 | -11/+11 |
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-06-25 | 3 | -3/+15 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 8.5 | jan.nijtmans | 2020-06-25 | 2 | -2/+10 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Fix [https://core.tcl-lang.org/tcl/info/9080d6a871|9080d6a871]: Build fix for... | jan.nijtmans | 2020-06-25 | 3 | -2/+12 |
| * | | | | | Use XK_Oslash in stead of XK_Ooblique, since that's the official X11 name now. | jan.nijtmans | 2020-06-19 | 1 | -1/+5 |
| * | | | | | sync tcl.m4 and rules.vc with Tcl | jan.nijtmans | 2020-06-12 | 2 | -3/+3 |
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-06-08 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Fix [2790615]: "update" performs Tk callbacks in its own stack frame. | jan.nijtmans | 2020-06-08 | 1 | -1/+1 |
* | | | | | | Add "-fno-common" to SHARED_CFLAGS on various platforms (e.g. Linux, CYGWIN).... | jan.nijtmans | 2020-06-08 | 2 | -14/+16 |
| |_|/ / / |/| | | | | |||||
* | | | | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 1 | -1/+1 |