| Commit message (Expand) | Author | Age | Files | Lines |
* | More alphabetizing Tk options. More type-cast improvements | jan.nijtmans | 2022-05-12 | 1 | -3/+3 |
|
|
* | Merge 8.7 | jan.nijtmans | 2022-03-02 | 1 | -11/+11 |
|\ |
|
| * | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, -u... | jan.nijtmans | 2022-02-02 | 1 | -11/+11 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-02-01 | 1 | -2/+16 |
|\ \
| |/ |
|
| * | Fix [1501749fff] - Crash on embedded window deletion bound to <Map> events. | fvogel | 2022-01-31 | 1 | -2/+16 |
| |\ |
|
| | * | Fix memory problem revealed by valgrind with textWind-18.2. At this point dIn... | fvogel | 2022-01-30 | 1 | -0/+7 |
|
|
| | * | Don't use return in DisplayText but 'goto end' so that Tcl_Preserve / Tcl_Rel... | fvogel | 2022-01-23 | 1 | -1/+1 |
|
|
| | * | More accurate comment. Indeed long ago there used to be Tcl_Preserve/Tcl_Rele... | fvogel | 2022-01-23 | 1 | -1/+1 |
|
|
| | * | Fix the second part of [1501749fff]. Now textWind-18.2 passes. | fvogel | 2022-01-23 | 1 | -0/+7 |
|
|
* | | | TIP #606 implementation. TODO: documentation | jan.nijtmans | 2021-12-21 | 1 | -4/+4 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2021-12-20 | 1 | -10/+13 |
|\ \
| |/ |
|
| * | Don't use TK_TEXT_TABSTYLE_NONE/TEXT_WRAPMODE_NULL in comparisons, just use t... | jan.nijtmans | 2021-12-20 | 1 | -38/+41 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-02-02 | 1 | -9/+9 |
|\ \
| |/ |
|
* | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -1/+1 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
| | | |
| \ | |
*-. \ | Implement TIP #474: Treat the mouse wheel events in a uniform way | jan.nijtmans | 2020-10-21 | 1 | -11/+22 |
|\ \ \
| | |/ |
|
| * | | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet) | jan.nijtmans | 2020-09-15 | 1 | -99/+113 |
| |\ \ |
|
| * | | | Allow using floating-point number in "scroll (x|y)view (units|pages)". They a... | jan.nijtmans | 2019-08-22 | 1 | -1/+10 |
|
|
* | | | | Fix more warnings related to -Wundef. | jan.nijtmans | 2020-10-08 | 1 | -25/+25 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2020-09-25 | 1 | -10/+11 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keyword | jan.nijtmans | 2020-09-25 | 1 | -14/+14 |
|
|
* | | | 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 |
| |\ \ |
|
| | * \ | Merge trunk | jan.nijtmans | 2020-09-10 | 1 | -29/+14 |
| | |\ \
| |_|/ /
|/| | | |
|
| | * | | Merge trunk. Introduce TKFLEXARRAY, since this usage is a GNU extension (late... | jan.nijtmans | 2020-09-10 | 1 | -2/+2 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2020-09-10 | 1 | -31/+16 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ... | jan.nijtmans | 2020-09-10 | 1 | -63/+63 |
|
|
* | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -2/+2 |
|
|
* | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -2/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-06-08 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix [2790615]: "update" performs Tk callbacks in its own stack frame. | jan.nijtmans | 2020-06-08 | 1 | -2/+2 |
|
|
* | | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 1 | -2/+2 |
|
|
* | | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -16/+24 |
|\ \ \
| |/ / |
|
| * | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -17/+19 |
|
|
| * | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -2/+2 |
|
|
* | | | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ... | jan.nijtmans | 2020-05-26 | 1 | -2/+3 |
|
|
* | | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -1/+1 |
|
|
* | | | More progress | jan.nijtmans | 2020-05-24 | 1 | -5/+5 |
|
|
* | | | More progress | jan.nijtmans | 2020-05-22 | 1 | -13/+12 |
|\ \ \ |
|
* | | | | More progress | jan.nijtmans | 2020-05-21 | 1 | -1/+3 |
|/ / / |
|
* | | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -1/+1 |
|
|
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -44/+60 |
| |/
|/| |
|
* | | Sort all usage of "pages", "pixels" and "units", make it alphabetical, in imp... | jan.nijtmans | 2019-07-30 | 1 | -3/+3 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -2/+2 |
|\ \ |
|
| * | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -2/+2 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Tcl_BackgroundError -> Tcl_BackgroundException. Mark deprecated macro's as su... | jan.nijtmans | 2019-02-15 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -38/+72 |
|\ \ \
| |/ / |
|