Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug [793909] - Problem with nonexistent namespaces | fvogel | 2015-12-19 | 1 | -0/+9 |
|\ | |||||
| * | Fixed bug [793909] - Problem with nonexistent namespacesbug_793909fff | fvogel | 2015-12-12 | 1 | -0/+6 |
| | | |||||
* | | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger ↵ | fvogel | 2015-12-19 | 1 | -0/+17 |
|\ \ | |/ | | | | | bgerror | ||||
| * | Merged core-8-5-branch | fvogel | 2015-12-11 | 1 | -2/+17 |
| |\ | |||||
| | * | Reverted [30c7d14b21], but really use a spinbox and not an entry for the test... | fvogel | 2015-12-11 | 1 | -0/+14 |
| | | | |||||
| * | | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger ↵ | fvogel | 2015-12-10 | 1 | -0/+15 |
| |/ | | | | | | | bgerror | ||||
* | | Reverted [aaf6b1a3a0] | fvogel | 2015-12-11 | 1 | -0/+16 |
| | | |||||
* | | Removed duplicate test: 'entry-23.1' in spinbox.test is the same as ↵ | fvogel | 2015-12-10 | 1 | -16/+0 |
|\ \ | |/ | | | | | 'entry-21.1' in entry.test | ||||
| * | Removed duplicate test: 'entry-23.1' in spinbox.test is the same as ↵ | fvogel | 2015-12-10 | 1 | -14/+0 |
| | | | | | | | | 'entry-21.1' in entry.test | ||||
| * | Fixed [Bug 3553311]: Test spinbox-3.70 failed | fvogel | 2012-08-02 | 1 | -1/+1 |
| | | |||||
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| | * | * tests/unixWm.test: Constrained all tests older than revision 1.21 | dgp | 2003-03-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | to run only on Unix. Alternative approach did not match maintainer habits. * tests/spinbox.test (spinbox-17.4): Avoid long failure message. | ||||
| * | | * tests/canvText.test: Backport test updates in light of the | dgp | 2008-10-10 | 1 | -34/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test: * tests/spinbox.test: * tests/textDisp.test: | ||||
* | | | * tests/entry.test: Restore test naming consistency with Tk 8.5. | dgp | 2008-10-10 | 1 | -292/+296 |
| | | | | | | | | | | | | | | | * tests/listbox.test: Remove some more dependency on precision in * tests/spinbox.test: test results. | ||||
* | | | Removed dependency on default precision | patthoyts | 2008-10-06 | 1 | -34/+34 |
| | | | |||||
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -3/+3 |
| | | | |||||
* | | | Update to tcltest2 | aniap | 2008-07-22 | 1 | -942/+3145 |
|/ / | |||||
* | | Use standard constraint names | dkf | 2004-06-24 | 1 | -6/+6 |
| | | |||||
* | | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 1 | -4/+4 |
| | | |||||
* | | * tests/all.tcl: Made better use of a common | dgp | 2003-04-01 | 1 | -6/+3 |
| | | | | | | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. | ||||
* | | * tests/unixWm.test: Constrained all tests older than revision 1.21 | dgp | 2003-03-13 | 1 | -1/+2 |
|/ | | | | | | to run only on Unix. Alternative approach did not match maintainer habits. * tests/spinbox.test (spinbox-17.4): Avoid long failure message. | ||||
* | * generic/tkEntry.c (SpinboxWidgetObjCmd, EntryWidgetObjCmd): | hobbs | 2003-02-25 | 1 | -1/+15 |
| | | | | | | | * tests/entry.test: return 1 if selection is present even if * tests/spinbox.test: entry/spinbox is disabled, as selection get will still return the selection (although selection still ignore modify requests when entry/spinbox is disabled). [Bug #637828] | ||||
* | * tests/spinbox.test: added spinbox-22.[1-3] | hobbs | 2002-07-25 | 1 | -1/+16 |
| | | | | | | * generic/tkEntry.c (ConfigureEntry): made the textvariable value take precedence over changed -from/-to values, unless it must be constrained. [Bug #559078] | ||||
* | * Converted more files to tcltest and factored out common code. | dgp | 2002-07-13 | 1 | -13/+5 |
| | |||||
* | * Converted several files in the test suite for testing by | dgp | 2002-07-13 | 1 | -4/+9 |
| | | | | tcltest 2.1. | ||||
* | * doc/spinbox.n: (new file) docs for spinbox widget | hobbs | 2000-05-29 | 1 | -0/+1577 |
* generic/tkInt.h: added Tk_SpinboxObjCmd declaration * generic/tkEntry.c: added 'spinbox' widget - an extension of the entry widget type. * generic/tkWindow.c: added 'spinbox' to core Tk commands * library/spinbox.tcl: (new file) binding and helper procs for spinbox * library/tk.tcl: added spinbox.tcl to list of files to source * tests/entry.test: updated changed error messages * tests/spinbox.test: (new file) test suite for spinbox |