summaryrefslogtreecommitdiffstats
path: root/tests/spinbox.test
Commit message (Collapse)AuthorAgeFilesLines
* Fixed [Bug 3553311]: Test spinbox-3.70 failedfvogel2012-08-021-1/+1
|
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |
| * * tests/unixWm.test: Constrained all tests older than revision 1.21dgp2003-03-131-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 thedgp2008-10-101-34/+34
| | | | | | | | | | | | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test: * tests/spinbox.test: * tests/textDisp.test:
* | Use standard constraint namesdkf2004-06-241-6/+6
| |
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-4/+4
| |
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-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.21dgp2003-03-131-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):hobbs2003-02-251-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]hobbs2002-07-251-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.dgp2002-07-131-13/+5
|
* * Converted several files in the test suite for testing bydgp2002-07-131-4/+9
| | | | tcltest 2.1.
* * doc/spinbox.n: (new file) docs for spinbox widgethobbs2000-05-291-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