summaryrefslogtreecommitdiffstats
path: root/generic/tkScale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Pushing the fix out to more files.dgp2014-10-301-6/+4
| * Fixed bug [3417012fff]fvogel2014-10-291-3/+8
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-12/+12
| |\
| | * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-3/+3
| * | make some internal tables constjan.nijtmans2012-04-181-2/+2
| |\ \ | | |/
| | * make some more internal tables CONSTjan.nijtmans2012-04-181-2/+2
* | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-221-4/+4
* | | more places convertedjan.nijtmans2013-01-241-2/+2
* | | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-4/+4
* | | Much more cleaning up of result handling.dkf2012-07-231-13/+11
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"jan.nijtmans2012-06-201-9/+9
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /