summaryrefslogtreecommitdiffstats
path: root/generic/tkScale.c
Commit message (Expand)AuthorAgeFilesLines
* Rebase to trunkjan.nijtmans2025-04-301-8/+0
|\
| * Merge 9.0jan.nijtmans2025-02-211-1/+1
| |\
| * \ Merge 9.0jan.nijtmans2024-10-251-95/+120
| |\ \
| * | | Merge 9.0. Finish implementation. Remove special processing, not neccessary a...jan.nijtmans2024-06-171-3/+0
* | | | Use more Tcl_CreateObjCommand2() internally. Those commands can handle a long...jan.nijtmans2025-03-171-3/+3
| |_|/ |/| |
* | | Fix a lot of comments, regarding argv/argc -> objv/objcjan.nijtmans2025-02-191-1/+1
| |/ |/|
* | Fix [f91aa24bbe] for allmost all remaining widgets. Canvtext is the only one ...jan.nijtmans2024-10-231-12/+10
|\ \
| * | Revert tkTest.c (we still want to test TK_CONFIG_STRING using char *). Make t...jan.nijtmans2024-10-231-1/+0
| * | Remaining fixes for [f91aa24bbe]jan.nijtmans2024-10-221-11/+10
| * | Merge 8.6jan.nijtmans2024-09-031-49/+49
| |\ \
| | * | Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-1/+1
* | | | Rebase to latest 9.0. Some more fixes (still ... spinbox test hangs in Windows)jan.nijtmans2024-08-091-37/+69
|\ \ \ \
| * | | | "Scale" done toojan.nijtmans2024-06-081-46/+67
| * | | | More progressjan.nijtmans2024-06-081-0/+5
| * | | | Fix variable initialization and test-casesjan.nijtmans2024-06-071-0/+6
| * | | | Proposed solution for [29ba539501]: many PIXEL options don't keep their confi...jan.nijtmans2024-06-071-5/+5
| | |_|/ | |/| |
* | | | Tweak some error-messages. Fix indentingjan.nijtmans2024-08-071-47/+47
| |/ / |/| |
* | | Make testcases more independant from exact error-message. Tweak some error-me...jan.nijtmans2024-08-061-1/+1
|/ /
* | Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-3/+1
* | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-18/+15
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-6/+6
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-7/+2
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-6/+11
* | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-3/+3
* | Merge 8.6jan.nijtmans2022-05-071-2/+2
|\ \ | |/
| * Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-2/+2
* | Merge 8.6jan.nijtmans2022-05-031-10/+1
|\ \ | |/
| * Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which...jan.nijtmans2022-05-031-10/+1
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-10/+10
* | (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
| |\ \ \ \ | | |/ / /