summaryrefslogtreecommitdiffstats
path: root/generic/tkScale.c
Commit message (Expand)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2020-12-091-3/+3
* Merge trunkjan.nijtmans2020-08-181-6/+4
|\
| * merge core-8-6-branchfvogel2020-08-171-6/+4
| |\
| | * Micro-optimization in tkScale.c, following no-op observation provided in [81c...fvogel2020-08-171-6/+4
| | |\
| | | * Remove rounding of the fromValue to the resolution (which is a no-op).fvogel2020-08-171-2/+5
| | | * Remove comment relic.fvogel2020-08-171-5/+0
| | * | Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0...jan.nijtmans2019-05-171-1/+1
* | | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
|/ / /
* | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-34/+34
* | | TIP 569 remove lint commentsdgp2020-03-181-1/+0
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-34/+34
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-17/+20
* | | merge trunkjan.nijtmans2019-06-051-14/+21
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2019-05-161-14/+21
| |\ \ \ | | |/ /
| | * | Revised bug fix for [5d991b822e].dgp2019-05-151-14/+21
| | |\ \
| | | * | Tests and fix for similar issues in [menu].dgp2019-05-151-1/+0
| | | * | Tests and fix for [scale ... -variable].dgp2019-05-151-1/+22
* | | | | Merge trunkjan.nijtmans2019-04-021-72/+232
|\ \ \ \ \ | |/ / / /
| * | | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-2/+2
| * | | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o...fvogel2019-03-311-55/+202
| |\ \ \ \ | | |/ / /
| | * | | Revert previous commit following discussion on tcl-core list.fvogel2019-03-281-2/+2
| | * | | Change TICK_VALUES_DISPLAY_ACCURACY for the more correct word TICK_VALUES_DIS...fvogel2019-03-261-2/+2
| | * | | Name the TICK_VALUES_DISPLAY_ACCURACY constantfvogel2019-03-241-2/+3
| | * | | Minor tinkering (style, efficiency, etc.)dkf2019-03-241-32/+84
| | * | | Make the branch build with MSVC by replacing calls to C99 functions round(), ...fvogel2019-03-041-4/+8
| | * | | Trimmed an unused variablejaspert2019-02-281-1/+1
| | * | | Added a procedure to increase the number of digits in the tick values untiljaspert2019-02-281-3/+51
| | * | | Eliminate trailing zeros from scale tick values. This is done byjal_frezie2019-02-201-53/+95
| * | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-261-15/+28
| |\ \ \ \ | | |/ / /
| | * | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-261-15/+28
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix [3003895fff] and [1899040fff] with a different fix, this time it does not...fvogel2019-01-131-15/+14
| | | * | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-051-21/+35
* | | | | Merge 8.7jan.nijtmans2019-01-131-10/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-01-101-10/+10
| |\ \ \ \ | | |/ / /
| | | | |
| | | \ \
| | *-. \ \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-6/+6
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-10/+10
| | | | |\ \
| | * | | \ \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-10/+10
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-10/+10
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-10/+10
| | |\ \ \ \ \ | | | |/ / / / | | | | / / / | | | |/ / / | | |/| | |
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-10/+10
| | | |/ /
* | | | | Merge trunkjan.nijtmans2018-11-251-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-4/+4
* | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-30/+30
|/ / / /
* | | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-1/+1
* | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-1/+1
|/ / /
* | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-01-281-0/+13
| |/ |/|
* | Fix more issues with sprintf in the scale widget.fvogel2017-10-071-3/+16
* | Fix [55b95f578a]: Associating variable with bignum value with scale crashes i...fvogel2017-10-071-3/+3
* | Fixed bug [2262543] - Scale widget unexpectedly fires command callback (cherr...fvogel2016-03-071-1/+14
* | [3417012] Stop [scale] segfault when -digits too big. Thanks fvogel.dgp2014-10-301-2/+5
|\ \ | |/