| Commit message (Expand) | Author | Age | Files | Lines |
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED( | jan.nijtmans | 2023-03-12 | 1 | -18/+15 |
|
|
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat... | fvogel | 2023-01-18 | 1 | -6/+6 |
|\ |
|
| * | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 1 | -7/+2 |
|
|
| * | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -6/+11 |
|
|
* | | More alphabetizing Tk options. More type-cast improvements | jan.nijtmans | 2022-05-12 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-05-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int) | jan.nijtmans | 2022-05-05 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-05-03 | 1 | -10/+1 |
|\ \
| |/ |
|
| * | Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which... | jan.nijtmans | 2022-05-03 | 1 | -10/+1 |
|
|
| * | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 1 | -10/+10 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -3/+3 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-08-18 | 1 | -6/+4 |
|\ \ |
|
| * \ | merge core-8-6-branch | fvogel | 2020-08-17 | 1 | -6/+4 |
| |\ \
| | |/ |
|
| | * | Micro-optimization in tkScale.c, following no-op observation provided in [81c... | fvogel | 2020-08-17 | 1 | -6/+4 |
| | |\ |
|
| | | * | Remove rounding of the fromValue to the resolution (which is a no-op). | fvogel | 2020-08-17 | 1 | -2/+5 |
|
|
| | | * | Remove comment relic. | fvogel | 2020-08-17 | 1 | -5/+0 |
|
|
| | * | | Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0... | jan.nijtmans | 2019-05-17 | 1 | -1/+1 |
|
|
* | | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -1/+1 |
|/ / / |
|
* | | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl... | jan.nijtmans | 2020-05-22 | 1 | -34/+34 |
|
|
* | | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -1/+0 |
|
|
* | | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -34/+34 |
|
|
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -17/+20 |
|
|
* | | | merge trunk | jan.nijtmans | 2019-06-05 | 1 | -14/+21 |
|\ \ \ |
|
| * \ \ | Merge 8.6 | jan.nijtmans | 2019-05-16 | 1 | -14/+21 |
| |\ \ \
| | |/ / |
|
| | * | | Revised bug fix for [5d991b822e]. | dgp | 2019-05-15 | 1 | -14/+21 |
| | |\ \ |
|
| | | * | | Tests and fix for similar issues in [menu]. | dgp | 2019-05-15 | 1 | -1/+0 |
|
|
| | | * | | Tests and fix for [scale ... -variable]. | dgp | 2019-05-15 | 1 | -1/+22 |
|
|
* | | | | | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -72/+232 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge... | jan.nijtmans | 2019-04-02 | 1 | -2/+2 |
|
|
| * | | | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o... | fvogel | 2019-03-31 | 1 | -55/+202 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Revert previous commit following discussion on tcl-core list. | fvogel | 2019-03-28 | 1 | -2/+2 |
|
|
| | * | | | Change TICK_VALUES_DISPLAY_ACCURACY for the more correct word TICK_VALUES_DIS... | fvogel | 2019-03-26 | 1 | -2/+2 |
|
|
| | * | | | Name the TICK_VALUES_DISPLAY_ACCURACY constant | fvogel | 2019-03-24 | 1 | -2/+3 |
|
|
| | * | | | Minor tinkering (style, efficiency, etc.) | dkf | 2019-03-24 | 1 | -32/+84 |
|
|
| | * | | | Make the branch build with MSVC by replacing calls to C99 functions round(), ... | fvogel | 2019-03-04 | 1 | -4/+8 |
|
|
| | * | | | Trimmed an unused variable | jaspert | 2019-02-28 | 1 | -1/+1 |
|
|
| | * | | | Added a procedure to increase the number of digits in the tick values until | jaspert | 2019-02-28 | 1 | -3/+51 |
|
|
| | * | | | Eliminate trailing zeros from scale tick values. This is done by | jal_frezie | 2019-02-20 | 1 | -53/+95 |
|
|
| * | | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -from | fvogel | 2019-01-26 | 1 | -15/+28 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -from | fvogel | 2019-01-26 | 1 | -15/+28 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | * | | Fix [3003895fff] and [1899040fff] with a different fix, this time it does not... | fvogel | 2019-01-13 | 1 | -15/+14 |
|
|
| | | * | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -from | fvogel | 2019-01-05 | 1 | -21/+35 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -10/+10 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -10/+10 |
| |\ \ \ \
| | |/ / / |
|
| | | | | | |
| | | \ \ | |
| | *-. \ \ | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -6/+6 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -10/+10 |
| | | | |\ \ |
|
| | * | | \ \ | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -10/+10 |
| | |\ \ \ \ \
| | | | |_|/ /
| | | |/| | | |
|
| | | * | | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -10/+10 |
|
|
| | * | | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -10/+10 |
| | |\ \ \ \ \
| | | |/ / / /
| | | | / / /
| | | |/ / /
| | |/| | | |
|
| | | * | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -10/+10 |
| | | |/ / |
|