summaryrefslogtreecommitdiffstats
path: root/generic/tkScale.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug [2262543] - Scale widget unexpectedly fires command callbackbug_2262543ffffvogel2016-02-241-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 *"frq_3536507jan.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
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-32/+30
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Tidy up some variable types.patthoyts2007-11-171-2/+2
* | header cleanupdgp2007-09-071-2/+1
* | Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-241-44/+43
* | various "const" additions, in line with TIP #27nijtmans2007-01-031-2/+2
* | * generic/tkScale.c: Revised variable writing logic to accountdgp2006-06-141-5/+12
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-17/+16
* | Lots of ANSIfying of function decls.dkf2005-11-171-7/+7
* | whitespace cleaningdkf2005-10-171-5/+5
* | Format for style and remove non-ANSI declsdkf2005-10-171-345/+335
* | * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.hdgp2004-03-311-2/+1
|/
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-4/+4
* * Updates to handle change in type of part2 argument ofdgp2002-03-201-3/+3
* * Updates to handle change in type of tablePtrdgp2002-01-171-2/+2
* * tests/config.test: added config-14.1 to test namespace importhobbs2001-08-291-21/+9
* Overall change: Implemented TIP 5, which exportsericm2000-11-221-6/+5
* * generic/tkCanvas.c (CanvasEventProc:2451): corrected casthobbs2000-04-141-118/+313
* * generic/tkRectOval.c (ConfigureRectOval):hobbs2000-02-011-6/+7
* * generic/tkScale.c:hobbs1999-12-221-3/+4
* * generic/tk.h:hobbs1999-12-211-11/+12
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1
* Rearranged parens for Tcl style conventions.rjohnson1999-04-201-3/+3
* Improved patch for scale widget.rjohnson1999-04-191-4/+6
* Fixed bug 1768 - core dump in scale widget.rjohnson1999-04-171-2/+3
* Fixed bug 1840rjohnson1999-04-171-2/+2
* * Merged 8.1 branch into the main trunkstanton1999-04-161-354/+458