summaryrefslogtreecommitdiffstats
path: root/generic/tkScrollbar.c
Commit message (Expand)AuthorAgeFilesLines
* 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 eventbug_1305128ffffvogel2016-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