summaryrefslogtreecommitdiffstats
path: root/generic/tkScrollbar.c
Commit message (Expand)AuthorAgeFilesLines
* Make the tk scrollbar set borderwidth to 0 if a negative value is requested. ...culler2024-07-121-1/+3
* Change the -elementborderwidth default (for scrollbar) from -1 to {}. Move sa...jan.nijtmans2024-06-171-1/+7
* Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-161-1/+1
|\
| * Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-161-1/+1
* | Merge 8.7jan.nijtmans2024-03-071-4/+3
|\ \ | |/
| * Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-4/+3
| |
| \
*-. \ TIP 647: Change Tk_ConfigureWidgets signature, abandon TK_CONFIG_OBJSjan.nijtmans2023-11-281-5/+5
|\ \ \ | | |/
| | * TIP #647 (partial, only the 100% upwards compatible part)jan.nijtmans2023-11-281-4/+4
| * | unnecessary type-castjan.nijtmans2023-11-171-1/+1
| * | Merge 8.7jan.nijtmans2023-03-311-8/+8
| |\ \ | | |/
| * | Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets)jan.nijtmans2022-11-031-1/+1
* | | Remove legacy "pack" and "scrollbar" syntaxjan.nijtmans2023-11-161-58/+0
| |/ |/|
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-8/+8
|/
* TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-1/+1
* After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* (c) -> ©jan.nijtmans2020-12-091-2/+2
* Fix [b5c419c8a6]: scrollbar-3.42 failsjan.nijtmans2020-10-231-4/+4
* Merge 8.6jan.nijtmans2020-10-051-2/+2
|\
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-8/+8
* | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-6/+6
* | Merge trunkjan.nijtmans2019-05-101-1/+1
|\ \
| * | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
* | | Merge trunkjan.nijtmans2019-04-021-4/+4
|\ \ \ | |/ /
| * | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-4/+4
* | | Merge 8.7jan.nijtmans2019-01-131-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-01-101-1/+1
| |\ \ | | |/
| | * As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-1/+1
| | |\
| | | * As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-1/+1
| | * | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-1/+1
| | |\ \ | | | |/
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-1/+1
| | | * (cherry-pick) Fixed bug [1305128] - Scrollbar doesn't receive eventjan.nijtmans2016-01-081-0/+2
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-21/+21
|/ / /
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-3/+3
* | | Change flag NEW_STYLE_COMMANDS into OLD_STYLE_COMMANDS. This makes it easier ...jan.nijtmans2018-08-081-9/+7
* | | If compiled with TK_NO_DEPRECATED, remove support for old "set" and "get" syn...jan.nijtmans2017-02-161-4/+9
|/ /
* | Fixed bug [1305128] - Scrollbar doesn't receive eventjan.nijtmans2016-01-081-0/+2
|\ \
| * | Fixed bug [1305128] - Scrollbar doesn't receive eventfvogel2016-01-051-0/+2
| |/
| * Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics...jan.nijtmans2012-10-231-7/+10
* | remove TODO: scrollbars use Tcl_Obj API nowjan.nijtmans2014-05-221-4/+0
* | Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality.jan.nijtmans2014-05-221-110/+110
* | minor improvements to flag handlingdkf2012-07-311-2/+2
* | Much more cleaning up of result handling.dkf2012-07-231-58/+62
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| * | Backport of fix for [Bug 2112563]dkf2008-10-051-3/+3
* | | Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-151-2/+2
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-10/+10
* | | tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-2/+5