summaryrefslogtreecommitdiffstats
path: root/generic/tkScale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | | 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] 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.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
| |/ /
* | | 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
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkScale.c: Revised variable writing logic to accountdgp2006-06-141-5/+12
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+4
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-2/+2
* | | More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-13/+7
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-3/+3
* | | Add "const" to many internalnijtmans2008-10-171-4/+4
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3