summaryrefslogtreecommitdiffstats
path: root/generic/tkScrollbar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-24/+24
* | | make all Tk_CustomOption tables const andnijtmans2008-11-091-5/+3
* | | More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-17/+14
* | | Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563]dkf2008-10-031-5/+5
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-19/+19
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Tidy up some variable types.patthoyts2007-11-171-2/+2
* | Assorted minor cleanups.dkf2007-09-081-4/+3
* | header cleanupdgp2007-09-071-2/+2
* | Lots of ANSIfying of function decls.dkf2005-11-171-9/+9
* | ANSIfydkf2005-11-131-130/+125
|/
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-6/+6
* Overall change: Implemented TIP 5, which exportsericm2000-11-221-2/+2
* * generic/tkStubInit.c:hobbs1999-12-141-19/+16
* * Merged 8.1 branch into the main trunkstanton1999-04-161-14/+37
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+691