Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug [2262543] - Scale widget unexpectedly fires command callback ↵ | fvogelnew1@free.fr | 2016-03-07 | 1 | -1/+14 |
| | | | | (cherrypicked [3c1a8559dd]) | ||||
* | [3417012] Stop [scale] segfault when -digits too big. Thanks fvogel. | dgp@users.sourceforge.net | 2014-10-30 | 1 | -2/+5 |
|\ | |||||
| * | Pushing the fix out to more files. | dgp@users.sourceforge.net | 2014-10-30 | 1 | -6/+4 |
| | | |||||
| * | Fixed bug [3417012fff] | fvogelnew1@free.fr | 2014-10-29 | 1 | -3/+8 |
| | | |||||
| * | SetOptions.3: minor doc fix | nijtmans@users.sourceforge.net | 2012-06-19 | 1 | -12/+12 |
| |\ | | | | | | | | | | make various other tables const (all backported from Tk 8.6) | ||||
| | * | SetOptions.3: minor doc fix | nijtmans@users.sourceforge.net | 2012-06-19 | 1 | -3/+3 |
| | | | | | | | | | | | | make various other tables CONST (All backported from Tk 8.6) | ||||
| * | | make some internal tables const | nijtmans@users.sourceforge.net | 2012-04-18 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | make some more internal tables CONST | nijtmans@users.sourceforge.net | 2012-04-18 | 1 | -2/+2 |
| | | | |||||
* | | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ↵ | nijtmans@users.sourceforge.net | 2013-02-22 | 1 | -4/+4 |
| | | | | | | | | | | | | calls: The former are just thin wrappers around the latter. | ||||
* | | | more places converted | nijtmans@users.sourceforge.net | 2013-01-24 | 1 | -2/+2 |
| | | | |||||
* | | | Replace various functions calls, for functions which are small wrappers ↵ | nijtmans@users.sourceforge.net | 2013-01-14 | 1 | -4/+4 |
| | | | | | | | | | | | | around other functions, to call the wrapped function directly. | ||||
* | | | Much more cleaning up of result handling. | donal.k.fellows@manchester.ac.uk | 2012-07-23 | 1 | -13/+11 |
| | | | |||||
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *" | nijtmans@users.sourceforge.net | 2012-06-20 | 1 | -9/+9 |
| | | | |||||
* | | | Purge RCS Keywords | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | Purge RCS Keywords. | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
| |\ \ | | |/ | |||||
| | * | Purge RCS Keywords. | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| | * | * generic/tkScale.c: Revised variable writing logic to account | dgp@users.sourceforge.net | 2006-06-14 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | for [scale]'s design that it deals with its value as a formatted string, and not as a double. [Bug 891141]. | ||||
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer | ||||
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | donal.k.fellows@manchester.ac.uk | 2010-01-02 | 1 | -2/+2 |
| | | | |||||
* | | | More small changes to use C89 better and manage the result more efficiently. | donal.k.fellows@manchester.ac.uk | 2008-11-08 | 1 | -13/+7 |
| | | | |||||
* | | | more internal -Wwrite-strings warning fixes | nijtmans | 2008-10-30 | 1 | -3/+3 |
| | | | |||||
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. | ||||
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -3/+3 |
| | | | |||||
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | donal.k.fellows@manchester.ac.uk | 2008-04-27 | 1 | -32/+30 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Tidy up some variable types. | patthoyts@users.sourceforge.net | 2007-11-17 | 1 | -2/+2 |
| | | |||||
* | | header cleanup | dgp@users.sourceforge.net | 2007-09-07 | 1 | -2/+1 |
| | | |||||
* | | Cleaning up whitespace, comments, declarations. No functional changes. | donal.k.fellows@manchester.ac.uk | 2007-06-24 | 1 | -44/+43 |
| | | |||||
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 1 | -2/+2 |
| | | |||||
* | | * generic/tkScale.c: Revised variable writing logic to account | dgp@users.sourceforge.net | 2006-06-14 | 1 | -5/+12 |
| | | | | | | | | | | for [scale]'s design that it deals with its value as a formatted string, and not as a double. [Bug 891141]. | ||||
* | | ANSIfy and reduce casting of NULL to promote readability | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 1 | -17/+16 |
| | | |||||
* | | Lots of ANSIfying of function decls. | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 1 | -7/+7 |
| | | | | | | | | Also a few spots where code has been cleaned up more completely. | ||||
* | | whitespace cleaning | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -5/+5 |
| | | |||||
* | | Format for style and remove non-ANSI decls | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -345/+335 |
| | | |||||
* | | * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.h | dgp@users.sourceforge.net | 2004-03-31 | 1 | -2/+1 |
|/ | | | | | | * generic/tkScale.c: header file. All tk*Port.h files have long had a #include <math.h>, and other parts of Tk routinely make use of libm-supplied math routines. | ||||
* | Applied companion patch for Tcl Patch 585105, | dgp@users.sourceforge.net | 2002-08-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | updating Tk to use Tcl 8.4's fully CONST-ified interface, and fully CONSTifying Tk at the same time. This patch includes purging Tk of its last direct access to interp->result. [Bug 589853] The substantial changes include copying event sequence strings into Tcl_DStrings in tkBind.c, and copying [text] indices into Tcl_DStrings because parsing them involved overwriting them. If this causes performance trouble, that can be resolved by further converting them to Tcl_Obj's. The #defines USE_NON_CONST and USE_COMPAT_CONST have the same effect for Tk as they do for Tcl. (They actually change tcl.h) | ||||
* | * Updates to handle change in type of part2 argument of | dgp@users.sourceforge.net | 2002-03-20 | 1 | -3/+3 |
| | | | | Tcl_VarTraceProc typedef. [TIP 27] [Patch 532644]. | ||||
* | * Updates to handle change in type of tablePtr | dgp@users.sourceforge.net | 2002-01-17 | 1 | -2/+2 |
| | | | | | argument of Tcl_GetIndexFromObj(Struct) from (char **) to (CONST char **). [TIP 27] [Patch 504705] | ||||
* | * tests/config.test: added config-14.1 to test namespace import | hobbs | 2001-08-29 | 1 | -21/+9 |
| | | | | | | | | | | | | | | evaluation of widgets. * generic/tkButton.c (ButtonCreate): * generic/tkFrame.c (CreateFrame): * generic/tkMenubutton.c (Tk_MenubuttonObjCmd): * generic/tkPlace.c (Tk_PlaceObjCmd): * generic/tkScale.c (Tk_ScaleObjCmd): * generic/tkMessage.c (Tk_MessageObjCmd): * generic/tkEntry.c (Tk_EntryObjCmd, Tk_SpinboxObjCmd): * generic/tkSquare.c (SquareObjCmd): redid the handling of optionTables in widgets to allow them to be imported into other namespaces. [Bug #456632] | ||||
* | Overall change: Implemented TIP 5, which exports | ericm | 2000-11-22 | 1 | -6/+5 |
| | | | | | | | | | TkClassProcs/TkSetClassProcs as Tk_ClassProcs/Tk_SetClassProcs, adding a size field to Tk_ClassProcs to allow for future expansion, and renaming the geometryProc to worldChangedProc, which is more in keeping with the actual use of the callback. See ChangeLog for details. | ||||
* | * generic/tkCanvas.c (CanvasEventProc:2451): corrected cast | hobbs | 2000-04-14 | 1 | -118/+313 |
| | | | | | | | | | | | | | * generic/tkEntry.c (Tk_EntryObjCmd): adjusted finishing error cases and changed TK_CONFIG_NULL_OK to TK_OPTION_NULL_OK * tests/scale.test: * generic/tkScale.c: * generic/tkScale.h: * unix/tkUnixScale.c: * mac/tkMacScale.c: moved (PixelToValue|ValueToPixel|SetScaleValue) to tkScale.c. Caused an associated variable to be immediately set [Bug: 4833] | ||||
* | * generic/tkRectOval.c (ConfigureRectOval): | hobbs | 2000-02-01 | 1 | -6/+7 |
| | | | | | | | | | | | | | * generic/tkCanvLine.c (ConfigureLine): * generic/tkCanvPoly.c (ConfigurePoly): * generic/tkCanvArc.c (Configure/DisplayArc): fixed handling for negative dash values [Bug: 4104] * generic/tkScale.c (TkRoundToResolution): fixed incorrect assumption that (N+1)*delta = N*delta + delta with floating point math [Bug: 3689, 4099] (DestroyScale) Fixed check for cancelling TkpDisplayScale (was REDRAW_ALL, is now REDRAW_PENDING) | ||||
* | * generic/tkScale.c: | hobbs | 1999-12-22 | 1 | -3/+4 |
| | | | | | | * generic/tkScale.h: * mac/tkMacScale.c: * unix/tkUnixScale.c: fixed potential segv from patch in 3897 | ||||
* | * generic/tk.h: | hobbs | 1999-12-21 | 1 | -11/+12 |
| | | | | | | | | | | | | | | | | | * README: updated for patch level 8.3b1 * generic/tkScale.c: * generic/tkScale.h: fixed possible core when freeing options (cursor) associated with scale widget [Bug: 3897] * generic/tk3d.c: added extra calculations to ensure that thin frames get refreshed too [Bug: 3596] * generic/tkCanvText.c: * generic/tkEntry.c: * generic/tkFont.c: * generic/tkImgPPM.c: removed extranneous vars that were set but never used. | ||||
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | Rearranged parens for Tcl style conventions. | rjohnson | 1999-04-20 | 1 | -3/+3 |
| | |||||
* | Improved patch for scale widget. | rjohnson | 1999-04-19 | 1 | -4/+6 |
| | |||||
* | Fixed bug 1768 - core dump in scale widget. | rjohnson | 1999-04-17 | 1 | -2/+3 |
| | |||||
* | Fixed bug 1840 | rjohnson | 1999-04-17 | 1 | -2/+2 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -354/+458 |
| |